/* CSS Document */

body {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	background-color: #004800;
	line-height: 1.3;
	text-align: left;
	padding: 0;
	margin:0;
}

h1 {
font-size:130%;
font-weight:bold;
}

h2 {
font-size:115%;
font-weight:bold;
}

h3 {
font-size:110%;
font-variant:small-caps;
font-weight:bold;
}

h4 {
font-size:105%;
font-weight:bold;
}


dl dt {
color:#0033CC;
font-weight:bold;
}

dl dd {
padding:0px 0px 17px 0px;
}

#header {
width:100%;
background-color:#FFFFFF;
}

#border {
background-image:url(images/bg_line_drop.jpg);
background-repeat:repeat-x;
background-position:0px 0px;
height:190px;
width:100%;
 }

#wrapper {
margin:0px auto 25px auto;
background-color:#fff;
width:930px;
border-right:2px solid #004800;
border-left:2px solid #004800;
border-bottom:2px solid #004800;
}

 #logo {
	position:absolute;
	padding:2px 0px 1px 22px;
	left: 4px;
	top: 112px;
 }
 
 #nav {
 margin:0px;
 padding:5px;
 text-align:center;
 width:100%;
 }
 
#content {
	padding: 5px 15px 0px 15px;
	margin:0px auto;
	width:900px;
}

#flash {
padding:3px;
text-align:center;
}

#header a, #header a:link {
color:#004800;
text-decoration:underline;
}

#header a:visited, #header a:hover, #header a:active, #header a:focus {
color:#004800;
text-decoration:none;
}

table#tbl_header a, table#tbl_header a:link {
color:#004800;
text-decoration:none;
font-size:90%;
}

table#tbl_header a:visited {
color:#666666;
text-decoration:none;
font-size:90%;
}

table#tbl_header a:hover, table#tbl_header a:active, table#tbl_header a:focus {
color:#004800;
text-decoration:underline;
font-size:90%;
}

a, a:link, #content a, #content a:link {
color:#004800;
text-decoration:underline;
}

a:visited, #content a:visited {
color:#fec104;
text-decoration:none;
}

a;hover, a:active, a:focus, #content a:hover, #content a:active, #content a:focus {
color:#fec104;
text-decoration:none;
}

#footer {
	width:920px;
font-size:80%;
color:#ccc;
border-top:2px solid #fec104;
background-color:#004800;
	padding: 3px 5px;
	margin:0px auto;
}

#footer a, #footer a:link {
color:#999;
text-decoration:underline;
}

#footer a:visited{
color:#FF0000;
text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#FF0000;
text-decoration:underline;
}

table#contact, table#service {
font-size:90%;
}

.blue {
color:#0033cc;
}

.bold {
font-weight:bold;
}

.colbottom {
margin-bottom:0 !important
}

.clear {
clear:both;
}

.dkred {
color:#990000;
}

.green {
color:#004800;
}

.italic {
font-style:italic;
}

.indent {
text-indent:10px;
}

.large {
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:125%;
font-weight:bold;
}

.red {
color:#FF0000;
}

.small {
font-size:80%;
}

.specials {
border:3px dashed #000;
background-color:#FF0000;
}

.white {
color:#fff;
}

/* links back to home page */
a#liketext:link {
	color:#000000;
	text-decoration:none;
}
a#liketext:visited {
	color:#000000;
	text-decoration:none;
}
a#liketext:hover {
	color:#000000;
	text-decoration:none;
}

/* links back to home page */
a#liketextFooter:link {
	color:#999999;
	text-decoration:none;
}
a#liketextFooter:visited {
	color:#999999;
	text-decoration:none;
}
a#liketextFooter:hover {
	color:#999999;
	text-decoration:none;
}

/* testimonials */
.quote {
	font-style: italic;
	color: #990000;
	border-style: hidden;
}	
.quoter {
	font-style: italic;
	font-weight: bold;
	color: #003366;
}	

