*{
	margin:0;
	padding:0;
}
body{
	background:#02112d url('images/bg.png') top repeat-x	;
	font:normal 12px Trebuchet MS, Arial, Verdana;
}
.signupframe {
  color: #004CFF;
  font-family: Arial, Helvetica, sans-serif;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
	color: #0b3108;
	border: none;
}
a:hover{
	color: #166210;
	border: none;
}
img{
	border: none;
}
#special_message {
	border: none;
}
.invisible{
	display:none;
}
/*Main Structure*/
#wrapper, #wrapper-inpage{
	width:959px;
	margin:0 auto;
	float:left;
}

#wrapper{background:url('images/header.jpg') top no-repeat;}

#wrapper-inpage{background:url('images/header_inpage.jpg') top no-repeat}

#header{
	height:474px;
}
#header-inpage{
	height:260px;
}
	
#content{
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
}

#container{background: url('images/contentbg.gif') repeat-y;}
#bottom-page{
	height:75px;
	background:url('images/footer.gif') bottom no-repeat;
	text-align:center;
	font:bold 18px Trebuchet MS;
	color:#fff;
}
#bottom-page-wrapper{
	padding-top:38px;
}
.column, .column-center{
	float:left;
	width:230px;
	padding-right:15px;
	padding-left:35px;
}
.column-center{
	border-left:1px solid #cad4ca;
	border-right:1px solid #cad4ca;
}
#outside, #outside-inpage{
	float:left;
	margin:0;
}
#outside{margin-top:389px;}
#outside-inpage{margin-top:184px;}

#container-big{
	margin:0 auto;
	width:1003px;
}
/*Nav*/
#nav{ 
		height:100px;}
	
#nav a {
	font:bold 14px Trebuchet MS;
	text-transform:uppercase;
	color:#fff;
}
#nav ul{
	float:right;

}
#nav li{
background-color:#26559F;
	float:left;
	list-style:none;
	border-left:1px solid #97add8;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	height:27px;
	
}
#nav li.current , #nav li:hover{
	background:none ! important;
}
#nav .left{
	width:409px;
	height:37px;
	border-left:none;
	background:#26559F;
	display:block;
	float:left;
}
/*Header*/
#logo{
	color:#fff;
	margin-left:53px;
	margin-top:-50px;
	height:85px;
}
.logo-container{
	padding:5px 0 0 105px;
}

#logo h1{
	font:bold 37px Century Schoolbook;
	margin-bottom:-20px;

}
#logo .description{
	font:bold 20px Century Schoolbook;
}
#header h2{
	font:bold 33px Century Schoolbook;
	color:#3e3024;
	padding-top:20px;
	padding-right:328px;
	text-align:right;
}
#header img{
	float:left;
	padding-left:32px;
	margin-top:-4px;
	
}
#header h3{
	font:bold 18px Trebuchet MS;
	color:#fff;
	text-align:center;
	padding:40px 280px 0 0px;
}
#header-inpage h3{
	font:bold 18px Trebuchet MS;
	color:#fff;
	text-align:center;
	padding:15px 0 0 90px;
}
#header h4{
	padding: 76px 0 0 10px;
	text-align:center;
	font:bold 30px Trebuchet MS;
	color: #3a3027;
}

#content h2{
	text-align:left;
	font-size:16px;
	padding-bottom:10px;
	color: #043106;
}

/*Footer*/
#footer{
	padding-top:10px;
	color:#fff;
}
#footer li{
	float:left;
	list-style:none;
	border-right:1px solid #3e6c23;
	padding-left:10px;
	padding-right:10px;
}
#footer a{
	color:#fff;
}
.alignleft{
	float:left;
}
.alignleft2{
	float:left;
	margin: 0 0 0 10px;
}
.alignright{
	float:right;
	color:#548d1f;
}
.alignright span{
	color:#fff;
}




/*Contact form*/
form#contact_form { 
	margin: 0 auto;
	padding: 0;
	width: 400px; 
}

#contact_form .input {
	border: 1px solid #cecece;
	margin-bottom: 7px;
	width: 250px;
}

#contact_form .textarea {
	border: 1px solid #cecece;
	margin-bottom: 15px;
	width: 400px;
	height: 200px;
}
#contact_form fieldset{
	border: none;
}
#contact_form .submit{
	padding: 3px 10px;
}
#contact_info{
	float: left;
}

/*new*/
#about h1{
	margin-left:20px;
	font-size: 26px;
	color: #3a3027;
}
#about h2{
	font-size: 20px;
	color: #3a3027;
	text-align: left;
	margin: 0 0 -20px 0;
}
#about h5{
	margin: 0 auto 10px 30px;
	font-size:16px;
	padding: 0 auto 10px 0;
}
#about-left{
	float: left;
	width: 240px;
	margin-left:20px;
	margin-top:20px;
}
#about-right{
	font-size: 14px;
	float: right;
	width: 480px;
	margin-right:40px;
	margin-top:20px;
}	
#content h4{
	margin: 0 auto 10px 0;
	font-size:16px;
	padding: 0 auto 20px 0;
	color: #0b3108;
}
#content p{
	margin-bottom:10px;
}
.newsletter{
	color: #0b3108;
}
#contact_content{
	margin: 0 0 300px 0;
}
#sidenav{
	border-top:2px solid #C9D3CA;
	width: 160px;
	float: left;
}
#sidenav li{
	list-style:none;
	margin-top: 5px;
	border-bottom:2px solid #C9D3CA;
	padding-bottom: 5px;
}
#sidenav a{
	text-decoration: none;
	color: #3F3229;
	font-weight: bold;
}
#sidenav #selected{
	color: #0F2E0E;
}
#service{
	float: left;
	width: 470px;
	margin-left: 30px;
}
#service li{
	margin-left: 15px;
}
#service h4{
	border-bottom:2px solid #C9D3CA;
}
#service_image{
	float: left;
	width: 219px;
	margin-top: 150px;
}
#blog{
	float: right;
	width: 700px;
}
#blog h1{
	font-size: 24px;
	color: #3a3027;
}
#blog h3{
	font-size: 18px;
	color:#043106;
}
#blog_right {
	float: right;
	margin: 50px 140px 0 0;
}
.entry{
	border-bottom:2px solid #C9D3CA;
}
.head_title{
	border-bottom:2px solid #C9D3CA;
	margin-bottom: 20px;
	font-size: 26px;
}
#pagination{
	float: right;
	color: #3F3229;	
}