.clear {clear:both;overflow:hidden;margin:0px;height:0px;}

#container {
	padding-top:15px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	
	/*
	height:auto !important;
	height:100%;
	min-height:100%;
	*/
}
/*--- Header section ---------------------------------------------------------*/
#header{
	background:#ffffff;
  position:relative;
  z-index:2;
	width:100%;
  clear:both;
  padding:10px 0px 20px 0px;
}
#header-logo {
	float:left;
	padding:10px 0px 0px 35px;
}
#header-right {
	float:right;
  position:relative;
  width:250px;
}
#header-right ul{
	padding:0px 10px 0px 0px;
}
#header-right li{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url("/images/arrow-header-white.gif") no-repeat left 50%;
	height:16px;
	padding-left:15px;
}
#header-right a, #header-right a:visited{
	color: #4a4747;
}
#header-right a:hover{
	color: #a91724;
}
#header-right a.current, #header-right a:visited.current{
	color: #a91724;
	font-weight:bold;
}
/*--- Top Navigation ---------------------------------------------------------*/
#top-nav{
	background:#ffffff;
	width:100%;
  clear:both;
  z-index:1;
  padding-bottom:1px;
}
#top-nav ul{
	margin:0px;
	padding:0px;
}
#top-nav li{
	float:left;
	padding:0px;
	margin-right:2px;
}
#top-nav li.last{
	margin:0px;
}
#top-nav a, #top-nav a:visited{
	display:block;
	text-align:center;
	color:#3f3f3f;
	background:url("/images/bg-topnav.png") repeat-x 0px 0px;
	padding:10px;
	width:114px;
}
#top-nav a:hover, #top-nav a.current, #top-nav a:visited.current{
	color:#fbda7e;
	background:url("/images/bg-topnav-on.png") repeat-x 0px 0px;
}
/*--- Content section --------------------------------------------------------*/
#content{
	background:#f5f5f6 url("/images/bg-content.png") repeat-x left top;
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
  text-align:left;
  padding:10px 0px 10px 0px;
}
#content-top{
	background:transparent url("/images/bg-content-top.gif") repeat-x left top;
	width:100%;
	height:6px;	
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#content-top-left{
	background:transparent url("/images/bg-content.png") repeat-x left top;
	height:6px;
	float:left;
	text-align:left;
	padding-left:18px;
}
#content-top-right{
	background:transparent url("/images/bg-content.png") repeat-x left top;
	height:6px;
	float:right;
	text-align:right;
	padding-right:18px;
}
#content1{
	background:transparent url("/images/bg-content-left.png") repeat-y 19px 0px;
	width:100%;
}
#content-left-top{
	position:absolute;
	float:left;
	left:20px;
}
#content2{
	background:transparent url("/images/bg-content-right.png") repeat-y 925px 0px;
	width:100%;
}
#content-right-top{
	position:absolute;
	float:right;
	left:920px;
}
#content-left-bottom{
	position:absolute;
	float:left;
	left:20px;
	bottom:16px;
}
#content-right-bottom{
	position:absolute;
	float:right;
	left:920px;
	bottom:16px;
}
* html #content-left-bottom,* html #content-right-bottom{
	bottom:0px;
}
#content-bottom-right{
	background:#f5f5f6;
	height:6px;
	float:right;
	text-align:right;
	padding-right:18px;
}
#content-bottom-left{
	background:#f5f5f6;
	height:6px;
	float:left;
	text-align:left;
	padding-left:18px;
}
#content-bottom{
	background:transparent url("/images/bg-content-bottom.gif") repeat-x left bottom;
	width:100%;
	height:6px;	
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#content-wrapper{
  text-align:left;
}
#content-row ul li {line-height:16px;}
#content-row h3, #content-row h4{
	margin:0.2em 0 0.9em 0;
}
#flash{
	height:404px;
}
#content-left{
	float:left;
	width:240px;
	height:100%;
}
#content-right{
	float:left;
	width:684px;
	border-left:1px solid #e7e7e7;
}
#content-right ul{
	list-style-type:disc;
}
#content-right2{
	border-left:1px solid #ececec;
}
#content-right3{
	border-left:1px solid #f3f3f3;
	background:#ffffff;
	min-height: 480px;
	height:auto !important;
	height: 480px;
}
.content-row,.content-half-row,.content-half-row-small,.content-half-row-big{
	padding:25px 20px 35px 10px;
}
.content-single-row{
	clear:both;
	padding-bottom:10px;
}
.content-half-row{
	text-align:left;
	width:290px;
	float:left;
}
.content-half-row-small{
	text-align:left;
	width:250px;
	float:left;
}
.content-half-row-form{
	text-align:left;
	width:250px;
	float:left;
}
.content-half-row-big{
	text-align:left;
	width:370px;
	float:left;
}
#content-image{
	float:right;
	display:inline;
	position:relative;
}
#content-image{
	margin:-40px 0px 20px 20px;
}
#content-image, #content-image img{
	width:241px; height:194px;
}
.pdf-download{
  background:url("/images/icon-pdf2.gif") no-repeat top left;
}
a.pdf-download, a:visited.pdf-download{
  display:block;
  padding-left:25px;
	padding-top:3px;
	height:16px;
  text-decoration:none;
}
/*--- Breadcrumbs ------------------------------------------------------*/
.breadcrumbs{
	padding-bottom:10px;
}
/*--- Press Releases ---------------------------------------------------*/
.newsdate{
	font-style:italic;
}
.newsprint{
	width:100%;
	text-align:right;
	clear:both;
	padding:5px 0px 10px 0px;
}
.newsitems li{
	padding:3px;
	margin-left:-25px;
}
/*--- Splash page ------------------------------------------------------*/
#splash-header{
	margin:0 auto;
	background:transparent url("/images/bg-splash.png") no-repeat left top;
	width:910px;
	height:238px;
}
#flash{
	float:right;
	display:inline;
	width:347px;
	height:218px;
	margin:10px 10px 0px 0px;
}
#splash-header-content{
	position:relative;
	width:495px;
	padding:15px 15px 20px 30px;
}
#splash-header-content span{
	font-weight:bold;
	font-size:14px;
	width:100%;
}
#splash-header-content span.tabbed{
	padding-left:45px;
}
#splash-header-content h1{
	color:#e6bc4a;
	font-size:40px;
	font-weight:normal;
	padding:0px 0px 3px 0px;
}
#splash-widgets{
	padding:22px 10px 20px 40px;
}
#splash-widgets a.learnmore{
	padding-left:15px;
}
.splash-widget-wrap{
	background:url("/images/bg-widget.png") no-repeat left top;
	padding:5px 15px 20px 0px;
	width:279px;
	float:left;
}
.splash-widget-item{
	border-right:1px solid #cbcbce;
	margin-bottom:20px;
	min-height: 200px;
	height:auto !important;
	height: 200px;
}
.splash-widget-item-content a, .splash-widget-item-content a:visited{
	color:#4a4747;
}
.splash-widget-item-content a:hover{
	color:#a91724;
}
.splash-widget-item-content{
	padding:5px 0px 0px 5px;
	height: 185px;
}
.splash-widget-item-content h2{
	font-size:14px;
	height:20px;
	padding:5px 0px 4px 30px;
	background:transparent url("/images/arrow-widget-white.gif") no-repeat 15px 8px;
}
.splash-widget-item-content p{
	line-height:14px;
	padding:10px;
}
.splash-widget-item-content ul{
	list-style-type:disc;
}
/*--- Navigation -------------------------------------------------------*/
#navigation{
	font-size:14px;
	padding:20px 5px 10px 0px;
}
#navigation h1{
	padding:0px 5px 10px 25px;
}
#navigation ul{
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px 0px 0px 40px;
}
#navigation ul li{
	padding-bottom:1px;
	margin:0px;
	line-height:12px;
	padding:10px 0px 10px 0px;
	width:180px;
	border-bottom:1px solid #dcdcdc;
}
#navigation ul li.last{
	border:none;
}
#navigation ul.children{
	padding:5px 0px 5px 15px;
}
#navigation ul.children li{
	padding: 5px 0px 5px 0px;
	border:none;
}
#navigation a.on, #navigation a:visited.on{
	color:#d8aa2a;
	font-weight:bold;
}
#subnav-content{
	padding:0px 10px 10px 40px;
}
/*--- Press Releases ---------------------------------------------------------*/
#content-right .news ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#content-right .news ul li{
	line-height:22px;
	border-bottom:1px solid #e2e2e2;
}
#content-right .news ul li span{
	display:block;
	float:left;
	width:130px;
	font-weight:bold;
}
#content-right .news h4, h5{
	padding:5px 0px 5px 0px;
}
/*--- Pagination -------------------------------------------------------------*/
.pagination{
	padding-bottom:20px;
}
.pagination-pages ul{
	list-style-type:none;
	float:left;
	padding:0px 10px;
}
.pagination-pages li{
	line-height:22px;
	text-align:center;
	padding:0px 4px;
	height:20px;
	float:left;
}
.pagination-pages .active{
	background: transparent url("/images/bg-pagination-on.gif") repeat-x 0px 3px;
	float:left;
}
.pagination-pages .active-left{
  float:left;
	width:4px;
	height:20px;
	background: transparent url('/images/bg-pagination-on-left.gif') no-repeat 0px 3px;
}
.pagination-pages .active-right{
  float:left;
	width:4px;
	height:20px;
	background: transparent url('/images/bg-pagination-on-right.gif') no-repeat 0px 3px;
}
.pagination-pages li a, .pagination-pages li a:visited{
	display:block;
	width:10px;
}
.pagination-pages li a.active{
	color:#4a4747;
}
.pager{
	float:left;
	padding-top:5px;
}
/*--- Sitemap ----------------------------------------------------------------*/
#sitemap ul{
	list-style-image:url("/images/arrow-widget-white.gif");
	padding-bottom:5px;
}
#sitemap ul li{
	padding:0px;
	margin:0px;
}
/*--- Form fields ------------------------------------------------------------*/
.required{
	color:#a91724;
	font-weight:bold;
}
input {
	border:0px;
}
input.textfields{
	height:18px;
	float:left;
	margin: auto 0 auto 0;
}
input.textfields,input.textfields-upload,textarea.textfields,select{
	border:1px solid #4a4747;
}
textarea.textfields{
	float:left;
	margin: 0px 0px 0px 0px;
}
select{
	margin:0px 5px 0px 0px;
}
select.full-row{
	margin-left: 10px;
}
select option{
	padding:0px 5px 0px 5px;
}
.form-full-row,.form-row,.form-full-row-full-label{
	clear:both;
	padding:5px 0px 5px 0px;
}
.form-full-row-highlight{
	margin-top:10px;
	height:31px;
	clear:both;
	background:#1f2324 url("/images/bg-formfield-highlight-left.gif") top left no-repeat;
}
* html .form-full-row-highlight{
	margin-top:0px;
}
.form-highlight-wrapper{
	height:31px;
	background:transparent url("/images/bg-formfield-highlight-right.gif") top right no-repeat;
}
.form-row label,.form-full-row label{
	padding-right:5px;
}
.form-row label{
	float:left;
	text-align:right;
	width:70px;
}
.form-full-row label{
	float:left;
	text-align:right;
	width:120px;
}
/* Form field highlight */
.curFocus{
	border: 2px solid #0079c2;
}

#form_errors, #form_success{
	position:relative;
	margin:5px 10px 5px 10px;
	padding: 5px 5px 3px 5px;
}

/* Form Errors */
#form_errors {
	border: 1px solid #ffafaf;
	background: #ffdada;
	color: #a50000;
}
.form-error-label{
	color: #a50000;
	font-weight:bold;
}
#form_errors ul li{
	font-weight:normal;
}
#content-left #form_errors ul li{
	padding:0px;
}

/* Form Success */
#form_success {
	border: 1px solid #44b349;
	background: #81ff87;
	color: #007500;
}

#form_errors ul, #form_success ul {
	margin:0px 0px 0px 10px;
	list-style-type: disc;
}
/*--- Footer section ---------------------------------------------------------*/
#footer{
	background:#c6c7cc;
	color:#6a6a6a;
  clear:both;
  padding:30px 0px 30px 60px; 
}
#footer li, #footer a, #footer a:visited{
	color:#8c8c8c;
}
#footer a:hover, #footer a.current, #footer a:visited.current{
  color:#ffffff;
}
#footer ul{
	padding:0px 0px 5px 0px;
}
#footer li{
	display:inline;
	padding-right:5px;
}
#footer li a{
	margin-right:5px;
}
#footer-content{
}
