/* Navigation */
.menusetup {
	width: 100%;
    margin: 0; /* Remove space around element edges. */
    padding: 0; /* Remove space inside element edges. */	
    background:#C7A06D;
	text-align:left;
	float:left;
}
.navigation {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left; /* Make navigation container appear to the left of main content. */
	width: 100%;
}
.navigation h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 margin: 0; /* Remove space around element edges. */
 padding: 0.2em; /* Add one fifth of a character of space inside the element edges. */
}
/* List */
.navigation ul {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 margin: 0; /* Remove space around element edges. */
 padding: 0; /* Remove space inside element edges. */
 list-style-type: none; /* Remove marker. */
}
.navigation li {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 border: 0.075em solid #000; /* Visually seperate links using a border which will resize with text size. */
}
/* Hyperlinks. */
.navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 1%; /* CSS2 specifies this becomes "auto" because the <li> doesn't have a "height" set. This means the anchor will expand to fit its content like we want it to. By setting a height, IE will enable the "hasLayout" flag on this element, allowing the block hyperlink effect we want. */
	display: block; /* Space the text from inside edges of anchor and indent it from the left by half a character. */
	text-decoration: none; /* Remove underline from links. */
	padding-top: 0.75em;
	padding-right: 0.2em;
	padding-bottom: 0.75em;
	padding-left: 0.5em;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #660000;
}
.navigation a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #600; /* Regular hyperlink. Mid blue. */
 background: #C7A06D; /* Pale yellow. */
}
.navigation a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #600; /* Visited hyperlink. Purple. */
 background: #C7A06D; /* Slightly darker yellow. */
}
.navigation a:hover, #navigation a:active, #navigation a:focus {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #ffc; /* Mouse above hyperlink, currently followed hyperlink/last hyperlink followed on page when going "Back", hyperlink current selected by keyboard/assistive device. Bright blue. */
 border: 1px solid#600;
 border-top: 0;
 border-right: 0;
 border-left: 0;
 background: #600; /* Bright yellow. */
}


.navigationHere a {
	 background: #600;
	 color: #ffc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 1%; /* CSS2 specifies this becomes "auto" because the <li> doesn't have a "height" set. This means the anchor will expand to fit its content like we want it to. By setting a height, IE will enable the "hasLayout" flag on this element, allowing the block hyperlink effect we want. */
	display: block; /* Space the text from inside edges of anchor and indent it from the left by half a character. */
	text-decoration: none; /* Remove underline from links. */
	padding-top: 0.75em;
	padding-right: 0.2em;
	padding-bottom: 0.75em;
	padding-left: 0.5em;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #660000;
	}

/* secondary class type */

.navigation2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 1%; /* CSS2 specifies this becomes "auto" because the <li> doesn't have a "height" set. This means the anchor will expand to fit its content like we want it to. By setting a height, IE will enable the "hasLayout" flag on this element, allowing the block hyperlink effect we want. */
	display: block; /* Space the text from inside edges of anchor and indent it from the left by half a character. */
	text-decoration: none; /* Remove underline from links. */
	padding-top: 0.75em;
	padding-right: 0.2em;
	padding-bottom: 0.75em;
	padding-left: 0.5em;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style:dashed;
	border-left-style: solid;
	border-bottom-color:#CCCC99;
}
.navigation2 a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #600; /* Regular hyperlink. Mid blue. */
 background: #C7A06D; /* Pale yellow. */
}
.navigation2 a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #600; /* Visited hyperlink. Purple. */
 background: #C7A06D; /* Slightly darker yellow. */
}
.navigation2 a:hover, #navigation a:active, #navigation a:focus {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #ffc; /* Mouse above hyperlink, currently followed hyperlink/last hyperlink followed on page when going "Back", hyperlink current selected by keyboard/assistive device. Bright blue. */
 border: 1px solid#600;
 border-top: 0;
 border-right: 0;
 border-left: 0;
 background: #600; /* Bright yellow. */
}


.navigationHere2 a {
	 background: #600;
	 color: #ffc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 1%; /* CSS2 specifies this becomes "auto" because the <li> doesn't have a "height" set. This means the anchor will expand to fit its content like we want it to. By setting a height, IE will enable the "hasLayout" flag on this element, allowing the block hyperlink effect we want. */
	display: block; /* Space the text from inside edges of anchor and indent it from the left by half a character. */
	text-decoration: none; /* Remove underline from links. */
	padding-top: 0.75em;
	padding-right: 0.2em;
	padding-bottom: 0.75em;
	padding-left: 0.5em;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style:dashed;
	border-left-style: solid;
	border-bottom-color:#CCCC99;
	}
	
	
	
