/* BASIC SITE ELEMENTS */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #1f3d30;
	background-image: url(../images/background_gradient.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: center;
}

body.blank {

	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
    background-color: #ffffff;
    background-image: none;
	text-align: center;
}

A:link { color: #ce9e4e;
		 font-weight: normal;
		  text-decoration: underline;}
A:visited { color: #996633;
			font-weight: normal;
		    text-decoration: underline; }
A:active { color: #996633;
		   font-weight: normal;
		   text-decoration: underline; }
A:hover { color: #99a7a0;
		  font-weight: normal;
		  text-decoration: none;}

h1, h2, h3, h4 { margin: 0; padding: 0; }

h1 { 
	font: 22px Verdana,Arial,Helvetica,sans-serif; 
	color: #ce9e4e; 
	font-weight: normal; 
}

h2 { 
	font: 16px Verdana,Arial,Helvetica,sans-serif; 
	color: #326550; 
	font-weight: bold; 
}

h3 { 
	font: 14px Arial,Helvetica,sans-serif; 
	color: #658c7d; 
	font-weight: bold;
}

h4 { 
	font: 14px Arial,Helvetica,sans-serif; 
	color: #326550; 
	font-weight: bold;
	text-transform: uppercase;
}


/* IDS */

#shadow {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -402px; 
	width: 804px;
	padding: 0px;
	background-color: #1f3d30;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	height: 100%;
}

#background { 
	width: 780px;
	margin: 0 12px 0 12px;
	height: 100%;
	background-color: #658c7d;
}

#headerarea {
 	background-color: #ffffff;
	width: 780px;
	height: 86px;
	float: left;
}

#header {
	width: 478px;
	height: 86px;
	float: left;
}

#join {
	width: 233px;
	height: 56px;
	float: right;
}

#photocontainer {
	width: 780px;
	height: 115px;
	float: left;
	background-color: #eae1d1;
}

#photoheader {
	width: 620px;
	float: left;
	background-color: #eae1d1;
	
}

#memberlogin {
	width: 160px;
	height: 115px;
	background-image: url(../images/bg_login.jpg);
	background-repeat: no-repeat;
	float: right;
	text-align: left;
	background-color: #eae1d1;
}

#loginform {
	margin: 40px 0 0 40px;
}

#topnav {
	width: 780px;
	height: 48px;
	margin: -2px 0;
	padding: 0px;
	text-align: center;
	background-color: #eae1d1;
	background-image: url(../images/topnav_bg.gif);
	background-repeat: repeat-x;
	float: left;
}

#searchbar {
	width: 780px;
	height: 82px;
	background-color: #658c7d;
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	clear: both;
	border: none;
}

#searchform {
	width: 170px;
	height: 36px;
	float: right;
	margin: 27px 5px -13px 0px;
	padding: 0;
	/* clear: both; */
	text-align: left;
	border: none;
}

#bannercontainer {
	background-image: url(../images/visit_our_sponsor.gif);
	background-repeat: no-repeat;
	width: 468px;
	height: 75px;
	float: left;
	margin: 4px 0px 2px 8px;
	padding: none;
	border: none;
}

#bannerad {
	width: 468px;
	height: 60px;
	margin: 11px 0px 0px 0px;
	padding: none;
	float: left;
}

#bannerarea {
	width: 468px;
	height: 60px;
}

#twocolcontainer {
	background-color: #f5ecdc;
	margin: 0;
	padding: 0;
	width: 780px;
	float: left;
}

#leftcontainer {
	width: 175px;
	text-align: left;
	margin: 0;
	float: left;
 	background-color: #f5ecdc;
}

#rightcontainer {
	width: 605px;
	height: 100%;
	background-color: #ffffff;
	text-align: left;
	margin: 10px 0;
	float: left;
}

#onecolcontainer {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	width: 780px;
	float: left;
}

#content {
	padding: 10px 18px 18px 18px;
	text-align: left;
	float: left;
	width: 744px;
}

#contentTwoCol {
	padding: 10px 18px 18px 18px;
	text-align: left;
	float: left;
}


#leftnav {
	margin: 21px 0 0 14px;
	float: left;
}


#leftnav a {
	display: block;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #326551;
	background-repeat: no-repeat;
	background-image: url(../images/arrows.gif);
	margin: 3px 0 3px 0;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#leftnav a:hover {
	color: #ce9e4e;
	background-position: -147px 0;
	text-decoration: none;
}

