/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px;}
p {	margin: 5px 0 20px;}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 110%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin: 5px 0;	}
hr.clear {	clear: both;	height: 1px;	margin: 0;	visibility: hidden;}
a:active {	outline: none;	}
:focus {	-moz-outline-style: none;	}
/* Styles */
a:link, a:visited {
	text-decoration: underline;
	color: #033B48;
}
a:hover, a:active {
	text-decoration: none;
	color: #81B5B1;
}
body {
	background: #80b5b0 url(../images/bg.jpg) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4d48;
}
#container {
	width: 799px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
#header {
	margin: 0;
	background: url(../images/header.gif) 0 0 no-repeat;
	height: 407px;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 67px;
}
#navigation {
	width: 739px;
	padding: 0 30px;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 99px;
	margin: 0;
	list-style: none;
	text-align: right;
}
#navigation li {
	margin: 0 0 0 20px;
	font-size: 16px;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation li a {
	color: #013946;
	text-decoration: none;
}
#navigation li a:hover {
	color: #255C63;
	border-bottom: 1px solid #013946;
}
#buttons {
	background: url(../images/newright.jpg) 0 0 no-repeat;
	height: 429px;
	width: 219px;
	margin: 0;
	position: absolute;
	top: 392px;
	left: 562px;
	list-style: none;
	text-indent: -1234em;
}
#buttons li {
	position: absolute;
	left: 0;
	width: 219px;
	margin: 0;
}
#buttons li a {
	display: block;
	text-decoration: none;
	height: 100%;
}
#results {
height: 100px;
}
#looking {
	top: 120px;
	height: 104px;
}
#testimonials {
	top: 237px;
	height: 105px;
}
#referring {
	top: 350px;
	height: 71px;
}
#wrapper {
	background: url(../images/repeat.gif) 0 0 repeat-y;
	padding: 10px;
}
#content {
	min-height: 370px;
	_height: 370px;
	margin: 0 260px 0 30px;
}
h2#title {
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #013946;
	position: absolute;
	top: 405px;
	left: 30px;
}
#footer {
	margin: 0;
	background: url(../images/footer.gif) 0 0 no-repeat;
	font-size: 12px;
	color: #4e4d48;
	font-family: Arial, Helvetica, sans-serif;
	padding: 45px 20px 30px;
}
#footer a {
	color: #4e4d48;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#flash {
	width: 762px;
	height: 245px;
	position: absolute;
	top: 139px;
	left: 19px;
	background: url(/images/header.gif) -19px -119px no-repeat;;
}
#imageContainer {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 245px;
	margin: 0;
	width: 762px;
}

/* Bios */
.profile .photo {
	float: left;
	margin: 0 10px 5px 0;
}
.profile .photo img {
	border: 1px solid #333;
	background: #FFF;
	padding: 1px;
}
.profile .name {
	color: #003946;
	border-bottom: 1px solid #333;
	padding: 0 0 5px;
	margin: 0 0 5px;
}
.profile .readmore {
	clear: both;
	text-align: right;
	margin: 0 0 20px;
}
/* Verdicts */
.verdict {
margin: 10px 0 20px;
}
.verdict h3,
.verdict p {
margin: 0 0 3px;
}
.verdict h3 a {
text-decoration: none;
	color: #4e4d48;
}

/* Referring */
.referring {
	margin: 20px 0 0px;
}
.referring h4,
.referring p {
	margin: 0px 0 -10px;
}
.referring h4 a {
	text-decoration: none;
	color: #4e4d48;
}


/* Forms */
	option {
		padding-right: 10px;
	}
	form div {
		clear: both;
		padding: 1px 11px;
	}
	form fieldset div {
		padding: 1px 0;
	}
	span.required {
		font-weight: bold;
		margin-right: 2px;
	}
	form label {
		display: block;
		margin: 2px 0;
		float: left;
		clear: left;
		width: 140px;
	}
	form input, 
	form textarea,
	form select  {
		clear: right;
		display: block;
		margin: 2px 0 2px 150px;
		font-size: 12px;
		width: 150px;
	}
	form input {
		padding: 2px 3px;
	}
	form textarea {
		padding: 2px 3px;
		width: 200px;
		height: 120px;
	}
	form select {
		width: 160px;
	}
	form fieldset {
		border: 1px solid #333;
	}
	form fieldset fieldset {
		border: 1px solid #333;
		_width: auto;
	}
	form legend {
		font-weight: bold;
		margin: 0;
		padding: 0 5px;
	}
	fieldset fieldset legend {
		font-weight: normal;
	}
	.radio, .checkbox {
		line-height: 14px;
		vertical-align: middle;
		padding: 2px 0;
	}
	input.button {
		clear: both;
		margin: 10px 0;
		border: 1px solid #000;
		cursor: pointer;
		background-color: #FFF;
		color: #000;
		font-weight: bold;
		width: 140px;
	}
hr#formclear {
	clear: both;
	height: 1px;
	margin: 20px 0;
}

/* No Picture Pages */


#internal #flash {
display: none;
}
#internal #header {
height: 119px;
}
#internal #content {
padding-top: 40px;
}
#internal h2#title {
background: red url(/images/header.gif) -19px -373px no-repeat;
width: 514px;
top: 139px;
left: 19px;
padding: 10px 10px 10px;
margin: 0;
}
#internal #buttons {
top: 139px;
}

