/* CSS Document */
p {
font-family:Georgia, "Times New Roman", Times, serif;
}

/* reg navigation */
a:link, a:visited  {
	color:#CC6600;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a:hover, a:active {
	color:#466A35;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.logo{
margin:20px 10px 10px 40px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
width:160px;
}

h2{
font-size:18px;
color:#E14B16;
}
.orange{
color:#E14B16;
}
#services{
margin-top:-20px;
color:#E14B16;
font-family:Georgia, "Times New Roman", Times, serif;
width:155px;
margin-left:50px;
}
#services ul{
padding:2px;
margin:0px;
margin-left:6px;
}
#services ul li{
list-style:url(../images/slices/littletree.png);
margin:0px;
margin-left:20px;
padding:4px;


}
#content{
width:500px;
margin-left:70px;
margin-right:20px;
}

 /* footer navigation */
 #footer{
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:11px;
 color:#000000;
 }
#footer a:link, #footer a:visited {
color:#000000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
text-decoration:underline;
}
#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:none;
}


/* content navigation */
#content a:link, #content a:visited {
	color:#CC6600;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content a:hover, #content a:active {
	color:#009900;
	text-decoration:none;
}
#content table{
margin:0px;
padding:0px;
}

/* images with this class will get this style*/

.imgborder {border: 1px solid #000000;
}
