* {
	margin: 0px;
	padding: 0px;
	border:none;
	color: #364a61;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#frame {
	margin: 0px auto 20px auto;
	width: 996px;
	/*width: 796px;*/
}
#main {
	background-color: #FFFFFF;
	width: 920px;
	z-index:10;
	padding: 26px 38px 16px 38px;
	position: relative;
}
body {
	background-color: #674716;
	background-image: url(../images/t-bkgd.png);
	background-repeat: repeat;
}
#LeftPanel {
	z-index:1;
	/*background-color: #E7DAAD;*/
	background-color: #e1e9f2;
	
	display: inline;
	float: left;
	height:430px;
	padding: 15px;
	width: 141px;
	clear: left;
	margin-top:10px;
	margin-bottom: 10px;
	border: 2px solid #e6e9ee;
	
}
#RightPanel {
	z-index:10;
	/*background-color: #F2E9CB;*/
	float: right;
	display: inline;
	/*padding: 20px 35px;*/
	width: 480px;
	overflow: auto;
	margin-top:-10px;
}

#MiddlePanel {
	z-index:10;
	background-color:#f4f8fc;
	float: left;
	display: inline;
	padding: 20px 35px;
	width: 479px;
	height: 420px;
	overflow: auto;
	margin-top:10px;
	margin-bottom: 10px;
}

#testSpot
{
	margin: 5px 2px 2px 2px;
	border: 2px solid #e6e9ee;
	height: 238px;	
	}

#LeadForm
{
	margin: 8px 2px 2px 2px;
	border: 2px solid #e6e9ee;
	height: 210px;	
	}

#MenuBar {
	float: left;	
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	width:785px;
	border: 1px solid #364a61;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#MenuBar li {
	display: inline;
	list-style-type: none;
	position: relative;
}
#MenuBar ul {
	margin-right: 2px;
	margin-left: 2px;
}
#MenuBar li {
	float: left;
	margin: 2px;
	background-color: #364a61;
}
#MenuBar li a {
	text-decoration: none;
}
#MenuBar li div {
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	text-transform: uppercase;
	height: 18px;
	width: 126px;
	font-size: 9px;
	color: white;
	cursor: pointer;
}
#MenuBar li:hover {
	background-color: #18283a;
}
#MenuBar li.Current {
	background-color:#547495;
}
#Logo {
	width:264px;
	height:61px;
	z-index:1;
	float: left;
	padding: 0px 0px;
	display: inline;
}
#Address {
	z-index:1;
	float: right;
	padding: 10px 0px 5px 0px;
	vertical-align: bottom;
	clear: right;
	display: inline;
	width: 400px;
	text-align: right;
}
#BottomMenu {
	margin-bottom: 7px;
}
#Address, #BottomMenu {
	font-size: 9px;
	color: #7B531A;
	font-weight: bold;
	
}
#BottomMenu a {
	color: #7B531A;
	text-decoration: none;
	font-size: 9px;
}
#BottomMenu a:hover {
	color: #000000;
}
#CreditsCenter {
	text-align:center;
	z-index:1;
	margin: 10px 0px;
}
.Credits {
	font-size: 9px;
	color: #9A6921;
	font-weight: bold;
}
.Credits a {
	color: #BC8229;
	text-decoration:none;
	font-size: 9px;
	font-weight: bold;
}
.Credits a:hover {
	color: #E8C48E;
}

/* These for the drop shadow */
.shadow table {
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
}
.shadow_table_content, .shadow_nw, .shadow_ne, .shadow_sw, .shadow_se, .shadow_n, .shadow_s, .shadow_w, .shadow_e {
	margin: 0px;
	border: none;
	padding: 0px;
}
td.shadow_nw {
	background-image: url(../images/ul.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
}
td.shadow_ne {
	background-image: url(../images/ur.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
}
td.shadow_sw {
	background-image: url(../images/bl.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
}
td.shadow_se {
	background-image: url(../images/br.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
}
td.shadow_n {
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	height: 11px;
}
td.shadow_s {
	background-image: url(../images/bottom.png);
	background-repeat: repeat-x;
	height: 11px;
}
td.shadow_e {
	background-image: url(../images/right.png);
	background-repeat: repeat-y;
	width: 11px;
}
td.shadow_w {
	background-image: url(../images/left.png);
	background-repeat: repeat-y;
	width: 11px;
}

#header {
/*	height: 160px; */
	width: 720px;
}
#footer {
	width: 720px;
	clear: both;
	height: 47px;
}
#certifications li {
	float: right;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
}
#PromoBadge {
	float: right;
	display: inline;
	padding-top: 0px;
	margin-top: -5px;
}

h2 {
	font-size: 21px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: .5em 0px;
}
p {
	margin-bottom: .5em;
}
h3 {
	font-size: 12px;
	margin-bottom: .5em;
}
#LeftPanel li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	list-style-type: none;
	padding: 5px 0px;
}
#LeftPanel a {
	text-decoration:none;
	font-size: 11px;
	color: 213244;
}
#LeftPanel a:hover {
	color: #000000;
}
#right-frame {
	position: absolute;
}
#right-frame, #right-frame div.frame {
	width: 479px;
}
#PromoBadge img {
	margin-left: 21px;
}
.before_image, .after_image {
	font-size: 16px;
	font-weight: bold;
}
.before_image {
	float: left;
	display: inline;
}
.after_image {
	float: right;
	display: inline;
}
#contact {
	font-weight: bold;
}
.callUsNow {
	font-size: 20px;
	color: #030300;
	padding: 2px 5px;
	background-color: #DBC701;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
}
#contact p, #directions p {
	font-size: 150%;
	font-weight: bold;
}
a.inFrameLink {
	clear: both;
	float: left;
	font-size: 12px;
	text-decoration: none;
}
a.inFrameLink:hover {
	color: #666666;
}
