@charset "utf-8";
/* CSS Document */


/* HEADER */
#wrapper{
	width:900px;
	height:auto;
	padding:0px;
	margin:auto;
}

#header

{
	float:left;
	width:900px;
	height:80px;
}


#links

{
	margin-top:55px;
	font-weight:bold;
	font-size:14px;
	float:left;
	width:650px;
	height:20px;
}

#logo

{
	float:right;
	width:215px;
	height:79px;
}

#banner

{
	float:left;
	width:899px;
	height:283px;
	border-top: 12px #d90f18 solid;
	border-bottom:12px #d90f18 solid;
	background-repeat:no-repeat;
	border-left: 1px solid #d90f18;
	border-right: 1px solid #d90f18;
	text-align:right;
}

/* HOME BODY */
#mainwrapper
{
	width:900px;
	height:auto;
	float:left;
}


#services
{
	float:left;
	width:900px;
	height:auto;
	padding: 25px 0px;
	background-image:url(images/grad2.gif);
	background-repeat:repeat-x;

}

#serv1
{
	float:left;
	width:300px;
	height:auto;
}


#serv2
{
	float:left;
	width:300px;
	height:auto;
	text-align:center;
}
#serv3
{
	float:left;
	width:300px;
	height:auto;
	text-align:right;
}


#main_content

{
	color:#787878;
	float:left;
	height:auto;
	width:580px;
	font-size:12px;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
}

#right

{
	float:right;
	height:auto;
	width:260px;
	margin-top:10px;
	font-size:11px;
	
}

#news

{
	border-top:12px solid #888;
	color:#787878;
	float:left;
	height:auto;
	width:260px;
	margin-top:10px;
}


.contact

{
	border-top:12px solid #888;
	color:#787878;
	float:left;
	height:auto;
	width:260px;
	margin-bottom:20px;
	margin-top:10px;
	line-height:200%;
}

.spacing {padding:5px;}

.thumbnail
{
	margin-bottom:10px;
	float:left;
	width:70px;
	height:70px;
	border:1px solid #999;
}

#sub_content

{
	color:#787878;
	float:left;
	height:auto;
	width:860px;
	font-size:12px;
	padding:20px;
}



/* STAFF */

.staff {
float:left;
padding:10px 0px 20px 0px;
width:100%;
margin-bottom:20px;
border-bottom: 1px solid #d90f18;
}

.staff_photo {
float:left;
width:25%;
margin-top:15px;
}

.staff_info {
float:left;
padding:0px 12px ;
width:70%;
}

/* NEWS */
#news_list{
width:auto; 
float:left;
border-top:1px solid #d90f18;
margin-bottom:20px;
}

#news_image {
width:160px; 
float:left;
margin-top:30px;
}

#news_text{
width:660px; 
margin-left:20px;
float:left;
padding:10px;
}

/* FOOTER */

#foot
{
	float:left;
	height:auto;
	width:870px;
	padding:15px;
	border-top:#d90f18 solid 4px;
	font-size:11px;
	background-color:#dddddd;
	color:#414141;
}

#foot_left

{
	float:left;
	width:270px;	
}


#foot_right

{
	text-align:right;
	color:#787878;
	float:left;
	height:auto;
	width:600px;
}

#foot_bottom {
	float:left;
	width:600px;
	padding-top:15px;
}