@charset "utf-8";
* {/* it's good practice to zero global margin and padding values to account for differing browser defaults */
	padding: 0; 
	margin: 0;
}
/* colours used: dark gray: #526778, blue: #0076BD; nav link: #526778 */
body {
	font:62.5% Arial, Helvetica, sans-serif;
	color: #0076BD;
	background:#576C7D url(Imgs/BGs/body_BG.jpg) top left fixed;
	background-repeat: repeat-x;
	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:#526778;
	/*font-weight: bold;*/
	font-size: 1.2em;
	line-height:1em;
	margin: 0.65em 0 0.8em 0;
	padding: 0;
}
h1{
	font-size:2.6em;
	margin-top:0.4em;
	margin-bottom:0.5em;
	padding-top:0;
	font-weight:normal;
}
.subHdr{
	
	font-size:0.4em;
	color:#0076BD;
}
h2{
	font-size:1.4em;
	font-weight:normal;
	margin-top:0.8em;
	margin-bottom:0.3em;
}
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;
}
p{
	font-size: 1.2em;
	line-height: 1.4em;
	/*letter-spacing: 0.04em;*/
	margin-bottom: 1.2em;
}
a {
	/*font-weight: bold;*/
	text-decoration: none;
	padding:0 1px 0 1px;
	color:#526778;/*color:#0076BD;*/
	background:url(Imgs/BGs/link_BG_0.gif) bottom left repeat-x;
}
a:hover{
	color:#000;
	background-color:#FFCC00;
	text-decoration: none;
}
a img{ 
	border: none;
}
a.noHilite{
	/*to stop highlight of header image in Firefox*/
	background:none;
}
ol{
	list-style-type:decimal;
	list-style-position:outside;
	margin:-0.6em 0 1.2em 2.6em;
	line-height:1.4em;
	font-size:1.2em;
	margin-bottom:1.2em;
	}
ul{
	list-style-type:disc;
	list-style-position:outside;
	margin:-0.6em 0 1.2em 2em;
	line-height:1.4em;
	font-size:1.2em;
	margin-bottom:1.2em;
	}
li{
	margin-left:0;
	padding-left:0;
	margin-bottom:0.4em;
}
strong{
	font-weight: bold;
	/*color: #892E89;*/
	}
q{
	font-size:1.1em;
}
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:900px;
	margin-top:0;	
	margin-right:auto;/* the auto margins (in conjunction with a width) center the page */
	margin-bottom:0;
	margin-left:auto;
	text-align:left; /* this overrides the text-align: center on the body element. */
}
#SWFreplacer{
	margin-top:10px;
	/*background:#fff;*/
}
#accessLinks{
	padding:15px 20px 5px 20px;
	color:#000;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#accessLinks p{
	font-size:1em;
	line-height: 1em;
	margin-bottom: 0;
}
#accessLinks a{
	color:#000;
	text-decoration:none;
	background:none;
		}
#accessLinks a:hover{
	color:#000;
	background-color:#FFCC00;
	text-decoration: none;/*
	text-decoration:underline;
	background:none;*/
		}
#headerBox{
	position:relative;
	background:url(Imgs/BGs/Header_BG.jpg) no-repeat #fff;
	width:900px;
	height:90px;
	padding:0px;
	z-index:50;
	}
#headerLogo{
	float:right;
}
	
/* ---------- navigation bar ---------- */
#navBar {
	z-index:1000;
	position:absolute;
	left:20px;
	bottom:0;	
	width:700px;
	text-transform:lowercase;
	color:#fff;
}
#navBar ul{
	list-style-type:none;
	font-size:1.2em;
	margin:0 20px 0 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:#526778;
	background:url(Imgs/BGs/Butt_BG_0.gif) bottom repeat-x;
	padding:3px 5px 10px 5px;
	margin:0 40px 0 0;
	text-decoration:none;
	font-weight:normal;
		}
#navBar a:hover{
	color:#0076BD;
	background:url(Imgs/BGs/Butt_BG_1.gif) bottom repeat-x;/*url(Imgs/Backgrounds/Nav_Butt_BG_1b.gif) left center no-repeat*/;
		}
#navBar a:active{
	color:#0076BD; 
	background:url(Imgs/BGs/Butt_BG_2.gif) bottom repeat-x;/*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:#000;
	background:url(Imgs/BGs/Butt_BG_3.gif) bottom repeat-x;/*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:900px;
	background:#fff;
	min-height:400px;
	padding-top:1px;/*Firefox 2 Hack - stops top margin gap in #main*/
	}

/* ----------- main content holders ------------- */
#main{
	/*Don't specify width otherwise floatdrop in IE 6 or less. Max width for images = 410px*/
	float:left;
	width:410px;
	margin:0 0 0 20px;
	padding-top:30px;
	background-color:#fff;
	position:relative; /*to contain absolute positioned pic*/
	display:inline; /*< IE7 double margin fix*/
	}
.txtBox{
	padding:0 0 10px 0;
}
#mainImg{
	/*position:absolute;
	top:0;
	left:430px;*/
	float:left; 
	margin:0 0 0 20px;
	width:450px;
	/*height:430px;*/	
}
#mainImgContent{
	min-height:280px;
	background:url(Imgs/BGs/CS_Butts_BG.jpg) repeat-y;
}
.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:900px;
	clear:both;
	margin-top:0;	
	margin-right:auto;/* the auto margins (in conjunction with a width) center the page */
	margin-bottom:10px;
	margin-left:auto;
	background:url(Imgs/BGs/Footer_BG.gif) bottom no-repeat;
	text-align:left; 
}
.footerTxt{
	padding:10px 20px 10px 20px;
	color:#526778;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footerTxt p{
	font-size:1em;
	line-height:1em;
	margin-bottom:0;
}
.footerTxt a{
	color:#526778;
	text-decoration:none;
	background:none;
		}
.footerTxt a:hover{
	/*text-decoration:underline;
	color:#0076BD;*/
	color:#000;
	background-color:#FFCC00;
	text-decoration: none;
		}
.footerTxt a:active{
	text-decoration:underline;	
		}
/* ---------- general styles --------*/
.PDF{
	padding:1px 0 1px 25px;
	background:url(Imgs/Backgrounds/PDF_Icon.gif) left center no-repeat;
}
.smallTxt{
	font-size:90%;
	font-weight:bold;
	line-height:1.4em;
	}
.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%;
}


