
html
{ background-color:#5D5A4B; }

body
{ 
margin: 0 auto;
    padding:0; 
    border:1px solid #fff; 
    width:774px;
    background-color:#DEE0CB;
    color: #2d2d2d;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

	/* fix for floated objs */
	body:after
	{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	/* Hides from IE-mac \*/
	* html body {height: 1%;}
	/* End hide from IE-mac */


#SkipNavigation
{ display:none; }

h1
{
	margin:0;
    padding:0;
    height:127px;
    width:774px;
}

h1 a
{
	display:block;
    width:100%;
    height:100%;
	text-indent:-8000px;
    overflow:hidden;
}

div.toolbar
{
	height:39px;
	background:transparent url(../img/toolbar_bg.jpg) repeat-x 0 0;
    clear:both;
}

div.toolbar ul
{ margin:0; padding:0px 20px 0px 20px; list-style:none; }

div.toolbar li
{ 
	float:left; 
    border:0px solid blue;
    padding:10px 0 10px 0;
}

div.toolbar a
{
	text-transform:uppercase;
    color:#fff;
    font-weight:bold;
    font-size: 16px;
    text-decoration:none;
    padding:10px 12px 10px 12px;
    border:0px solid white;
}

div.toolbar #Contact
{ margin-right:96px; }
div.toolbar #Contact a
{ padding-left:30px; background:transparent url(../img/envelope.gif) no-repeat 7px 12px; }

div.toolbar a.active,
div.toolbar a:hover,
div.toolbar .selected
{ background-color:#A2A977!important; }

#Content
{ 
	margin:20px 0 20px 20px;
    float:right;
    width:500px;
}

#Content h2
{
	margin:0;
	text-transform:uppercase;
    color:#585E31;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    letter-spacing:2px;
    padding:17px 0 17px 34px;
	background:transparent url(../img/content_heading_bg.gif) no-repeat 0 0;
}

#Content h3
{
	margin:0;
	font-size:20px;
    color:#727F45;
    padding:0 4px 4px 56px;
    background:transparent url(../img/post_heading_bg.gif) no-repeat 0 0;
}

#PostContainer
{
	padding:20px;
	width:435px;
    background:transparent url(../img/content_body_bg.gif) repeat-y 0 0;
}
/* fix for floated objs */
#PostContainer:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #PostContainer {height: 1%;}
/* End hide from IE-mac */












#Content .post
{
	margin:0 0 50px 0;
	clear: both; 
}

#Content .post .header
{
	margin:-5px 0 0 58px;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#Content .post .body
{
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#Content dl
{
	margin: 0px 0px 0px 30px;
}

#Content a
{
	color:#6C7942;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

#Content .post .footer a
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#Content a:hover
{
	text-decoration:underline;
}

.archiveLink
{ text-align:right; }

.archiveLink a
{
	padding-right:20px;
	background:transparent url(../img/dr_arrow.gif) no-repeat center right;
}

#ContentFooter
{
	height:10px;
	background:transparent url(../img/content_footer_bg.gif) no-repeat 0 0;
}

#Supplement
{ 
	display: inline;
	float:left;
	width:230px;
  margin:20px 0 0 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#Supplement div.section
{
	border:0px solid blue;
    color:#2D2C27;
    width:230px;
    margin-bottom:20px;
}

#Supplement div.section h3
{
	margin:0;
	text-transform:uppercase;
    color:#585E31;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    letter-spacing:2px;
    padding:17px 0 17px 34px;
	background:transparent url(../img/section_heading_bg.gif) no-repeat 0 0; 
}

#Supplement div.section div.header
{ display:none; }

#Supplement div.section div.body
{
	font-size:11px;
	line-height:18px;
	padding:16px 20px 20px 20px;
	background:transparent url(../img/section_body_bg.gif) repeat-y 0 0; 
}

#Supplement div.section div.footer
{
	height:10px;
	background:transparent url(../img/section_footer_bg.gif) no-repeat 0 0;
    text-align:right; 
}

#Supplement div.section div.body ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing:1px;
	font-weight:bold; 
}

#Supplement div.section div.body ul a
{
    color:#2D2C27;
    text-decoration:none;
}

#Supplement div.section div.body ul a:hover
{
    color:#868D61;
    text-decoration:underline;
}

#RecentMembers dl
{ 
	margin:0; 
	padding:0; 
	font-weight:bold; 
}

/* fix for floated objs */
#RecentMembers dl:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #RecentMembers dl {height: 1%;}
/* End hide from IE-mac */

#RecentMembers dt
{ 
	float:left;
	padding:4px 0 4px 0;
	width:150px;
}

#RecentMembers dd
{ 
	margin:0;
	float:left;
	padding:4px 0 4px 0;
	width:40px;
}

#RecentMembers dl a
{ 
	color:#2D2C27;
	text-decoration:none;
}

#RecentMembers dl a:hover
{ 
	color:#868D61;
	text-decoration:underline;
}

#EventInterestList
{
	text-align: center;
}

.imageright
{
    float: right;
    padding-left: 18px;
	padding-top:	3px;
		padding-bottom: 5px;
    width: 125px;
	border-style: none;
}

img
{
    border-style: none;
}

.imageleft
{
	float: left;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-top:	3px;
	
	width: 125px;
	border-style: none;
}

.smallimage
{
	width: 80px
}

.mediumimage
{
	width: 125px
}

.largeimage
{
	width: 200px;
}
/*
#Content div.body div.imageright
{
	width: 200px;
}

#Content div.body div.imageleft
{
	width: 200px;
}
*/
.photocredit
{
    font-size: 10px;
    margin:0;
    padding:0;
}

.photodescription
{
    font-size: 10px;
    margin:0;
    padding:0;
}

div.section div.body dl
{ margin:0; padding:0; font-weight:bold; }

    /* fix for floated objs */
    div.section div.body dl:after
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    /* Hides from IE-mac \*/
    * html div.section div.body dl {height: 1%;}
    /* End hide from IE-mac */
 
div.section div.body dt
{
    padding:4px 0 0px 0;
}
div.section div.body dd
{
	margin-left: 8px;
	padding:0px 0px 4px 0px;
	font-weight: normal;
	font-size: 10px;
}
div.section div.body dl a
{
    color:#2D2C27;
    text-decoration:none;
}

div.section div.body dl a:hover
{
    color:#868D61;
    text-decoration:underline;
}
.copyright
{
	text-align: center;
	clear: both; 
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: rgb(68, 68, 68);
	letter-spacing: -1px;
	padding: 5px;
}

.copyright a
{
	color:#6C7942;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

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

.post .body dl
{ 
	margin:0; 
	padding:0; 
}
/* fix for floated objs */
.eventDetails dl:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .eventDetails dl {height: 1%;}
/* End hide from IE-mac */

.eventDetails dt
{ 
	font-weight:bold; 
	float:left;
	padding:4px 0 4px 0;
	width: 100px;
}

.eventDetails dd
{ 
	margin:0;
	float:left;
	padding:4px 4px 4px 4px;
	clear: right;
	width: 200px;

	    border-top-width: 1px;
	        border-bottom-width: 1px;
		    border-top-style: solid;
		        border-bottom-style: solid;
			    border-top-color: rgb(237, 237, 237);
			        border-bottom-color: rgb(237, 237, 237);
				    border-left-width: 0pt;
				        border-left-style: none;
					        border-right-width: 0pt;
						    border-right-style: none;
							    background-color: rgb(243,243,227);

    padding-top: 4px;
	    padding-bottom: 4px;
				    margin-top: 2px;
				        margin-bottom: 8px;
}

.credit
{
	display:none;
}

.eventPriceList
{
	list-style: circle;
	padding-left: 11pt;
}

.eventDetails .note
{
	font-size: smaller;
}





/* Pat Heard styles start */

/**********************************************************
   Event Listing Definition Lists
 **********************************************************/
  
#Content dl.events {
  width: 100%;
  padding: 0;
  margin: 0;
}

#Content dl.events dt.eventTitle {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0;
  font-weight:bold; 
}

#Content dl.events dt.eventTitle span {
  padding: 0 10px 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #DEE0CB;
}

#Content dl.events dt.eventTitle a.title {
  font-size: 16px;
}

#Content dl.events dt.eventTitle a.register {
  float: right;
  padding: 7px 0 5px 13px;
  background: url(../img/register.gif) no-repeat center left;
}


#Content dl.events dd.eventDetails {
  float: left;
  clear: both;
  padding: 0;
  margin: 0 0 30px 0;
}
/* fix for floated objs */
#Content dl.events:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #Content dl.events {height: 1%;}
/* End hide from IE-mac */



/* Nested Definition Lists */
#Content dl.events dl {
  margin: 0 0 0 40px;
  font-size: 12px;  
}

#Content dl.events dl dt {
  float: left;
  
  padding: 4px;
  
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;  
  
  color: #555;
}

