@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, form, fieldset,  
input, textarea {  
	margin: 0;  
}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}  
blockquote{
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
	font-size: 11px;
	font-style: italic;
	margin: 0px;
	color: #fff;
}
blockquote span{
	font-size: 12px;
	font-weight: bold;
}  
body{
	background-color: #fffddf;
	margin: 50px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 18px;
	font-size: 12px;
}
a{
	color: #003263;
}
.bulletlist{
	list-style-image: url(bullet.gif);
	margin: 15px 0 0 0;
	display: block;
	line-height: 24px;
	font-size: 14px;
}  
h1{
	font-size: 18px;
	color: #003263;
	font-weight:normal;
	padding-bottom: 0px;
	text-shadow: 0px 1px 1px #000;
	line-height: 24px;
}
h2{
	font-size: 12px;
	color: #003263;
	font-weight: normal;
	padding: 5px 0 10px 5px;
	line-height: 24px;
	background-image: url(images/subheader.gif);
}
h3{
	font-size: 16px;
	color: #666;
	font-weight:normal;
	padding: 15px 0 0 0;
	line-height: 24px;
}
h4{
	font-size: 18px;
	color: #333;
	font-weight:normal;
	padding-bottom: 0px;
	line-height: 24px;
}
#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#container{
	background-color: #FFF;
	float: left;
	width: 960px;
	padding-bottom: 30px;
}
#header{
	width: 960px;
	height: 147px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#navcontainer{
	background-color: #a90056;
	width: 960px;
	float: right;
	border-bottom: solid 5px #fff;
}
#navcontainer UL{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navcontainer LI{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
#navcontainer A {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: auto;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 5px 13px 5px 13px;
	background-image: url(images/navDevide.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#navcontainer A:hover, #navcontainer A:active{

}
#navcontainer A.active:link, #navcontainer A.active:visited{
}
#navcontainer li a#current{
}
#banner{
	background-image:url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 960px;
	height: 320px;
	clear: both;
}
#banner_sub{
	width: 960px;
	height: 120px;
	clear: both;
}
#contentContainer{
	padding: 20px 5px 30px 5px;
	width: 950px;
}
#search{
	width: 200px;
	float: left;
	margin-right: 15px;
	font-size: 10px;
	background-image: url(images/searchBg.gif);
	background-repeat: repeat-x;
}
.searchlist{
	width: 100%;
	font-size: 11px;
	padding: 2px;
	background-image: url(images/formBg.jpg);
	background-repeat: repeat-x;
	border: solid 1px #ccc;
}
.searchButton{
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	border: 0;
	margin: 10px 0 10px 0;
	width: 132px;
	height: 27px;
	cursor: pointer;
}
#textContent{
	width: 735px;
	float: left;
}
#cta{
	width: 200px;
	height: 200px;
	float: right;
	margin-left: 20px;
	font-size: 10px;
	line-height: 14px;
}
#copyright{
	color: #666;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
}
#copyright a{
	color: #666;
}

/* Slider */

#slider ul{
list-style: none;
margin: 0;
padding: 0;
}
#slider ul li{
float: left;
padding: 0;
display: block;
margin-right: 0px;
}
#slider ul li a{
display: block;
overflow: hidden;
height: 318px;
width: 100px;
}
#a1{
width: 700px;
}
#slider ul li img{
position: absolute;
}
#slider ul li p{
margin: 0;
padding: 0;
width: 500px;
display: block;
margin-left: 120px;
}
#pflBanner{
	background-image:url(images/pflBanner.jpg);
	background-repeat: no-repeat;
	width: 860px;
	height: 318px;
}
#pfsBanner{
	background-image:url(images/pfsBanner.jpg);
	background-repeat: no-repeat;
	width: 860px;
	height: 318px;
}
