/* 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: #fff;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #19385b;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #2689d8;
	text-decoration: none;
}
a:hover {
	color: #19385b;
	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;
}*/

.listStyle {
	list-style: disc;
	padding-left: 20px;
}

	
/* 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: 403px;
	padding: 25px 50px 20px 50px;
	float: left;
}


#menu {
	width: 294px;
	float: right;
}


#footer {
	background: #c7e6fc;
	width: 503px;
	height: 43px;
	float: left;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:right;
	width:294px;
	height: 183px;
}


#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{
width:294px;
display:block;
text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited{
background-position:-294px 0;
}





/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited{
background-image:url(../images/nav1.jpg);
height:42px;
}

#nav li a.nav2:link, #nav li a.nav2:visited{
background-image:url(../images/nav2.jpg);
height:43px;
}

#nav li a.nav3:link, #nav li a.nav3:visited{
background-image:url(../images/nav3.jpg);
height:48px;
}

#nav li a.nav4:link, #nav li a.nav4:visited{
background-image:url(../images/nav4.jpg);
height:50px;
}
/* Top Nav elements enclosed up */
