/* CSS Document */

/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Navigation
Headings
Content Area
Forms
Clear
Footer

/*HTML Elements*/


* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

body, html {
	min-height:101%;
	margin: 0px;
	padding: 0px;
	background-color: #041735;
	background-image: url(../images/bgblue3.jpg);
	background-repeat: repeat-x;
}

body, select, textarea, input, font, table, td {
	font: .9em Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration:none;
	color: #3B506F;
}

a:hover, a:active {
	color:#7585A6;
	text-decoration:underline
}

*:focus {
	outline: none
}

/*Page Structure*/

#wrapper {
	margin: 0 auto;
	font-size: 0.8em;
	width: 914px;
}

#page-nav {
margin: 15px 20px 10px 28px;
color: #00407E;
text-align: right;
}
#page-nav a {
	color: #fff;
	font-size: 1.3em;
	letter-spacing: .03ex;
	padding: 0px 6px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;

}
#page-nav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #2B5F98;
}

#header-wrapper {
	width: 871px;
	margin: 0 auto;

	background: #FFFFFF url(../images/header_home2.jpg) no-repeat 0 0;

}

#header-masthead #logo-masthead {

}

h1 a {
	width: 280px;
	height: 130px;
	margin-top: 0px;
	display: block;
	text-indent:-9000px;
	float: left;
}

/*HEADINGS*/


#box-left h2 {
	font-size: 1.6em;
	background: url(../images/cystostaticcheckpoint.gif) no-repeat left;
	height: 25px;
	width: 382px;
	text-indent: -9000px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666666;
}

#box-right h2 {
	font-size: 1.6em;
	background: url(../images/war.gif) no-repeat left top;
	height: 22px;
	width: 350px;
	text-indent: -9000px;
	margin-top: 4px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #666666;
}

/*CONTENT AREA*/

#main-content {
	margin: 260px auto 0;
	width: 870px;
font-size: 1.2em;
line-height: 22px;
}


.brief, .brief2, .brief3 {
	color: #00407E;
	display: block;
	font-size: 1.2em;
line-height: 21px;

	margin: 0 0 0em;
	margin-bottom: 2px;
	padding: 0em 0;
	width: 100%!important;
}

.brief2 {
	font: bold 13px/1.2em Arial, Helvetica, sans-serif;
	
}
.brief3 {
	font: bold 13px/1em Arial, Helvetica, sans-serif;
	padding-top: 5px;
	}


#content-lower ul, #content-lower ol, #content-lower dl {
	margin:7px 0 10px;
	padding-top: 6px;
	list-style-type: none;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	width: 320px;	
}

#content-lower ul li, #content-lower dl dt, #content-lower dl dd {
	margin-left: 0px;
	padding:0 0 6px 15px;
	background:url(../images/bullet_blue.gif) no-repeat left 4px;
}

#box-left {
	float: left;
	width: 390px;
	margin: 15px 60px 25px 33px;
}

#box-left p {
	margin: 0px 0px 12px;
	line-height: 20px;
}

#box-left a {
	font-weight: bold;
	color: #72B55B;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.13ex;
}

#box-right {
	float: left;
	width: 360px;
	margin: 15px 0px 0px 0px;
}

#box-right p {
	margin: 0px 15px 16px 0px;
		line-height: 20px;
}

#box-right a {
	font-weight: bold;
	color: #72B55B;
	text-transform: uppercase;
	letter-spacing: 0.13ex;
}

/*BULLETS*/


/*CLEARS*/



.clearfloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}

/* End hide from IE-mac */

/*FOOTER*/

#footer {
	clear: both;
	padding: 20px 0px 20px 0px;
	color:#7f99b3;
	width: 873px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #255993;
}

#footer p {
	margin: 0px 0px 8px 30px;
}

#footer a {
	text-decoration: underline;
	color: #5A6885;
}

#footer-post a {
	text-decoration: underline;
	color: #5A6885;
}
