@charset "UTF-8";
/* Washington Diamond Home Page CSS Document */

/*  main structure  */

#leftcol { display:none; }
#bannerphoto {display:none; }
#breadcrumbs {display:none; }

#content { 
	width: 1008px;
	min-height: 600px;
	margin: 0 8px 0 8px;
	
}
#box_home {
	width: 976px;
	margin: 0 16px 0 16px;
	clear: both;
}
#left_column {
	width:488px;
	float:left;
}
#left_text {
	margin: 0px auto;
	padding: 5px;
}
#right_column {
	width:50%;
	float:right;
}
#right_text {
	margin: 0px auto;
	padding: 5px;
}

/* cat boxes */

.home_cat {
	border:1px solid #ddd;
	padding: 5px;
	background: transparent url(/site/images/Shade60Top.png) repeat-x top;
	vertical-align: top;
	height:200px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.home_cat_feature {
	border:1px solid #ddd;
	padding: 5px;
	background: transparent url(/site/images/FeatureFront.png) repeat-x top;
	vertical-align: top;
	height:200px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
#cat_header A:link, #cat_header A:visited, #cat_header A:active {
	color:#134e73;
	text-decoration:none;
	font-weight:bolder;
	font:26px Garamond, Georgia, "Times New Roman", Times, serif;
	line-height:38px;
	padding: 5 0 5 5;
}
#cat_header A:hover {
	
	color:#d36838;
	text-decoration:none;
	font-weight:bolder;
	font:26px Garamond, Georgia, "Times New Roman", Times, serif;
	line-height:38px;
	padding: 5 0 5 5;
}

img{
	border:none;
}


#hometextbox  {
	padding: 10 15 0 20;
	font-size:14px;
	color:#414042;
	line-height: 16px;
}

#hometextbox a:link, #hometextbox a:visited, #hometextbox a:active {
	color:#5f8dab;
	text-decoration:none;
	font:17px Garamond, Georgia, "Times New Roman", Times, serif;
	line-height:20px;
}
#hometextbox a:hover {
	color:#414042;
	text-decoration:underline;
	font:17px Garamond, Georgia, "Times New Roman", Times, serif;
	line-height:20px;

}
#hometextbox a.accent:link, #hometextbox a.accent:visited, #hometextbox a.accent:active {
	color:#d36838;
	text-decoration:none;
	font:17px Garamond, Georgia, "Times New Roman", Times, serif;
	line-height:20px;
}
#hometextbox a.accent:hover {
	color:#134e73;
	text-decoration:underline;
	font:17px Garamond, Georgia, "Times New Roman", Times, serif;
	line-height:20px;

}

#cat_desc {
	padding-top:20px;
}

#home_thumb {
	float:right;
}
#home_thumb_left {
	float:left;
}

#home_thumb img {
	width:200px;
	border:none;
	vertical-align:bottom;
}

#home_cta {
	
	padding: 5px;
	vertical-align: top;
	overflow: hidden;
	margin: 0px auto;
}

 
#cta_left_column {
	width:260px;
	float:left;
}
#cta_left_text {
	margin: 0px auto;
	padding: 5px;
}
#cta_left_text p {
	font-size:12px;
	color:#ccc;
	margin-top:10px;
}
#cta_links {
	margin-top:10px;
	margin-bottom: 20px;
}

#cta_links a:link, #cta_links a:visited, #cta_links a:active {
	color:#134e73;
	text-decoration:none;
	font:17px Garamond, Georgia, "Times New Roman", Times, serif;
	line-height:22px;
}
#cta_links a:hover {
	color:#414042;
	text-decoration:underline;
	font:17px Garamond, Georgia, "Times New Roman", Times, serif;
	line-height:22px;
}
.cta_icons {
	border:1px solid #f6f6f6;
	margin-top:10px; 
	padding:5px 0 5px 0;
	text-align:center;
}
#cta_right_column {
	width:200px;
	float:right;
}
#cta_right_text {
	margin: 0px auto;
	padding: 5px;
}

#home_review {
	padding-top: 10px;
	font-size: 13px;
	color:#999;
	line-height: 17px;
}
/* rotator in-page placement */
        div.rotator {
	position:relative;
	width:1008px;
	height:233px;
	margin: 0px;
}
/* rotator css */
	div.rotator ul, div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	padding: 0px;
	margin:0px;
}
/* rotator image style */	
	div.rotator ul li img {
	border: none;
	padding: 0px;
}
        div.rotator ul li.show {
	z-index:500;
}
	
	


	




	

