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

*{
	margin:0px;
	padding:0px;
}
body{
	background-image:url(images/skinnystripebckgrd.jpg);
	background-repeat:repeat;
}
#mainwrapborder{
	width:870px;
	background-color:#32431f;
	margin:10px auto;
	padding-top:10px;
	padding-bottom:10px;
}
#mainwrap{
	width:850px;
	background-color:#FFF;
	margin:0px auto;
	border:1px solid #6a6d50;
}
#header{
	width:850px;
}
#linkbar{
	width:100%;
	background-image:url(images/greengradientbckgrd.jpg);
	background-repeat:repeat-x;
	height:30px;
	border-top:1px solid #6a6d50;
	border-bottom:1px solid #6a6d50;
	text-align:center;
	padding-top:10px;
	clear:both;
}
#linkbar a:link{
font-size:16px;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
color:white;
padding: 0px 16px;
text-decoration:none;
}
#linkbar a:visited{
font-size:16px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
color:#e1e5d0;
padding: 0px 16px;
text-decoration:none;
}
#linkbar a:hover{
font-size:16px;
text-decoration:underline;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
color:#fcffee;
padding: 0px 16px;
}
.activelink{
	font-size:17px;
	color:#eba154;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	padding:0px 16px;
}

#homeservices{
	float:right;
	width:280px;
	margin:5px;
	margin-top:15px;
	margin-left:15px;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#744a1f;
	text-align:left;
	margin-left:10px;
}
h2{
	color:#32431f;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	border-bottom: thin #6a6d50;
	width:600px;
	margin:10px;
}
a:link{
	color:#32431f;
	font-size:12px;
}
a:visited{
	color:#32431f;
	font-size:12px;
}
a:hover{
	color:#744a1f;
	font-size:12px;
}

p.text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#744a1f;
padding:10px;
line-height:1.5em;
text-align:left;
z-index:99;
}

table{
	margin:0 auto;
	text-align:center;
}
#footer{
	background-image:url(images/greengradientbckgrd.jpg);
	background-repeat:repeat-x;
	text-align:center;
	width:850px;
	height:50px;
	background-color:#6a6d50;
	margin:10px auto;
	font-family:"Times New Roman", Times, serif;
	color:white;
	padding:10px;
}
#footer p{
	color:white;
	line-height:1.3em;
	text-align:center;
	font-size:14px;
}
#footer a:link{
font-size:10px;
color:#374723;
}
#footer a:visited{
font-size:10px;
color:#374723;

}
#footer a:hover{
font-size:10px;
color:#686b4e;
}

form{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
line-height:1.3em;
color:#744a1f;
margin-left:20px;
}



/*CLASSES*/
#footer .greensmall{
	color:#374723;
	font-size:10px;
}
.georgialarge{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
.bordertopbottom{
	border-top:1px solid #6a6d50;
	border-bottom:1px solid #6a6d50;
}
img.border{
	border:2px solid #6a6d50;
}
.center{
text-align:center;
}
.floatright{
float:right;
}
.floatleft{
float:left;
}
.fontsize12{
	font-size:12px;
}
.white{
	color:white;
}
.padding10{
padding: 10px;
}
.noborder{
border:none;
}
.nopadding{
padding:0px;
margin:0px;
}
.clear{
	clear:both;
}
.marginleft20{
	margin-left:20px;
}
.medicalinsurance{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#744a1f;
padding:5px;
}

