* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, sans-serif;
	color: #CCCCCC;
	background: #261810;
}

img {
	border: none;
}

p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	color: #F1D5A6;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;*/
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
	text-decoration:none;
}

a:active {
	color: #710600;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
	text-decoration:none;
	border:none;
}

a:visited {
	color: #999999;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;*/
	text-decoration:none;
}

h1 {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 6px;
	font-size: 18pt;
	font-variant: small-caps;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	border-bottom: thin solid #999999;
	margin-top:24px;
	width: 740px;
}

h3 {
	font: bolder 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 16px;
}

h4 {
	font:100 12pt Georgia, "Times New Roman", Times, serif;
	padding-bottom: 12px;
}

ul {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 8px;
}

ul li {
	font-size: 8pt;
	margin-left: 16px;
}

/*LAYOUT ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#leftcolumn {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75px;
	background: url(../images/hmleft01.jpg) repeat-y;
	height: 100%;
}

#content {
	margin-left: 75px;
	margin-right: 75px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 75px;
	margin-right: 75px;
}

html>body #content {
	margin-left: 75px;
	margin-right: 75px;
}

#rightcolumn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 75px;
	height: 100%;
	background: url(../images/hmleft02.jpg) repeat-y;
}

/*LIGHTBOX CSS ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*PLAN VIEW ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.planviewbox {
	width: 752px;
	height: 260px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
}

.planviewbox .planimg img {
	float: left;
}

.planviewbox .plantxt {
	margin-left: 220px;
	width: 275px;
	text-align: left;
}

.planviewbox .plantxt ul {
	list-style: none;
	margin: 5px 0px 20px 30px;
	font-size: 12px;
}

.planviewbox .plantxt p {
	font: 18px "Trebuchet MS", Tahoma, Helvetica, Verdana, sans-serif;
	border-bottom: thin solid #FFFFFF;
}

.planviewbox .plantxt #plannumber {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.form_box_style {
	float: left;
	width: 160px;
}

.form_box_feet {
	float: left;
	width: 180px;
}

.form_box_more {
	float: left;
	width: 230px;
}

#searchform #submit {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#plans_found {
	margin: 0px;
	clear: both;
	padding-top: 10px;
	padding-left: 3px;
}

#searchform #searchparam {
	height: 120px;
}

/*MAIN CONTENT ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#content .mainbuttons img {
	margin-right: 10px;
	margin-left: 10px;
}

#content .top {
	width: 750px;
	height: 91px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#content .top #topbuttons img {
	border-style: none;
	margin-right: 10px;
}

#content .top #topbuttons {
	height: 34px;
	float: right;
	width: 450px;
	margin-top: 40px;
}

#content #head2img {
	height: 192px;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: -92px;
	position: relative;
	z-index: -1;
}

#content #head2img p {
	color: #000000;
	padding-top: 140px;
	padding-left: 5px;
}

#content .contentbox {
	background: #710600 url(../images/box_gradient_test.png) no-repeat;
	width: 752px;
	border: thin solid #666666;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	min-height: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

#content .mainbuttons {
	margin-top: -20px;
	margin-right: auto;
	margin-left: auto;
	width: 480px;
}

#content .top .menubuttons {
	margin-top: 14px;
	float: right;
}

#content #middle .textbox {
	background: #710600;
	width: 752px;
	padding: 6px;
	border: thin solid #666666;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*TEXTBOX ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.textbox p {
	font-size: 12px;
	margin-bottom: 20px;
}

.textbox #email a {
	color: #CCCCCC;
	text-decoration: underline;
}

.textbox #email a:hover {
	color: #999999;
	text-decoration: none;
}

/* FOOTER ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
	font-size: 10px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	width: 520px;
	background: #664E42;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
}

#footer li {
	margin-right: 12px;
	font-size: 12px;
	float: left;
	margin-left: 0px;
}

#footer p {
	margin: 5px;
}

#footmenu {
	margin-left: 5px;
	margin-top: 5px;
}

#footer a {
	text-decoration: none;
	color: #CCC;
	border:none;
}

#footer a:hover {
	color: #F1D5A6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F1D5A6;
}

#footer a:visited {
	text-decoration: none;
	color: #CCC;
	border: none;
}

#footmenu ul {
	list-style-type:none;
	margin-bottom:0;
	margin-top:0;
	padding-left:0;
}

#footinfo {
	margin-top: 30px;
	color: #CCCCCC;
	text-align: center;
}

.copy {
	font-size: 8px;
}

/*UNORGANIZED ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img.menu {
	margin-right: 10px;
	margin-left: 10px;
}
#logosmall {
	margin: 5px;
	float: left;
}

#front_graphic {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
}

#head2img img {
	margin-top: 126px;
	position: absolute;
}

.indent {
	width: 700px;
	margin-left: 20px;
}

/*SPECIAL ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#formatting {
	margin: 50px;
	background: #710600;
}