#Content dl.events dl dd {
  float: left;  
  clear: right;
  
  padding: 4px;
  margin: 0;
  background: #EFF1E1;
  border-bottom: 5px solid #FFF;
}
/**********************************************************
   Messages to the user
 **********************************************************/
 
#message {
  padding: 5px 5px 5px 40px;
}


/* Icons for the message */
.success {  
  background: url(../img/icon_success.jpg) no-repeat;
  background-position: 0 7px !important;
  background-position: 0 13px;  
}

.error {  
  background: url(../img/icon_error.jpg) no-repeat;
  background-position: 0 7px !important;
  background-position: 0 13px;  
}

.warning {  
  background: url(../img/icon_warning.jpg) no-repeat;
  background-position: 0 7px !important;
  background-position: 0 13px;  
}

.help {  
  background: url(../img/icon_help.jpg) no-repeat;
  background-position: 0 7px !important;
  background-position: 0 13px;  
}


/**********************************************************
   HTML Tags
 **********************************************************/
 
acronym {
  cursor: help;
  border-bottom: 1px solid #CCC;
}

#Content p,
#Content ol {
  font-size: 12px;
}

/* Form Elements */

form {
  margin: 0;
  padding: 5px 20px;
}

label {
  font-size: 12px;
  color: #767D4C;
}

