/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	
	padding: 0;
	background-image: url(../images/page-back-gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#masthead {
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
	background-image: url(../images/logo_heading_top.gif);
	height: 131px;
	background-repeat: no-repeat;
}
.grayblock {
	background-color: #b2b3ab;
	height: 5px;
	width: 830px;
}
#wrapper {
	width: 830px;
	margin: 0 auto;
	border: 1px solid #babec1;
	background-color: #FFFFFF;
}
#center {
	width: 830px;
	
	background-image: url(../images/page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#center .content {
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 2.0em;
}

/*  NAVIGATION  */


#nav_horiz {
	width:830px;
	float:left;
	background-image: url(../images/navbar.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 32px;	
}
#nav_horiz ul {
 	display:block;
    margin:8px 0px 0px;
	list-style-type:none;
	padding-left: 20px;
	
}
#nav_horiz ul li {
	font-size: 0.85em;
	display:block;
	margin:0 0px 0 25px;
	float:left;
	color:#FFCC00;
	font-weight: bold;
}

#nav_horiz ul li a {
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}
#nav_horiz ul li a:hover {
    color:#f7992b; 
}

/* footer  */

.footer{
	width:800px;
	margin:0 auto;
	text-align: center;	
	}
.footer ul{
	display:block;
	list-style-type:none;
	margin:5px 0 0px 20px;

	}
.footer ul li{
	display:inline;
	font:10px/10px Arial, Helvetica, sans-serif;
	color:#3a3b3c;
	
		}
.footer ul li a{
	font:10px/10px Arial, Helvetica, sans-serif; color:#3a3b3c;	text-decoration:none; 
	margin:0 8px 0 8px;
	}
.footer ul li a:hover{
	
	color:#ffffff;
	}

.footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3a3b3c;
	line-height: 10px;
	}
.footer p a {
	color:#3a3b3c; text-decoration:underline;
	}
.footer p a:hover {	
	color:#ffffff;
	
	}
.p7uberlink {
	font-weight: bold !important;
	
	border-color: #000000 !important;
}

.nomargintop {
	margin-top: 0;
}
.nomarginbottom {
	margin-bottom: 0px;
}
.margintop {
	margin: 12px 0;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #589b2f;
	margin: 30px 30px 30px 40px;
	padding:0;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #589b2f;
	margin: 30px 30px 30px 40px;
	padding:0;
}
h3 {
	font-size: 1.25em;
	margin: 0px auto 10;
	color: #006a71;
	text-align: center;
}
h4 {
	font-size: 1.0em;
	margin: 20px 40px 0px;
	color: #84847c;
	font-style: italic;
	font-weight: normal;
}


.content ul {
margin: 40px 0px 40px 40px;
}
.content ul li {
	margin: 12px 0px 12px 0;
	color: #84847c;
}
.content p {
	margin: 40px 40px;
	color: #84847c;
}
.content p a{
	margin: 12px 0;
	color: #84847c;
	font-weight: bold;
}
.content p a:hover{
	margin: 12px 0;
	 color:#f7992b; 
	font-weight: bold;
}

#line {
	width: 75%;
	border-top: 1px solid #00575c;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.floatright {
	float: right;
	margin: 12px 0 12px 12px;
}
.floatmidright {
	float: right;
	margin: 12px 80px 12px 12px;
}
