/* Homepage CSS */

	
#banner-wrap {
	width: 924px;
	height:	298px;
	background: url(images/banner-shade-right.jpg) no-repeat;
	background-position: 905px 0px;
	}

#banner {
	height:	291px;
	background: url('images/banner1.png') no-repeat;
	}
	
#banner-shade-bottom {
	width: 909px;
	height:	7px;	
	}
	
.logo {
	float:left;
	margin-left: 36px;
	margin-top: 30px;
	}	
	
	
/* orange pod */

#pod-orange {
	width: 302px;
	height: 281px;
	background: transparent url(images/pod_orange.png) no-repeat; 
	background-position: top left;    
    padding: 2px 2px 2px 2px;
}

/*white pod */

#pod-white {
	width: 302px;
	height: 281px;
	background: transparent url(images/pod_white.png) no-repeat; 
	background-position: top left;    
    padding: 2px 2px 2px 2px;
}

#pod-body {
}


/* left pod */	

#pod-left-wrap {	
	width: 302px;
	height: 281px;
	margin-top: 2px;
	}

#pod-left-top {
	height: 5px;	
	}
	
#pod-left-center {
	height: 262px;
	background: #e0a21d url(images/pod-left-shade.jpg) no-repeat; 
	background-position: top right;
	text-align: center;
	}	
	
#pod-left-center .copy {	
	text-align: center;
	margin-top: 30px;
	}
	
#pod-left-bottom {
	height: 14px;
	background: url(images/pod-left-bottom.jpg) no-repeat;
	}
	
#pod-left-center-flash {
	padding: 0px 6px 0px 0px;
}		
	
/* center pod */	

#pod-center-wrap {	
	width: 302px;
	height: 281px;
	margin-top: 2px;
	}

#pod-center-top {
	height: 5px;	
	text-align:left;
	}
	
#pod-center-center {
	height: 262px;
	text-align: left;
	}	
	
#pod-center-bottom {
	height: 14px;
	background:  url("images/pod-white-bottom.jpg") no-repeat;
	}	
	
#pod-center-center ul {
	margin: 20px 30px 0 30px;
	font-size: 11px;
	padding-left:0px;
	
	color: #4E4739;
	}
	
#pod-center-center li {		
	list-style-image: url(images/plus-sign.gif);
	margin-bottom: 5px;
	list-style-position:outside;
	}
	
#pod-center-center a {		
	color: #454545;
	text-decoration: underline;
	}	
	
#pod-center-center li a:hover {		
	color: #740611;
	text-decoration: underline;
	}	
	
#pod-center-center .news {
	margin-left: 30px;
	margin-top: 22px;
	}
	
#pod-center-center a.readmore {
 	display: block;
    width: 91px;
	height: 8px;
	background: url("images/readmore.gif") 0 0 no-repeat;
	text-decoration: none;
}

#pod-center-center a:hover.readmore {
    background-position: -91px 0;
	}
	
#pod-center-center .more {
	margin-top:24px;
	margin-left: 32px;
	}	
	

		
/* right pod */	

#pod-right-wrap {	
	width: 302px;
	height: 281px;
	margin-top: 0px;
	}

#pod-right-top {
	height: 5px;	
	text-align:left;
	}
	
#pod-right-center {
	height: 262px;
	background: white url("images/pod-white-shade.jpg") no-repeat;
	background-position: top right;
	}	
	
#pod-right-bottom {
	height: 14px;
	background:  url("images/pod-white-bottom.jpg") no-repeat;
	}	
		
#pod-right-content {
	margin-left: 25px;
	text-align: left;
	margin-right: 30px;
	}
	
#pod-right-content .headline {
	margin-top: 22px;
	margin-bottom: 15px;
	color: #000000;
	}	
	
#pod-right-content .audit-graph {
	float: left;
	margin-right: 20px;
	}	
	
#pod-right-content .newsletter {
	margin-top: 20px;
	margin-bottom: 12px;
	}		
	
#pod-right-content p {
	font-size: 11px;
	line-height: 130%;
	margin-top:0;
	margin-bottom: 0;
	color: #4E4739;
	
	}			
		
	
#pod-right-center a.downloadnow {
 	display: block;
    width: 125px;
	height: 10px;
	background: url("images/downloadnow.gif") 0 0 no-repeat;
	text-decoration: none;
}

#pod-right-center a:hover.downloadnow {
    background-position: -125px 0;
	}	
	
#pod-right-center .downloadnow {	
	margin-top: 15px;
	margin-left: 32px;
	margin-bottom: 0;
	}
	
#pod-right-center a.subscribenow {
 	display: block;
    width: 119px;
	height: 10px;
	background: url("images/subscribenow.gif") 0 0 no-repeat;
	text-decoration: none;
}

#pod-right-center a:hover.subscribenow {
    background-position: -119px 0;
	}	
	
#pod-right-center .subscribenow {	
	margin-top: 15px;
	}
	

	