/* CSS Document */

body {
	background-color:#300C02;
	margin:auto;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width: 1000px;
}

#header {
	width:1000px;
	height:107px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	margin-bottom:0px;
}

/* Logo Section */

#logo {
	width:255px;
	height:77px;
	margin-left:40px;
	padding-right:10px;
	padding-top: 10px;
	float:left;
}

#logo_link {
   width:255px;
   height:77px;
   display:block;
}

#logo_link span {
   display:none;
}

/* Logo Section */

/* Search Section */

#search {
	width:165px;
	height:48px;
	background-image:url(../images/newsletter_signup.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:0px;
}

.search_form {
	margin-left:-44px;
	margin-top:10px;
}

.search_input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#872D13;
	border:none;
	height:14px;
	width:120px;
}

.search_button {
	margin-left:5px;
}

/* Search Section */

/* Slideshow Section */

#slide_show_section {
	width:1000px;
	height:320px;
	background-color:#310C03;
	clear:both;
	margin-bottom:-8px;
}

#slideshow_element {
	width:962px;
	height:319px;
	margin:auto;
	background-color:#310C03;
	background-repeat:no-repeat;
}

.pics {  
    height:  964px;  
    width:   319px;  
} 
 
.pics img {  
    width:  964px; 
    height: 319px; 
} 

.slideshow {
	width:964px;
	height:319px;
}
	

/* Slideshow Section */

/* Main Content Section */

#main_content_section {
	width:1000px;
	background-image:url(../images/main_back.png);
	background-repeat:repeat-y;
	clear:left;
	margin-top:-20px;
	padding-top:10px;
}

#main_subpage_section {
	width:1000px;
	background-image:url(../images/main_back.png);
	background-repeat:repeat-y;
	clear:left;
	margin-top:-5px;
	padding-top:10px;
}

#main_text {
	width:630px;
	float:left;
	margin-left:35px;
}

#main_text a {
	color:#872D13;
	text-decoration:none;
}

#main_text a:visited {
	color:#872D13;
	text-decoration:none;
}

#main_text a:hover {
	color:#D7411C;
	text-decoration:none;
}

#main_sub_section {
	width:630px;
	background-image:url(../images/main_divider.png);
	background-repeat:repeat-y;
	background-position:center;
}

#main_sub_left {
	width:310px;
	float:left;
}

#main_sub_right {
	width:310px;
	float:right;
}

.main_sub_text {
	width:305px;
	padding-left:2px;
}

.main_sub_headings {
	width:305px;
	background-color:#300C02;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

.main_sub_headings h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#FBF4C0;
	font-weight:normal;
	margin-top:0px;
}

.main_sub_images {
	width:300px;
	border: 1px solid #310C03;
	overflow:hidden;
	margin-top:8px;	
}

/* Main Content Section */

/* Main Content Section */

#subpage_graphic {
	width:655px;
	height:253px;
	margin-left:-11px;
	margin-top:-5px;
	overflow:hidden;
}

/* Main Content Section */

/* Sidebar */

#sidebar {
	width:300px;
	float:right;
	margin-top:-5px;
	margin-right:16px;
}

.sidebar_text {
	width:280px;
	padding-left:10px;
}

.sidebar_text h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#FBF4C0;
	margin-bottom:0px;
}

.sidebar_text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color:#FFFFFF;
	margin-bottom:0px;
}

.sidebar_text a {
	color:#FBF4C0;
	text-decoration:none;
}

.sidebar_text a:visited {
	color:#FBF4C0;
	text-decoration:none;
}

.sidebar_text a:hover {
	color:#FBF4C0;
	text-decoration:underline;
}

.sidebar_links {
	width:297px;
	background-color:#AD9E65;
	margin-top:5px;
	margin-right:19px;
}

.sidebar_links_text {
	width:288px;
	padding-left:9px;
}

.sidebar_links_text h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#300C02;
	margin-bottom:0px;
	padding-top:5px;
}

.sidebar_links_text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#872D13;
	margin-bottom:10px;
	margin-top:0px;
}

.sidebar_links_text a {
	color:#FBF4C0;
	text-decoration:none;
}

.sidebar_links_text a:visited {
	color:#FBF4C0;
	text-decoration:none;
}

.sidebar_links_text a:hover {
	color:#300C02;
	text-decoration:none;
}

.sidebar_links_adjust {
	margin-top:-16px;
}

#sidebar_form_section {
	width:280px;
	height:48px;
	background-image:url(../images/newsletter_signup.gif);
	background-repeat:no-repeat;
	margin-right:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#872D13;
	margin-top:0px;
	margin-bottom:-20px;
}

.sidebar_form {
	margin-top:10px;
}

.sidebar_input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#872D13;
	border:none;
	height:14px;
	width:130px;
}

.submit_button {
	margin-left:5px;
}

#sidebar_links_adjust {
	margin-top:-16px;
}

/* Sidebar */

/* Magazine Section */

#current_edition_box {
	float:right;
	width:200px;
	background-color:#D7CD97;
	text-align:center;
	margin-right:-14px;
	margin-left:5px;
}

#current_edition_image {
	width:165px;
	height:230px;
	overflow:hidden;
	border: 1px solid #300C02;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:17px;
}

.featured_articles {
	width:630px;
}

