@charset "utf-8";
/* CSS Document */

#content {
	width:860px;
	clear:left;
	padding:60px 20px 10px 20px;
	}
#feature {
	height:40px;
	color:#FFFFFF;
	padding:80px 20px 10px 25px;
	background:url(../images/feature_bg.png) left center no-repeat #0d3249;
	}
#feature-footer {
	top:115px;
	padding-top:7px;
	}
#column1 {
	margin-right:55px;
	margin-top:20px;;
	float:left;
	width:310px;
	}
#column2-alt {
	margin-right:55px;
	margin-top:20px;;
	float:left;
	width:420px;
	}
.photo {
	border:2px solid #12866c;
	}
.sub-title {
	margin-left:30px;
	font-size:1.4em;
	}
#column1 p {
	line-height:1.8em;
	font-size:1.7em;
	padding-left:10px;
	}
#column2 {
	margin-right:50px;
	margin-top:45px;
	float:left;
	font-size:1em;
	width:215px;
	}
#column1-alt {
	margin-right:50px;
	margin-top:45px;
	float:left;
	font-size:1em;
	width:330px;
	}
#column2 ul {
	margin:0;
	padding:0;
	list-style:square;
	}
#column2 li {
	list-style:square;
	margin-left:40px;
	}
#column2-alt ul {
	margin:0;
	padding:0;
	list-style:square;
	margin-bottom:10px;
	}
#column2-alt li {
	list-style:square;
	margin-left:40px;
	font-size:1.3em;
	padding-bottom:5px;
	}
#column1-alt ul {
	margin:0;
	padding:0;
	list-style:square;
	}
#column1-alt li {
	list-style:square;
	margin-left:40px;
	}
#column3 {
	width:215px;
	margin-top:45px;
	font-size:1em;
	}
hr {
	width:90%;
	color:#12866c;
	height:1px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	}
a:link, a:visited {
	color:#12866c;
	text-decoration:none;
	
	font-weight:bold;
	}
a:link, a:visited {
	text-decoration:underline;
	}
.photoLeft {
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:2px solid #12866c;
	}
.photoRight {
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:2px solid #12866c;
	}

/* Contact Form */

#contact-area {
	float: left;
	width: 400px;
	padding: 0 18px 0 0;
	margin-bottom:50px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 375px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #12866c;
}

#contact-area input#submit {
	width: 100px;
	float: right;
	clear:both;
	color:#3e597d;
	background-color:#e0dfe3;
}

#contact-area input#submit:hover {
	border: 2px solid #3e597d;
	cursor: pointer;
	}

.contact {
	color:#3e597d;
	float: right;
	width: 205px; 
	padding: 0 0 0 18px;
	border-left: 1px dotted #666666;
	}

.contact h1, .contact h2, .contact h3, .contact h4 {
	margin: 22px 0 15px 0;
	}
.widgettitle {
	font-weight:bold;
	color:#CCCCCC;
	font-size:2em;
	margin-top:20px;
	margin-left:10px;
	}
