/* Services CSS */

#pod-platform {
	width: 236px;
	height: 410px;
	background: transparent url(images/pod_platform.png) no-repeat; 
	background-position: top left;    
    padding: 2px 2px 2px 2px;
}
	
#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-platform.png) no-repeat;
	}
	
#banner-shade-bottom {
	width: 902px;
	height:	7px;	
	}
	
.logo {
	float:left;
	margin-left: 36px;
	margin-top: 30px;
	}	

/* content wrap */	

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

#content-top {
	height: 5px;	
	}
	
#content-center {
	height: 1550px;
	background: transparent url("images/white-content-shade.png") repeat-y;
	background-position: top right;
	vertical-align: top;
	}	
	    
#content-center .content {
    height: 100%;
    background: white;
    margin-right: 7px;
}

#content-bottom {
	height: 14px;
	background:  url("images/white-content-bottom.png") 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: 50px;
	margin-right: 60px;
	margin-top: 0;
	}	
	
#content p {
	color: #333;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 11px;
	line-height: 140%;
	}		
	
#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;
	}										
	
	
/* quote area */	

#feature-wrap {	
	width: 236px;
	height: 483px;
	margin-top: 2px;
	}

#feature-top {
	height: 5px;	
	}
	
#feature-center {
	height: 384px;
	background: transparent url("images/green-feature-shade.png") no-repeat;
	background-position: top right;
	text-align: center;
		}	
		
#feature-center .content {
    height: 100%;
    background: #a5761e;
    margin-right: 7px;
}

#feature-center .quote {
	padding-top: 20px;
	padding-right: 10px;
	text-align: center;
	}
	
#feature-center .title {
	font-size: 80%;
	line-height: 130%;
	margin-top:10px;
	margin-bottom: 0px;
	color: #454545;
	text-align:center;
	padding-left: 8px;
	padding-right: 18px;
	}					
	
#feature-bottom {
	height: 14px;
	background:   url("images/green-feature-bottom.png") no-repeat;
	}	

	
/* footer */		

#footer {
	color: #000000;
	font-size: 60%;
	text-align:left;
	margin: 3px 0 0 8px;
	}
		
#footer a {
	color: #000000;
	text-decoration: none;
	}		
	
#footer a:hover {
	color: #c2db1f;
	text-decoration: none;
	}		
	
#footer .links {
	float: left;
	margin-right: 35px;
	margin-top:0;
	}	
	
#footer .copyright {
	margin-top:0;
	}	