/* 
 * #cdf5fe - aqua 
 * #3f342e - dark brown
 * #c8d9b9 - background grey/beige
 * #848475 - canvas taupe
 * #210042 - navy
 *
 * dark brown - #3f322a
 * aqua - #d0e8dc
 * navy - #210042
 */

body 
{
	margin:10px auto;
	padding:0;
	background:#9c8f7c;/*taupe*/
	font:1.0em/1.2em Arial,Lucida,Helvetica,Verdana,sans-serif;

	/* IE Scroll bar colors */
/*	scrollbar-face-color:#d0e8dc;
	scrollbar-arrow-color:#3f322a;
	scrollbar-track-color:#3f322a;
	scrollbar-shadow-color:#848475;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#210042;
	scrollbar-darkshadow-Color:#210042;
	background-color:#ffffff;
*/
}

p
{
	font:1.0em/1.2em Arial,Lucida,Helvetica,Verdana,sans-serif;
}


img
{
	border:0;
	border-color:#210042;
}

#container
{
	width:900px;
	height:580px;
	margin:0px auto;
	color:#210042;
	background:#fff; /*aqua*/
}
	 
#cus_serv_body
{
	height:480px;
	margin:10px 0 1px 20px;
	font-size:0.7em;
	overflow:auto;
	text-decoration:none;
}

#cus_serv_body ul.horiz_list li
{
	display:inline;
	margin:0 0.5em;
}

a
{
	color:navy;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a:visited
{
	font-weight:normal;
}

#cus_serv_body h1
{
	font-size:1.5em;
}

#cus_serv_body h2
{
	font-size:1.3em;
}

#cus_serv_body h3
{
	font-size:1.0em;
	margin:0;
	padding:0;
}

#cus_serv_body p
{
	margin:0 10px 10px 0;
}

p.no_space
{
	margin:0 10px 0 0;
}

#cus_serv_body p.contact_us
{
	font-size:1.2em;
	line-height:1.4em;
}

#cus_serv_body hr
{
	background-color:#210042;
	color:#210042;
	height:1px;
	border:0;
	margin:0 20px 0 0;
}

.vert_list_link
{
	list-style-type:none;
}

address
{
	line-height:0.9em;
	margin-left:1.0em;
}

#cus_serv_body address.contact_us
{
	font-size:1.2em;
	line-height:1.4em;
}

ol
{
	margin-top:0;
	list-style-type:decimal;
}

ol li
{
	margin:1.0em 0;
	line-height:1.2em;
}

div.about_us
{
	overflow:visible;
	position:relative;
}

div#left_bar
{
	width:154px;
	float:left;
	top:0;left:0;
	margin:0;
	padding:0;
	position:absolute;
	text-align:justify;
}

div#left_bar p
{
	margin:10px 0 0;
}

#main_body
{
	width:390px;
	height:470px;
	float:left;
	top:0;left:170px;
	overflow:auto;
	position:absolute;
}

div#main_body a
{
	text-decoration:underline;
}

div#main_body a:hover
{
	text-decoration:none;
}

div#right_bar
{
	width:150px;
	height:400px;
	float:right;
	bottom:0;right:20px;
	margin:0;
	padding:0;
	position:absolute;
	text-align:right;
}

div#right_bar p
{
	margin:10px 0 0;
	padding:0 5px;
	border:1px solid #210042;
	text-align:justify;
}

div#right_bar p.trees
{
	width:100px;
	margin:10px 0;
	border:1px solid #210042;
	text-align:justify;
}

/* 
	vim:ts=2  noexpandtab
 */

