/* CSS Document 
This document controls sitemap and testcontact
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:40px 0px 40px 0px;
	font-size:12px;
	color: #ffffff;
	background-color: #000000;
}
h1 {
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}
/* h2 appears on EVERY page */
h2 {
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:13px;
	padding:0px;
	margin:0px;
}
/* h4 appears on ABOUT and NEWS page */
h4 {
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:0px;
}
/* h3 appears on the LINKS page */
h3 {
 	font-weight:bold;
	font-size:13px;
	padding:0px;
	margin:0px;
}
/* h5 appears on the PHOTO OF MONTH page */
h5 {
 	font-weight:bold;
	font-size:10px;
	padding:0px;
	margin:0px;
}
h6 { 
	margin:0px;
	padding:0px;
}
p {
	line-height:1.5em;
	margin-top:0px;
}

/* start links - these links will be used if no others are specified *********/
a:link {
	text-decoration:none;
	color:#FFFFFF;
}
a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
a:active {
	text-decoration:underline;
	color:#FFFFFF;
}
/* End genral links ***********************************************************/

/* Underline link - Start*/
a.underline:link {
	text-decoration:underline;
	color:#FFFFFF;
}
a.underline:visited {
	text-decoration:underline;
	color:#FFFFFF;
}
a.underline:hover {
	text-decoration:none;
	color:#FFFFFF;
}
a.underline:active {
	text-decoration:none;
	color:#FFFFFF;
}
/* Underline link - End*/

/* hoverunderline link - Start*/
a.hoverunderline:link {
	text-decoration:none;
	color:#FFFFFF;
}
a.hoverunderline:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a.hoverunderline:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
a.hoverunderline:active {
	text-decoration:underline;
	color:#FFFFFF;
}
/*hover underline link - end*/

#main {
	margin: 0px auto;
	display:block;
	width:700px;
	margin-bottom:40px;
}
#main800 {
	margin: 0px auto;
	display:block;
	width:800px;
	margin-bottom:40px;
}
#main742 {
	margin: 0px auto;
	display:block;
	width:742px;
	margin-bottom:40px;
}
#sectioncont {
	width:100%;
	float:left;
	border-bottom:1px solid #2d2d2d;
	margin-bottom:25px;
}

/* This section controls the sitemap and the VISITORS page ****************************/
#sitemap {
	width:100%;
	float:left;
	padding:20px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #2d2d2d;
}
#sitemap ul {	
	list-style-type:none;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#sitemap ul li {
	line-height:20px;
	font-weight:bold;
}
#sitemap ul li ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}
#sitemap ul li ul li {
	line-height: 20px;
	font-weight:normal;
}
.sitemap1 {
	float:left;
	width:25%;
}
/*end of site map section ***************************************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu {
	width:100%;
	padding-bottom:25px;
	padding-top:10px;
	font-size:13px;
}
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	text-transform:uppercase;
	letter-spacing:1px;

	background-color: #000000; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 85px; /*Width of top level menu link items*/
	padding: 0px 0px;
	padding-bottom:2px;
	border-left: 1px solid #292929; 
	text-decoration: none;
	color: #ffffff;
}
.suckertreemenu ul li a:hover{
	background-color: #292929;
	color: #ffffff;
	text-decoration:none;
}	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	text-transform:none;
}
.suckertreemenu ul li ul li.bottborder{
	display: list-item;
	float: none;
	text-transform:none;
	border-bottom:1px #292929 solid;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 85px; /*width of sub menu levels*/
	color: #ffffff;
	background-color:#000000;
	text-decoration: none;
	padding: 2px 0px;
	border: 1px solid #292929;
	border-bottom:0px solid #292929;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background-color:#000000;
	background: #000000 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background: #000000 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* Header - Start********************************************/
#toptitle2 {
	width:100%;
	border-bottom: 1px solid #2d2d2d;
	margin-bottom:5px;
}
/* Command used on Map pages **********************************/
#headersection800 {
	width:100%;
}
#headersection2 {
	width:100%;
}
#navigation {
	width:100%;
	float:left;
	letter-spacing:2px;
	font-size:11px;
	padding:10px 0px 40px 0px;
	margin:0px;
}
#navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navigation ul li {
	display:inline;
	float:left;
	padding:0px 9px 0px 9px;
	margin:0px;
	border-right: 1px solid #2d2d2d;
}
#navigation ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#navigation ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 2px solid #ffffff;
}
#navigation ul li.here  {
	border: none;
}
#navigation ul li.noleftpad {
	padding-left:0px;
}
/* Header - End**********************************************************/
