/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	margin-bottom:20px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	background-image: url(../images/bodybg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
}
h1 {
	font-size:28px;
	color:#1e6b03;
	margin:15px 0px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom:20px;
	font-weight:normal;
}
h2 {
	font-size:16px;
	color:#1e6b03;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	margin-bottom:20px;
}
h3 {
	font-size:20px;
	color:#0194d9;
	margin:0px;
	line-height:33px;
	font-weight:normal;
}
h4 {
	font-size:18px;
	color:#0194d9;
	margin:0px;
	margin-bottom:10px;
	font-weight:normal;
}
a {
	color:#007698;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
p {
	margin:5px 0px;
}
#wrap {
	margin:0px auto;
	width:979px;
	background-image:url(../images/shadowbg.gif);
	background-repeat:repeat-y;
}
#header {
	height:76px;
	position:relative;
	background-color:#fafff6;
	margin:0px 27px;
	font-size:16px;
}
.logo {
	position:absolute;
	top:23px;
	left:5px;
}
.headerimg {
	margin-bottom:2px;
	height:196px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}
.sflash{
padding-top:21px;
padding-right:25px;
}
#nav {
	height:24px;
	color:#746b6a;
	background-color:#B9FFB9;
	margin:0px 4px;
	padding-left:50px;
	padding-bottom:10px;
}
#tabs {
	line-height:normal;
	padding-left:15px;
	padding-top:3px;
	font-size:11px;
	font-weight:bold;
}
#tabs ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
	text-align:center;
	margin-right:5px;
}
#tabs a span {
	float:left;
	display:block;
	padding:6px 20px 12px 10px;
	color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabs a:hover span {
	color:#fff;
}
#tabs a:hover {
	background:url("../images/navbg.gif") repeat-x left top;
	color:#fff;
}
#tabs a:hover span {
	background:url("../images/navbg.gif") repeat-x left top;
	color:#fff;
}
#tabs a#current span {
	background:url("../images/navbg.gif") repeat-x left top;
	color:#fff;
}
#tabs a#current {
background:url("../images/navbg.gif") repeat-x left top;
	color:#fff;
}
.imgFL {
	float:left;
	margin:5px 10px 0px 0px
}
.imgML {
	margin-left:4px;
}
.boldtext {
	font-weight:bold;
}
.bluetext {
	color:#027299;
}
#content {
	padding:0px 4px 10px 4px;
	clear:both;
	list-style-image:url(../images/list_img.gif);
	background-image:url(../images/mainbg.png);
	background-repeat:repeat-y;
	background-position:center;
}
.leftcolumn {
	width:639px;
	float:left;
	padding-left:32px;
	padding-right:28px;
	background-image:url(../images/lshadow.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	background-position:right;
	position:relative;
}
.rightcolumn {
	width:249px;
	float:left;
	color:#444242;
	padding-left:0px;
	background-image:url(../images/sideimg.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	height:455px;
	position:relative;
}
.contactinfo{
position:absolute;
bottom:50px;
left:38px;
width:190px;
}
.phonetext{
font-size:18px;
font-weight:bold;
}
.mrLeft {
	margin-left:14px;
}
.gallery {
	margin:10px 0px 0px 0px;
	clear: both;
}
.bottomcurve{
background-image:url(../images/bottom_curve.gif);
background-repeat:no-repeat;
height:27px;
}
#footer {
	color:#fff;
	clear:both;
	height:26px;
	background-image: url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	position:relative;
}
.lc{
background-image:url(../images/footerlc.gif);
background-repeat:no-repeat;
width:20px;
height:61px;
position:absolute;
left:-15px;
top:-35px;
}
.rc{
background-image:url(../images/footerrc.gif);
background-repeat:no-repeat;
width:20px;
height:61px;
position:absolute;
right:-15px;
top:-35px;
}
.footertext {
	width:900px;
	margin:0px auto;
}
.footerleft {
	width:63%;
	float:left;
	padding-left:15px;
	text-align:left
}
.footerright {
	width:35%;
	float:left;
}
.copyright {
	font-size:11px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
	text-decoration:underline;
}
.more1 {
	color:#006385;
	font-size:11px;
}
p.more1 {
	margin:0px;
	margin-top:10px;
}
.more1 a {
    color:#990000;
	text-decoration:none;
	width:75px;
	display:block;
	text-align: center;
	background-image:url(../images/btn_bg.gif)
}
.more1 a:hover {
	color:#000;
	text-decoration:none;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

