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

html {
	height: 101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	color:#1d7861;
	background-color:#d8dfcd;
	margin-top: 0px;
}

h1 {
	font-size:20px;
	color:#3e6f76;
}

.logo {
	float:left;
	width:326px;
}

.top {
	float:right;
	width:914px;
	font-size:15px;
	background-image:url(images/top_bg.jpg);
	height:71px;
	width:570px;
	text-align:right;
	font-style:italic;
	padding-top:10px;
	padding-right:18px;
}

.nav {
	width:914px;
}

.footer {
	 background-image:url(images/footer.jpg);
	 background-repeat:no-repeat;
	 height:41px;
}

/*Home*/
#home {
	width:914px;
}

#home .footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:155px;
	width:489px;
	padding-left:400px;
	padding-right:25px;
	padding-top:30px;
	text-align:justify;
	line-height:18px;
}
/* Inner Pages */

#main {
	width:914px;
	text-align:justify;
}

#main .center {
	border-bottom:15px solid #FFFFFF;
	background-color:#dae9ec;
	background-image:url(images/inner_bg.jpg);
	background-repeat:repeat-y;
}

#main .centermain {
	padding-top:20px;
	padding-right:30px;
	padding-left:30px;
	padding-bottom:20px;
}

#main .header {
}

#main .pix {
	padding-left:10px;
}

#main .title {
	font-size:18px;
	color:#3e6f76;
	padding-right:20px;
	border-bottom: 1px solid #48797E;
	padding-bottom:1px;
}

#main p {
	margin-top:5px;
}

/*Testimonial*/
#testimonial div {
	padding-bottom:20px;
}

#testimonial .testimonial2 {
	color:#3e6f76;
	
}

#testimonial .name {
	font-weight:bold;
	font-style:italic;
	padding-left:10px;
}

/* Resources */
#resources .title {
	font-size:15px;
	color:#3e6f76;
	padding-bottom:1px;
	font-weight:bold;
	border:none;
}

#resources .description {
	font-style:italic;
}

#resources a {
	color:#1d7861;
}

/*Copy*/
#contact {
	background-image:url(images/contact_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:388px;
	width:538px;
	border:none;
}

#contact .info {
	padding-left:30px;
	padding-top:30px;
}

#contact .form {
	padding-top:30px;
}

#contact .textfield {
	border:1px solid #1d7861;
	margin:5px;
	width:175px;
}
	
#contact .contacttext {
}

/*Copy*/
.copy {
	font-size: 10px;
	text-decoration:none;
	color: #07292E;
	padding-top:10px;
	text-align:right;
	padding-right:30px;
}

.copy a {
	color: #07292E;
	text-decoration: none;
}

.copy a:hover {
	color: #07292E;
	text-decoration:underline;
}
