@charset "UTF-8";
 
body  {
	font: normal 10pt/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #669900 url(images/greenbg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 100px;
}
 #container {
	background: #669900 url(images/2ndrycontainerbg.jpg) no-repeat  left 219px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: none;
	padding: 0px 0px 0px 0px;
	position: inherit;
	top: 218px;
	width: 780px;
	background-position: left top
: 219;
	margin: 20px auto;
	margin-bottorm: 0px;
	padding-bottom: 0px;
	font-size: 9pt;
} 
 #header {
	background: url(images/2ndryheaderbg.jpg) no-repeat;
	height: 219px;
	width: 780px;
	top: 60px
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFFF99;
	position: relative;
	
} 
h1 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
	
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	line-height: 1.3;
	color: #000000;
	text-align: right;
	left: inherit;
	height: auto;
	position: relative;
	margin-left: 0px;
}
 #mainContent {
	margin: 0 px 200 px 0 px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 410px;
} 
 #footer {
	margin: 0;
	background:#669900 url(images/footbg.jpg) no-repeat;
	height: 50px;
	background-color: #669900;
	background-image: url(images/footbg.jpg);
	
	vertical-align: top;
} 
 #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 */
	background-color: #66CC00;
	
	height: 36px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: right;
}

.photo {
	background-position: bottom;
	height: 219px;
}
#container #header .overhang {
	height: 190px;
	width: 680px;
	padding-top: 50px;
	padding-left: 74px;
}

#container #header .overhangapproach {
	height: 219px;
	width: 36px	
}
.quoteID {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-align: right;
}
.navbuttons {
    width: 182px;
	text-align: left;
	padding-top: 40px;
	float: left;
}

a:link {
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7;
}
a:visited {
	color: #000066;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7;
}
a:hover {
	color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7;
}
.linkstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.7;
	font-weight: normal;
}
iframe {
	height: 400px;
	width: 350px;
	page-break-after: left;
