/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #64af1f;
	text-align: center;
	padding: 0;
	margin: 0;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
}
div#bgcontainer
{
	background-image:url(../images/bg_main-bg.gif);
	width: 932px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	margin-top: 0;
	padding-top: 0;
	background-repeat:repeat-y;
}
div#container {
	background-image:url(../images/bg_main.gif);
	background-repeat:no-repeat;
	width: 932px;
	min-height:400px;
}
div#content {
	text-align: left;
}
	body,
	html {
		margin:0;
		padding:0;
	}
	body {
		min-width:750px;
	}
	#content {
		float:right;
		width:560px;
		padding-right: 25px;
	}
	#sidebar {
		float:left;
		width:275px;
		padding-left:25px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
	#footer {
		clear:both;
	}
	#footer p {
		margin:0;
    }
#content h1 {
	color: #c0551d;
	font-size: 1.5em;
}
#content h2 {
	color: #c0551d;
	font-size: 1.1em;
}

#content h3 {
	font-size: 1.25em;
	text-align: center;
}
#body-content {
	float: right;
	width: 550px;
}
div#body-content p {
	line-height:18px;
}
#breaker {
}
#nav {
	float: left;
}
div.callout {
	text-align: left;
	background-color: #e2e2d6;
	width: 264px;
	color: #656551;
}
div.callout a, div.callout a:link, div.callout:visited {
	color: #656551;
	text-decoration: none;
}
div.callout ul li {
	list-style-type: none;
	padding: 0 0 10px 0;
}
div.callout ul {
	list-style-image:url(../images/caret.gif);
}
div.callhead img {
	float: left;
}
div.callhead {
	height: 56px;
	background-color: #FFFFFF;
}
div.callhead h2 {
	height: 25px;
	background-color: #FFFFFF;
	padding: 30px 0 0 5px;
	margin: 0;
	color: #c0551d;
	font-size: 1.1em;
}
.call-red {
	color:#990000;
	font-size: 1.1em;
	font-weight: bolder;
}
div#explist div {
	display: none;
	padding: 0 16px 0 16px;
	text-align:left;
}
div#explist h3 {
	cursor: pointer;
	text-align: left;
	font-size: 1em;
}
.explist-sel {
	color: #c0551d;
}
div#explist div {
	line-height: 18px;
}
div.neatbox {
	position: relative;
	left: -30px;
	background-image:url(../images/box_bg.jpg);
	width: 589px;
	height:179px;
}
.neatbox h2 {
	padding: 25px 25px 0 25px;
	color: #c0551d;
	font-size: 1.25em;
}
div.neatbox p {
	padding: 0 25px 0 25px;
}
div#footer {
	font-size: .95em;
}
ul#footer-nav {
	list-style-type: none;
	display: inline;
}
ul#footer-nav li {
	display: inline;
	padding: 0 15px 0 0;
}
ul#footer-nav li a {
	text-decoration: none;
	color: #000000;
	font-size: .95em;
	font-weight: bolder;
}
ul#footer-nav li span {
	padding-left: 15px;
}
#siteseal {
	width: 110px;
	text-align:center;
	display:inline;
	float: right;
	padding-right: 30px;
	padding-bottom: 20px;
}
#bbb {
	float: left;
	padding-left: 30px;
	padding-bottom: 20px;
}
#siteseal a {
	color: #000000;
	text-decoration:none;
}
.hideMe {
	display: none;
}
.testimonials blockquote {
	line-height: 18px;
	padding: 5px 30px 20px 30px;
}
.testimonials blockquote p {
	padding-left: 15px;
	color:#666666;
}
#services {
	list-style-image:url(../images/check.gif);
}
#services li {
	padding-bottom: 8px;
}
table.logintable tr th {
	font-weight: normal;
	text-align: right;
}
table.logintable tr td {
	text-align: left;
}
table.logintable {
	background-color: #E7E7E5;
	border: 1px dotted #88CFF9;
	float: right;
	width: 250px;
}
#signupForm {
	padding-top: 10px;
}
.status {
	float: right;
	padding-right: 10px;
}
.red {
	color: #FF0000;
}
/* fixes float hanging element bug \*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
