/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	background-color: #F6F6E7;
}

body * {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	margin: 0 auto;
	padding: 0;
}

h1 {
	font-size: 1.2em;
	background-image: url(css_imgs/h1_bkgd.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	padding: 12px 0 8px 8px;
}

h2 {
	font-size: 1em;
	padding: 3px 0 3px 8px;
	margin: 10px 0 0 0;
	background-image: url(css_imgs/h2_bkgd.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #A7CA9D;
}

h3 {
	font-size: .9em;
	color: #333;
	padding: 3px 0 3px 8px;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #A7CA9D;
}

a {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
}

/* Uniform Main Table Properties */
#Main {
	width: 990px;
}


/* LEFT CELL - navigation */

#oLeft {
	vertical-align: top;
	width: 190px;
	background-image: url(css_imgs/nav_bkgd.gif);
	background-repeat: repeat-y;
	border-bottom:1px solid #DDD;
}

.nav * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
}

.nav {
	padding: 20px 13px 10px 15px;
}

.nav .topNav li {
	margin-left: 0px;
	padding-left: 4px;
	font-size: .90em;
	list-style-type: none;
	line-height: 1.5em;
}

.nav .topNav li#selNav {
	font-weight: bold;
	background-color: #;
}



/* Auction Site link in Home page */
.nav .topNav li#auction {
	margin-top:20px;
	border-top: 1px solid #ddd;
	font-weight: bold;
}
.nav .topNav li#auction a{
	color:#005F16;
}



.nav .topNav .secondNav {
	background-color: #ECE5A9;
	background-image: url(css_imgs/sel_nav_bkgd.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 6px;
	font-size: .85em;
}

.nav .topNav .secondNav li {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	padding-left: 9px;
	font-size: 1em;
	list-style-type: none;
	line-height: 1.2em;
}

.nav .topNav .secondNav li a, .nav .topNav .secondNav li a:visited {
	text-decoration: none;
	color: #333;
	padding: 2px;
}

.nav .topNav .secondNav li a:hover {
	text-decoration: none;
	color: #336633;
	background-color:#D6EBD1;
}

.nav .topNav .secondNav li a:active {
	text-decoration: underline;
	color: #000;
}

.navSpacer {
	margin: 0;
	padding: 0;
	width: 170px;
}

.navSpacer img {
	width: 170px;
	border: 0;
}



/* RIGHT CELL - main content */

.oRight {
	width: 800px;
	vertical-align: top;
	border-right: 6px solid #E3DC9D; /* #F5F5D6 */
	background-color: #FFF;
}

.quoteContainer {
	width: 90%;
	margin-left: 4%;
	margin-right: 7%;
	margin-bottom: 30px;	
}

.quote {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 4px;
	padding: 8px;
	font-size: .95em;
	border: 2px solid #DDD;
	background-color: F3F3FC;
	height: 1.2em;
}

.quoteAuthor {
	font-style: italic;
	color: #669;
	float: right;
}

/* CONTENT CELL STYLES */

.oRight {
	border-bottom:1px solid #DDD;
}

.oRight .content {
	padding: 8px 12px 8px 12px;
}

.oRight .content p, .oRight p, .oRight .content li {
	font-size: .9em;
	line-height: 1.4em;
}

.oRight .content li {
	list-style: none;
	margin-left: 0px;
	padding-left: 4px;
}

.oRight div.content ul li {
	line-height: 1.3em;
	margin-bottom: 10px;
}


.oRight .content p.founded:first-line {
	font-weight: bold;
}	

.oRight h3 {
	font-size: .9em;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #333;
	padding: 3px 0 3px 8px;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #A7CA9D;
}



/*definitions for Thank You page*/
#thankyou {
	background-color: inherit;
	text-align:center;
	padding: 0 180px 100px 0;
}
#thankyou h3{
	font-size: 1em;
	line-height: 1.25em;
	color:red;
	border-bottom: none;
}
/*END -- definitions for Thank You page*/



