* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Times;
	font-size: 16pt;
	background-color: #EEE8D4;
	height: 100%;
}

a:link, a:active, a:visited {
	color: #0062B8;
}

a:hover {
	color: #292C3B;
}

input {       margin-bottom:5px}

p { line-height: 130%; }

p.indent {
	margin-left: 20px;
	margin-right: 20px;
}

div#container {
	background-color: #EEE8D4;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin: 0 auto;
	width: 850px;
	min-height: 100%;
	margin-left: -425px;
}

div#title {
	height: 80px;
	padding-left: 6px;
	padding-top: 8px;
	background-color: #292C3B;
	color: #fff;
}

div#name {
	padding-right: 12px;
	float: left;
}

div#name span#line_1{
	color:#CDD6A0;
	font-size: 40px;
}

div#name span#line_2{
	font-size: 25px;
}

div#contact {
	padding-top: 10px;
	padding-left: 60px;
	font-size: 12pt;
	float: left;
}

div#stripe {
	width: 100%;
	height: 4px;
}

div#content {
	#background-color: #EEE8D4;
	float: right;
	font-size: 13pt;
	line-height: 20pt;
	width: 630px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	color: #000;
	clear:both;
}

div#sidebar {
	padding-bottom: 1px;
	height: 300px;
	float: left;
}

div#sidebar div {
	padding: 4px;
	margin-bottom: 4px;
}

div#sidebar div#selected {
	color: #232228;
	background-color: #EEE8D4;
}

div#sidebar a {
	text-decoration:none; 
	color: #fff;
	display: block;
	width: 192px;
	padding: 4px;
	background-color: #4984B8;
	margin-bottom: 4px;
}
div#sidebar a.callout {
	padding: 0px;
}

div#sidebar a:hover {
	background-color: #292C3B;
}

div#sidebar a div {
	padding: 4px;
	width: 192px;
}



div#filler{
	color: #fff;
	background-color: #fff;
	padding: 4px;
	width: 186px;
	height: 140px;
}

div#waterfront {
	height: 216px;
	width: 850px;
	background:url(/images/banner.jpg) no-repeat;
}

div#feature_list {
	width: 100%;
	padding-left: 50px;
	padding-top:4px;
	padding-bottom:4px;
	clear:both;
}

div.list_title {
	font-size: 16pt;
	padding-top: 4px;
}

div.sub_title {
	padding-left: 12px;
	font-weight: bold;
}

div.list_item {
	padding-left: 24px;
	line-height: 13pt;
	padding-top: 3px;
	padding-bottom: 8px;
}

div.list_item {
	padding-left: 24px;
	line-height: 13pt;
	padding-top: 3px;
	padding-bottom: 8px;
}

div.list_item_p {
	padding-left: 24px;
	line-height: 13pt;
	padding-top: 3px;
}

div.list_item a {
	font-style: italic;
}

span.highlight {
	font-weight: bold
}

div.verdict_text {
	line-height: 18px;
}

div.verdict_text p {
	margin-bottom: 10px;
	line-height: 18px;
}

div.verdict_head {
	line-height: 12px;
	text-align: center;
}

div.verdict_head p {
	margin-bottom: 10px;
	line-height: 18px;
}

div#testamonial {
	margin-bottom: 30px;
}

div#testamonial p {
	line-height: 16pt;
	margin-bottom: 10px;
}

p.credit {
	margin-top: -10px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}