/* 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: url(../images/bg_main.gif) repeat;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #807f83;
	text-decoration: none;
}
a:hover {
	color: #ee3224;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.textStyle1 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.textStyle1 a:link, .textStyle1 a:active, .textStyle1 a:visited {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.textStyle1 a:hover {
	color: #807f83;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.textStyle2 {
	color: #807f83;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
}

.textStyle3 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.textStyle4 {
	color: #807f83;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.textStyle5 {
	color: #8BC441;
	font-weight: bold;
	font-style: italic;
}

.textStyle6 {
	color: #8BC441;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.listStyle {
	list-style: url(../images/bullet.gif);
	padding-left: 50px;
}

.listStyle2 {
	list-style: url(../images/bullet2.gif);
	line-height: 18px;
	padding-left: 22px;
}

.listStyle3 {
	list-style: url(../images/bullet3.gif);
	padding-left: 20px;
}

.tableStyle1 {
	background: #f3f3f4;
	color: #7f7f83;
	padding: 10px;
}

a.ecolink{
text-decoration:none;}

a.ecolink:hover{
color:#FF0000;}

a.ecolink .style3 {color:#000; font-size: 10px; font-weight: 100;}
a.ecolink .style4 {color: #8CC63E; font-weight:bold;}
a.ecolink .style6 {color: #807F84; font-weight:bold;}

a.ecolink:hover .style3 {color:#FF0000;}
a.ecolink:hover .style4 {color:#FF0000; font-weight:bold;}
a.ecolink:hover .style6 {color:#FF0000; font-weight:bold;}
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 800px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	width: 800px;
}


#contentMAIN {
	margin-top: 20px;
	width: 800px;
	float: left;
}

/*#contentMAINhome {
	background: #0e0000 url(../images/bg_home.jpg) no-repeat;
	margin-top: 177px;
	width: 760px;
	float: left;
}*/

#contentTEXT {
	background: #fff;
	width: 740px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}

#menu {
	padding-left: 31px;
	width: 770px;
	float: right;
}

#footer1 {
	background: url(../images/footer.jpg) no-repeat;
	margin-top: 20px;
	padding-top: 20px;
	width: 800px;
	height: 49px;
	float: left;
}

#footer2 {
	background: url(../images/footer2.jpg) no-repeat;
	margin-top: 20px;
	padding-top: 20px;
	width: 800px;
	height: 49px;
	float: left;
}


/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:800px;
}


#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:66px;
display:block;
text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited{
background-position:0 -66px;
}





/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited{
background-image:url(../images/nav1.jpg);
width:143px;
margin-right: 6px;
}

#nav li a.nav2:link, #nav li a.nav2:visited{
background-image:url(../images/nav2.jpg);
width:143px;
margin-right: 6px;
}

#nav li a.nav3:link, #nav li a.nav3:visited{
background-image:url(../images/nav3.jpg);
width:143px;
margin-right: 6px;
}

#nav li a.nav4:link, #nav li a.nav4:visited{
background-image:url(../images/nav4.jpg);
width:143px;
margin-right: 6px;
}

#nav li a.nav5:link, #nav li a.nav5:visited{
background-image:url(../images/nav5.jpg);
width:143px;
}
/* Top Nav elements enclosed up */



input.submit{
width:100px;
height:107px;
border: none;
display:block;
background: url('../images/button2.jpg') no-repeat top left;
}


/*quikmail form*/
.myForm td, input, select, textarea, checkbox  {
	color: #807f83;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-top:5px;

	}

	.required {
		color: red;
	}