@charset "utf-8";
/* CSS Document */


body {
	border:0px;
	padding:0px;
	margin:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height:100%;
	background-color:#686868;
}
form{
	height:100%;
}


a {
	color: #f7931d;	
	text-decoration:none;
}
h1{
	font-size: 24px;
	font-weight:bold;
	color: #ececec;
	margin:0px;
	padding:0px;
	line-height:24px;
	background:url(../images/titleBG.png) no-repeat;
	height:32px;
	padding-left:5px;
	padding-top:8px;
	margin-bottom:5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	margin-left: 0px;
	margin-bottom:20px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	margin-left: 0px;
	margin-bottom:20px;
}
p{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}

li{
	list-style-image: url('../images/bullet.gif');
}






.footerlinks {
	padding-left: 10px; 
	padding-right:10px; 
	padding-bottom: 8px;
}

.footerlinks a{
	color: #999999;
	text-decoration: none;
}

.footerlinks a:hover{
	text-decoration: underline;
}

#uppercontainer{
	width:100%; 
	text-align: -moz-center; 
	padding:0px;
	
}
#lowercontainer{
	width: 100%; 
	height: 135px; 
	text-align: -moz-center; 
	background: #686868;
}

.headerHome{
	background: url('../images/header_home2.gif') center no-repeat; 
	height: 70px; 
	width:820px;
	text-align:left;
	margin:0 auto;
}

.searchbox{
	height: 35px; 
	width: 140px; 
	position:relative; 
	top:18px; 
	left:679px;
}

.searchtext{
	width: 112px; 
	height: 20px; 
	background-color:#666666; 
	border: 1px solid #4c4c4c;
}

#content{
	background:url(../images/bodyBG.gif) center top no-repeat;
	padding-top:50px;
}
#rightModule{
	float:left;
	width:360px;
	text-align:left;
}
#leftModule{
	width:600px;
	text-align:left;
	float:left;
	background:none;
}
#footer{
	width: 834px; 
	padding:0px; 
	font-size: 11px; 
	color: #999999; 
	text-align: left;
	margin:0 auto;
}
.navItem{
	height:32px;
	padding-top:10px;
	padding-left:5px;
	cursor:pointer;
}
.navitem a
{
	text-decoration:none;
}
#panelDiv
{
	background:url(../images/panelTile.gif) repeat-y;
	width:359px;
	margin:0;
	padding:0;
	vertical-align:top;
}
.panelHeading
{
	padding:9px 9px 0 9px;
	margin:0;
}
.panelImage
{
	padding:9px 9px 9px 9px;
	margin:0;
}
#panelTop
{
	background:url(../images/panelUpper.gif) top no-repeat;
	
}
#panelLower
{
	background:url(../images/panelLower.gif) bottom no-repeat;
}
.blurb
{
	font-size:12px;
	color:#ffffff;
	padding:10px 15px 10px 15px;
}
.social
{
	margin-top:20px;
}
