@charset "utf-8";
/* Index Page Specific Styling */

#feature {
	width:950px;
	height:400px;
	display:block;
	margin:0;
	padding:0;
	background:url(../images/feature_bg.gif) no-repeat 0 0 #505050;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	

}

#feature .image {
	width:676px;
	margin:0;
	margin-right:10px;
	padding:10px 7px 10px 7px;
	float:left;
}

#feature .copy {
	width:235px;
	height:350px;
	margin:10px 0 10px 0;
	padding:0px;
	padding-right:10px;
	float:left;
	color:#FFF;

}

#feature-footer {
	position:relative;
	bottom:0;
	height:30px;
	float:right;
}

#feature-footer a {
	font-family:"Times New Roman", Times, serif;
	font-size:0.85em;
	text-decoration:none;
	padding-right:10px;
}

#feature .copy h1 {
	font-size:1.7em;
	line-height:1em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:0;
	background:none;
	width:auto;
}

#feature .copy p {
	font-size:.85em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	overflow:hidden;
}

#feature .image img {
	border:#FFF 2px solid;
}

.catagory {
	width:220px;
	height:450px;
	background:#505050;
	float:left;
	padding:5px;
	color:#FFF;
	margin:0px;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	

}

.catagory img {
	border:1px solid #FFF;

}

.catagory h2  {
	font-size:1.7em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	margin:5px 0 0 5px;
	padding:0;
	width:auto;
	background:none;
	color:#FFF;
}

.catagory h2 a:hover,.catagory h2 a  {
	color:#FFF;	
	background:none;
	line-height:1em;

}

.catagory p {
	font-size:.75em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	overflow:hidden;
	margin:10px 5px 0 5px;
}

.catagory p a:hover,.catagory p a   {
		color:#FFF;
}
.catagory-spacer {
	width:10px;
	height:100%;
	background-color:#ffffff;
	float:left;
	display:block;
}

.cat-1{
	background: url(../images/catagory1_bg.gif) 0 0 no-repeat #d3d3d3;
}
.cat-2{
	background: url(../images/catagory2_bg.gif) 0 0 no-repeat #648985;
}
.cat-3{
	background: url(../images/catagory3_bg.gif) 0 0 no-repeat #d3d3d3;
}
.cat-4{
	background: url(../images/catagory4_bg.gif) 0 0 no-repeat #648985;
}



