@charset "utf-8";
/* CSS Document */


/* START RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit;	font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { background-image:url(../pvming/logo.jpg); background-repeat:no-repeat; background-position: top center; background-attachment:fixed;	line-height: 1;	color: black; }
ol, ul {	list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {	content: "";}
blockquote, q {	quotes: "" "";}
/* END RESET */



div.myNav a:link { text-decoration: none; display:block; margin:0; padding:0; color:#666666; }
div.myNav a:visited { text-decoration: none; color:#666666; }
div.myNav a:hover {  text-decoration: none; color:#333333; }


#wrapper{
	width:900px;
	margin: 0 auto;
	display:block;
}


#MainCont {
	display:block;
	width:700px;
	float:right;
	padding:0;
}


.pvmContainer{
	display:block;
	text-align:left;
	padding:0 20px 10px 20px;
}

.pvmContainer h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	display:block;
	margin:10px 0 10px 9px;;
	padding:10px 0 10px 0;
	width:642px;
	clear:both;
	text-align:left;
	border-bottom: 1px solid #CCCCCC;	
}

.pvmContainer h2 a{
	text-decoration:none;
	color:#666666;
}

.pvmContainer img a{
	margin:0;
	border:0;
	padding:0;
}



.bigBorder{
	border: solid 10px #e3e3e3;
	margin:9px;
}

body h1{
	display:block;
	width:680px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:56px;
	font-weight:normal;
	color:#666666;
	padding:30px 0 20px 220px;
	height:100px;
}

.subCap{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	color:#999999;
	display:block;
	padding: 10px 0 0 4px;

}











/** ACCORDION **/



#basic-accordian{
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: normal;
  line-height: 18px;
  text-align: right;
  
	width: 200px;
	float: left;
	position: fixed;

	
}

.accordion_headings{
	font-family:Tahoma, Arial, Verdana; text-transform:uppercase; font-size:12px;
	color:#666666;
	padding:8px 8px;
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
}

.accordion_headings:hover{
	color:#e38a17;
}

.accordion_child{
	background-color:#FFFFFF;
	padding:5px;
	border-bottom:1px solid #e38a17;
}

.accordion_child a:link { font-family:Tahoma, Arial, Verdana; text-transform:uppercase; font-size:9px; text-decoration: none; display:block; margin:0; padding:4px 5px; color:#666666; }
.accordion_child a:visited { text-decoration: none; color:#666666; }
.accordion_child a:hover {  text-decoration: none; color:#e38a17; }

.header_highlight{
	color:#e38a17;
	border-bottom:1px solid #e38a17;

}


.brownText{
	color:#e38a17;
	font-size:14px;
}

.emptyCont{
	display:block;
	height:1200px;

}






.scrollSpan{
	display:block;
	width:150px;
	padding:10px 0 0 0;
	float:right;
	font-family:Tahoma, Verdana, Arial, sans-serif, serif;
	font-size:9px;
	font-weight:normal;
	text-align:right;
}

.scrollSpan a, .scrollSpan a:visited, .scrollSpan a:active{
	color:#CCCCCC;
	text-decoration:none;
}

.scrollSpan a:hover{
	color:#666666;
}
