﻿/*
#7f561b - darker brownish (text)
#ede0c0 - tan-ish page background color
#a49400 - goldish color
#f5f9ea - beige-ish background color
*/
body {
	background-color: #ede0c0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #7f561b;
}
td, p {
	font-size: 12px;
	font-family: Helvetica, Arial;
	color: #7f561b;
}
p {
	margin:10px 10px 10px 0px;
}
h1, h2, h3, h4 {
	font-size:12px;
	font-weight: bold;
	color: #a49400;
}
a:hover {
}
a.MBDLink {
	color: #bb9d3b;
}
a.MBDLink:hover {
	color:#bb9d3b;
}
a.StandaloneLink {
	text-decoration:none;
	color:#7f561b;
	font-weight:bold;
}
a.StandaloneLink:hover {
	color: #bb9d3b;
}
a.StandaloneLink2, a.StandaloneLink2:visited {
	text-decoration:none;
	color:#7f561b;
	cursor:hand;
}
a.StandaloneLink2:hover {
	color: #bb9d3b;
}
.MenuLevel1 {
	margin-bottom:-5px;
	z-index:20;
}
.ImgLink {
	cursor:hand;
}
/* nav menu at bottom of page */
.BottomMenu, .SmallMenu {
	font-size: 7pt;
	color: #7f561b;
	text-decoration: none;
	margin-top:-5px;
}
a.BottomMenu:hover {
	color:  #bb9d3b;
}
/* vertical dotted divider line */
.Divider {
	border-left: dashed 1px #ede0c0;
	width: 2%;
	height:100px;
	padding-left: 10px;
	padding-right:10px;
}
/* text on home page */

.HomeText {
	line-height: 17px;
	text-align:left;
}
.HomeTextLH {
	font-size: 12px;
	line-height: 20px;
	text-align:left;
}
#HomeList {
	font-size:11px;
}
#HomeList ul {
	list-style-image:url(../Images/Arrow2.gif);
	margin-left:15px;
	margin-top:-3px;
	left:15px;
	padding-left:0;
}
#HomeList li {
	margin-bottom:5px;/*margin-top: -7px;*/
}
#TextTable, .Div2 {
	z-index:20;
	position:relative;
	margin-top: -310px;
	left:0px;
}
#CallToday {
	z-index:150;
}
p.HomeText {
	margin-left: 0px;
}
.HomeTextTitle {
	line-height:14px;
	margin-bottom:5px;
	text-transform: uppercase;
}
.HomeTextTitle a {
	color:#7f561b;
	text-decoration: none;
	z-index:50;
}
/*.HomeTextTitle a:hover
{
	color:#f5f9ea;
	text-decoration: none;
	z-index:50;
}*/

p.PageTitle {
	font-family: Helvetica, Arial;
	color:#a28800;
	font-size:18px;
	font-weight:100;
	line-height:20px;
	margin-bottom: 3px;
}
.SmallTitle {
	font-family: Helvetica, Arial;
	color:#a28800;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin-bottom: -20px;
}
p.SubPara {
	margin-bottom:20px;
	margin-top:0px;
}
.TightTable {
	width:315px;
}
td.MainContent {
	width: 396px;
	line-height: 17px;
	vertical-align:top;
}
#flashcontain, #flashcontent {
	/*width: 790px;*/
height: 460;
	position: relative;
	z-index: 0;
	padding:  -3px -3px -3px -3px;
	margin-left:-9px;
	margin-right:-10px;
	margin-top:0px;
}
#HomeNav {
	width:812px;
	padding:0px;
	z-index:100;
	/*text-align:center;*/
		vertical-align:bottom;
	margin-bottom:-5px;
	margin-left:5px;
}
a.menuItem, a.firstMenuItem, a.lastMenuItem {
	font: Helvetica, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 5px;
	margin-left: 7px;
	border-right: solid 1.5px #7f561b;
	text-decoration: none;
}
a.firstMenuItem {
	margin-left: 0px;
}
a.lastMenuItem {
	padding-right: 0px;
	border-right: none;
}
.Quote, .Quote2 {
	padding-left:15px;
	margin-bottom:22px;
}
/*goldish color, italicized smaller text */
.Quote2 {
	color: #a49400;
	font-style:italic;
	font-size: 8pt;
}
.Sig {
	/*font-style:italic;*/
	color:#a28800;
}
/**** Form styles ****/
.Form {
	width:100%;
	font-size:8pt;
}
.FormTable {
	text-align:left;
	width:100%;
	font-size:8pt;
}
.FormTable td {
	font-size:8pt;
}
.FormField {
	font-size:10px;
	font: Helvetica, Arial;
	color: #7f561b;
	background-color:#FFFFFF;/*#f5f9ea;*/
	width: 260px;
}
.FormField2 {
	font-size:10px;
	font: Helvetica, Arial;
	color: #7f561b;
	background-color:#FFFFFF;/*#f5f9ea;*/
	width: 128px;
}
.FormButton {
	font-size:10px;
	font: Helvetica, Arial;
	color: #7f561b;
	background-color:#f5f9ea;
	width: 10px;
	height:18px;
}
.FormValidator {
	font-size: 8pt;
}
/* sets up page layout */	
	#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
#contentcenter {
	width:800px;
	padding:0px;
	/*text-align:center;*/
		vertical-align:middle;
}
#contentheader, #ContentFooter {
	width:800px;
	padding:0px;
	float:left;
}
#ContentFooter {
	vertical-align:bottom;
}
#contentheader {
	font-size:12px;
	padding:0px;
	margin:0px;
}
