html, body
{
	background: #242323;
	color: #444444;
}
p
{
	margin-bottom: .5em;	
}
a 
{
	color: #000000;
}
a:hover 
{
	text-decoration: none;
	color: #FF0000;
}
a img 
{
	border: none;
}
strong
{
	font-weight: bold;
}
blockquote,ul,ol,dl 
{
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl 
{
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li 
{
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li 
{
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
fieldset
{
	border: solid 1px black;	
	margin: 0; 
	padding: .5em;
}
.errHilite 
{
	color: red;
}
/* Header --------------------------------------------------------------------- */
#hd
{
	border: 10px solid white;
}
#hd a 
{
	text-decoration: none;
	color: #FFFFFF;
}
#hd .logo
{
	color: #FFFFFF;
	padding: 1em;
}
#hd .logo h1
{
	font-size: 230%;
}
#hd .logo h2
{
	font-style: italic;
}
#hd .menu
{
	vertical-align: bottom;
	padding: 1em;
}
#hd .menu ul 
{
	list-style: none;
	line-height: normal;
	margin: 0;
}
#hd .menu li 
{
	float: left;
	white-space: nowrap;
}
#hd .menu a 
{
	display: block;
	width: auto;
	padding: 6px 20px;
}
#hd .menu a:hover 
{
	background: #404040;
	text-decoration: underline;
}
#hd .menu .active 
{
	background: #404040;
}

#hd .menu .active a 
{
}
#hdImage
{
	background: url(hdImage.jpg) no-repeat left top;
	border-top: 10px solid white;
	width: 930px;
	height: 163px;
}
#hdImageHome
{
	background: url(hdImageHome.jpg) no-repeat left top;
	border-top: 10px solid white;
	width: 930px;
	height: 302px;
}
/* Body / Content ------------------------------------------------------------- */
#bd
{
	border: 10px solid white;
	border-top: none;
	background: #FFFFFF;
}
#bdTable
{
	width: 100%;
}
/* Site Menu ------------------------------------------------------------------ */
#menu
{
	border: 1px solid #BCBCBC;
	vertical-align: top;
	width: 300px;
}
#menu h1, #content h1, #content h2
{
	color: #FFFFFF;
	background:	#444444 url(h1Bullet.gif) no-repeat .4em .65em;
	font-size: 138.5%;
	padding: .25em;
	padding-left: 1.25em;
	display: block;
}
#menu h2
{
	background:	url(menuH2Bullet.gif) no-repeat 0 .5em;
	border-bottom: 1px dashed #BDBDBD;
	margin: .5em 1em .5em 1em;
	padding-left: 1em;
	padding-bottom: .5em;
}
#menu h2 a
{
	text-decoration: none;
}
/* Content -------------------------------------------------------------------- */
#content
{
	padding-left: 10px;
	vertical-align: top;
}
#content h1
{
	margin-bottom: .25em;
}
#content h2
{
	font-size: 116%;
}
#content h3
{
	font-size: 108%;
	font-weight: bold;
	margin-bottom: .25em;
}
/* Footer --------------------------------------------------------------------- */
#ft
{
	color: #aaaaaa;
	font-size: 85%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ft a 
{
	color: white;
}
#ft a:hover 
{
	color: white;
}
#ft .poweredBy 
{
	float: left;
	margin-bottom: 10px;
}
#ft .copyright 
{
	float: right;
	margin-bottom: 10px;
}
#ft .links
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	text-align: center;
}
#ft .links ul 
{
	display: inline;
}
#ft .links li 
{
	display: inline;
	clear: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-right: solid 1px #999999;
}
#ft .links li.First 
{
	border-left: none;
}
#ft .links li.Last 
{
	border-right: none;
}
#ft .links li a 
{
	white-space: nowrap;
}
/* Content Area --------------------------------------------------------------- */

/* Content */

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #444444 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

.post .title h1 {
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(images/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(images/img01.jpg) repeat-y left top;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/img04.jpg) no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #444444 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
.ImageLeft 
{
	clear: none;
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.FloatImgLeft 
{
	clear: none;
	float: left;
	margin-right: .6em;
	border: 1px solid #000000;
}
.FloatImgRight 
{
	clear: none;
	float: right;
	border: 1px solid #000000;
	margin-left: .6em;
}
.Label
{
	text-align: right;
	padding-right: 10px;	
}
#FormElement {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#FormElement span {
	text-align: right;
	float: left;
	width: 60%;
	display: block;
	vertical-align: middle;
	padding-top: 0.8em;
	padding-right: 0.5em;
}
#FormElement input {
	clear: none;
	float: left;
	margin-top: .2em;
	white-space: nowrap;
}
#FormElement textarea {
	clear: none;
	float: left;
	margin-top: .2em;
}
#FormElement span.Short {
	width: 40%;
}
#FormElement input.radio {
	float: none;
	display: block;
}
#FormElement textarea.Short {
	float: right;
}
.Testimonials
{
	font-size: 10px;
	font-style: italic;
}
/* */
#BodyTable
{
	margin: 0 auto 0 auto;
	width: 750px;
	border: solid 1px white; 
	/* background-color: #606331;
	background-image: url(../images/page/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left; */
}
.BodyTableLeftCol
{
	width: 164px;
	vertical-align: top;
    background-color: #A9AF57;
    background-image: url(../images/page/BodyTableLeftColBg.jpg);
    background-repeat: repeat-y;
}
.BodyTableLeftCol .Logo
{
	margin-top: 8px;
}

