/* Company CSS */

	
#banner-wrap {
	width: 924px;
	height:	245px;
	background: url(banner-s.jpg) no-repeat;
	background-position: 906px 0px;
	}
	
#banner {
	height:	238px;
	background: url(banner-c.jpg) no-repeat;
	}
	
#banner-shade-bottom {
	width: 909px;
	height:	7px;	
	}
	
.logo {
	float:left;
	margin-left: 36px;
	margin-top: 30px;
	}	

/* content wrap */	

#content-wrap {	
	width: 673px;
	height: 416px;
	margin-top: 2px;
	}

#content-top {
	height: 5px;	
	}
	
#content-center {
	height: 397px;
	background: white url("feature-.jpg") repeat-y;
	background-position: top right;
	vertical-align: top;
	}	
	
#content-bottom {
	height: 14px;
	background:  url("white-co.jpg") no-repeat;
	}	

/* left column - subnav */		

#subnav {
	float: left;
	padding-left: 22px;
	padding-top: 25px;
	text-align: left;
	}
	
	
/* main body copy */		

#content {
	text-align: left;
	margin-left: 150px;
	margin-right: 60px;
	margin-top: 0;
	}	
	
#content p {
	color: #333;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 76%;
	line-height: 140%;
	}		
	
#content h1 a {
	text-decoration: none;
	color: #AB2018;
	font-weight: normal;
}

#content h1 a:hover {
	text-decoration: underline;
}
	
#content h2 {
	color: #333;
	font-size: 76%;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
	}	
	
#content a {
	color: #026496;
	text-decoration: underline;
	font-weight: bold;
	}	
	
#content a:hover {
	color: #4f99bf;
	font-weight: bold;
	}	
										
#content li {
	color: #333;
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 76%;
	line-height: 140%;
	}		
	
#content ul {
	color: #333;
	margin-top: 4px;
	margin-bottom: 8px;
	}					
	
/* feature area */	

#feature-wrap {	
	width: 236px;
	height: 334px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#feature-top {
	height: 5px;	
	text-align:left;
	}
	
#feature-center {
	height: 315px;
	background: #6C030D url(red-feat.jpg) repeat-y;
	background-position: top right;
	text-align: center;
	}	
	
#feature-center .quote {
	padding-top: 12px;
	padding-right: 10px;
	text-align: center;
	}		
	
#feature-bottom {
	height: 14px;	
	}	
		
#feature-content {
	margin-left: 32px;
	text-align: left;
	margin-right: 30px;
	}
	
#feature-content .headline {
	margin-top: 22px;
	margin-bottom: 15px;
	}	
	
#feature-content p {
	font-size: 80%;
	line-height: 130%;
	margin-top:0;
	margin-bottom: 0;
	color: #454545;
	}		
	
.date {
	color: #908F8F;
	font-size: 75%;
}

dl {
	font-size: 76%;
}
dt {
	float: left;
	color: #908F8F;
	font-size: 90%;
	padding: 1px 25px 12px 0;
}	

dd {
	padding: 0 0 12px 0;
}


	
/* fix for IE6 transpareny problem */

img { behavior: url(iepngfix.htc); }	
		
