#content .plain strong { color: #e0d9bb; }

table.fields { width:200px; }
table.register h2 { margin:10px 0 10px 0; }
.registration { margin: 0 0 0 28px; }
.registration .rollover { margin: 25px 0 15px 0;}
td.label { nowrap:nowrap; padding:0 7px 10px 0;}


#middle-col .pics-middle { margin: 30px 0 0 28px; }
#middle-col .colpic { margin: 200px 0 400px 0; }
#middle-col .pics2 .colpic { margin-bottom: 0px; margin-left: 30px; }
#middle-col .pics-middle img { display:block; margin:0; }
#middle-col .frame { 
	width:207px;
	background: url(../images/interface/pic-frame-bg.jpg) left top no-repeat;
	padding:10px 15px 0 15px;
}




#content .board {
	background: url(../images/interface/board-bg.jpg) left top no-repeat;
	padding: 1px 25px 25px 25px;
	margin: 0px 28px 35px 28px;
	line-height:140%;
}

#content .board-gallery {
	background: url(../images/interface/board-gallery.jpg) left top no-repeat;
	padding: 1px 0 25px 0;
	margin: 0px 28px 0px 28px;
}
#content .scroll {
	text-align:center;
	margin: 7px 0 15px 0;
}
#content .board-gallery .scroll img {
	margin:0 7px 0 7px;
}
#content .board-gallery #blendimage {
	width:467px; 
	height:283px; 
	border:2px solid #2F2317; 
	filter:alpha(opacity=100); 
	-moz-opacity:100; 
	opacity:100;
	display:block;
}



#content .board-gallery .frame {
	
}


#content .board2 {
	display:block;
	background: url(../images/interface/board-bg2.jpg) left top no-repeat;
	padding: 24px 60px 0px 28px;
	margin:  -10px 0 0 28px;
	line-height:140%;
	color:#E0D9BB;
}



table.menu {
	width:100%;
	border-width:1px;
	border-spacing:0px;
	border-style:outset;
	border-color:#6E5131;
	border-collapse:collapse;
	background-color:#0C0C0D;
}
table.menu td { 
	padding:20px 20px 5px 20px; 
	text-align:center; 
	line-height:130%;
}
table.menu strong { color: #e0d9bb; }


#middle-col .links { margin: 15px 15px 0 30px; }
#middle-col .links h2 { margin: 0 0 12px 0; } 
#middle-col .links h3 { margin: 0 0 6px 15px; } 
#middle-col .links ul  { margin: 0 15px 20px 15px; padding: 0; list-style-type: none;} 
#middle-col .links ul li { margin: 0; padding: 0 0 4px 0; }


/* CSS Document */

/************************************************/
/*                                              */
/* CSS Developed by Purple Monkey Studios, Inc. */
/*                                              */
/*        www.purplemonkeystudios.com           */
/*            Author: Andrew Boyce              */
/*       E-mail: andrew@purplemonkey.com        */
/*                                              */
/*       last modified: 09-16-2007     		*/
/*        last modified by: Andrew Boyce        */
/*                                              */
/************************************************/

body {
	font-family: Verdana; /* Change base font for site here */
	font-size: 11px; /* this is the base font size from which font-sizes are calculated */
	color: #9c916e; /* safety-net font color for un-marked content */
	background: #000 url(../images/interface/bg_09.jpg) center top no-repeat fixed; /* background for body */
}
a {
	color: #c69d39; /* Default link color */
	text-decoration: none; /* edit for link treatments */
}
a:hover {
	color: #e3b954; /* Default link over-state color */
	text-decoration: underline; /* edit for link over-state treatments */
}


/********************************/
/* Top Links			*/
/********************************/


#lettuce-links ul { /* Defaults for label */
	color: #9c916e;
	font-size: .91em;
}
#lettuce-links ul li a { /* lettuce link stlyes */
	color: #c69d39;
	text-decoration: none;
	text-transform: uppercase;
}
#lettuce-links ul li a:hover { /* lettuce link rollover styles */
	color: #e3b954;
	text-decoration: underline;
}





/********************************/
/* Side Navigation		*/
/********************************/

#nav {
	background: #000; /* Navigation column background treatment */
}


