* {
 padding: 0;
 margin: 0;
}

body {
	background-color: #000080;
	color: #333;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	text-align: center; /* be nice to IE */
	background-attachment: fixed;
}

#wrapper {
	background: #fff;
	margin: 15px auto;
	border: 1px solid #fff;
	overflow: auto;
	text-align: left; /* be nice to IE */
	width: 878px;
	.width: 878px;
	_width: 881px;
}

#welcometext {
	border-bottom: 1px dotted #DED6B8;
	padding: 0 0 10px 0;
	min-height: 95px;
	margin-right: 20px;
	line-height:1.4em;
	margin-left:10px;
	text-align:left;
	font-size:14pt;
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
}

#welcometext img { padding: 5px 10px; }

#welcometext p {
	color: #113;
	padding-bottom: 5px;
}

#welcometext h1 {
	font-size:20pt;
	font-weight:normal;
	line-height:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#centercolumn p {
	text-indent: 15px;
	padding: 5px 0;
	color: #000;
}

#centercolumn p.quote {	margin: 0 20px;	color: #22a;}

#centercolumn ul {
	list-style-type: none;
	margin: 5px 0 5px 25px;
}

#centercolumn ol {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 100%;
	margin: 5px 0 5px 15px;
}

#centercolumn ol li {
	margin: 0 0 10px 0;
	padding: 0 5px;
	line-height: 1.2;
	border-right: 1px dotted #005;
}

#centercolumn ul li {
	padding-left: 18px;
	margin: 5px 0;
	background: url('/pvi/images/goldseal-small.gif') left center no-repeat;
	font-size: 110%;
}

#centercolumn h1 {
	line-height:1.8em;
	font-size:180%;
	color:#616785;
	font-family:Georgia,Helvetica,Arial,sans-serif;
	font-weight:normal;
}
	
#centercolumn h2 {
	line-height:1.6em;
	font-size:140%;
	color: #616785;
	font-family:'Century Gothic',Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding-bottom: 5px;
	text-align: left;
}

#centercolumn h3 {
	line-height:1.4em;
	font-size:120%;
	color: #a33;
	font-family:'Century Gothic',Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding-bottom: 5px;
	text-align: center;
}

#centercolumn h4 {
	text-align: center;
	margin: 5px 0;
}

#centercolumn h4 a img {
	border: none;
}

#centercolumn h5 {
	line-height:1.2em;
	font-size:80%;
	color: #33a;
	font-family:'Century Gothic',Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin: 3px 0;
	padding: 0;
	.padding: 0;
	_padding: 5px 0;
	text-align: center;
}

#centercolumn img {
	padding-right: 10px;
}

a {
color:#AD261F;
border-bottom:1px dotted #AD261F;
text-decoration:none;
}

a:hover {
color:#000;
}

.backtotop { display:block; text-align:right}

#flags {
	margin: 10px 20px;
}

#box {
	margin: 10px 25px;
	padding: 10px;
	border: 1px dotted #6a0000;
}

#box h1 {
	text-align: center;
	background-color: #A69872;
	color: #fff;
	border: 1px solid #333;
}

#box h1 a { color: #fff; }

#box h2 {
	text-align: left;
}

#box ul li {
	background-color: #005;
	color: #fff;
	padding: 3px;
}

blockquote {
/*  background: transparent url(../img/quoteleft_big.gif) left top no-repeat; text-align:left;*/
  font-family:"Courier New", Courier, monospace;

}
blockquote div {
  padding: 15px 0 0 20px;
/*  background: transparent url(../img/quoteright_big.gif) right bottom no-repeat;*/
}

#welcome {
	margin: 3px 0 0 3px;
	background-color:#fff;
	text-align:right;
	padding-bottom: 25px;
}

#keywords { font-size: 1pt; color: #fff; }
 
#header {
	height: 197px;
	padding: 10px;
	background-color: #6a0000;
	margin-top: 0;
	text-align:right;
	border-bottom: 1px solid #fff;
}

#header a, #header a:hover {
	color: #fff;
	background: none;
	border-bottom:none;
}

#header a:hover {
	text-decoration: underline;
}

#wrapper #partner, #partner {
	padding: 3px;
	background-color: #A69872;
	margin-top: 0;
	text-align:right;
	border-bottom: 1px solid #fff;
	color: #ee0;
}

#partner a, #partner a:hover, #wrapper #partner a, #wrapper #partner a:hover {
	color: #ee0;
	background: none;
	border-bottom:none;
	text-decoration: underline;
}

#partner a:hover, #wrapper #partner a:hover {
	border-top: 1px solid #fff;
}

