@charset "utf-8";
/* CSS Document */

body  {
	background-color: #90560d;
	margin-top:20px;
	text-align:center;    /*works w content -> text-align:left; to center content in IE 5*/ 
	color: #461202;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:1.5em;
	
}

#center  {
	width:711px;
	margin-left:auto;   /* left & right auto margins centers fixed width content box in all other browsers */ 
	margin-right:auto;
	text-align:left;    /*works w body -> text-align:center; to center content in IE 5*/
	position:relative;
	background-color:#ecd596;
	background-image:url(images/bg_center_div.jpg);
	background-repeat:repeat-y;
}



#top  {
	width:711px;
}

#top img {
	border:0;
	vertical-align:top;   /*needed for IE compat view*/
}


#navTop {
	position:absolute;
	left:457px;
	top:-23px;
	width:241px;
	height:17px;
}


#nav  {
	position: absolute;
	width:711px;
	height:27px;
	background-image:url(images/bg_nav.jpg);
	background-repeat:no-repeat;
	z-index:999;	
}

#content  {
	width:611px;
	min-height:450px;
	position:relative;	
	background-image: url(images/bg_main.jpg); 
	background-repeat:no-repeat;
	padding: 40px 50px 10px 50px;
}

#contentHome  {
	width:661px;
	height:575px;
	position:relative;	
	background-image: url(images/bg_main.jpg); 
	background-repeat:no-repeat;
	padding: 40px 25px 10px 25px;
}
#seal  { 
	position:absolute;
	left:20px;
	bottom:15px;
	width:163px;
	height:178px;
	background-image:url(images/seal.gif); 
	background-repeat:no-repeat;  
	background-position: bottom left;	
}


#leftCol  {		/*on home page*/
	position:absolute;
	width:214px;
	top: 39px;
	left: 34px;
}

.news   {  /*this will go away after blog is installed*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#rightCol  {    /*on home page*/
	position:absolute;
	width:396px;
	min-height:400px;
	top: 39px;
	left:277px;
	height: 367px;
}

#footer  {    /*bg color doen't woek in IE*/
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px;
	color:#bb9452;
	margin:0 13px;
	background-color: #90560d;
}


h1  {
	display:inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#4c310a;
	line-height:25px;
}

h2  {
	display:inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#9a3f03;
}

#list  {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#9a3f03;
}


h3  {
	display:inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#list ul  {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}


hr  {color: #bea561;}    /* doesn't work in mozilla*/

.textMargin { margin:0 40px;}


.cntr  {
	position:relative;
	width:100%;
	text-align:center;
}

.alignRight  {	
	width:100%;
	text-align:right;
}



/*NAV AND LNKS FORMAT*/

a:link, a:visited  {text-decoration:none;}

a:hover  {text-decoration: underline;}

#navTop ul  {list-style:none;}

#navTop li  { display:inline; float:right;}

#nav a:link, #nav a:visited {
	padding:0 10px; 
	line-height:27px; 
	display:block; 
	color:#f5d77d;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:600;
	font-size:13px;
}
	

#navTop a:link, #navTop a:visited {
	padding:0 0 0 15px; 
	color:#f5d77d;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:600;
	text-decoration:none;
}

#nav a:hover {color:#f8f0d9; background-color:#844302; text-decoration:none;}

#navTop a:hover {color:#f8f0d9; text-decoration:none;}

#footer a:link, #footer a:visited {	color:#bb9452; text-decoration:none;}

#footer a:hover {color:#f8f0d9;}

.subNav   { background-color:#844302;}

#home #navTop #navTop1 a,  /*highlights the current page in the nav bar.  each page must have an id in the body tag*/
#siteMap #navTop #navTop2 a,
#contact #navTop #navTop3 a
{color:#f8f0d9;	 cursor:default;}

#about #nav #nav1 a,
#membership #nav #nav2 a,
#sales #nav #nav3 a,
#publications #nav #nav4 a,
#galleries #nav #nav5 a,
#historical #nav #nav6 a,
#links #nav #nav7 a, 
#news #nav #nav8 a 
{color:#ffffff;	background-color:#844302; 	cursor:default;}