#nav ul li a { /* navigation styles */
	height:11px;
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
	padding: 5px 5px 7px 24px;
	background: transparent url(../images/interface/nav-line.jpg) left bottom no-repeat;
        margin-top: -1px; /* don't know how this slipped through tech review, but it will have to do */
	
}
#nav ul li a:hover { /* navigation rollover styles */
	color: #c69d39;
}
#nav ul li.selected a { /* navigation selected state */
	background: url(../images/interface/nav-bg.jpg) left bottom no-repeat;
	/*padding-left:32px !important;*/
	color: #c69d39;	
}



#nav div.newsletter { margin:30px 15px 0px 18px; }

#nav table.newsletter { width: 100%; border-collapse: collapse; }
#nav table.newsletter td { padding: 7px 0px 7px 7px; border: 1px solid #9D7345; }
#nav table.newsletter th  {
	font-size:.92em; 
	font-weight:normal; 
	text-transform: uppercase; 
	color:#9D7345;  
	border:1px solid #9D7345; 
	padding: 4px 2px 4px 7px; 
	background-color: #000; 
}

#nav table .input { float:left; }
#nav table .button { float:left; padding: 2px 0 0 5px;}
#nav table.newsletter input { width:98px; font-size:11px; } 



/********************************/
/* Footer Section 		*/
/********************************/


#foot p { /* footer text styles */
	color: #cbad92;
	font-size: .82em;
}
#foot a { /* footer link styles */
	color: #cbad92;
	text-decoration: none;
}
#foot a:hover { /* footer link rollover styles*/
	text-decoration: underline;
}




/********************************/
/* Content/Middle Area 		*/
/********************************/

#content a, #middle-col a { text-decoration: underline; }
#content a:hover, #middle-col a:hover { text-decoration: underline; }

#content ul li a, #middle-col ul li a { text-decoration: none;}
#content ul li a:hover, #middle-col ul li a:hover { text-decoration: underline; }


#middle-col .spacer { display:block; height:65px; width:100%; }
#content .spacer { display:block; height:25px; width:100%; }

/********************************/
/* Content Area 		*/
/********************************/

#content {
	background: #000; /* content column background treatment */
	line-height:140%;
}


#content p { font-size: 1em; }


#content div.articles { margin-top:24px; }

#content div.article { line-height:1.4em; }
#content div.article ul {	
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


#content ul {
	list-style: square;
	padding: 0;
	margin: 5px 0px 5px 17px !important;
}
#content ul li {
	padding: 0px 0px 3px 0px;
	margin:0;
}


#content div.event { padding:0; margin:-5px 30px 30px 30px; clear:both; }
#content table.event { border-collapse: collapse; width: 100%; }
#content table.event td.text { padding: 0 0 0 0; line-height:1.5em; }
#content table.event td.thumb { padding: 2px 20px 0 0; }

#content .back-to {
	border-top: 1px solid #000000;
	display: block;
	text-transform: uppercase;
	text-align:right;
	margin: 10px 30px 0 30px;
	padding-top:3px;
	clear:both;
}

#content .top {
	display: block;
	margin: 7px 0 0 0;
	clear:both;
}


#content .links { padding-left:2px; text-align:left; }
#content .links a { display:block; padding-top:3px; text-align:left; text-decoration: none; color: #837106; }
#content .links a:hover { text-decoration: underline; color: #9a8f4c;}
#content iframe { padding:0; border:0;}

#content div.text { padding-bottom:15px; margin:0 28px 0 28px; line-height:1.5em; }
#content div.text p { padding:0 0 15px 0; margin:0; } 

#content div.menu { padding-bottom:40px; margin:0 28px 0 28px; line-height:1.5em;}

#content .box { padding:18px; border:1px solid #57b6ce; }



#content .home-left { padding:0 0 0 28px !important; width:230px;  float:left; }
#content .home-right { padding:0 28px 0 0 !important; width:225px;  float:right;}



/********************************/
/* Middle Column		*/
/********************************/
#middle-col { background-color: #000; font-size:1em;}

#middle-col .text { margin: 0 30px 12px 30px; padding:0; line-height:135%; }
#middle-col .text img { display:block; margin-bottom:7px; }
#middle-col .text-top { margin: 45px 30px 30px 30px; padding:0; line-height:135%; }



#middle-col .links-default { margin: 0 15px 10px 28px; }
#middle-col .links-default ul  { margin: 0 15px 20px 0; padding: 0; list-style-type: none;} 
#middle-col .links-default ul li { margin: 0; padding: 0 0 4px 0; } 


#middle-col .events { margin: 0 15px 0 28px; }
#middle-col .events h2 { margin: 0 15px 10px 0; } 
#middle-col .events ul  { margin: 0 15px 20px 0; padding: 0; list-style-type: none; } 
#middle-col .events ul li { margin: 0; padding: 0 0 15px 0; } 