.navigationHere2 {
	 color: #ffc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 1%; /* CSS2 specifies this becomes "auto" because the <li> doesn't have a "height" set. This means the anchor will expand to fit its content like we want it to. By setting a height, IE will enable the "hasLayout" flag on this element, allowing the block hyperlink effect we want. */
	display: block; /* Space the text from inside edges of anchor and indent it from the left by half a character. */
	text-decoration: none; /* Remove underline from links. */
	padding-top: 0.75em;
	padding-right: 0.2em;
	padding-bottom: 0.75em;
	padding-left: 0.5em;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #660000;
	}
	
/* SubNavigation */
.SubNavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: left; /* Make navigation container appear to the left of main content. */
	width: 100%;
}
.SubNavigation h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 margin: 0; /* Remove space around element edges. */
 padding: 0.2em; /* Add one fifth of a character of space inside the element edges. */
}
/* List */
.SubNavigation ul {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 margin: 0; /* Remove space around element edges. */
 padding: 0; /* Remove space inside element edges. */
 list-style-type: none; /* Remove marker. */
}
.SubNavigation li {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 border: 0.075em solid #000; /* Visually seperate links using a border which will resize with text size. */
}
/* Hyperlinks. */
.SubNavigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 1%; /* CSS2 specifies this becomes "auto" because the <li> doesn't have a "height" set. This means the anchor will expand to fit its content like we want it to. By setting a height, IE will enable the "hasLayout" flag on this element, allowing the block hyperlink effect we want. */
	display: block;
	padding: 0.75em 0.2em 0.50em 1.75em; /* Space the text from inside edges of anchor and indent it from the left by half a character. */
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #660000;
}
.SubNavigation a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF; /* Regular hyperlink. Mid blue. */
	background: #C7A06D; /* Pale yellow. */
}
.SubNavigation a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #FFF; /* Visited hyperlink. Purple. */
 background: #C7A06D; /* Slightly darker yellow. */
}
.SubNavigation a:hover, .SubNavigation a:active, .SubNavigation a:focus {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #ffc; /* Mouse above hyperlink, currently followed hyperlink/last hyperlink followed on page when going "Back", hyperlink current selected by keyboard/assistive device. Bright blue. */
 border: 1px solid#600;
 border-top: 0;
 border-right: 0;
 border-left: 0;
 background: #600; /* Bright yellow. */
}
body {
	background-color: #762D14;  /* #833216 WAS 3a1000 and #833216 is too dark, so #762D14*/
	margin: 0;
    padding: 0;
}
.border {
	border: 1px solid #E1D1BD;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}
.border-body {
	padding: 0px;
	border: 1px solid #E1D1BD;
}
.bottom-border {
	border: 1px solid #333333;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
}
.page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
}
.page a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
}
.page a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;s
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
}
.page a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
}
.page a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
}
.bodySubheadMaroon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
}
.bodySubheadRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B70000;
	font-size: 12px;
	font-weight: bold;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}	
.bodyText a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
/* 	text-decoration: none; */
	color: #660000;
}	
.bodyText a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	/* text-decoration: none; */
}	
.bodyText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#660000;
	background-color:#E3C09D;
	text-decoration: underline;
}	
.bodyText a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}	
.footerNavs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: bold;	
}
.footerNavsHere {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
.footerNavs a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C7A06D;
	font-size: 9px;
	font-weight: bold;
}
.footerNavs a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C7A06D;
	font-size: 9px;
	font-weight: bold;
}
.footerNavs a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
.footerNavs a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C7A06D;
	font-size: 9px;
	font-weight: bold;
}

.headerTableBorder {
	border: 1px solid #E1D1BD;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}
.headerRed {
	color: #B70000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
}
.headerWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E2CEB4;
	padding-top: 10px;
}
.readMoreYellow {
	color: #996600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.footerText {
	color: #996600;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footerText a {
	color:#993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footerPhoneNumber {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.left_image {
float:left;
margin-right:6px;
margin-bottom:6px;
}


.nav_callout a {
	 background: #CCCC99;
	 color: #600;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 1%; /* CSS2 specifies this becomes "auto" because the <li> doesn't have a "height" set. This means the anchor will expand to fit its content like we want it to. By setting a height, IE will enable the "hasLayout" flag on this element, allowing the block hyperlink effect we want. */
	display: block; /* Space the text from inside edges of anchor and indent it from the left by half a character. */
	text-decoration: none; /* Remove underline from links. */
	padding-top: 0.75em;
	padding-right: 0.2em;
	padding-bottom: 0.75em;
	padding-left: 0.5em;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style:dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #660000;
	}
	
.pullquote {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
text-align: center;
background-color:#D37A21;
margin: 10px;
float: right;
width: 200px;
border-top-width: thin;
border-top-style: solid;
border-top-color:#F2D0AE;
border-bottom-width: thick;
border-bottom-style: solid;
border-bottom-color: #F2D0AE;
padding-top: 10px;
padding-bottom: 10px;
}
	