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

/* structure */

body{
	background-color:#ffffff;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#808284;
	margin-bottom:40px;
	margin-top:40px;
}


td{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#808284;
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a{
	color:#E36F1E;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1, h2{
	margin:0px;
}

h3{
	color:#E4701E;
	font-size:12px;
	font-weight:normal;
}


h4{
	font-size:14px;
	font-weight:normal;
}

hr{
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.site{
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:10px;
}

.body{
	margin-top:20px;
	margin-bottom:20px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}

.body_home{
	margin-top:20px;
	margin-bottom:20px;
}


/* header */

.header{
	padding-bottom:20px;
	border-bottom:1px #F8DCC7 solid;
}

.nav{
	width:289px;
	border-right:1px #E0E0E0 solid;
	float:left;
}

.sub_nav_item, .sub_nav_item_selected{
	margin-bottom:5px;
	width:289px;
}

.logo{
	float:right;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width:245px;
	height:120px;
}

.logo a{
	display:block;
	width:245px;
	height:120px;
}

/* content */

.col_1{

	float:left;
	width:290px;
	min-height:395px;
}

.col_2{

	float:left;
	width:610px;
}

.home_image{
	height:395px;
	width:610px;
	overflow:hidden;
}

.home_image img{
	display:none;
}

.content{
	padding-left:20px;
	min-height:390px;
	width:480px;
}

.content p{
	margin-top:0px;
}


#map_canvas{
	height:395px;
	width:590px;
}

.clients{
	padding-left:20px;
	width:590px;
}


.thumb{
	width:120px;
	height:160px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.client{
	float:left;
	color:#E36F1E;
	width:380px;
}


/* footer */

.footer{
	padding-top:10px;
	border-top:1px #F8DCC7 solid;
	font-size:10px;
	/*#E4701E*/
}