.BodyTableLeftCol .Testimonial
{
	margin: 5px;
	margin-top: 10px;
	border: 1px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
	background-image: url(../images/page/block_green_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
.BodyTableLeftCol .Testimonial h1
{
	margin-top: 5px;
	font-size: 15px;
}
#Home .BodyTableLeftCol .Testimonial h1
{
	margin-top: 5px;
	font-size: 15px;
	text-align: left;
}
.BodyTableRightCol
{
	/* background-color: #606331; */
    background-color: #A9AF57;
    border-right: solid 1px black;
    vertical-align: top;
}
.Banner
{
    position: relative;
    height: 245px;
    background-image: url(../images/page/putting1.gif);
	/* height: 160px;
	background-image: url(../images/page/putting2.gif); */
	background-position: center;
	background-repeat: no-repeat;
}
#Home .Banner
{
	/* height: 245px;
    background-image: url(../images/page/putting1.gif); */
}
.BannerLinks
{
    position: absolute;
    top: 0;
    right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	vertical-align: top;
	/* height: 136px; */ /* Workaround for IE6 choke on absolute positioning */ 
    height: 221px;
}
#Home .BannerLinks
{
	/* height: 221px; */
}
.BannerLinks ul 
{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.BannerLinks li 
{
	display: block;
	margin: 0.5em;
	padding: 0em;
	float: right;
}
.BannerLinks li a, .BannerLinks li a:visited
{
	color: #FFFFFF;
}
.BannerTabs
{
    position: absolute;
    bottom: 0;
    left: 0;
}
.BannerTabs ul 
{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.BannerTabs li 
{
	display: block;
	margin: 0px;
	clear: none;
	float: left;
	width: 72px;
	text-align: center;
	background-image: url(../images/page/button_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 3px 0px;
	line-height: 9px;
	position: relative;
	bottom: 0px;
}
.BannerTabs li a, .BannerTabs li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: .9em;
}
.BannerTabs li:hover, .BannerTabs .selected 
{
	background-image: url(../images/page/button_over.gif);
}
.BannerTabs li a:hover 
{
	color: #000000;
}
.BannerTabMenu
{
    position: absolute;
    border: solid 1px black;
    border-left: none;
    border-top: none;
    background-color: #AAAE57;
    text-align: left;
    visibility: hidden;
}
.BannerTabMenu table
{
}
.BannerTabMenu ul
{
    margin: .25em .25em .25em 1.75em;
    padding: 0;
}
.BannerTabMenu a
{
    color: black;
    font-size: .9em;
    text-decoration: none;
}
.BannerTabMenu a:active, .BannerTabMenu a:hover
{
    text-decoration: underline;
}
.TextBlockBrown 
{
	float: right;
	/* height: 353px; */
	margin: 20px 8px 20px 8px;
	padding: 0.4em;
	background-color: #FFFFFF;
	background-image: url(../images/page/block_brown_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #000000;
	text-align: left;
}
.TextBlockGreen
{
	background-image: url(../images/page/block_green_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #000000;
	padding: 0.5em;
}
.List p 
{
    background-image: url(../images/page/block_brown_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    display: block;
    margin: 0.5em;
    padding: 0.5em;
    width: 80%;
    border: 1px solid #000000;
}
/* Home ----------------------------------------------------------------------- */
#Home
{
    /* padding: 4px; */
}
.HomeTable
{
    border-collapse: separate;
    border-spacing: 8px;
}
.HomeTable td
{
    padding: .4em;
    background-color: #FFFFFF;
    background-image: url(../images/page/block_brown_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #000000;
    text-align: left;
}
#Home h1
{
	text-align: left;
	font-size: 15px;
}
#HomeTitle h1
{
    text-align: center;
    font-size: 13px;
    color: black;
    border: none;
    line-height: 100%;
    padding: 0;
    margin-top: 7px;
    margin-bottom: 0;
}
/* FAQs ----------------------------------------------------------------------- */
#FAQ
{
    padding-bottom: .1em;
}
.q
{
    font-weight: bold;
}
.q, .a
{
    width: 98%;
}
.qa
{
    color: #73763B;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
}
#FAQ ul
{
    margin: .25em .25em .25em 1.75em;
    padding: 0;
}
#FAQ a
{
}
#FAQ a:active, #FAQ a:hover
{
    text-decoration: underline;
}
#FAQ th, #turf th
{
	font-weight: bold;
}
#FAQ td, #FAQ th, #turf td, #turf th
{
    border: solid 1px black;
}
#FAQ .odd, #turf .odd
{
    background-color: #CCFFFF;
}
#FAQ .even, #turf .even
{
    background-color: #00FFFF;
}
/* Clients -------------------------------------------------------------------- */
#Clients ul 
{
	/* display: block; */
	margin: 0px;
	padding: 0em;
	list-style-type: none;
}
#Clients li ul 
{
	/* display: block; */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#Clients li 
{
	/* display: block;
    clear: none;
    float: left; */
	margin: 0.5em;
	padding: 0.5em;
	/* width: 80%; */
	border: 1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #606331;
	background-image: url(../images/page/block_brown_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#Clients li ul li 
{
	/* display: block;
	float: none; */
	height: auto;
	width: auto;
	border: none;
	margin: 0em;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-image: none;
}
