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

body {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #009800;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	color: #172630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

#wrapper {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background: #ffffff;
}

table {
	border-collapse: collapse;
}

td, th {
	background-color: inherit;
}


/* text */

h1 {
	text-align: left;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	text-align: left;
	color: #008200;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}

h3 {
	text-align: left;
	color: #7f593e;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}

h4 {
	text-align: left;
	color: #338b0a;
	font-size: 15pt;
	font-weight: normal;
	font-style: italic;
}

/* h1,h2,h3,h4 { 
	margin:0;
	padding:0; 
} */

p {
	text-align: justify;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.underlined {
	text-decoration: underline;
}

.boldunderlined {
	font-weight: bold;
	text-decoration: underline;
}

.phone {
	padding-top: 5px;
	padding-left: 20px;
	display: block;
	text-align: left;
	font-size: 21pt;
	font-weight: bold;
	color: #000000;
}

.copyright {
	padding-top: 10px;
	display: block;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
}

a:link {
	color: #ff3000;
	text-decoration: none;
}

a:visited {
	color: #ff3000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.subnav {
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
}

.subnav a:link {
	color: #ff3000;
	text-decoration: none;
}

.subnav a:visited {
	color: #b01322;
	text-decoration: none;
}

.subnav a:hover {
	text-decoration: underline;
}

.subnav a:active {
	text-decoration: none;
}

.photocaption {
	margin-left: 2px;
	text-align: left;
	color: #2d2522;
	font-size: 8pt;
	font-weight: normal;
}

.photocaption a:link {
	color: #ff3000;
	text-decoration: none;
}

.photocaption a:visited {
	color: #ff3000;
	text-decoration: none;
}

.photocaption a:hover {
	color: #ff3000;
	text-decoration: underline;
}

.photocaption a:active {
	color: #ff3000;
	text-decoration: none;
}

.extraspacing {
line-height: 15pt;
}


/* image positioning */

.imgleft {
	float: left;
	margin: 0px;
	padding: 0px 15px 3px 0px;
}

#imgcenter {
	margin: 0px auto 0px auto;
	padding: 0px 10px 3px 10px;
	text-align: center;
}

.imgrightcenter {
	margin: 0px auto 0px auto;
	padding-left: 10px;
	text-align: center;
}

.imgleftcenter {
	margin: 0px auto 0px auto;
	padding-right: 10px;
	text-align: center;
}

.imgbottomcenter {
	margin: 0px auto 0px auto;
	padding-top: 10px;
	text-align: center;
}

.imgright {
	float: right;
	margin: 0px;
	padding: 0px 0px 3px 15px;
}


/* tables */

table {
      margin: 0px;
      border-top: 1px solid #7f593e;
      border-left: 1px solid #7f593e;
}

th, td {
      border-right: 1px solid #7f593e;
      border-bottom: 1px solid #7f593e;
      padding: 8px 10px 8px 10px;
      text-align: left;
      vertical-align: center;
}

th {
      background:#e9e2d9;
}


/* page parts */

#headertop {
	width: 852px;
	height: 51px;
	background-color: #e5cf6e;
	background-image:url(images/headertop.jpg);
}

#header {
	width: 852px;
	height: 200px;
	background-color: #ff3000;
	background-image:url(images/logoheader.jpg);
}

#headerbottom {
	width: 852px;
	height: 20px;
	background-color: #538905;
	background-image:url(images/grass.jpg);
}

#redbar1 {
	width: 852px;
	height: 10px;
	background-color: #ff3000;
	background-image:url(images/redbar.jpg);
	background-repeat: repeat-y;
}

#redbar2 {
	width: 852px;
	height: 10px;
	background-color: #ff3000;
	background-image:url(images/redbar.jpg);
	background-repeat: repeat-y;
}

#shadowbottom {
	width: 852px;
	height: 6px;
	background-color: #2e9300;
	background-image:url(images/bottomshadow.jpg);
}

#contentbox {
	width: 852px;
	background-color: #ffffff;
	background-image:url(images/white_bg.jpg);
	background-repeat: repeat-y;
}

.content {
	padding: 30px 50px 10px 50px;
	margin: 0px;
	width: 752px;
}

#leftcolumn {
	width: 552px;
	float: left;
	background-color: #ffffff;
}

.contentleft {
	margin-bottom: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
}

#rightcolumn {
	width: 200px;
	float: left;
	background-color: #ffffff;
}

.contentright {
	margin-bottom: 0px;
}

.listheader {
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2d2522;
}

#services {
	padding-top: 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7f593e;
}

#services ul {
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0px;
	border: 0px;
	list-style-type: none;
}

#services li {
	padding-top: 3px;
	margin: 0px;
	border: 0px;
}

.bullet {
	margin-right: 5px;
	margin-bottom: 1px;
}

.listfooter {
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #2d2522;
}

.clear {
	clear: left;
}

#bottomnavwrapper {
	padding-bottom: 10px;
	width: 852px;
	background-color: #ffffff;
	background-image:url(images/white_bg.jpg);
	background-repeat: repeat-y;
}

#bottomnavcontainer {
	margin-left: 25px;
	margin-right: 25px;
	width: 802px;
	background-color: #ffffff;
}

.bottomnav {
	margin: 0px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.bottomnav a:link {
	color: #ff3000;
	text-decoration: none;
}

.bottomnav a:visited {
	color: #ff3000;
	text-decoration: none;
}

.bottomnav a:hover {
	text-decoration: underline;
}

.bottomnav a:active {
	text-decoration: none;
}


#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 852px;
	background-color: #009800;
	vertical-align: top;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}


/* iframe */

#framebox {
	padding-bottom: 20px;
	margin: 0px;
	background-color: #ffffff;
	width: 752px;
	height: 600px;
	z-index: 8000;;
}


/* testimonials */

#quotewrapper {
	background-color: #ffffff;
	background-image: url(images/quote_start.jpg);
	background-repeat: no-repeat;
}

#quotebox {
	margin-left: 40px;
	padding: 5px;
	background-color: #f4f7cf;
	background-color: #f4f7cf;
	background-image: url(images/quote_end.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.quote {
	margin: 5px;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
}
