/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,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,em,strong,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: #e4f5ff;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 14px;
	color: #434343;
	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 =============================================== */
.textStyle1 {
	color: #97c9ed;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.textStyle1 a:link, a:active, a:visited {
	color: #78b8e7;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.textStyle1 a:hover {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.textStyle2 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.textStyle3 {
	color: #646464;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 800px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	width: 800px;
}


#contentMAIN {
	width: 800px;
	float: left;
}

#contentTEXT {
	background: #fff;
	width: 723px;
	padding-left: 40px;
	padding-right: 37px;
	padding-bottom: 30px;
	float: left;
}

#contentIMAGE {
	float: right;
	padding-top: 15px;
	padding-left: 20px;
}

#menu {
	background: #56a6e1;
	padding-left: 77px;
	width: 723px;
	float: right;
}

#banner1 {
	background: url(../images/banner01.jpg);
	width: 800px;
	height: 312px;
	float: left;
}

#footer {
	background: #4081cb;
	padding-top: 20px;
	padding-left: 35px;
	padding-bottom: 15px;
	width: 765px;;
	float: left;
	margin-right:-3px;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:683px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	position:absolute;
}


/* first level */
#nav li a:link, #nav li a:visited{
height:42px;
display:block;
text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited{
background-position:0 -42px;
}





/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited{
background-image:url(../images/nav1.jpg);
width:85px;
margin-right: 20px;
}

#nav li a.nav2:link, #nav li a.nav2:visited{
background-image:url(../images/nav2.jpg);
width:135px;
margin-right: 20px;
}

#nav li a.nav3:link, #nav li a.nav3:visited{
background-image:url(../images/nav3.jpg);
width:105px;
margin-right: 16px;
}

#nav li a.nav4:link, #nav li a.nav4:visited{
background-image:url(../images/nav4.jpg);
width:143px;
margin-right: 22px;
}

#nav li a.nav5:link, #nav li a.nav5:visited{
background-image:url(../images/nav5.jpg);
width:95px;
}
/* Top Nav elements enclosed up */



input.submit{
width:78px;
height:41px;
border: none;
display:block;
background: url('../images/submit.jpg') no-repeat top left;
}

input.submit:hover {
background-position: 0 -41px;
}