@charset "UTF-8";
body {
 	font-family: Helvetica, san serif;
	margin: 0; 
	padding: 0;
	background-image: url(../images/backGround.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: left top;
}
#container {
	width: 932px;
	margin: 0 auto;	
}

p, h1, h2, h3, h4, h5, li {
	margin: 1ex 0;
}


/*=============== HEADER ==============*/


#header {
	padding: 0 0;
	background-image: url(../images/index_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 325px;
	position: relative;
}
#nav {
	background: url(../images/top_nav.png) no-repeat left top;
	float: right;
	width: 381px;
	top: 280px;
	right: 16px;
	position: absolute;
	height: 33px;
}

/*=============== CONTENT ==============*/

#mainContent {
	width:932px;
	min-height:900px;
	background: url(../images/index_mainContent.png) repeat-y left top;
	
}
#mainContent #box1 {
	width: 560px;
	/*min-height:290px;*/
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 26px;
	border-right-color: #A6D4EE;
}

#mainContent #box1 h2 {
	font-size: 14px;
	font-weight: normal;
	color: #18594f;
	margin-bottom: 10px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6D4EE;
	text-transform: uppercase;
}
/*#mainContent #box2 {
	width:280px;
	min-height:290px;
	padding: 10px 10px 0 10px;
	float:left;
}*/
#mainContent #box3 {
	width: 279px;
	/*min-height:290px;*/
	float: left;
	padding-top: 10px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A6D4EE;*/
}
#mainContent #box3 h2 {
	font-size: 14px;
	font-weight: normal;
	color: #18594f;
	margin-bottom: 10px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6D4EE;
	text-transform: uppercase;
}
#mainContent p, ul, ol  {
	font-size: 14px;
	line-height:1.4em;
	color:#333;
	margin-top:1em;
	margin-bottom:1em;
}
#mainContent h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	color:#333;
}
#mainContent h2 {
	font-size: 16px;
	font-weight: normal;
	color:#333;
}
#mainContent a {
	color: #185950;
	text-decoration: underline;
}
#mainContent a:link {
	text-decoration: underline;
}
#mainContent a:visited {
	text-decoration: underline;
	color: #185950;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #fff;
}
#mainContent #box1 #box2 #box3 a:active {
	text-decoration: none;
	color: #185950;
}

/*=============== FOOTER ==============*/


#footer {
	padding: 0 0;
	background-image: url(../images/index_footer.png);
	background-repeat: no-repeat;
}
#footer #text {
	margin: 0;
	width: 932px;
	padding: 35px 0 10px 0;
	left: 3px;
	height: 170px;
}
#footer #textRight{
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
	padding-top: 40px;
}
#footer p{
	font-size: 10px;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.5em;
}
#footer a {
	font-size: 10px;
	color: #185950;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #185950;
}
#footer a:hover {
	text-decoration: none;
	color: #666;
}
#footer a:active {
	text-decoration: none;
	color: #185950;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
