@charset "utf-8";
* {/* it's good practice to zero global margin and padding values to account for differing browser defaults */
	padding: 0; 
	margin: 0;
}
body {
	font:62.5% Arial, Helvetica, sans-serif;
	word-spacing: 0px;
	letter-spacing: 0em;
	color: #333;
	background-color:#E5E5E5; /*#999;#888*/
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.5em;
	margin: 0.65em 0 0.8em 0;
	padding: 0;
}
h1{
	color:#194F80/*003C72*/;
	font-size:1.9em;
	margin-top:0.4em;
	margin-bottom:0.4em;
	padding-top:0;
	font-weight:normal;
}
h2{
	color:#194F80;
	font-size:1.4em;
	margin-top:0.8em;
}
h3{
	font-size:1.3em;
	line-height:1.3em;
	margin-top:0.6em;
}
h4{	
	font-size:1.2em;
	margin-top:0.4em;
	margin-bottom:0em;
}
h5{	
	font-size:1.2em;
	margin-top:0.4em;
	margin-bottom:0.4em;
}
.greyHdr{
	color:#999;
}
p{
	font-size: 1.2em;
	line-height: 1.4em;
	/*letter-spacing: 0.04em;*/
	margin-bottom: 1.2em;
}
a {
	/*font-weight: bold;
	text-decoration: none;*/
	color: #006BB9;
}
a:hover{
	color:#F5510A;
}
a img{ 
	border: none;
}
ol{
	list-style-type:decimal;
	line-height: 1.5em;
	}
ul{
	list-style-type:disc;
	list-style-position:inside;
	line-height: 1.5em;
	font-size:1.2em;
	margin-bottom: 1.2em;
	}
li{
	margin-left: 0px;
	padding-left: 0px;
}
strong{
	font-weight: bold;
	/*color: #892E89;*/
	}
q{
	font-size:1.1em;
	font-style:italic;
	color: #000;
}
img{ /*(Max image width in mainContent = 356px)*/
	margin: 0;
	padding: 0;
}
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCE0F5;
	border: 1px solid #002C77;
	padding: 0 0.2em;
}
input[type=image] {
	border: none;
	padding: 0;
}

/* ------------- Main Layout Boxes ------------- */
#container{
	width:780px;
	margin-top:0;	
	margin-right:auto;/* the auto margins (in conjunction with a width) center the page */
	margin-bottom:0;
	margin-left:auto;
	background:#E5E5E5 url(Imgs/Backgrounds/Container_BG.gif) repeat-y;
	text-align:left; /* this overrides the text-align: center on the body element. */
}
#containerPad{
	padding:0 10px;
}
#headerBox{
	width:760px;
	height:84px;
	padding:0px;
	z-index:50;
	}
	
/* ---------- navigation bar ---------- */
#navBar {
	z-index:1000;
	width:760px;
	border-top:3px solid #023B70; /*used instead of padding due to IE bug*/
	text-transform:capitalize;
	background:#023B70;/*194F80*/
	color:#fff;
	font-weight:bold;
}
#navBar ul{
	list-style-type:none;
	font-size:1.2em;
	margin:0;
	padding:0;
		}
#navBar li{
	margin:0;
	padding:0;
	float:left;
	display:block;
		}
#navBar a{
	display:block;
	/*height:1%;IE 6 hack to make link work as a block element*/
	color:#fff;
	background:#023B70;
	padding:3px 8px 4px 8px;
	border-right:3px solid #023B70;
	text-decoration:none;
		}
#navBar a:hover, #navBar a:active{
	color:#fff; 
	background:#668AAA /*url(Imgs/Backgrounds/Nav_Butt_BG_1b.gif) left center no-repeat*/;
		}
#navBar a.currNavLink{ /*use to pick out the current page in the menu (place class on corresponding <li>)*/
	display:block;
	color:#005FA7;
	background:#fff /*url(Imgs/Backgrounds/Nav_Butt_BG_0.gif) left center no-repeat*/;
}

#navBar .clearFloat2{
	clear:both;
	font-size:1px;
   line-height:0;
	/*height:1%;*/
}


