@charset "UTF-8";/* CSS Document */body {	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 */	background-image: url(../images/hyde_home_basebg.jpg);	background-position: center top;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	background-repeat: no-repeat;	}.bodycopy {	font: 13px/19px Arial, Helvetica, sans-serif;	color: #666666;	}.bodycopybold {	font: bold 13px/19px Arial, Helvetica, sans-serif;	color: #333333;	}	.bodycopyboldblue {	font: bold 13px/19px Arial, Helvetica, sans-serif;	color: #50abe0;	}.bodycopydkblue {	font: bold 13px/19px Arial, Helvetica, sans-serif;	color: #002a54; }	.pagehead {	font: 20px/22px Arial, Helvetica, sans-serif;	color: #002a54;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #333333;	}.subhead {	font: 14px/18px Arial, Helvetica, sans-serif;	color: #002a54;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCC;	}	.redtext {	color: #750401;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 19px;	}	.subheadwhite {	font: 14px/22px Arial, Helvetica, sans-serif;	color: #FFFFFF;	}			.footertext {	font: 12px/19px Arial, Helvetica, sans-serif;	color: #666666;	text-align: center;	margin-top: 30px;	}.pullquote {	font: 16px/22px Arial, Helvetica, sans-serif;	color: #50abe0;	padding-right: 30px;	padding-left: 30px;	}	#container {	width: 1106px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 0px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */}#header {	padding: 0 20px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	height: 100px;	background-color: #DDDDDD;	background-image: url(../images/hyde_home_base_02.jpg);	background-repeat: no-repeat;}#logo {	width: 1200px;	height: 219px;	float: left;	background-color: #FFFFFF;	background-image: url(../images/home_base_04.jpg);	background-repeat: no-repeat;}#nav {	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	background-color: #00006d;	width: 1052px;	height: 35px;}#middle {	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	background: url(../images/hyde_home_base_05.jpg);	background-repeat: no-repeat;	width: 1106px;	min-height: 429px;	float: left;}#bottom {	margin: 0 auto;	background-repeat: repeat-y;	width: 1106px;	min-height: 100px;	background-image: url(../images/hyde_home_base_06.jpg);	float: left;}#leftcontent {	width: 520px;	float: left;	margin-top: 30px;	margin-left: 100px;	background-repeat: repeat-y;	min-height: 286px;	background-image: url(../images/shadow_left.jpg);	background-position: right;	padding-top: 0;	padding-right: 30px;	padding-bottom: 0;	padding-left: 0px;	display: inline;}#photocontent {	width: 1000px;	float: left;	margin-left: 100px;	min-height: 286px;	padding-top: 0;	padding-right: 30px;	padding-bottom: 0;	padding-left: 0px;	display: inline;}#content {	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	width: 1200px;	border: 3px solid #0F3;}#rightcontent {	width: 300px;	float: right;	margin-left: 30px;	margin-right: 100px;	margin-top: 95px;	padding-top: 0;	padding-right: 0px;	padding-bottom: 0;	padding-left: 0px;	display: inline;}#pic {	border: 1px solid #333;	background-color: #999;	padding: 5px;	width: 300px;	margin-bottom: 10px;}#footer {	background:#000000 url(../images/hyde_home_base_08.jpg);	height: 153px;	width: 1106px;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	float: left;}#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 */}#addresstext {	height: 100px;	width: 150px;	position: relative;	left: 510px;	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #333333;	padding: 0px 20px 20px;}#clear {clear:both;}/* form styles */.tableleft {text-align:left;vertical-align:middle;width:155px;}.tableright {text-align:left;vertical-align:middle;width:250px;}.textfield {	height: 20px;	width: 235px;	border: 1px solid #00006d;	padding: 2px;}.textfieldcomments {	width: 235px;	border: 1px solid #00006d;	padding: 2px;	min-height: 20px;}.textfieldArea {	border: 1px solid #00006d;	padding: 2px;	height: 20px;}.textfieldPhone {	border: 1px solid #00006d;	height: 20px;	padding: 2px;}.radio {margin-left:25px;}