@charset "UTF-8";
/* CSS Document */



* {
	margin: 0;
	}
	
html, body {
	height: 100%;
	}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	background-image:url(../images/home2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #8db6ba;
	
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #8db6ba;
	}
	
img {
border:0px;
}

.mainWrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -530px; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
	z-index: 9;
	}


.footer, .push {
	height: 530px; /* .push must be the same height as .footer */
	margin: 0 auto;
	}
	
.push {
clear:both;
}


/* FOOTER */

.footer {
	font-size:11px;
	color:#ccc;
	padding-top: 0px;
	clear: both;
	height: 530px;
		}
	
	
.footer em {
	
	margin-left:20px;
	font-style:normal;
	
	
}


.footer a {	
	color:#ccc;
	text-decoration:none;
	}
 
 
.footer a:hover{
	text-decoration:underline;
	} 

.footer img{
margin-top: 5px;
}
 

/* TOP NAVIGATION */
#topContainer{
	width: 742px;
	height:84px;
	text-align: left;
	margin:60px 0 13px 60px;
	float:left;
	color:#FFFFFF;
}

#leftBox{
	width: 84px;
	height:84px;
	text-align: left;
	margin:0px 13px 13px 0;
	padding:0px;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	line-height: 17px;
	clear: none;
}

#navBox{
	width: 62px;
	height:62px;
	text-align: left;
	margin:0px 13px 13px 0;
	padding:10px;
	border: solid 1px #fff;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	line-height: 17px;
	clear: none;
}

#navBox2{
	width: 60px;
	height:60px;
	text-align: left;
	margin:60px 0 13px 0;
	padding:10px;
	border: solid 1px #fff;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	line-height: 17px;
}

/* MAIN BODY */
#topCont {
	margin: 0 0 13px 0;
	width: 850px;
	height: 70px;
	float: left;
} 


#mainContainer {
	float:left;
	height: auto;
	width: 742px;
	left: 0px;
	position: absolute;
	z-index: 9;
	margin: 157px 0 13px 60px;
}


#middleCol {
	padding: 15px 15px 15px 15px;
	float:left;
	height: auto;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	khtml-opacity: 0.80;
	background-color:#333333;
	clear: none;
	width: 442px;
}


/* TYPE */

p {
	color:#FFFFFF;
	font-size:13px;
	line-height: 18px;
	margin-bottom: 12px;
}

h1 {
	color:#9eb100;
	font-size:26px;
	margin:0px;
	margin-bottom: 20px;
	line-height: 30px;
}

h2 {
	font-size:11px;
	line-height:16px;
	margin:0px;
	font-style:bold;
	margin-bottom: 8px;
	color:#333333;
}

h3 {
	font-size:11px;
	line-height:16px;
	margin:0px;
	font-style:bold;
	margin-bottom: 8px;
	color:#333333;
}



#topContainer a{
color:#FFFFFF;
text-decoration:none;

}



#topContainer a:hover{
color:#333;


}

