/* General Page Layout - New Template created by Jesse Kuczynski on 10-30-07 */
/* * {
	border: dotted 1px #000;
}
*:hover {
	border: solid 1px #fff;
}
*/
* {
	margin: 0px;
	padding: 0px;
}
* img {
	border: none;
}

body {
	z-index: 0;
	height: 100%;
	}

#page_hdr_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #EF8400;
	color: #ffffff;
	font: 10pt verdana;
}

#page_hdr_wrapper a {
	text-decoration: underline;
	color: #ffffff;
	font: 7pt verdana;
	margin: 0px 10px;
}

#hdr_house {
	position: absolute;
	left: 10px;
}

#page_hdr_hl {
	position: absolute;
	top: 5px;
	left: 35px;
}

#page_hdr_links {
	position: absolute;
	top: 5px;
	left: 200px;
}

#left_bar_wrapper {
	position: absolute;
	top: 35px;
	left: 0px;
	height: 800px;
	border: solid 0px;
	z-index: 10;
	width: 150px;
	background-color: #E1E1E1;
	
}

#left_bar_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	border-bottom: solid 10px #fff;
	width: 150px;
}

#left_bar_photo {
	position: absolute;
	top: 0px;
	left: 30px;
	border: 0px;
	
}

#t_ad_banner { position: absolute;
top: 0px;
left: 200px;
border: solid 1px #787878;

}

#content_head_wrapper {
	position: absolute;
	top: 35px;
	left: 150px;
	width: 500px;
}

#content_head_wrapper div {
  position: absolute;
  top: 90px;
}
  
#main_content_wrapper {
	position: relative;
	left: 180px;
	top: 220px;
	height: 100%;
	width: 600px;
}

#main_content_wrapper { 
z-index: 1;

}

#page_ftr { display: block;
	position: absolute;
	bottom: 0px;
	width: auto;
	height: 20px;
	color: #000;
	font: 8px verdana;  
	line-height: 2em;
	padding: 0px 8px;
}

#page_ftr a {
	text-decoration: underline;
	color: #ffffff;
	font: 7pt verdana;
	}
	
#page_ftr p { padding-left: 5px;}

/* left navigation menu with rollover list background graphics */
#left_nav {
	position: absolute;
	top: 250px;
	left: 0px;
	border: solid #C3C3C3;
	border-width: 1px 0px 0px 0px;
	margin: 0px;
	padding: 0px;
	
}
#left_nav, #left_nav li {
	list-style-type: none;
	width: 100%;
	text-align: left;
	
}
#left_nav li {
	line-height: 1em;
	padding-top: 8px;
	
}

/* a list within a list -- disabled by Jesse Kuczynski 7/28/08 due to problems with CSS flyouts /*
li ul { padding-left: 10px;
width: 120px;

}
*/

/* link popup image handling */
#left_nav a {display: block;
	text-decoration: none;
	font: 8pt verdana;
	color: #336633;
	border-left: solid 5px #E1E1E1;
	padding: 0 5px;
	margin-left: 5px;
}

#left_nav li a:hover {
	text-decoration: underline;
	color: #336633;
	border-left: solid 5px #336633;
	z-index: 1000;
}

/* page content formatting */
#content_head_wrapper h3 { position: relative;
display: block;
	font: 14pt verdana;
	color: #fff;
	background-color: #787878;
	width: 630px;
	padding-left: 0px;
	margin-right: 0px;
	text-indent: 30px;
		
}

#content_head_wrapper p {
	font: 8pt verdana;
	color: #336633;
	padding-left: 30px;
	padding-top: 5px;
}

#content_head_wrapper ul { font: 8pt verdana;
	color: #336633;
	padding-left: 30px;
	padding-top: 5px; }

#content_head_wrapper a { text-decoration: underline;
color: #336633;
font-weight: bold;
}
#main_content_wrapper p {
	font: 8pt verdana;
}

#content_head_wrapper b { font-weight: bold;
}

#main_content_wrapper table { font: 10pt verdana;
}

sup { 
font-size: 10px;
}

/* Adobe Acrobat Download Logo Spacing */

.acro { margin: 10px;}



