body {
	font-family:Arial, Helvetica;
	color: 7d6635;
	scrollbar-base-color: #124929;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #f9e8bc;
	scrollbar-shadow-color: white;
	scrollbar-lightshadow-color: f9e8bc;
	scrollbar-darkshadow-color: 124929;
	scrollbar-highlight-color: c7cbbc;
	scrollbar-3dlight-color: white;
}

p {
	font-family:Arial, Helvetica;
	font-size: 13px;
	line-height: 14px;
}


td {
	font-family:Arial, Helvetica;
	font-size: 13px;
	line-height: 14px;
}


h3 {
	font-size: 12px;
	font-weight: bold;
	color: #124929;
}

li {
	font-family:Arial, Helvetica;
	font-size: 10px;
	line-height: 14px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: 124929;
}

h2 {  
    font-size: 14px; 
    font-weight: bold;
}

h4 {
	font-size: 10px;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #5A4407;
}

a:hover {
	color: #124929;
	text-decoration: underline;
}

ol {  
    font-size: 12px;
    line-height: 16px;
}

.padding {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.background {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat-x;
}
.navbg {
	background-image: url(assets/images/navigation.jpg);
	background-repeat: no-repeat;
}
.border {
	border: 1px solid #124929;
}
.bodybg {
	background-color: f2e5c7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: 124929;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 124929;

}
.tan {
	font-size: 14px;
	font-weight: bold;
	color: f2e5c7;
}
.sidepadding {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.phonebg {
	background-image: url(assets/splash/phone.jpg);
	background-repeat: repeat-x;
}
.splashbodybg {
	background-image: url(assets/splash/bodybg.jpg);
	background-repeat: no-repeat;
}
.navlink {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #786A43;
	text-decoration: none;
	padding-bottom: 5px;
}
.borderright {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5A4407;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5A4407;
}
.show {display:inline;}
.hide {display:none;} 
.callustext {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #134929;
}
.topheader {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #134929;
}


