/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */

/* body div {
	border: 1px solid red;
}
*/

body {
	margin:0 auto;
	padding:10px 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size:75%;
	background:#047 url(../images/pvcf_bk.gif) repeat-x fixed;
	color:#660;
}
#container {
	width:960px;
	margin:0 auto;
	padding-top:10px;
	background:#fff;
	color:#333;
}
#footer {
	height:25px;
	margin:0 auto;
	width:960px;
	background:#fff;
	padding:0px 0px 0px 0px;
	font-size:0.9em;
	color:#888;
	text-align:center;
}
#logo {
	width:960px;
	margin:0 auto;
	background:url(../images/logo.png) top left no-repeat;
	height:100px;
}
#head_round {
	width:960px;
	margin:0 auto;
	height: 38px;
}
#foot_round {
	width:960px;
	margin:0 auto;
	background:url(../images/bot_round.png) no-repeat bottom center;
	height: 15px;
}

a {
	text-decoration:none;
	background-color:inherit;
	color:#660;
}
a:hover {
	text-decoration:none;
	color: #189BD6;
}
a img {
	border:0;
}
p {
	line-height:1.5em;
	padding:0 0 0 0px;
	margin-bottom:10px;
}
#tagline {
	text-align:center;
	font-size:1.2em;
}
#intro p {
	line-height:1.5em;
}
#main {
	float:left;
	width:645px;
	padding:0;
	margin-left:20px;
}

#headerstyle_more {
	width: 65px;
	height:16px;
	float:right;
	background:url(../images/arrow.png) no-repeat right;
	margin-right:5px;
}
#headerstyle_more a {
	color:#FFF;
	font-style:normal;
	font-size:90%;
	text-decoration:none;
}
#sidebar {
	width:250px;
	float:left;
	font-size:1em;
	line-height:1.3em;
	margin-left: 30px;
}
#sidebar p {
	font-size:0.9em;
}
.sidelink {
	display:block;
	width:100%;
	margin:3px 0;
	padding:5px 0 5px 5px;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	color:#FFF;
	background-color: #1272AC;
}
.sidelink:hover,
.menuheader {
	color:#FFF;
	text-decoration:none;
	background-color: #036;
}
/*News Scroller*/

#pscroller1 {
	width: 155px;
	height: 155px;
	border: 0;
	padding: 5px 0;
	margin: 10px 0px 0px 0px;
	background-color: #fff;
}
#pscroller a {
}
.someclass {
//class to apply to your scroller(s) if desired
}
/*image Slider*/

/* image replacement */
        .graphic,
#prevBtn,
#nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

#content {
	position:relative;
}
/* Easy Slider */

	#slider {
	margin-top:10px;
}
#slider ul,
#slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:525px;
	height:150px;
	overflow:hidden;
}
h1,
h2,
h3,
h4 {
	margin:0 0 5px 0;
	font-weight:normal;
}
h1 {
	color: #1899D6;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size:2.8em;
	font-weight:normal;
}
h2 {
	color: #1899D6;
	margin:0 0 4px 0;
	font-size:2.5em;
}
h3 {
	margin:10px 0 8px 0;
	font-size:1em;
	font-weight: bold;
	color: #036;
}
h4 {
	margin:10px 0 5px 0;
	font-size:1.2em;
}
.clear {
	clear:both;
	margin:0;
}
.right {
	text-align:right;
}
.internallink {
	font-size:11px;
	text-align:center;
}
.block {
	padding:20px;
	text-indent: 5px;
	background-color: #EFEFEF;
	font-size: 12px;
}
.credit {
	color:#333;
	background-color:inherit;
}
.hide {
	display:none;
}
.boxsmall {
	color: #FFF;
	padding: 0px 0px 10px 0px;
	width: 350px;
}
.boxsmall h3 {
	margin: 0 0 10px;
}
.boxsmall p {
	margin: 0;
}
/* Menu */
ul#menu {
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #1899D6;
}
ul#menu li a.current {
	color: #FFF;
	background: #FFF url("../images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}
.title { display:none;}
.powered { display:none;}