.featured_articles_image {
	width:270px;
	overflow:hidden;
	float:right;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:5px;
	border: 1px solid #300C02;
}

.featured_articles p {
	font-size:11px;
	line-height:24px;
}

/* Magazine Section */

/* Exhibits Section */

.exhibit_images {
	float:left;
	max-width:630px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}

/* Exhibits Section */

/* Photo Gallery Section */

#photo_gallery_graphic {
	width:655px;
	height:300px;
	margin-left:-11px;
	margin-top:-5px;
	overflow:hidden;
	background-image:url(../images/gallery_header_new.jpg);
	background-repeat:no-repeat;
}

#society_store_graphic {
	width:655px;
	height:300px;
	margin-left:-11px;
	margin-top:-5px;
	overflow:hidden;
	background-image:url(../images/store_graphic_new.jpg);
	background-repeat:no-repeat;
}

#photo_gallery_search {
	width:300px;
	padding-top:250px;
	padding-left:15px;
	float:left;
}

#photo_gallery_search h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	width:90px;
	float:left;
	padding-right:5px;
}

.photo_search {
	width:190px;
	height:20px;
	background-color:#FFFFFF;
	float:left;
	margin-top:12px;
}

.photo_search_input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#872D13;
	border:none;
	height:14px;
	width:160px;
	padding-left:2px;
}

.photo_search_button {
}

#photo_gallery_sort {
	width:280px;
	float:right;
	padding-top:245px;
}

#photo_gallery_sort h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	width:55px;
	float:left;
	padding-right:5px;
}

.photo_sort_input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#872D13;
	border:none;
	height:18px;
	width:130px;
	padding-left:2px;
	margin-top:7px;
	float:left;
}

.photo_sort_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#872D13;
	border:none;
	height:18px;
	width:130px;
	padding-left:2px;
}

.photo_sort_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}

.gallery_section {
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.gallery_section img {
	float:left;
}

.gallery_section h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#872D13;
	margin-top:0px;
}

.gallery_section p {
	clear:left;
	text-align:center;
}

#volunteer_form {
	width:630px;
	background:#fcf6c4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#volunteer_form input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#872D13;
	width:90%;
	border:1px solid #999999;
	height:18px;
	padding-left:2px;
	margin-top:7px;
}

#volunteer_form textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#872D13;
	width:90%;
	border:1px solid #999999;
	padding-left:2px;
	margin-top:7px;
}

#volunteer_form hr {
	height:1px;
}


/* Photo Gallery Section */

/* Footer */

#footer {
	width:1000px;
	height:109px;
	background-image:url(../images/footer_back.png);
	background-repeat:repeat-x;
	margin-top:-13px;
}

#footer_text {
	margin-left:25px;
	padding-top:15px;
}

#footer_text a {
	color:#FBF4C0;
	text-decoration:none;
}

#footer_text a:visited {
	color:#FBF4C0;
	text-decoration:none;
}

#footer_text a:hover {
	color:#FBF4C0;
	text-decoration:underline;
}

#footer_text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FBF4C0;
	font-weight:normal;
	line-height:20px;
}

/* Footer */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#581505;
	line-height:24px;
	font-weight:normal;
	margin-bottom:0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#872D13;
	line-height:26px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:5px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#872D13;
	line-height:16px;
	font-weight:normal;
	margin-bottom:0px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#300C02;
	line-height:14px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:5px;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#300C02;
	line-height:16px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:5px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#300C02;
	line-height:22px;
	font-weight:normal;
	margin-top:5px;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#872D13;
	line-height:18px;
	font-weight:normal;
	font-style:italic;
	float:left;
	width:400px;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #872D13;
	list-style-position: outside;
	list-style-type: square;
	line-height: 16px;
	padding-bottom:5px;
}


.burnt_red {
	color:#872D13;
}

.bright_red {
	color:#D7411C;
}

.dark_brown {
	color:#300C02;
}

.tan {
	color:#FBF4C0;
}

.white {
	color:#FFFFFF;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
	padding-bottom:10px;
}

.board_directors {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#300C02;
	line-height:22px;
	font-weight:normal;
}

.board_directors span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#872D13;
	line-height:22px;
	font-weight:normal;
}

.exhibits_list {
	list-style-type:none;
}

.comments_box {
	width:400px;
	padding-left:15px;
	background-image:url(../images/comment_bubble.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:10px;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #581505;
}

.comments_date {
	font-size:10px;
	font-style:italic;
}

/* Society Store */

.store_items {
	width:140px;
	height:320px;
	float:left;
	margin-right:30px;
	margin-left:30px;
	margin-bottom:10px;
}

.store_items p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:center;
	color:#300C02;
	line-height:14px;
}

#store_image {
	width:200px;
	float:left;
	margin-right:15px;
}

#store_info {
	width:400px;
	float:left;
}


/* Society Store */

/* Events Homepage */

.events img {
	float:left;
	vertical-align:text-bottom;
	padding-right:5px;
	padding-bottom:5px;
	margin-right:5px;
	margin-bottom:5px;
	background-image:url(../images/events_shadow.png);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.events_caption {
	margin-left:15px;
	margin-right:15px;
	float:left;
	margin-bottom:10px;
}

.events_caption p {
	text-align:center;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#300C02;
}

/* Events Homepage */

.contact_form {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#300C02;
	line-height:22px;
	font-weight:normal;
}


