body, html
{	
	background-color: #FAF7ED;
	font-family: verdana, courier, serif;
	/*font-family: georgia, courier, serif;*/
	font-size: 0.9em;
	color: #252523;
}

body a
{
	color: #171100;
	text-decoration: none;
}

body a:hover
{
	color: #A29466;
}

body table
{
	border: none;
}

body table td
{
	padding: .75em;
}

a img
{
	border: 0;
}

a:hover img
{
	border: 0;
}

a img.map
{
	border: 1px solid #171100;
}

a:hover img.map
{
	border: 1px solid #A29466;
}

#header
{
	padding: 0;
	margin: 0;
	width: 765px;
	height: 150px;
	background-color: #E7DEBD;
}

#header img
{
	display: block;	
}

#container
{
	width: 759px;
	margin: 0 auto;	
}

#main
{
	width: 759px;	
	
}

#leftCol
{
	margin-left: 10px;
	background: #E7DEBD url("../images/sidebar_background1.jpg") repeat-y top left;
	float:left;	
	width: 175px;
	border-left: solid 1px #171100;	
	border-bottom: solid 1px #171100;
	
}

#leftCol img
{
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

#rightDropShadow
{
	padding: 0;
	margin: 0;
	background: #FAF7ED url("../images/sideShadow.jpg") repeat-y bottom right;
	float: right;
	width: 573px;
	
	
}



#rightCol
{		
	background-color: #FAF8EC;
	margin-right: 10px;		
	border-left: solid 1px #171100;
	border-right: solid 1px #171100;
	border-bottom: solid 1px #171100;	
}




#rightCol p
{
	padding: .75em 0;
	margin: 0;
}


#rightCol div.pageBG
{
	background: url("../images/pagebg.jpg") no-repeat top center;
}

#rightCol h3
{	
	margin: 0;	
	padding: .5em 0;
	
}

ul.linkMenu
{	
	margin: 0;	
	padding: 0;
	border-top: 1px solid #A69E7F;
	border-bottom: 1px solid #FFF9E4;
}

ul.linkMenu li
{
	
	font-size: .9em;
	margin: 0;
	padding: .1em 0 .2em .25em;
	list-style: none;
	list-style-position: outside;
	border-bottom: 1px solid #A69E7F;
	border-top: 1px solid #FFF9E4;
}

ul.linkMenu li a
{
	padding-left: .75em;
	text-decoration: none;		
}

ul.linkMenu li a:hover
{
	
	background: url("../images/linkBullet.gif") no-repeat center left;	
}

ul.linkMenu li a.current
{
	background: url("../images/linkBulletDark.gif") no-repeat center left;
	font-weight: bold;
}

#leftCol div.border1
{
	border-left: solid 1px #554C2F;	
	border-bottom: solid 1px #554C2F;	
}

#leftCol div.border2
{
	border-left: solid 1px #6B6245;	
	border-bottom: solid 1px #6B6245;
}

#rightCol div.border1
{	
	border-left: solid 1px #554C2F;
	border-right: solid 1px #554C2F;
	border-bottom: solid 1px #554C2F;	
}

#rightCol div.border2
{	
	border-left: solid 1px #6B6245;
	border-right: solid 1px #6B6245;
	border-bottom: solid 1px #6B6245;
}

#rightCol div.content
{
	padding-left: 1em;
	padding-right: 1em;
	min-height:400px;	
}


#leftShadow
{
	clear: left;
	margin-left: 15px;	
	width: 171px;
	float: left;
	background: #FAF7ED url("../images/menuDropShadow.jpg") no-repeat top right;
}

#rightShadow
{	
	height: 9px;	
	width: 569px;
	float: right;	
	background: #FAF7ED url("../images/mainShadowBottom.jpg") no-repeat top right;
}

p.center
{
	text-align: center;
}

/* Chamber and Events */

dl.chamber
{
	margin: 0;
	padding: 1.5em;
}

dl.chamber dd
{
	margin-left: 1em;
	margin-bottom: .25em;	
}

dl.chamber dd a
{
	
	text-decoration: none;
	
}

dl.chamber dd a.list
{
	padding-left: .5em;	
	background: url("../images/linkBulletDark.gif") no-repeat center left;
}

dl.chamber dd a.list:hover
{	
	background: url("../images/linkBullet.gif") no-repeat center left;	
}

dl.chamber dt
{
	font-weight: bold;
	margin: 1em 0 .25em 0;
}

dl.chamber dt.unused
{
	color: #D5D3CC;
}

div.chamberTop
{
	margin: 0;
	padding: 0;
	width: 474px;
	height: 20px;
	background: url("../images/chamberEntryTop.gif") no-repeat top left;
}

div.chamberEntry, div.eventListing
{	
	width: 474px;	
	/*background: url("../images/chamberEntryTop.gif") no-repeat top left;*/
	background: url("../images/chamberEntryBG.gif") repeat-y top left;
	margin: 1.5em auto;
	padding: 0;	
	font-size: 0.9em;
	line-height: 1.5em;
}

div.chamberEntry h4
{
	margin: 1em 0 1em 0;
}

div.chamberDescription
{
	clear: both;
	border: solid 1px #C5C2AF;
	width: 410px;
	margin: 2em auto 0 auto;
	padding: 0 1em;
}

div.clearFloat
{
	clear: both;
	background: url("../images/chamberEntryBottom.gif") no-repeat bottom left;
	height: 20px;	
}

div.chamberEntry div.leftColumn
{	
	
	width: 35%;
	text-align: left;
	padding: 0 5%;
	float: left;	
}


div.chamberEntry div.rightColumn
{
	
	text-align: left;
	width: 35%;
	padding: 0 5%;
	float: right;
	
}

p.italic, span.italic
{
	font-style: italic;
}


h3.center, h4.center
{	
	text-align: center;
}

a.outsideLink:hover
{
	text-decoration: underline;
}

/*History and Events Pages*/

div.imageBox, div.eventBox
{
	font-size: .75em;
	width: 176px;
	/*background: url("../images/side_top.gif") no-repeat top left;*/
	padding-top: 21px;	
	text-align: center;	
}

div.imageBox
{
	float: left;
	margin: 1em 1em 1em 0;
}

div.eventBox
{
	float:right;
	margin: 1em 0;
}


div.imageBox h4, div.eventBox h4
{	
	margin: .5em 0;
}


div.imageBoxContent, div.eventBoxContent
{
	width: 154px;
	margin-left: 12px;
}

div.imageBoxBottom, div.eventBoxBottom
{		
	height: 21px;
	/*background: url("../images/side_bottom.gif") no-repeat bottom left*/;
}

div.eventBoxContent
{
	font-size: .9em;
}

/* Events */

div.eventListing
{	
	/*margin-bottom: 2em;*/
}

div.eventListing div.picture
{		
	margin-top: 1em;
	text-align: left;
	padding: 0 2em;
	float: right;	
}


div.eventListing div.info
{		
	margin-top: 1em;
	text-align: left;	
	padding: 0 2em;	
	
}


/* Index */

img.center
{
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

/* Wingding page */

dl.featureList
{
	margin: 0 10% 5% 10%;
	
}

dl.featureList dt
{
	font-weight: bold;
	padding: .5em 0 0 1em;
	background: url("../images/roundBullet.gif") no-repeat;
	background-position: 0 1em;
}

dl.featureList dt.noBold
{
	font-weight: normal;
}

dl.featureList dd
{
	padding: .25em 0 0 1em;	
	background: url("../images/linkBulletDark.gif") no-repeat;
	background-position: 0 .75em;
}


/* Contact Us Form */



form.directions
{
			
	
}

form.directions fieldset
{
	width: 370px;
	border: 0;
	margin: 0 auto;
}

form.directions label, input
{	
	display: block;	
	float: left;
	margin-bottom: 10px;	
}

form.directions label
{
	text-align: left;
	width: 175px;
	margin-left: 10px;
	margin-right: 10px;
}

form.directions br
{
	clear: left;
}

#directionsButton
{
	margin-left: 195px;
}

/* Auction Page */

table.bannerAuction
{
	margin-left: auto;
	margin-right: auto;
	
}

table.bannerAuction tr
{

	
}

table.bannerAuction td
{
	text-align: center;
	/*border: 1px solid black;*/
	padding: 0;
}

table.bannerAuction td.bid
{
	/*padding-bottom: 25px;*/
}

table.map
{
	border: 1px solid #554C2F;
	background: #C5C2AF;
}

table.map td
{
	background: #EFEDE2;
	border: 1px solid #554C2F;
}

div.newsItem
{
	background: url("../images/chamberEntryBG.gif") repeat-y top left;
	padding: 1em;
	border: 1px solid #C5C2AF;
	margin: 1em 0;
	width: 476px;
	float: left;
	
	
		
	
}

div.newsFirst
{
	margin-top: 0;
}

div.newsClear
{
	clear: both;
}













