/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #D7C998; 
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 100%;
}

body, p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

ul {
	padding-left: 15px;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

img { border: none; }

img.photo_border {
	border: 1px solid #D7C998;
	padding: 4px;
	background-color: #FFFFFF;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #416F41;
	margin-bottom: 13px;
}

#content_home h1 {
	color: #866438;
}

a {
	text-decoration: none;
	color: #AE945F;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

/* FORM CSS */

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #AE945F;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}

.alert, .red {
	color: #f00;
}

label {
	white-space: nowrap;
}

/* LAYOUT CSS */

#wrapper {
	width: 100%;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
}

#container {
	width: 796px;
	margin: 4px auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
	left: 44px;
}

#topbar {
	height: 44px;
	float: right;
	list-style: none;
}

#topbar li {
	float: left;
	line-height: 44px;
	padding-left: 10px;
	font-size: 12px;
}

#topbar li a {
	color: #333333;
}

#topbar li a:hover {
	color: #786330;
}

#page {
	width: 782px;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	clear: right;
}

#headerphoto {
	margin-bottom: 1px;
}

#beige_bar {
	height: 8px;
	background-color: #C5B785;
}

#contentbox {
	clear: left;
	float: left;
	width: 100%;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
}

#contentbox_bottom {
	background-image: url('../images/content_bottom_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	clear: both;
	height: 19px;
}

#contentcolumn {
	float: left;
	width: 100%;
}

#content {
	margin-left: 188px;
	padding: 15px;
}

#content h1, #content_home h1 {
	background-image: url('../images/h1_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 6px;
}

#leftcolumn {
	width: 153px;
	float: left;
	margin-left: -782px;
	background-image: url('../images/leftcolumn_bg.jpg');
	background-repeat: no-repeat;
	padding: 41px 5px 0px 30px;
	padding-top: 41px;
}

#leftcolumn h1 {
	color: #786330;
	background-image: none;
	padding: 0px;
}

#content_home {
	width: 782px;
	background-image: url('../images/content_home_bg.gif');
	background-repeat: repeat-y;
}

#home_column_left, #home_column_center, #home_column_right {
	width: 227px;
	padding: 35px 15px 0px 15px;
	margin: 0px;
	float: left;
	background-repeat: no-repeat;
}

#home_column_left {
	background-image: url('../images/home_column_left.gif');
	margin-right: 5px;
}

#home_column_center {
	background-image: url('../images/home_column_center.gif');
	margin-right: 5px;
}

#home_column_right {
	background-image: url('../images/home_column_right.gif');
}

#footer {
	clear: left;
	height: 22px;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	border-top: 2px solid #FFFFFF;
}

#copyright {
	text-align: center;
	font-size: 11px;
	margin: 5px 15px 10px 0px;
	color: #866438;
}

#copyright a {
	color: #866438;
}

/* NAVIGATION CSS */
#navigation {
	margin: 1px 0px 2px 0px;
	height: 37px;
	padding: 0px;
}

#navigation li {
	list-style: none;
	float: left;
	padding: 0px;
}

#navigation a {
	display: block;
	height: 34px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#navigation a.about { background-image: url('../images/nav-about.jpg'); width: 83px; }
#navigation a.projects { background-image: url('../images/nav-projects.jpg'); width: 93px; }
#navigation a.become-a-member { background-image: url('../images/nav-become-a-member.jpg'); width: 164px; }
#navigation a.shop { background-image: url('../images/nav-shop.jpg'); width: 67px}
#navigation a.media { background-image: url('../images/nav-in-the-news.jpg'); width: 125px; }
#navigation a.events-and-news { background-image: url('../images/nav-events.jpg'); width: 79px; }
#navigation a.links { background-image: url('../images/nav-links.jpg'); width: 67px; }
#navigation a.contact { background-image: url('../images/nav-contact.jpg'); width: 104px; }
#navigation a:hover, #navigation li.active a  {background-position: 0px -37px;}

#subnavigation {
	margin-left: -15px;
}

#subnavigation li {
	margin-bottom: 15px;
	font-size: 12px;
}

#subnavigation li a {
	color: #416F41;
}

#subnavigation li a:hover {
	color: #666666;
}

#subnavigation li a.active {
	color: #C67200;
}

.rightphoto {
	border: 1px solid #D7C998;
	padding: 3px;
	float: right;
	margin: -45px 0px 5px 10px;
	background-color: #FFFFFF;
}

table.gallery-grid {
	width: 100%;
	padding: 10px;
}

#membership td, #donate td {
	padding: 0px 4px 4px 0px;
}
