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

*{margin:0;padding:0}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0F0F0F;
	background-color:#FFF;
}
#ppcontainer{
	position:relative;
	width:973px;
	margin:0 auto;
	background-image:url(../gfx/greenBG.jpg);
	background-repeat:repeat-y;
}
#header{
	position:relative;
	height:409px;
}
img.bg {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#header #search {
	width:215px;
	position:absolute;
	z-index:10;
	left: 732px;
	top: 95px;
	text-align:right;
	font-size:10px;
}
#header #search input.button{
	top:3px;
	width:50px;
}
#header #search input{
	width:140px;
	font-size:10px;
	position:relative;
	overflow:hidden;
	top:-2px;
}
#flash {
	position:absolute;
	top:147px;
	left:25px;
	width:911px;
	height:215px;
	padding:6px 11px 6px 6px;
	background:#0F0F0F url(../gfx/sige_green.jpg) no-repeat 923px top;
	margin:0 auto;
	z-index:1;
}

#ppcontent{
	position:relative;
	padding:10px 0;
	min-height:230px;
	height:auto !important;
	height:230px;
	color:#FFF;
}
#ppcontent h2{
	/*color:#FFF;*/
	font-size:16px;
	font-weight:normal;
	padding: 0 450px .5em 50px;
}
#ppcontent p {
	/*color:#FFF;*/
	padding: 0 450px .5em 50px;
}

#ppcontent #rightside{
	width:402px;
	float: right;
	padding:0 26px 0 0 ;
}
#ppcontent #rightside dl{
	width:402px;
	background-color:#568B4F;
	background-image:url(../gfx/quicklinks_bg.jpg);
	background-repeat:repeat-y;
	margin-bottom:14px;
	padding:0 0 14px 0;
	
}
#ppcontent #rightside dl dt{
	height:30px;
}
#ppcontent #rightside dl dd{
	height:24px;
	padding:0 0 0 23px;
	background-image:url(../gfx/more_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#ppcontent #rightside dl dd a {
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	display:block;
	width:378px;
	padding:1px 0 3px 1px;
}
#ppcontent #rightside dl dd a:hover{
	color:	#EBB649;
}
#ppcontent #rightside #logos{
	height:47px;
}

/* FOOTER ***********************************************************/
#footer{
	position:relative;
	background-color:#FFF;
	background-image:url(../gfx/bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:50px;
	padding:10px 50px .5em 50px;
	font-size:10px;
	line-height: 16px;
	color: #666666;
}
#footer p {
	padding:0 0 1em 0;
}
#footer p.credit{
	width:250px;
	padding:0;
	text-align:right;
	font-size:9px;
	color:#CCC;
	position:absolute;
	left: 692px;
	top: 12px;
}
#footer p a {
	color:#999999
}
#footer a {
	text-decoration:none;
	color:#666;
}
#footer a:hover{
	text-decoration:underline;
}

br.clearfloat{
height:1px;
clear:both;
}
sup{
font-size:9px;
}
div.horizontalRule{
	width:460px;
	height:1px;
	border-top:1px dotted #5D87A1;
	margin:0px 0px 13px 200px;
	overflow:hidden;
}