/* ---------- container for main content and menu  ---------- */
#content{
	width:760px;
	border-top:1px solid #fff;/*Firefox Hack - stops right floated menu dropping */
	}
	
/* ---------- menu ----------------- */
#menu{
	float:right;
	width:180px;
	padding:0;
	margin:18px 0 20px 0;
/*	border:1px solid #0f0;;*/
	z-index:100;
	font-size:1em;
	}
#menu ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height:1.4em;
	letter-spacing:0;
}
#menu li{
	margin:0 0 2px 0;
	text-transform:capitalize;
	display:block;
}
#menu a{	
	display:block;
	height:1%; /*this is a hack for IE 6 and below otherwise links don't act as blocks*/
	margin:0; /* Don't put bottom margin on links - causes a bug in IE6 */
	padding:4px 10px 4px 11px;
	color:#005FA7;	
	background:#fff;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover{
	color:#F5510A;
	background:#fff url(Imgs/Backgrounds/Menu_Butt_BG_1.gif) left center no-repeat;
}
#menu a:active{
	color:#F5510A;
}
#menu .currentLink a{ /*use to pick out the current page in the menu (place class on corresponding <li>)*/
	display:block;
	color:#005FA7;
	background:#fff url(Imgs/Backgrounds/Menu_Butt_BG_0.gif) left center no-repeat;
}
#menu .subMenu a{ /*indent Submenu links (place class on corresponding <li>)*/
	margin-left:8px;
	padding-left:11px;
	font-weight:normal;
	margin-top:-2px;
}

/* ----------- main content holders ------------- */
#main{
	/*Don't specify width otherwise floatdrop in IE 6 or less. Max width for images = 572px*/ 
	margin:18px 190px 0 20px;
	/*	border:1px solid #f00;*/
	background-color:#fff;
	min-height:330px;
	}
#main2{
	/*Used when no menu*/ 
	margin:18px 100px 0 20px;
	background-color:#fff;
	min-height:330px;
	}
.txtBox{
	padding:0 0 10px 0;
}
.altImg{
	/*for images where there's no Flash content*/
	padding-bottom:10px;
}
.slideshowButts{
	position:relative;
	padding:6px 6px 0 0;
	text-align:center;
}

/* ----------- 3px float fix for < IE7 ----------- */
* html #main{
	height:1%;
	margin-right:0;
}
* html #menu{
	margin-left:-3px;
}

/* ----------- Footer ----------- */
#footer{
	width:780px;
	clear:both;
	margin-top:0px;	
	margin-right:auto;/* the auto margins (in conjunction with a width) center the page */
	margin-bottom:0px;
	margin-left:auto;
	background:#E5E5E5 url(Imgs/Backgrounds/Footer_BG.jpg) bottom no-repeat;
	text-align:center; 
}
.footerTxt{
	width:760px;
	padding:10px 10px 8px 10px;
	color:#fff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footerTxt p{
	font-size:1em;
}
.footerTxt a{
	color:#fff;
	text-decoration:none;
		}
.footerTxt a:hover{
	text-decoration:underline;
		}
.footerTxt a:active{
	text-decoration:underline;
	color:#fff;
		}
/* ---------- general styles --------*/
.PDF{
	padding:1px 0 1px 25px;
	background:url(Imgs/Backgrounds/PDF_Icon.gif) left center no-repeat;
}
.subtleLink {
	color:#555;
}
.smallTxt{
	font-size:80%;
	font-weight:bold;
	line-height:1.4em;
	color: #777;
	}
.imgbox{
	margin: 0px 10px 10px 10px;
	/*padding: 10px 10px 10px 0px;*/
	}
.imgbox2{
	margin:0px;
	float:left;
	/*border:1px solid #000; padding: 0px 0px 10px 0px;*/
	}
.floatLeft {
	float: left;
	margin: 0px 15px 15px 0px;
	}
.floatRight {
	float: right;
	margin: 2px 0px 2px 5px;
	}
.floatRight img{
	margin: 8px 0px 8px 5px;
	}
.centerBox{
	text-align:center;
}
.rightAlignTxt{
	text-align:right;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
   font-size: 1px;
   line-height:0;
	height:1%;
}

