@charset "utf-8";
/* CSS Document */
/* Standard Page Settings */
html, body {
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;	/*	Do I need This?	*/
	margin-top:5px;
	text-align:center;	/*	for IE	*/
}

#page_holder {
	position:relative;
	margin:0px auto;	/*	centering for real browsers	*/
	background:url(images/pge_bckgd.jpg);
	border:#CC6600 groove medium;
	min-width:800px;
	max-width:1024px;
	text-align:left;	/*	put the text back where it should be	*/
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:underline;
}

a.norm {
	color:#996600;
}

hr {
	border-style:none;
	border-top: 1px solid #996600;
	border-bottom:none;
	text-align:center;
}
/* End Standard Page Settings */

/* Header content formatting */
#logo {
	position:absolute;
	top:-8px;
	left:-8px;
	width:180px;
	height:180px;
}


#head_image_container{
	width:auto;
	margin-left:175px;
	height:160px;
	background-color:#FFFFFF;
}

.head_image{
	float:left;
	width:25%;
	height:160px;
}

.head_image img{
	width:100%;
	height:100%;
	display:block;
}
/* End Header Formatting */

/* Navigation Menu Formatting */
#nav{
	float:left;
	width:19%;
	padding-left:1%;
	padding-right:1%;
	margin-top:30px;
	margin-right:1%;
}

.menu {
	width: 80%;
	text-align:center;
	background-color:#666666;
	border:#FFFFFF double;
	margin-bottom:15px;
	height:25px;
	padding-top:10px;
}

.menu:hover {
	background-color:#333333;
	border:#999999 double;
}

.menu a:hover{
	text-decoration:none;
}
/* End Navigation Formatting */

/* Main Page Content Formatting */
#page_content{
	float:left;
	width:72%;	
	margin-top:15px;
	padding-left:1%;
	padding-right:1%;
	margin-right:1%;
}

.page_content_box {
	background-color:#CCCCCC;
	width:100%;
	margin-top:10px;
}

.page_content_top div {
	background:url(images/content_tl.png) no-repeat top left;
}

.page_content_top {
	background:url(images/content_tr.png) no-repeat top right;
}

.page_content_bottom div {
	background:url(images/content_bl.png) no-repeat bottom left;	/* not used	*/
}

.page_content_bottom {
	background:url(images/content_br.png) no-repeat bottom right;	/* not used	*/
}

.page_content_top div, .page_content_top, .page_content_bottom div, .page_content_bottom {
	width:100%;
	height:30px;
	font-size:1px;
}

.page_content_copy {
	margin:-30px 30px 0px 30px;
	text-align:justify;
}

img.right {
	float:right;
	clear:right;
	width:120px;
	height:auto;
	margin:3px 0px 3px 6px;
}

img.left {
	float:left;
	clear:left;
	width:120px;
	height:auto;
	margin:3px 6px 3px 0px;
}

p.sign {
	text-align:right;
	font-size:0.7em;
	font-weight:bold;
	margin-right:5px;
}

hr.test_sep {
	width:80%;
	border-style:none;
	border-top: 1px dashed #996600;
	text-align:center;
}

.page_content_copy h2{
	font-size:1.4em;
	color:#996600;
}

.page_content_copy h3{
	font-size:1.1em;
	color:#996600;
}

.page_content_copy ul li {
	list-style:none;
	list-style-image:url(images/bullet.gif);
	line-height:1.5em;
}
/* End Main Page Formatting */

/* Footer Formatting */
#foot {
	clear:both;
}
/* End Footer Formatting */

/* Form Formatting */
#form {
	text-align:center;
}

#form fieldset{
	width:90%;
	border-color:#996600;
	margin: 0px auto;
	text-align:left;
}

#form fieldset legend{
	color:#996600;
}

#form ul li label{
	width:30%;
	float:left;
}

#form fieldset ul li {
	list-style:none;
	list-style-image:none;
	margin-top:5px;
}

#form ul li em {
	color:#FF0000;
	font:.8em Arial, Helvetica, sans-serif;
	position:absolute;
}

.errors {
	font-size: 0.8em;
	color: #FF0000;
	font-style: italic;
}

.ftnote {
	font-size:0.6em;
	clear:left;
}

input.button {
	border:#999999 thin;
	background-color:#996600;
	font: 10pt Arial;
	color:#FFFFFF
}
/* End Form Formatting */

/* Image Gallery Formatting */
#gallery {
	width:auto;
}

.gallery_image {
	width:24%;
	/*background-color:#999999;*/
	float:left;
	height:200px;
	text-align:center;
	line-height:200px;
	margin-left:1%;
	margin-bottom:4px;
}

.gallery_image a img {	
	width:95%;
	height:auto;
	vertical-align:middle;
	max-height:190px;
}