/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #993300;
}
body {
	background-color: #E0DCD1;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 18px;
	color: #993300;
}
h2 {
	font-size: 16px;
	color: #993300;
}
h3 {
	font-size: 14px;
	color: #333333;
}
h4 {
	font-size: 12px;
	color: #333333;
}
.utility {
	width: 800px;
	position: relative;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 0px;
	text-align: right;
	color: #000000;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.utility a:link, .utility a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.utility a:hover, .utility a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #000000;  
}
#header {
	top:5px;
	width:800px;
	height:100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
}
#header_logo {
	position: absolute;
	height: 85px;
	width: 295px;
	left: 5px;
	top: 0px;
}
#philosophy {
	position:absolute;
	width:460px;
	height:40px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #003300;
	font-style: italic;
	text-align: right;
	top: 30px;
	padding-right: 10px;
	right: 0px;
	left: auto;
	bottom: auto;
}
.menu_gpo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 500px;
	height: 32px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	z-index: 10;
}
#nav, #nav ul { /* all lists */
	float:left;
	list-style: none;
	background: none;
	padding:0;
	margin: 0;
}
#nav li { /* main list items */
	float: left;
	border:solid 0px red;
	text-align: center;
}
#nav a{
	padding: 8px 18px 9px 18px;
	display : block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	color : #003300;
	margin: 0;
	font-weight : normal;
	text-decoration : none;
	border:none;
	width:auto;
	height:auto;
	white-space:nowrap;
}
#nav li a:hover {
	padding: 8px 18px 9px 18px;
	display : block;
	color : #003300;
	margin: 0;
	font-weight : normal;
	text-decoration : none;
	border:0px solid green;
	width: auto;
	height:auto;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -9999px;
	margin: 0;
	/* top: 29px; */
	width: 145px; 
	}
#nav li ul  a {
	width: 145px;
	padding: 8px 0px 7px 8px;
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	float: none;
	background-color: #000000; /*controls background color of all dropdown menus*/
	filter: alpha(opacity=75);
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
}
#nav li ul  a:hover {
	width: 145px;
	padding: 8px 0px 7px 8px;
	display: block;
	color: #fff;
	float: none;
	background-color: #003300;
	filter: alpha(opacity=100);
}
#nav li ul ul{
	margin-top: -29px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 163px;
	}
#nav li ul ul  a {width: 200px;}
#nav li ul ul  a:hover {width: 200px;}
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -9999px;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto;
	display:block;
	}
#nav li:hover, 
#nav li.sfhover {
	background-color: #FFFF99;
	}
#gpoBigPic {
	height: 215px;
	width: 800px;
	background-color: #FFFF99;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 4px;
}
.index_container {
	width: 800px;
	height:auto;
	background-color: #FFFFFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/blue_body_background.gif);
	background-repeat: repeat-y;
	top: 5px;
}
.gpo_container {
	width: 800px;
	height:auto;
	background-color: #FFFFFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/yellow_body_background.gif);
	background-repeat: repeat-y;
	top: 4px;
}
.content {
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.content_right {
	width: 340px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: right;
}
#horizondivisions td{
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	margin-right: 50px;
	margin-left: 15px;
	}
#horizondivisions h1 {
	color:#333333;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#horizondivisions h2 {
	color:#333333;
	margin: 0;
	padding:20px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.75;
	font-weight: bold;
	}
#horizondivisions h3 {
	color:#333333;
	margin: 0;
	padding:0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.75;
	font-weight: bold;
	}

#horizondivisions img{
	border: 2px solid #FFFFFF;
	padding: 2px;
}
#horizondivisions a:link img{border: 2px solid #FFFFFF;}
#horizondivisions a:visited img{border: 2px solid #FFFFFF;}
#horizondivisions a:hover img{ border: 2px solid #FF0000;}	
#horizondivisions a:hover{ color: #FF0000; /* Dummy definition to overcome IE bug */}

#horizondivisions a:link {
	color:#FF0000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	}
	
#horizondivisions a:visited {
	color:#FF0000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	}
	
#horizondivisions a:hover {
	color:#FF0000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	}
.horizon_marketing  {
	float:right;
	width: 255px;
	height: auto;
	padding: 35px 20px 20px 30px;
	margin: 0;
	color: #666666;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
	font-weight: bold;
	}
.gpo_footer {
	width: 790px;
	height: auto;
	text-align:center;
	background-color: #FFFF99;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	vertical-align: middle;
	}
#gpo_footerText a: {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1;
	padding: 0px;
}
#breadcrumb  {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 24px;
	margin: 0px;
	padding-top: 10px;
	}	

#breadcrumb a:link, #breadcrumb a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FF0000;  
	}

#breadcrumb a:hover, #breadcrumb a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #FF0000;  
	} 
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#map {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding: 0px;
	margin-top: 5px;
	margin-left: 0px;
}

#side_bar {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding: 5px;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF0000;
}

#sitemap_content {
	padding-left: 10px;
	padding-top: 5px;

}

#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; }
.image_float_left {
	float: left;
	margin-right: 15px;
}
.image_float_right {
	float: right;
	margin-left: 15px;
}
.contact_float_right {
	float: right;
	margin-left: 15px;
	margin-right: 50px;
}
.index_content {
	width: 790px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#description_table td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
	margin-right: 50px;
	margin-left: 15px;
	padding-top: 5px;
	color: #333333;
	}
	
#description_table h2{
	color:#333333;
	margin: 0;
	padding:20px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.75;
	font-weight: bold;
	}
	
#description_table a:link {
	color:#FF0000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	}
	
#description_table a:visited {
	color:#FF0000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	}
	
#description_table a:hover {
	color:#FF0000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	}
.form_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: bolder;
}
.search_menu {
	padding-top: 20px;
	padding-bottom: 5px;

}
.redline_divider {
	background-color: #FF0000;
	height: 1px;
	width: 100%;

}
#gpo_footerText {

	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}
#gpo_footerText a:link, #gpo_footerText a:visited {

	font-weight: normal; 
	text-decoration: none; 
	color: #003300;
}
#gpo_footerText a:hover, #gpo_footerText a:active {

	font-weight: normal; 
	text-decoration: underline; 
	color: #003300;
}
