* {margin:0px; padding:0px;}
html, body {
    height: 100%;
}

body {
	color: #000000;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #617445;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:link    {color:#000000; font-weight:normal; text-decoration: none;}
a:visited {color:#000000; font-weight:normal; text-decoration: none;}
a:hover   {color:#000000; font-weight:normal; text-decoration: underline;}
a:active  {color:#000000; font-weight:bold; text-decoration: none;}


#content a:link {
	color:#849865;
	text-decoration: none;
}
#content a:visited {
	color:#849865;
	text-decoration: none;
}
#content a:hover {
	color:#394d19;
	text-decoration: underline;
}
#content a:active {
	color:#849865;
	text-decoration: none;
}


#hcenter {
	/* horizontally centers the wrapper. This is done by having the margins (top and left) 
       negative of half the size of the field we want to center). Position must be absolute 
       and top and left settings are at 50%. Works in IE5.5+, Opera 7+, Mozilla, Netscape 7+.
    */
    padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contactDiv {
	text-align: right;
	background-image: url(images/bg-contact.png);
	background-position: center 44px;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 0px;
	height: 83px;
	padding-top: 22px;
}

#contactInfo {
	float: left;
	text-align: left;
	color: #EBE2C5;
	font-size: 18px;
	padding-left: 20px;
	padding-top: 3px;
}
#contactInfo a {
	color: #EBE2C5;
	font-size: 14px;
	font-weight: bold;
}


#nav {
	list-style:none;
	padding: 0px 0px 0px 15px;
	width: 870px;
	height:32px;
	margin: 0px;
	margin-top: 5px;
}

#nav li {
    margin:0px; padding:0px; display:inline; float:left;
}


#header {
	height: 235px;
	margin: 0px;
	width: 870px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}


#wrapper {
	min-height: 100%;
	height: auto !important; /*Cause footer to stick to bottom in IE 6*/
	height: 100%;
	width: 870px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(images/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#content {
	padding: 20px 40px 10px 40px;
	background-color: #FFFFFF;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 40px;
	padding: 0px;
}
#content ul li {
	padding-bottom:6px;
	padding-left: 0px;
	margin: 0px;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
}
#content ul ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#content ul ul li {
	list-style-type: circle;
	list-style-image: none;
}

#content table {margin-bottom:10px;}
#content  table  p {
	text-align: left;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}

#content table tr td {
	vertical-align:top;
	padding-bottom:5px;
}
#content  table ul {
	margin-left: 25px;
}

#content ul img.left {margin-right:40px; margin-left:-20px;}
#pageTitle {
	margin-bottom: 20px;
}
#footerBg {
	background-image: url(images/bg-footerbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 187px;
	clear: both;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}
#footer a {
	color: #000000;
	font-weight: bold;
}

#footleft {
	background-image: url(images/photo-john.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 117px;
	float: left;
	padding-top: 70px;
	padding-left: 170px;

}
#footleft p.contact {
	padding-top: 2px;
}

#footleft img {
	margin-right: 10px;
}

#footright {
	text-align: right;
	font-weight: bold;
	padding-right: 40px;
	padding-top: 95px;
	background-image: url(images/bg-footright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 92px;
}
#footright  img.social {
	margin-left: 6px;
	margin-bottom: 23px;
}
#footright img.logos {
	margin-left: 10px;
}

#footright table img {
	margin-right: 10px;
}
#footright #info {
	position: absolute;
	bottom: 14px;
	right: 160px;
	text-align: right;
}







#copyright {
	clear:both;
	color:#C5CFB7;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/bg-copyright.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#copyright a {
	color: #C5CFB7;
}


#quote {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/quote-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: -20px;
}

.quoteRight {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/quote-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 10px;
	width: 325px;
	float:right;
	clear:right;
	margin-bottom: 5px;
}
.quoteLeft {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/quote-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: -20px;
	width: 325px;
	float:left;
	margin-bottom: 5px;
	margin-right: 20px;
}
#quote p.main, .quoteRight p.main, .quoteLeft p.main {
	font-size: 11px;
	color: #4b6426;
	font-style: normal;
	background-image: url(images/quote-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 7px;
	line-height: 18px;
}
#quote  p.author, .quoteRight p.author, .quoteLeft p.author {
	text-align: right;
	color: #4b6426;
	font-weight: bold;
	margin-bottom: 5px;
}


b {font-weight: bold;}
p {
	margin-bottom:13px;
	text-align:left;
	line-height: 20px;
	padding-top: 0px;
	font-size: 13px;
	font-weight: normal;
}
h1 {
	color: #000000;
	letter-spacing:1px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
}
h2 {
	color: #000000;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:5px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
}
h3 {
	font-size: 14px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
	margin: 0px;
	padding-bottom: 13px;
	padding-top: 5px;
}

.indent {
	padding-left:25px;
}


#img_right, img.right {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:5px;
	margin-right:0px;
	clear:right;
	text-align:right;
	padding: 0px;
}

#img_left, img.left {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	clear:left;
	text-align:left;
	margin-top: 0px;
}

#img_right img, #img_left img, img.left, img.right, img.borderonly {
	border: 1px solid #b3b9a9;
	background-color: #FFFFFF;
	padding: 4px;
}
#content ul #img_left {
	margin-right:0px;
	margin-left:-20px;
}
.noBorderRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#awards {
	width: 304px;
	margin-top: 20px;
	background-image: url(images/bg-awards.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-bottom: 0px;
}
#awards p {
	text-align: center;
	font-size: 11px;
	padding: 0px;
	color: #4b6426;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
}
#legend {
	background-color: #F5F7F2;
	border: 1px solid #2E3523;
	float: right;
	margin-top: 20px;
	font-size: 12px;
}
#legend td {
	padding-bottom: 2px;
	padding-left: 10px;
}
table a:link, table a:visited, table a:hover, table a:active {
	font-weight: normal !important;
}

