/* CSS Document */

body{margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#666146;
	background-color:#FFFFFF;
	}
	
a:link {color:#666666; text-decoration:underline;}
a:visited {color:#666666; text-decoration:underline;}
a:hover {color:#666666; text-decoration:underline;}
a:active {color:#666666; text-decoration:underline;}

a.foot:link {color: #06c4fe;}
a.foot:visited {color: #06c4fe;}
a.foot:hover {color:#FFFFFF;}
a.foot:active {color: #06c4fe;}

#header{background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	height:97px;
	}
	
#nav{background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	height:34px;
	}

#main{
	background-color:#eae6d0;
	width:455px;
	}
	
#mainb{
	background-color:#f4f2e7;
	width:455px;
	}	
	
#main2{
	background-color:#eae6d0;
	width:727px;
}

#services{/*background-image:url(images/services_bg.gif);
	background-repeat:repeat-x;*/
	width:283px;
	height:311px;
	}

#services2{/*background-image:url(images/services_bg.gif);
	background-repeat:repeat-x;*/
	width:200px;
	height:311px;
	}

#white{background-image:url(images/1x1.gif);
	height:5px;
	background-repeat:x;
	}
	
#footer{background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	height:78px;
	color:#06c4fe;
	padding-top:23px;
	}
	
#side_grey{background-color:#d4d4d4;
	height:34px;
	}
	
#side_green{
	border-top:#FFFFFF solid 1px;
	background-color:#c3e0e6;
	}

li{list-style-image:url(images/li.gif);
	line-height:19px;}

p {padding:1px;}