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

body {
	background-color: #FFFFFF;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
p {
	margin-bottom: 1.5em;
}
html {
	height: 100%;
}
#content {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-position: 0px 303px;
}
#header {
	height: 100px;
	width: 840px;
	text-align: right;
	
}
#topmenu {
	position: relative;
	height: 26px;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #104b7d;
	text-align: right;
	top: 74px;
	white-space: nowrap;
	float: right;
}

#topbanner {
	background-image: url(images/top_banner.jpg);
	background-repeat: no-repeat;
	height: 203px;
	width: 840px;
	text-align: left;
}
#topmenu a:link {
	color: #104b7d;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
}
#topmenu a:visited {
	color: #104b7d;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
.long_line {
	margin-bottom: 10px;
	margin-left: -1px;
}
#topmenu a:hover {
	color: #0099CC;
	text-decoration: none;
}
#maincontent {
	width: 780px;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 400px;
	text-align: left;
	position: relative;
}
#leftbar {
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: 250px 0px;
	float: left;
	width: 270px;
	position: relative;
	top: 20px;
}
#leftbar_nobg {
	float: left;
	width: 270px;
	position: relative;
	top: 20px;
}


#leftbar table {
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcontent {
	position: relative;
	width: 510px;
	top: 20px;
	float: right;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}
.bodytext a:link {
	color: #666666;
	text-decoration: underline;
}
.bodytext a:visited {
	color: #666666;
	text-decoration: underline;
}
.bodytext a:hover {
	color: #104b7d;
	text-decoration: underline;
}
.smallheader {
	font-size: 13px;
	color: #a3620a;
	text-transform: uppercase;
}
.testimonial {
	font-size: 12px;
	line-height: 18px;
	color: #104b7d;
}
.bluetext {
	color: #104b7d;
}
.gregphoto {
	margin-right: 5px;
	margin-bottom: 15px;
}
.sepbar {
	margin-bottom: 10px;
}
#footer {
	height: 45px;
	width: 780px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-left: 30px;
	clear: both;
	margin-top: 0px;
	padding-top: 10px;
}
.greg_photo_big {
	margin-top: 30px;
	margin-right: 20px;
}