input, 
select,
textarea {
  padding: 2px;
  font: 400 12px Georgia, serif;
  
  background: #FFF;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

input:focus,
select:focus,
textarea:focus {
  padding: 1px;
  border-width: 2px;
  background: #EFF1E1;
}

input.button {
  padding: 2px 10px;
 
  font: 700 10px verdana, arial, sans-serif;
  text-transform: uppercase;
  
  color: #FFF;
  background: #A2A977;
  border-bottom: 1px solid #555B31;
  border-right: 1px solid #555B31;
  border-top: 1px solid #D7D7BE;
  border-left: 1px solid #D7D7BE;
}



/**********************************************************
   Forms
 **********************************************************/
 
#Content .form dl {
  float: left;
  width: 405px;
  margin: 0 0 30px 0;
  padding: 0;
}

#Content .form dl dt {
  float: left;
  clear: both;
  
  margin: 0 0 5px 0;
  padding: 0;
  
  width: 125px;
  margin-bottom: 5px;
}

#Content .form dl dd {
  float: left;
  width: 255px;
  
  margin: 0 0 5px 0;
  padding: 0;    
}

#Content .form h3 {
  clear: both;
  margin: 10px 0;
  padding: 0;
  font: 700 0.8em verdana, sans-serif;
  text-transform: uppercase;
  color: #72794F;
}

.required {
  font: 700 0.7em georgia, monospace;
  cursor: help;
  color: #E20000;  
} 

.PastEventWinners
{
	float: left;
	padding-bottom: 10px;
}

.PastEventWinners ul
{
	list-style: none;
}