#footer {
	width: 780px;
	background-color: #658c7d;
	float: left;
	clear: both;
}

#footertext {
	font-family: Arial,Helvetica,sans-serif;
	color: #FFFFFF;
}

#footertext a{
	color: #254b3c;
}

#footertext a:hover{
	color: #98a69f;
	text-decoration: none;
}

#joinform fieldset {
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #ce9e4e;
	border-top: 1px solid #ce9e4e;
	padding: 0 1em 1em 1em;
}

#joinform legend {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ce9e4e;
}

#joinform div.review {
	position: relative;
	display: block;
	margin-left: 24.5em;
	float: left;
	width: 400px;
	text-align: left;
	clear: left;
}

#joinform input.submit {
	float: right;
	clear: both;
}

#joinform label {
	clear: both;
	float: left;
	display: block;
	width: 24em;
	padding: 0;
	margin-top: -1em;
	font-weight: bold;
	text-align: right;
}

#joinform label.first {
	margin-top: 2em;
	text-align: right;
}

#orderform fieldset
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #ce9e4e;
}

#orderform fieldset.radio
{
	margin: 1em 0 2em 0;
}

#orderform fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#orderform fieldset.radio label
{
	font-weight: normal;
}

#orderform input
{
	display: block;
	width: auto;
	// width: 15em;
}

#orderform input#submit
{
	clear: both;
	width: 79px;
	height: 32px;
}

#orderform legend {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ce9e4e;
}

#orderform label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#orderform select
{
	display: block;
}

#photolist ol {
  	width: 700px;
}

#photolist ol li {
  	float: left;
  	list-style: none;
	clear: both;
}

#photolist br {
  	clear: left;
}

#photolist {
  	margin-bottom: 1em;
}

#photolist ol li a {
  	/* display: block; */
  	/* width: 17em; */
  	text-decoration: none;
  	color: #666666;
}
#photolist ol li a:hover {
	color: #658c7d;
  	background-color: #f8efe2;
}





/* CLASSES */

.formelements {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	vertical-align: middle;
}

.floatright { float: right; margin: 0; }
.floatleft { float: left; margin: 0; } 
.buttons { vertical-align: middle;}

.formerrors {
    color: red;
    font-weight: bold;
}

.clearer
{
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

.footerRight {
	font-size: 12px;
	margin: 10px;
	padding: 5px;
	float: right;
}

.footerLeft {
	font-size: 11px;
	margin: 10px;
	padding: 5px;
	float: left;
	text-align: left
}
.nobold {
	font-weight: normal;
}
.boldorange {
	font-weight: bold;
	color: #ce9e4e; 
}
.boldgreen {
	font-weight: bold;
	color: #33654f; 
}
.boldgreen-oldprice {
	font-weight: bold;
	color: #33654f; 
	text-decoration: line-through;
}

/* technically this is neither green nor semantic */
.boldgreen-newprice {
	font-weight: bold;
	color: #cc0000; 
}
.eventinfo {
	position: relative;
	display: block;
	top: -1.2em;
	left: 10.5em;
	float: left;
	width: 400px;
	text-align: left;
	clear: left;
}

.eventlabel {
	clear: both;
	float: left;
	display: block;
	width: 10em;
	padding: 0;
	margin-top: -1em;
	font-weight: bold;
	text-align: right;
}

.photoholder {
	display: block;
	width: 240px;
	float: left;
}

.photoholder img {
  	clear: left;
}

.caption {
	display: block;
	width: 200;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	font-size: 10px;
	text-align: left;
	float: left;
}

.item {
	font-size: 14px;
	color: #ce9e4e;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.formRowFirst {
	width: 700px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 0;
	clear: right;
}

.formRow {
	width: 700px;
	padding-bottom: 7px;
	vertical-align: middle;
	clear: right;
}

.LeftFormArea {
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
	width: 200px;
	float: left;
}

.RightFormArea {
	position: relative;
	text-align: left;
	margin-left: 5px;
	width: 400px;
	clear: right;
}

table.order {
    border: 1px solid #000000;
    border-collapse: collapse;
}

table.order td {
    border: 1px solid #000000;
    padding: 2px;
}

table.order th {
    border: 1px solid #000000;
    padding: 2px;
}

.content li {
	margin: 0 0 15px 0;
}

.committees li {
	line-height: 14px;
	margin: 0 0 6px 0;
	padding: 0;
}

.photoalbumdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0px 3px 0px;
	color: #666666;
    font-weight: bold;
}


