body { 
	margin:0; 
	padding:0; 
	font-size:13px; 
	line-height:17px; 
	font-family: Arial, Tahoma;
}

a { 
	color:#fe5800;
}

a:hover { 
	text-decoration:none;
}

.orange { 
	color:#fe5800;
}

#header { 
	background: url(images/header.gif) repeat-x ; 
	height:100px;  
	margin:0;
	padding:0;
}


#menu {
	background:url(images/menu_bckg.gif) repeat-x ; 
	color:#fff; 
	text-align:center; 
	width:100%;
	margin:0;
	padding:0;
	padding-bottom:30px;
	height:30px;
}

#menu ul { 
	width:900px;
	margin:0 
	auto;list-style:none; 
	padding:0; 
	text-align:left;
}


#menu ul li {
	display:inline
}

#menu ul a { 
	display:block; 
	float:left; 
	font-weight:bold; 
	font-size:13px; 
	text-decoration:none; 
	color:#fff; 
	background:url(images/menu_enactive.gif) no-repeat bottom center; 
	padding:7px 10px; 
	width:118px; 
	text-align:center; 
	text-transform:uppercase;
}

#menu ul a:hover { 
	background:url(images/menu_over.gif) no-repeat bottom center; 
	color:#232323;
}

#menu ul a.active { 
	background:url(images/menu_active.gif) no-repeat bottom center; 
	color:#232323;
	padding:8px 10px; 
}


#menu ul a.active:hover { 
	background:url(images/menu_active.gif) no-repeat bottom center; 
	color:#232323;
}

#main { 
	width:100%; 
	margin:0px 0 0px 0; 
	float:left;
}


#head_image { 
	height:80px; 
	background:url(images/slogan_bckg.jpg) no-repeat; 
	margin-top:10px;
	padding:30px 0 30px 20px; 
	line-height:24px;
}

#slogan { 
	color:#fff; 
	font-family: "Arial Narrow", Arial, Tahoma; 
	font-size:24px; 
	text-transform:uppercase; 
}

#under_slogan_text { 
	color:black; 
	font-size:15px;
	line-height:25px; 
	padding-top:15px;
	font-weight:normal;
}

#content { 
	margin-left:50px;
	padding:0; 
	width:780px;
}

#content h1 { 
	margin:8px 0 0 0; 
	text-transform:uppercase; 
	font-size:20px; 
	color:#ff8500; 
	font-weight:bolder;
}

#text {
	float:left; 
	width:530px; 
	padding-left:0px;
	line-height:19px; 
}

#text_no_sidebar {
	float:left; 
	width:900px; 
	padding-left:0px;
	line-height:19px; 
}


#testimonial_text {
	font-weight: bold;	
	font-family: arial, "lucida console", sans-serif, italic;
}



#table_service_list {
	width:95%;
	margin-top:15px;
	margin-left:20px;
	margin-bottom:20px;
	cellspacing:10px;
	cellpadding:10px;
}



#sidebar { 
	background:url(images/sidebar_bckg.gif) repeat-x; 
	margin:0px 0 0 520px; 
	color:#6f6e6e; 
	padding:20px; 
}

#sidebar h2 {
	color:#fe5800; 
	margin:0 0 15px 0; 
	font-size:14px; 
	font-weight:bold; 
	text-transform:uppercase;
}

#footer {
	background:url(images/footer_bckg.gif) repeat-x #3f3e3e 0 2px; 
	height:94px; 
	margin-top:20px; 
	clear:both;
}


#left_footer { 
	float:left; 
	padding:40px 0 0 30px; 
	text-transform:uppercase; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:11px;
}
#left_footer a { 
	color:#FFFFFF;
}

#left_footer a:hover { 
	text-decoration:none;
}
#right_footer { 
	float:right;  
	padding:40px 30px 0 0; 
	text-transform:uppercase; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:11px; 
	text-align:right;
}

#right_footer a { 
	color:#FFFFFF;
}

#right_footer a:hover { 
	text-decoration:none;
}
