/* Company - long page - CSS */

#banner-wrap {
	width: 924px;
	height:	245px;
	background: url(../images/banner-shade-right-serv.jpg) no-repeat;
	background-position: 905px 0px;
	}
	
#banner {
	height:	238px;
	background: url(../images/banner-company.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;
	margin-top: 2px;
	}

#content-top {
	height: 5px;	
	}
	
#content-center {
	background: white url("../images/feature-shade.jpg") repeat-y;
	background-position: top right;
	}	
	
#content-bottom {
	height: 14px;
	width: 673px;
	}	

/* 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 h2 {
	color: #333;
	font-size: 76%;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0px;
	}	
		
#content h3 {
	color: #333;
	font-size: 76%;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 2px;
	font-style:italic;
	}	
	
#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: 8px;
	font-size: 76%;
	line-height: 140%;
	}		
	
#content ul {
	color: #333;
	margin-top: 4px;
	margin-bottom: 12px;
	}					
	
/* feature area */	

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

#feature-top {
	height: 5px;	
	text-align:left;
	}
	
#feature-center {
	height: 315px;
	background: #6C030D url(../images/feature-shade.jpg) repeat-y;
	background-position: top right;
	}	
	
#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;
	}			
	
#feature-center  {
	text-align: center;
	}		
	
	
#feature-center .quote {
	padding-top: 12px;
	padding-right: 10px;
	text-align: center;
	}		
	
	
#feature-center .title {
	font-size: 80%;
	line-height: 130%;
	margin-top:10px;
	margin-bottom: 0px;
	color: #fff;
	text-align:center;
	margin-right: 10px;
	}					
			
/* newsletter sign up */	

#newsletter-wrap {	
	width: 236px;
	height: 83px;
	margin-top: 2px;
	padding-top: 0;
	background: url(../images/bkgd-newsletter.jpg) no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
	}
		
#newsletter-content {
	margin-left: 18px;
	text-align: left;
	margin-right: 30px;
	}	
	
#newsletter-content .title {
	padding-top: 15px;
	}	
	
#newsletter-content .news {
	padding-top: 10px;
	}			
		
#newsletter-content a.signupnow {
 	display: block;
    width: 100px;
	height: 10px;
	background: url(../images/signupnow.gif) 0 0 no-repeat;
	text-decoration: none;
}

#newsletter-content a:hover.signupnow {
    background-position: -100px 0;
	}	
	
#newsletter-content .signupnow {	
	margin-top: 15px;
	}


/* phone and fax */	

#phonefax {
	width: 12px;
	position: relative;
	top: 270px;
	text-align: right;
	}
	
.phone {
	position: relative;
	width: 12px;
	text-align: right;
	margin-bottom: 0;	
	}		
		
	
	
/* fix for IE6 transpareny problem */

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