/* CSS Document */
/*__________________________________________WHOLE DOC_____________________________________*/
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}
p {
	padding: 0px;
	margin: .75em 0;
}
h1 {
	font-size: 20px;
	color: #92C051;
	padding: 0 0 28px 0;
}

/*__________________________________________CLEARING CODE_____________________________________*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */


/*__________________________________________ID TAGs_____________________________________*/
#wrap-main {
	width: 975px;
	margin: 0 auto;
}
#wrap-head {
	height: 73px;
	width: 587px;
	padding: 0 388px 0 0;
}
#pva-logo {
	float: left;
	height: 73px;
	width: 242px;
}
#site-title {
	float: right;
	height: 23px;
	width: 345px;
	padding: 43px 0 7px 0;
}
#wrap-1 {
	background-image: url(../img/bg_shaddow.jpg);
	background-repeat: repeat-y;
	width: 975px;
	padding:0 0 32px 0;
}
#wrap-2 {
	background-image: url(../img/bg-green-logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 948px;
}
#pav-logo-2 {
	height: 111px;
	width: 242px;
	padding: 0 706px 0 0;
}
#wrap-3 {
	width: 729px;
	padding-top: 0px;
	padding-right: 177px;
	padding-bottom: 0px;
	padding-left: 42px;
}
#wrap-3 #nav {
	width: 183px;
	float:left;
	text-align:left;
	color: #666666;
}
#wrap-3 #nav li {
	list-style: none;
	display:block;
	line-height: 1.2em;
	padding: 8px 0 0 14px;
	background:url(../img/bg_bullet.gif) no-repeat 0 14px;
}
#wrap-3 #nav li a{
	color: #666666;
	text-decoration: none;
}
#wrap-3 #nav li a:hover{
	color: #00ACEC;
	text-decoration: none;
}
#content {
	width: 509px;
	float: right;
	text-align: left;
	padding-right: 20px;
	color: #333333;
}
#content li {
	margin-left: 35px;
}
#content a {
	color: #00ACEC;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}


#green-div {
	height: 4px;
	width: 975px;
	background-image: url(../img/green-divider.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-color: #666666;
	height: 74px;
	width: 877px;
	margin: 0 7px 0 22px;
	padding: 14px 27px 0 43px;
	font-size: 10px;
	line-height: 14px;
	color: #CCCCCC;
}
#footer a{
	color:#CCCCCC;
	text-decoration:underline;
}
#contact {	
	width:400px;
	float:left;
	text-align:left;
}
#footer #nav {
	width: 400px;
	float:right;
	text-align:right;
}
