/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,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;}
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;}

ul, ol{

margin-left: 16px;}


html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 60px;}

/* 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: #282828;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #f58426;
	text-decoration: none;
}
a:hover {
	color: #002f65;
	text-decoration: none;
}

h1 {
	color: #002f65;
	font-family: Arial, sans-serif;
	font-size: 24px;
	!important;
}


/* TEXTSTYLE CSS downwards =============================================== */
.footerText1 {
	color: #a1b4cf;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.footerText1 a:link, .footerText1 a:active, .footerText1 a:visited {
	color: #a1b4cf;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.footerText1 a:hover {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.bigBlue {
	color: #002f65;
	font-family: Arial, sans-serif;
	font-size: 24px;
	!important;
}

.midBlue {
	color: #002f65;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	!important;
}

.headOrange {
	color: #f58426;
	font-weight: bold;
	!important;
}

.textSmall {
	color: #6c6c6c;
	font-size: 11px;
	!important;
}

.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;
}

.button {
	padding-bottom: 5px;
}

.subscribe {
	padding: 0 10px 0 10px;
	font-size: 11px;
}

.subInput {
	background: #e6e6e6;
	border: 0;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
}

.submit {
	background: #282828;
	border: 0;
	padding: 3px 15px 3px 15px;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 800px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	width: 800px;
	float: left;
}

#banner {
	width: 800px;
	float:left;
	margin: 3px 0 20px 0px;
}

#contentMAIN {
	width: 800px;
	float: left;
}

#contentTEXT {
	width: 526px;
	padding: 0 25px 0 0;
	float: left;
}

#sidebar {
	width: 249px;
	float:left;
}

#menu {
	background: url(../images/bg_menu.jpg) no-repeat;
	padding-left: 39px;
	width: 761px;
	float: left;
}


#footer {
	background: #002f65;
	line-height: 60px;
	height: 60px;
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	clear: both;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin:0;
	list-style: none;
	float:left;
	width:750px;
}


#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 -45px;
	background-color: #002f65;
}

/* second level - dropdown menu */
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li ul a{
	background-color:#f58426;
	width:160px;
	height:30px;
	padding-left:18px;;
	margin:0;
	line-height: 30px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	margin-top: 1px;
}


/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url(../images/nav1.jpg);
	width:77px;
	margin-right: 42px;
	height:45px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url(../images/nav2.jpg);
	width:77px;
	margin-right: 45px;
	height:45px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url(../images/nav3.jpg);
	width:89px;
	margin-right: 46px;
	height:45px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url(../images/nav4.jpg);
	width:67px;
	margin-right: 40px;
	height:45px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url(../images/nav5.jpg);
	width:102px;
	margin-right: 48px;
	height:45px;
}

#nav li a.nav6:link, #nav li a.nav6:visited {
	background-image:url(../images/nav6.jpg);
	width:97px;
	height:45px;
}
/* Top Nav elements enclosed up */

