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

#wrapper {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-470px;
	width:940px;
}

#header_left {
	position:absolute;
	top:0px;
	left:0px;
	width:265px;
	height:200px;
	background:url(../images/bg_header_left.jpg) no-repeat 0 0;
}

#header_right {
	position:absolute;
	top:0px;
	left:265px;
	width:675px;
	height:200px;
	background:url(../images/bg_header_right.jpg) no-repeat 0 0;
}

#menu_column {
	position:absolute;
	top:200px;
	left:20px;
	width:175px;
	height:400px;
	padding:0 20px 0 20px;
	background:url(../images/bg_left_col.jpg) no-repeat 0 0;
}

#left_foot {
	position:absolute;
	top:600px;
	left:20px;
	width:215px;
	font-size:11px;
}

#left_foot ul {
	list-style:none;
	margin:6px 0 0 10px;
	float:left;
}

#left_foot ul li {
	margin-top:2px;
}

#left_foot ul li a:link, #left_foot ul li a:visited {color:#9b9b9b;}
#left_foot ul li a:hover, #left_foot ul li a:visited:hover {color:#515151;}

#content_column {
	float:left;
	position:absolute;
	top:200px;
	left:265px;
	width:655px;
	height:auto;
}

#content_inner {
	float:left;
	clear:both;
	width:615px;
	height:auto;
	padding:0 20px 0 20px;
	background:url(../images/bg_main_col.gif) repeat-y 0 0;
	margin:0px;
}

.content_cols {
	float:left;
	width:615px;
	height:200px;
	background:url(../images/ver_line.gif) repeat-y center 0;
}

.home_images_container {
	float:left;
	clear:both;
	width:615px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#home_dot_divider {
	float:left;
	width:41px;
	height:279px;
	background:url(../images/ver_line.gif) repeat-y center 0;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#home_col_1 {
	float:left;
	width:370px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#home_col_2 {
	float:left;
	width:204px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#content_footer {
	float:left;
	width:615px;
	padding:30px 20px 20px 20px;
	background:url(../images/bg_content_footer.gif) no-repeat 0 0;
	text-align:right;
	font-size:0.9em;
	color:#636363;
}

/* The Left Hand Menu */

.menu_item {
	width:175px;
	margin:0px;
	padding:0px;
}

.menu_item a {display:block;text-decoration:none;cursor:pointer;}

.menu_item a:link h2, .menu_item a:visited h2, .menu_item a:hover h2, .menu_item a:visited:hover h2 {
	font-size:20px;
	width:175px;
	margin:0px;
	padding:0px;
}
.menu_item a:link h2, .menu_item a:visited h2 {color:#FFF;margin:0px;padding:0px;}
.menu_item a:hover h2, .menu_item a:visited:hover h2 {color:#FF8202;margin:0px;padding:0px;}

.menu_item a:link p, .menu_item a:visited p, .menu_item a:hover p, .menu_item a:visited:hover p {
	width:175px;
	margin-top:0px;
	font-size:11px;
}

.menu_item a:link p, .menu_item a:visited p {color:#ffcc00;}
.menu_item a:hover p, .menu_item a:visited:hover p {color:#FF8202;}

#services_container {
	float:left;
	clear:both;
	width:615px;
}

#services_col_1 {
	float:left;
	width:280px;
	padding:5px 10px 5px 10px;
}

#services_col_2 {
	float:left;
	width:280px;
	padding:5px 10px 5px 10px;
}

.cols_seperator {
	float:left;
	width:15px;
	height:180px;
	background:url(../images/ver_line.gif) repeat-y center 0;
}

#map_container {
	float:left;
	width:615px;
	margin-top:10px;
}

#map_details {
	float:left;
	width:210px;
	margin-left:15px;
}

#map_details ul {
	list-style:none;
}
