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


html, body {
    margin: 0;
    height: 100%;
}	 
body {
	background: url(images/background.jpg) #ebebeb 0 12px repeat-x ;
		font-family:Arial, Helvetica, sans-serif;
		margin: 0 0 0 0;
	 } 
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding:0;
	box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
	background:#FFF;
	}	

a {
	text-decoration:none;
	}	
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}	
	 
/*------------------------*\
			HEADER
/*------------------------*/ 
	#header {
		background:#FFF;
		width:960px;
		float:left;
		}
	#header .logo {
		padding: 20px 0 23px 46px;
		float: left;
		}	
	#header .tagline {
		padding: 60px 46px 0px 0 ;
		float:right;
		}	

/*------------------------*\
			SLIDER
/*------------------------*/ 		
#slider {
	float:left;
	height:327px;
	}
.slider-image	{
	float:left;
	height:327px;
	}

/*------------------------*\
			NAV
/*------------------------*/ 
#nav {
	background:#1798cb;
	float:left;
	width:960px
	}
#nav ul {
	list-style:none;
	margin: 0 0 0 0;
	padding:0 0 0 100px;
	}
#nav ul li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	text-transform: uppercase;
	color:#FFF;
	float:left;
	padding: 22px 35px 22px;
	margin:0 0 0 0;
	}	
#nav ul li a {
	color:#FFF;
	}	
#nav ul li:hover,
#nav ul li.active {
	color:#FFF;
	background:#0087bc;
	}	


/*------------------------*\
			Content
/*------------------------*/ 	
	
#content {
	float:left;
	background:#FFF;
	padding:0 40px 0 60px;
	width:860px;
	}	
#contentLeft {
	width:548px;
	padding:35px 30px 35px 0px;
	float:left;
	background:url(images/divider.jpg) right top repeat-y;
	}	
#contentRight {
	padding: 13px 0 0 15px; 
	width:262px;
	float:left;
	}	
	
/*---------type----------*/
			
h1.title {
	font-size:22px;
	font-weight:bold;
	color:#1798cb;
	text-transform:uppercase;
	margin: 0 0 10px 0;
	}
#contentLeft h2 {
	font-size:15px;
	font-weight:bold;
	color:#1798cb;
	margin: 0 0 10px 0;
	}		
#contentLeft p {
	color:#898989;
	font-size:12px;
	line-height:16px;
	margin: 0 0 10px 0;
	}	
#contentRight h2 {
	font-size:13px;
	line-height:15px;
	text-transform:uppercase;
	color:#FFF;
	background:url(images/sidebar-header.jpg) #1798cb no-repeat;
	padding: 11px 0 0 20px;
	width:247px;
	height:25px
	}	
#contentRight p{
	font-size:11px;
	line-height:13px;
	color:#1798cb;
	font-weight:bold;
	padding: 0px 0 0 20px;
	margin: 0 0 8px 0;
	}	
		
		

/*------------------------*\
			Footer
/*------------------------*/ 		
#footer {
	background:#d8d8d8;
	padding:15px 40px 0 60px;
	width:860px;
	min-height:105px;
	float:left
	}	
#footer p {
	font-size:10px;
	line-height:12px;
	color:#625e5e;
	margin: 0
	}	



#contact-wrapper {
	width:100%;
	padding:10px 0 0 0;
}
#contact-wrapper div {
	margin:0 0;
}

#contact-wrapper div.field {
	width:45%;
	float:left;
	margin: 0 20px 10px 0;
	}
#contact-wrapper div.text {
	width:93%;
	float:left;
	margin: 0 0px  10px 0;
	}

#contact-wrapper label {
	display:block;
	float:none;
	font-size:11px;
	width:auto;
	color:#1798cb;
	margin: 0 0 3px 0
}
form input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
	width:100%;
}
form textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100% !important;
	width: 93%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	margin: 0 0 10px 0
}
form #submit {
	background:#1798cb;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	width:80px;
	color:#FFF;
	font-size:11px;
	padding: 10px 0px;
	border:none
	}
form  #submit a{
	color:#FFF;
	}	
form  #submit:hover {
	background:#BFBFBF;
}




	 
			 
			 