#partner h1, #partner h2, #partner h3, #partner h4, #wrapper #partner h1, #wrapper #partner h2, #wrapper #partner h3, #wrapper #partner h4 {
	text-align: center;
	font-weight: normal;
	margin: 5px;
	padding: 0;
}

#centercolumn { /* Parent Wrapper for inside boxes */
	background: url('/pvi/images/pvi-logo-small-wide.png') top right no-repeat;
	.background: url('/pvi/images/pvi-logo-small-wide.png') top right no-repeat;
	_background: none;
	display:block;
	width: 567px;
	.width: 557px;
	_width: 557px;
	float: left;
	min-height: 300px;
	text-align:left;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	margin: 10px 0 0 5px;
	padding: 0 30px 10px 15px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

hr {
	text-align: center;
	margin: 10px auto;
	width: 65%;
	height: 3px;
	color: #aaa;
	background-color: #aaa;
}

#rightcolumn {
	clear: right;
	display: inline; /* IE Hack */
	width: 230px;
	float: right;
	min-height: 100px;
	margin: 5px 20px 10px 0;
	border-left: 1px dotted #A4A8BE;
}

* html #rightcolumn {height:100px} /* IE Min-Height Hack */ 

#rightcolumn h2 {
	font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size:120%;
	margin: 5px 0;
}

#rightcolumn p {
	padding-bottom: 10px;
	border-bottom: 1px dotted #A4A8BE;
	margin-left: 5px;
}

#testimonials {
	
	clear: right;
	display: inline; /* IE Hack */
	width: 230px;
	float: right;
	min-height: 100px;
	margin: 5px 20px 10px 0;
	padding-bottom: 5px;
/*	border-top: 1px dotted #DED6B8;*/
	border-left: 1px dotted #A4A8BE;
	border-bottom: 1px dotted #A4A8BE;
}

#testimonials h2 {
	font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size:110%;
}

#testimonials h1 {
	font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size:130%;
	line-height: 2;
}

* html #testimonials {height:100px} /* IE Min-Height Hack */ 

#raisedmenuwrapper {
	display:block;
	position: absolute;
	right: 25px;
	top: 80px;
	border: 1px solid #000;
	background: #fff;
	float: right;
	width: 200px;
	min-height: 300px;
	text-align:left;
	overflow: auto;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	padding: 5px;
	z-index: 2;
}
* html #raisedmenuwrapper {height:300px} /* IE Min-Height Hack */

#footer {
 background-color: #978555;
 color: #fff;
 margin: 0;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 870px;
 .width: 870px;
 _width: 871px;
 text-align:center;
}

#footer div {
 border-top: 1px dotted #fff;
 margin-top: 5px;
 font-size: .75em;
}

#footer a {
	color:#009;
	border-bottom:none;
}

#footer a:hover { 
 background-color: #A69872;
 color:#fff;
}

#post-footer { font-size:90%;}

/*----- Horizontal Menu ------*/

#menubar {
 height: 43px;
 padding: 5px 3px;
 text-align: center;
 vertical-align: middle;
/* background-color: #000055;*/
 background-color: #A69872;
}

#menuitem {
	background-color: #000080;
/* background-color: #88784E;*/
 border: 1px solid #fff;
 height: 30px;
 padding: 5px 10px;
 margin-right: 3px;
 font-size: 14pt;
 font-weight: bold;
 vertical-align: middle;
 float: left;
 color: #fff;
 line-height: 1.4;
}

#menuitem-admin {
	background-color: #000080;
/* background-color: #88784E;*/
 border: 1px solid #fff;
 height: 30px;
 padding: 5px 10px;
 margin-right: 3px;
 font-size: 13pt;
 font-weight: bold;
 vertical-align: middle;
 float: left;
 color: #fff;
 line-height: 1.3;
}

#menuitem a, #menuitem-admin a {
/* background: url('images/purplemarble002.png') top left repeat-x;*/
 color: #fff;
 text-decoration: none;
 border-bottom: none;
}

#menuitem a:hover, #menuitem-admin a:hover, .home #wrapper #menubar #menuitem a.home, .about #wrapper #menubar #menuitem a.about, .students #wrapper #menubar #menuitem a.students, .courses #wrapper #menubar #menuitem a.courses, .faq #wrapper #menubar #menuitem a.faq, .testimonials #wrapper #menubar #menuitem a.testimonials, .support #wrapper #menubar #menuitem a.support, .contact #wrapper #menubar #menuitem a.contact {
/* background: url('/images/a-marble-hover-current.png') top center no-repeat;*/
 border-top: 2px solid #DED6B8;
 color: #fff;
 text-decoration: none;
 border-bottom: none;
}

/*#menuitem a:hover {
}*/

.heading {font-size:180%; padding-top:40px;}
