@charset "utf-8";
body {
	background: #efefef;
	color: #43403e;
}
#container {
	width: 950px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #efefef; 
	padding: 0;
}
#header h3 {
	margin: 0;
	padding: 0;
	display: block;
	height: 62px;
	width: 950px;
	background: url(../img/header.jpg) left top no-repeat;
	text-indent: -9009px;
	float: left;
}
.phone {
	margin: 0;
	padding: 5px 0;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #fc690c;

}
#nav {
	padding: 0;
	height: 46px;
	border-bottom: 1px solid #346487;
}
#clear {
	clear: both;
}
#banner {
	height: 410px;
	
}
#cta {
	height: 175px;
	width: 335px;
	float: right;
	margin: 10px 0 0 10px;
}
#cta1 {
	height: 85px;
	width: 335px;
	float: right;
	margin: 10px 0px 0px 10px;
	padding:0px;
	
}
#cta2 {
	height: 85px;
	width: 335px;
	float: right;
	margin: 10px 0px 0 10px;
	padding:0px;
	clear:right;
}
#mainContent {
	padding: 25px 50px 0 50px; 
	background: #fff;
	border-bottom: 3px solid #346487;
	
}

#mainContent a {
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #346487;
}

h1, h2, h3 {
	color: #346487;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom: dotted 2px #346487;
}

h2, h3 {
	margin-bottom:6;
}

#footer {
	padding: 0 25px 20px 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #43403e;
	clear: both;
	font-size: .875em;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #43403e;
}
#footer a:hover {
	text-decoration: underline;
	color: #f60;
}

.imgR {
	float: right;
	margin: 0 0 0 20px;
}
.imgL {
	float: left;
	margin: 0 20px 0 0;
}

/* USED IN THE FORM */
#inputArea input[type="text"], #inputArea textarea, #inputArea select
{    
    display: block;
    padding: 4px;
    border: solid 1px #43403e;
}

#inputArea input.my-url {
	display:none;
}

#inputArea #info
{    
    margin-bottom: 5px;
    display: block;
	float: left;
	width: 35%;
}

#inputArea label
{    
    width: 100%;
	display: block;
	padding: 0;
	margin: 0 0 2px 0;
}
fieldset {padding: 10px; margin:0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
