#special {
	background-image: url("../images/home/special_bkrd.jpg");
	background-repeat: no-repeat;
	margin: 0px 0px 15px 0px;
	height: 35px;
	color: #ffffff;
}

#special p{
	padding: 6px 0px 0px 30px;
}

#special a{
	color: #ffffff;
	font-weight: bold;
}

#special a:hover{
	text-decoration: underline;	
}


#hero {
	display: block;
	margin: 0px 0px 15px 0px;
	height: 250px;
}

#slideshow1 {
	z-index: 1;
}

#content_box {
	background-color: #ffffff;
	border: 10px solid #eeeeee;
	color: #555;
	float: left;
	font-size: 1.05em;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
}


#content_box p{
	margin: 0px 0px 15px 0px;
	

}

#content_box h2{
	color: #003859;
	font-size: 1.3em;
	margin: 0px 0px 15px 0px;

}


#content_box1 {
	background-color: #ffffff;
	float: left;
	padding: 15px;
	width: 280px;
}


#content_box1 ul {
	margin: 0px 0px 10px 0px;

}

#content_box1 li{
	background-image: url("../images/blue-arrow-bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding: 0px 0px 5px 15px;
	margin: 0px;
}

#content_box2 {
	background-color: #ffffff;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	float: left;
	padding: 15px;
	width: 280px;
}

#content_box2 h3 {
	color: #333333;
	font-size: 1.15em;
	margin: 0px 0px 15px 0px;
}


#content_box3 {
	background-color: #ffffff;
	float: left;
	padding: 15px;
	width: 280px;
}



#content_box3 li{
	background-image: url("../images/blue-arrow-bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding: 0px 0px 15px 15px;
	margin: 0px;
}


#content_box3 h3{
	color: #555;
	display: inline;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	padding-bottom: 5px;
}

/* Accreditation */

.homeAccreditation {
	margin-top: 25px;
}

.homeAccreditation p {
	float: left;
	text-align: center;
	width: 135px;
}

.homeAccreditation p > a > img {
	max-width: 100px;
}

/* Association Affiliations Footer */

.homeAAFooter h2 {
	color: #003859;
	font-size: 1.3em;
	margin: 0px 0px 15px 0px;
}

.homeAAFooter p {
	float: left;
	text-align: center;
	width: 120px;
}

.homeAAFooter p > a > img {
	max-height: 75px;
	max-width: 110px;
}

*html div.homeAAFooter p > a > img {
	max-height: 75px;
	max-width: 110px;
	/*IE 6*/
	height: expression( this.scrollHeight > 74 ? "75px" : "auto" );
	width: expression( document.body.clientWidth > 109 ? "110px" : "auto" );
}





/* RSSFeed Styling */

.rssFeed
{
	margin: 10px 0 0 15px;
}

.rssFeed a
{
	color: ##003859;
	text-decoration: none;
}
.rssFeed a:hover
{
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }

.rssBody { 

}
.rssBody ul { list-style: disc; 
	
}

.rssBody ul, .rssRow, .rssRow h4, .rssRow p
{
	margin: 0;
	padding: 0;
}

.rssRow { padding: .1em; }

.rssRow h4 {
	font-size: 1.05em;

}

.rssRow div {
	font-size: .75em;
	color: #666;
	margin: 0em 0 .5em 0;
}
