@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	background-color: #c3e8f8;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	}
	
	.mainWrapper{
		width: 960px;
		height: auto;
		margin:0 auto;
		border:#000 solid 0px;
	}
	
	.header{
	width: 958px; 
	height:81px;
	border:#000 solid 0px;
	}

	.logo{
		border:#4ef solid 0px;
		width:auto;
		height:auto;
		float:left;
		padding-top:2px;
		padding-right:5px;
		position:relative;
		z-index:999;
	}
		.logo p{
			margin:0;
			padding:0;
		}
	
	.title{
		width:235px;
		height:48px;
		margin-top:18px;
		float:left;
		position:relative;
		border:#0C3 solid 0px;
		}
		
		.title p{
			margin:0;
			padding:0;
		}
	
	.topMenu{
		margin-left:196px;
		margin-top:2px;
		color: #666;
		float:left;
		position:relative;
		width:auto;
		border:#0C3 solid 0px;
	}
	
		.topMenu p{
			margin:0;
			padding:0;
		}
		
		.topMenu a{
			color:#016b74;
			text-decoration:none;
			}	
	
	.menuHolder{
		width:auto;
		height:18px;
		text-align:right;
		border:#000 solid 0px;
		z-index:+999;
		margin-left:310px;
		position: relative;
		float:left;
		margin-top:-35px;
		color:#046599;
		font-size: 11px;
		/*text-shadow:1px 1px 0px #fff;*/
	}

	
	.slider{
		width:958px;
		height:372px;
		border:#000 solid 0px;
		position:relative;
		z-index:900;
		top: -33px;
	}
	
		.slider p{
			margin:0;
			padding:0;
		}	
	
	.features{
		width:958px;
		height:125px;
		border:#3bff2c solid 0px;
		position:relative;
		top:-6px;
		clear:both;
		background-image:url(../images/features.jpg);
		background-repeat:no-repeat;
	}
	
		.features a{
			color:#5e5d5d;
			text-decoration:none;
	}
	
			.features p{
				margin:0;
				padding:0;
			}
	
	
	
		.column_first{
			 float:left;
			 width:250px;
			 height:125px;
			 margin-left:40px;
			 border:#060 solid 0px;
			 text-align:left;
		}
		
		.column_border{
			width:1px;
			height:105px;
			background-color:#b8b8b8;
			float:left;
			margin-top:8px;
			margin-left:25px;
		}

		
		
		.column_first h1{
			font-family: 'Droid Sans', sans-serif;
			font-size: 18px;
			line-height: 15px;
			color:#5e5d5d;
			text-shadow: 1px 1px 1px #fff;
		}
		
		.column_second{
			 float:left;
			 width:250px;
			 height:125px;
			  margin-left:40px;
			  border:#060 solid 0px;
			  text-align:left;
		}
		
		.column_second h1{
			font-family: 'Droid Sans', sans-serif;
			font-size: 18px;
			line-height: 15px;
			color:#5e5d5d;
			text-shadow: 1px 1px 1px #fff;
		}

		.column_third{
			 float:left;
			 width:250px;
			 height:125px;
			 margin-left:90px;
			 border:#060 solid 0px;
		}
		.column_third h1{
			font-family: 'Droid Sans', sans-serif;
			font-size: 18px;
			line-height: 15px;
			color:#5e5d5d;
			text-shadow: 1px 1px 1px #fff;
		}		


	
	.footer{
		width:958px;
		height:25px;
		border:#3bff2c solid 0px;
		text-align:center;
		font-size:9px;
		margin-top: -6px;
	}
	
	#footer_left{
			float:left;
			text-align:left;
			line-height:2em;
			color: #666;
		}
		
		#footer_left a{
			color:#016b74;
			text-decoration:none;
		}
		
		#footer_right{
			float:right;
		}
		
		#footer_right a{
			color:#016b74;
			text-decoration:none;
		}	