/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #fff url(../images/bg_main.jpg) repeat-x;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #646464;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #807f83;
	text-decoration: none;
}
a:hover {
	color: #4181cb;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.footerText1 {
	color: #646464;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.footerText1 a:link, .footerText1 a:active, .footerText1 a:visited {
	color: #646464;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.footerText1 a:hover {
	color: #0055a4;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.headerBig {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.headerMed {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.textGrey {
	color: #909090;
	font-style: italic;
}

.footTable {
	color: #646464;
	font-size: 11px;
}

.listStyle {
	list-style: disc;
	padding-left: 40px;
	line-height: 20px;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity:0.8;
}	

.inputStyle {
	border: 1px solid #CCCCCC;
}

.submit {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	color: #646464;
	font-size: 12px;
}
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 970px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	width: 970px;
	float: left;
}


#contentMAIN {
	margin-top: 18px;
	width: 970px;
	float: left;
}

#contentTEXT {
	width: 970px;
	padding: 17px 0px 17px 0px;
	float: left;
}

#contentTEXT a:link, #contentTEXT a:visited{
color:#0055a5;}

#contentTEXT a:hover{
color:#666666;}


#menu {
	margin-top: 20px;
	width: 710px;
	float: left;
}

#banner {
	width: 970px;
	margin-top: 13px;
	float: left;
}

.text1 {
	width: 335px;
	float: left;
}

.text2 {
	width: 680px;
	float:left;
}

.sideImg {
	width: 261px;
	float:right;
}

#footer {
	background: #ebebeb;
	padding: 20px 20px 15px 20px;
	width: 260px;
	float: left;
}

#footer2 {
	background: #f1f1f1;
	padding: 62px 20px 15px 20px;
	width: 629px;
	float: right;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:780px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	display:block;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background-position:0 -37px;
	color:#ffffff;
	background-color: #0055a5;
}


/* second level - dropdown menu */
#nav li ul {
	position: absolute;
	width: 0em;
	left: -999em;
	background-color:#FFFFFF;
}

#nav li:hover ul {
	left: auto;
}


#nav li ul a{
	background-color:#fff;
	width:290px;
	height:32px;
	padding-left:18px;
	line-height: 32px;
	color:#636465;
	text-decoration:none;
	font-size:12px;
}

#nav li ul li{
padding-top:1px;
background:url(../images/spacer.gif);}


/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url(../images/nav1.jpg);
	width:74px;
	height:37px;
	margin-right: 15px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url(../images/nav2.jpg);
	width:92px;
	height:37px;
	margin-right: 13px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url(../images/nav3.jpg);
	width:83px;
	height:37px;
	margin-right: 13px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url(../images/nav4.jpg);
	width:105px;
	height:37px;
	margin-right: 18px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url(../images/nav5.jpg);
	width:122px;
	height:37px;
	margin-right: 18px;
}

#nav li a.nav6:link, #nav li a.nav6:visited {
	background-image:url(../images/nav6.jpg);
	width:67px;
	height:37px;
	margin-right: 18px;
}

#nav li a.nav7:link, #nav li a.nav7:visited {
	background-image:url(../images/nav7.jpg);
	width:78px;
	height:37px;
}




/* Top Nav elements enclosed up */