/*definitions for Staff Only page*/
.oRight .staff {
	width: 100%;
	vertical-align: top;
	font-size: .96em;
	line-height: 1.25em;
	background-color: #DAF4D3;
	padding-bottom: 15px;
}

.oRight .staff p {
	padding: 8px;
}

.oRight .staff img.staffLeft {
	float: left;
	margin: 8px 12px 5px 5px;
	border: 4px solid #C8E6BF;
	display: block;
}

.oRight .staff img.staffRight {
	float: right;
	margin: 8px 5px 5px 12px;
	border: 4px solid #C8E6BF;
	display: block;
}

.oRight .staffBorder {
	background-color: #CAE7C1;
}

.oRight .staffBorder {
	height: 5px;
	background-image: url(css_imgs/staff_separator.gif);
	background-repeat: repeat-x;
	border: 0;
}
/*END -- definitions for Staff Only page*/



.oRight .bulletList {
	font-size: .9em;
	margin: 0 0 14px 0;
	padding-left: 30px;
}

.oRight div.content .fees {
	font-size: .9em;
	margin: 15px 0 10px 0;
	padding: 0;
	width: 90%;
}

.oRight div.content .fees td {
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	padding: 2px 0 2px 0;
	vertical-align: top;
}

.oRight div.content .fees td strong {
	white-space: nowrap;
	padding-right: 12px;
}

.oRight a.regForm:link, .oRight a.regForm:visited {
	display:block;
	background-color: #EEE;
	border-bottom: 1px solid #DED;
	color: #333;
	margin: 6px 10px 0 10px;
	padding: 2px 0 2px 8px;
	font-size: .8em;
}

.oRight a.regForm:hover, oRight a.regForm:active {
	background-color: #DCDCDC;
	border-bottom: 1px solid #CDC;
	color: #000;
}

.oRight a.regForm span.regType {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: .75em;
	font-weight: normal;
}

/* Footer Styles*/
#footer_text {
	padding: 20px 140px 0 0;
}

.footer {
	background-color: #F3F3FC;
	padding: 8px;
	margin-top: 50px;
	font-size: .7em;
	border-top:1px solid #DDD;
	text-align:center;
}

.footer ul li, .footer ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	padding-right: 2px;
}
 

/* Calendar styles */

.calInfo {
	padding: 0;
	margin: 0 ;
	width: 100%;
	background-color: #FFF;
}

.calInfo td {
	font-size: .75em;
	line-height: 1.8em;
	vertical-align: top;
	padding: 8px;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}

.calInfo td.label {
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

.calInfo td p {
	padding-bottom: 1em;
}

.calMonthsDetail {
	width: 97%;
	padding: 2px;
	margin: 10px;
	margin-right: 0;
}

.calMonthsDetail .month {
	background-image: url(css_imgs/calendar_bkgd.gif);
	background-repeat: repeat-x;
	background-position: left;
	width: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 1.3em;
	border-bottom: 2px solid #DDD;
}

.calMonthsDetail .month td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .8em;
	width: 30px;
	text-align: center;
}

.calMonthsDetail .month td.monthInfo {
	width: 600px;
	text-align: left;
	padding-left: 15px;
}

.calMonthsDetail .month td.monthName {
	text-align: left;
	white-space: nowrap;
	width: 150px;
	font-weight: bold;
	padding: 5px 0 5px 8px;
}

.calMonthsDetail .month .dh {
	font-weight: bold;
	text-align: center;
	color: #666;	
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.calMonthsDetail .month .d {
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	/*background-color: #EEEEE7;*/
}

.calMonthsDetail .month .w, strong span.w {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #DDDDD7;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.calMonthsDetail strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.calMonthsDetail p strong span {
	font-size: .85em;
}

strong span.w {
	padding: 2px;
	border: 0;
}

div.note {
	font-size: .8em;
	margin-top: 15px;
	padding: 8px;
	background-color: EEE;
	line-height: 1.5em;
}