/* for Julie Olmsted
chocolate milk = CFA37F
espresso: 562D0D
golden tan: D09760
coffee brown:91643F
cream: FFDEAA
*/


/***** Main Div Styles *****/
/* lives inside contents */
          
#Table_01 {
	text-align: center;
	width:933px;
	height:650px;
	margin-left: auto;
  margin-right: auto;

}

#header {
  background-image: url(../images/independence-nate_01.jpg);
	position:relative;
	left:0px;
	top:0px;
	width:933px;
	height:257px;
}

#independence-nate-02_ {
  background-image: url(../images/independence-nate_02.jpg);
  left:0px;
	top:378px;
	width:933px;
	height:121px;
	float: left;
}

#nav {
  background-image: url(../images/independence-nate_04.jpg);
	background-repeat: repeat-y;
	left:679px;
	width:254px;
	height:341px;
	float: right;
}

#main {
  background-image: url(../images/independence-nate_03.jpg);
  background-repeat: repeat-y;
	left:0px;
	top:378px;
	width:679px;
	float: right;
}

#background {
  background-image: url(../images/independence_bg.jpg);
  background-repeat: repeat-y;
	left:0px;
	top:378px;
	width:933px;
	float: right;	
}

#footer{
	background-image: url(../images/independence-nate_05.jpg);
	width:933px;
	height:52px;
	float: bottom;
	bottom: 0;
	clear: both;
}

/******END of Imageready styles*************/
P,TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #562D0D;
}

P {
	color: #562D0D;
}

H3 {
	color: #562D0D;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

H2 {
	color: #562D0D;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}


H1 {
	color: #562D0D;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}

BODY {
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
}	

BODY.askQuestion {
	background-color: #ffffff;
}

TABLE.layoutTable {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
TD {
	vertical-align: top;
}	

TD.mainMenu {
	padding-top : 10px;
	padding-left: 20px;
	padding-right: 4px;
	text-align: left;
	border-left: 1px solid;
	border-left-color: #A8A2A6;
}

.mainMenu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a.mainMenu:link {
	color: #474530;
	text-decoration: none;
}

a.mainMenu:visited {
  color: #474530;
  text-decoration: none;
}

a.mainMenu:hover {
  color: #A8A2A6;
  text-decoration: underline;
}

TD.mainMenuCurrent {
  border-left:1px solid #A8A2A6;
  padding:10px 4px 0 24px;
text-align:left;
}

.mainMenuCurrent {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #A8A2A6;
}

.secMenu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 6px;
}

TD.secMenu {
	padding-left: 12px;
}

.secMenuCurrent {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 6px;
	color: #761813;
}

TD.secMenuCurrent {
	padding-left: 12px;
}

a.secMenu:link {
	color: ffffcc;
	text-decoration: none;
}

a.secMenu:visited {
  color: ffffcc;
  text-decoration: none;
}

a.secMenu:hover {
  color: #474530;
  text-decoration: underline;
}

a.normal:link {
  color: #91643F;
  text-decoration: underline;
}

a.normal:visited {
  color: #91643F;
  text-decoration: underline;
}

a.normal:hover {
  color: #474530;
  text-decoration: underline;
}

.footer {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 6px;
	color: #E7C9AC;
}

a.footer:link {
	color: #E7C9AC;
	text-decoration: underline;
}

a.footer:visited {
  color: #E7C9AC;
  text-decoration: underline;
}

a.footer:hover {
  color: #474530;
  text-decoration: underline;
}

TABLE.contactForm {
	width: 90%;
	border: solid 1px #91643F;
	margin-top: 10px;
}


/* Tab menu styles */

ul#tabnav { /* general settings */
 font-size: 7.5pt;
}
ul#tabnav li a { /* settings for all tab links */
 margin-right: 3px; /* set additional spacing between tabs as desired */
 padding-right:3px;
 padding-left:3px;
}
ul#tabnav a.tabselected {
 border-bottom:1px solid #CCCDA2;
}
ul#tabnav a:hover { /* settings for hover effect */
}

table.searchNew {
width:100%;
}
.searchSubmit {
 text-align:center;
}
.Idx_Header {
 background-color1:#A99B8A;
}
.Idx_Content {
 border-bottom:1px solid #999;
}
TD.linksBlockTable {
	padding: 5px;
	border-top: solid 1px #D69663;
}