#middle-col .frames { margin-left:28px;  }
#middle-col .frames img { display:block; padding:5px; background-color:#f1e8b5; border: 1px solid #b7ad69; margin-bottom:40px;}

#middle-col .pics {  margin-left:28px; margin-top:130px; }
#middle-col .pics img { display:block; margin-bottom:25px;}

#middle-col .teasers { margin:0 25px 25px 26px; }
#middle-col .teaser { margin-bottom:25px; }
#middle-col .teaser .body { line-height:140%; }
#middle-col .teaser .thumb { padding: 15px 0 7px 0; }


#middle-col .chalkboard { margin: 10px 10px 25px 28px; font-size: 1.15em;}
#middle-col .chalkboard  img {margin: 0px; padding: 0px; display: block;}
#middle-col .chalkboard .nav-title { color: #CA6150;  padding:0 0 5px 0px; margin-left:10px;}
#middle-col .chalkboard ul { list-style-type: none; margin-left:-18px; margin-bottom:0px; }
#middle-col .chalkboard ul li { display: block; color: #F4F4F4; padding: 0; }
#middle-col .chalkboard ul li a { display: block; color: #F4F4F4;}
#middle-col .chalkboard ul li a:hover { color: #D3B158; text-decoration: none;}
#middle-col .chalkboard ul li.selected a { color:#D3B158;  }
#middle-col .chalkboard .bg {
	background: url(../images/picture-navs/chalkboard/bg.jpg) left top repeat-y;*/
	padding: 5px 20px 10px 0px;
}




#middle-col .teasers img { display:block; margin:0 7px 4px 0; padding:2px; background-color:#fff; border: 1px solid #60cae4; }



/********************************/
/* Header Tags			*/
/********************************/



/* Flash Text */
.head h1 {
	color: #000;
	font-size: 36px;
	/*display: block;*/
	margin: 0 !important;
	padding: 0 !important;
	background: none;
	border: none;
	text-align: left;
	font-weight: normal;
	height: 36px;
}
.head {
	overflow: visible;
	margin-bottom: 15px;
	margin-left:28px;
	padding-bottom:0;
	background: transparent url(../images/interface/h1-line.jpg) left 28px no-repeat;
	height: 36px;
}
.head-home h1 {
	color: #000;
	font-size: 36px;
	/*display: block;*/
	margin: 0 !important;
	padding: 0 !important;
	background: none;
	border: none;
	text-align: left;
	font-weight: normal;
	height: 36px;
}
.head-home {
	overflow: visible;
	margin-bottom: 0px;
	padding-bottom:0;
	background: transparent url(../images/interface/section-line.jpg) left 28px no-repeat;
	height: 36px;
}


h1 {
	font-weight:bold;
	font-size: 15px;
	color: #b88751;
	text-transform:uppercase;
	margin-bottom:16px;
	padding-bottom:3px;
	background: transparent url(../images/interface/h1-line.jpg) left bottom no-repeat;
}	

h2 {
	font-weight: normal;
	font-size: 1.4em;
	text-transform:uppercase;
	color: #b88751;
	margin: 35px 0 5px 0;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	color: #e0d9bb;
	margin: 0 0 4px 0;
}
h4 {
	text-transform:uppercase;
	font-weight: bold;
	font-size: 1.0em;
	color: #9c916e;
	margin: 0 0 4px 0;
}

h5 {
	text-transform:uppercase;
	font-weight: 400;
	font-size: 19px;
	color: #E0D9BB;
	padding: 5px 10px 2px 0px;
	margin:1px 0 15px 0;
}
h6 {
	font-size: 1.1em;
	font-weight: 100;
	color: #B9BABD;
line-height:130%;
margin:0 0 3px 0;
	
}


/********************************/
/* Flash Text			*/
/********************************/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

#interior-banner .sIFR-hasFlash h1 {
	visibility: hidden;
}



/********************************/
/* Tables			*/
/********************************/



table.content { width: 100%; border-collapse: collapse; }
table.content td { padding: 4px 7px; border: 1px solid #60cae4; background-color: #FFF; }
table.content th  { color:white; font-weight: bold; border: 1px solid #60cae4; padding: 4px 7px; background-color: #60cae4; }

table.basic { border-collapse: collapse; }
table.basic td { padding: 2px 8px 2px 0px; }




/********************************/
/* ETC...			*/
/********************************/






