/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #E3E2DD;
	background-image: url('../images/background.jpg');
}

body {
	background-image: url('../images/background2.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #313133;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

a {
	cursor: pointer;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 7px;
	color: #D90A1E;
}

img { 
	border: none;
}

a {
	color: #184797;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #D8091B;	
}

hr {
	border-top: solid 1px #C1C0BC;
	border-bottom: solid 1px #F8F8F8;
	border-left: none;
	border-right: none;
	margin: 20px 0px 20px 0px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

/* 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: #174695; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 100%;
	padding-top: 9px;
	background-image: url('../images/floor_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

#container_inner {
	width: 100%;
	background-image: url('../images/fireman_bg.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#container_inner.home {
	background-image: url('../images/fireman_bg_home.gif');
}

#page {
	position: relative;
	width: 950px;
	margin: 0px auto;
}

#container_inner.home #page {
	padding-bottom: 370px;
}

#logo {
	text-align: center;
	margin-bottom: 9px;
}

#header_photos {
	position: relative;
	width: 950px;
	height: 199px;
	padding-left: 7px;
	margin-top: 5px;
}

#header_photos .header_photo {
	float: left;
	display: inline;
	margin: 13px 0px 0px 10px;
}

#header_mask {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content_box {
	margin: 20px 0px 0px 0px;
}

#content {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 600px;
	padding-bottom: 230px;
}

#rightcontent {
	float: right;
	display: inline;
	margin-right: 10px;
	width: 310px;
	padding-bottom: 80px;
}

#container_inner.home #content, #container_inner.home #rightcontent {
	padding-bottom: 0px;
}

.picture {
	border: solid 1px #154695;
	padding: 1px;
	margin: 5px 0px 5px 0px;
}


/* NAVIGATION CSS */

#nav {
	margin: 0px;
	height: 27px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 28px;
}

#nav li a {
	display: block;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a:hover {
	background-position: 0px -27px;
}

#nav li.active a {
	background-position: 0px -54px;
}

#nav a.home {
	background-image: url('../images/nav_home.gif');
	width: 47px;
}

#nav a.about-us {
	background-image: url('../images/nav_about_us.gif');
	width: 72px;
}

#nav a.exhibits {
	background-image: url('../images/nav_exhibits.gif');
	width: 66px;
}

#nav a.membership {
	background-image: url('../images/nav_membership.gif');
	width: 95px;
}

#nav a.news-events {
	background-image: url('../images/nav_news_events.gif');
	width: 112px;
}

#nav a.volunteer {
	background-image: url('../images/nav_volunteer.gif');
	width: 76px;
}

#nav a.donate {
	background-image: url('../images/nav_donate.gif');
	width: 57px;
}

#nav a.parties {
	background-image: url('../images/nav_parties.gif');
	width: 58px;
}

#nav a.school-groups {
	background-image: url('../images/nav_school_groups.gif');
	width: 111px;
}

#nav a.directions {
	background-image: url('../images/nav_directions.gif');
	width: 80px;
}

#subnav {
	padding: 0px;
	margin: 11px 0px 10px 0px;
}

#subnav li {
	list-style: none;
	margin: 0px 0px 5px 15px;
	font-size: 14px;
}

#subnav li a {
	font-weight: bold;
	color: #184596;
}

#subnav li.active {
	list-style-image: url("../images/li-arrow.gif");
	list-style-position: outside;
}

#subnav li.active a {
	color: #de0c25;
}

div.btn {
	background-image: url(../images/button_bg_lft.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 30px;
	margin: 0 0 15px 0;
	padding: 0;
}

div.btn a {
	display: block;
	color: #F1C042;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	padding: 0 11px;
	background-image: url(../images/button_bg_rgt.gif);
	background-position: right;
	background-repeat: no-repeat;
}

div.btn a img {
	vertical-align: -3px;
}

/* ADMIN CSS */

#admin .button {
	margin: 3px 6px 3px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}
.admin-index-list img {
	float: left;
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.admin-index-list li {
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa;
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999;
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
}

.admin-index-list li input {
	border: 1px solid #666;
}

/* CALENDAR CSS */

#calendar {
	width: 310px;
	background-image: url('../images/calendar_bg_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 15px 0px;
	padding-bottom: 10px;
}

#container_inner.home #calendar {
	float: right;
	display: inline;
	margin: 0px 10px 0px 0px;
}

#calendar_inner {
	width: 310px;
	background-image: url('../images/calendar_bg_top.jpg');
	background-repeat: no-repeat;
	padding: 0px 6px;
}

#calendar h2 {
	color: #F1C042;
	text-align: center;
	font-size: 16px;
	line-height: 37px;
	margin-bottom: 4px;
}

#calendar h3 {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

#calendar table {
	width: 294px;
}

#calendar th {
	color: #FFFFFF;
	text-align: center;
}

#calendar td {
	height: 24px;
	padding: 0px 0px 4px 4px;
	text-align: center;
}

#calendar td div {
	background-color: #6986B8;
	width: 38px;
	height: 24px;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	color: #D8091C;
}

#calendar td.day div {
	background-color: #FFFFFF;
	width: 38px;
	height: 24px;
	font-weight: bold;
}

#calendar td div span {
	display: block;
	padding: 2px 4px 0px 0px;
}

#calendar td.event div a {
	display: block;
	width: 34px;
	height: 22px;
	padding: 2px 4px 0px 0px;
	background-color: #F1C042;
	color: #174695;
	font-weight: bold;
}

#calendar td.creation-station div a {
	display: block;
	width: 34px;
	height: 22px;
	padding: 2px 4px 0px 0px;
	background-color: #052763;
	color: #A3B8DE;
	font-weight: bold;
}

#calendar td div a {
	display: block;
	width: 34px;
	height: 22px;
	padding: 2px 4px 0px 0px;
	background-color: #F1C042;
	color: #174695;
}

#calendar .eventdate {
	background-color: #F1C042;
}

#calendar .creationstationdate {
	background-color: #052763;
}

#calendar #legend {
	color: #F1C042;
	margin-left: 4px;
	line-height: 15px;
}

#calendar #legend span {
	width: 24px;
	height: 15px;
	margin-right: 5px;
}

#calendar-popup {
	width: 200px;
	background-color: #FFFFFF;
	position: absolute;
	font-weight: bold;
	border: 1px solid #c2c2c2;
}

#calendar-popup a {
	float: right;
	margin: 3px 3px 0 0;
}

#calendar-popup div {
	padding: 6px;
}

#calendar-popup div.alternate {
	background-color: #eeeeee;
}

#calendar-popup div a {
	float: none;
}

.exhibit_image {
	margin: 0px 15px 15px 0px;	
}

.exhibit_image_last {
	margin: 0px 0px 15px 0px;	
}

/* ORDER FORM CSS */

.orderform, .customerform {
	width: 100%;
}

.orderform td, .customerform td {
	padding: 3px 5px 0px 0px;
}

.orderform td.price {
	text-align: right;
	white-space: nowrap;
	padding: 3px 5px 0px 5px;
}
/* GALLERY STYLES */
.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 167px;
	text-align: center;
	padding: 0px 12px 12px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* Big Calendard Styles */
#big-calendar {
	font-size: 12px;
	background-color: #3f65a4;
	padding: 0;
	width: 600px;
	background-image: url(../images/really-big-blue-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#big-calendar div.inner {
	padding: 15px;
	background-image: url(../images/really-big-blue-box-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#big-calendar table.calendar {
	width: 100%;
}

#big-calendar table.calendar td {
	line-height: 18px;
}

#big-calendar table.calendar td.day {
	width: 13%;
	height: 75px;
}

#big-calendar table.calendar hr {
	border-top: 0px;
	border-bottom: 1px solid #174695;
	margin: 5px 0px;
}

#big-calendar table.calendar td.calendarHeader {
	color: #fff;
	height: auto;
	text-align: center;
	font-weight: bold;
	background-color: #3f65a4;
}

#big-calendar table.calendar td.calendarMonth {
	color: #FFF;
	background-color: #3f65a4;
}

#big-calendar table.calendar td.calendarPrev {
	vertical-align: middle;
	padding-left: 10px;
	background-color: #3f65a4;
}

#big-calendar table.calendar td.calendarNext {
	text-align:right;
	vertical-align: middle;
	padding-right: 10px;
	background-color: #3f65a4;
}

#big-calendar table.calendar td.calendarPrev a, #big-calendar table.calendar td.calendarNext a {
	color: #F1C042;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

#big-calendar table.calendar td.calendarPrev a img, #big-calendar table.calendar td.calendarNext a img {
	vertical-align: -3px;
}

#big-calendar table.calendar td.calendarMonth {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
}

#big-calendar table.calendar td {
	text-align: right;
	padding: 0px 5px 5px 5px;
	border: 5px solid #3f65a4;
	background-color: #6986b8;
	font-weight: bold;
}

#big-calendar table.calendar td.day {
	background-color: #FFFFFF;
}

#big-calendar table.calendar td.day .dayNum {
	color: #ba091c;
}

#big-calendar table.calendar td.event {
	background-color: #F1C042;
	color: #174695;
}

#big-calendar table.calendar td.event a {
	color: #174695;
}

#big-calendar table.calendar td.creation-station {
	background-color: #052763;
	color: #A3B8DE;
}

#big-calendar table.calendar td.creation-station a {
	color: #A3B8DE;
}

#calendar-key {
	font-size: 14px;
	height: 25px;
	margin: 15px 2px;
	color: #F1C042;
	font-weight: bold;
}

#calendar-key td {
	padding: 0 10px;
}

#calendar-key .event {
	background-color: #F1C042;
	width: 50px;
}

#calendar-key .creation-station {
	background-color: #052763;
	width: 50px;
}

/* Hours and fees home page styles. */
#hours-home {
	font-weight: bold;
	color: #091c3a;
	float: left;
	display: inline;
	width: 445px;
	background-image: url(../images/big-blue-box-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 20px;
}

#hours-home div {
	width: 421px;
	background-image: url(../images/big-blue-box-top.gif);
	background-repeat: no-repeat;
	padding: 12px 12px;
}

#hours-home h2 {
	color: #F1C042;
	font-size: 16px;
}

#hours-home .days {
	color: #FFFFFF;
}

#fees-home {
	font-weight: bold;
	color: #091c3a;
	float: left;
	display: inline;
	width: 135px;
	background-image: url(../images/small-blue-box-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: 5px;
}

#fees-home div {
	width: 111px;
	background-image: url(../images/small-blue-box-top.gif);
	background-repeat: no-repeat;
	padding: 15px 12px;
}

#fees-home .name {
	color: #FFFFFF;
}

#fees-home a {
	color: #F1C042;
}

/* FancyZoom CSS */

#zoom {
}

#zoom h3 {
	white-space: nowrap;
	color: #184596;
}

#zoom .days {
	font-weight: bold;
	color: #052763;
}

#zoom a {
	color: #052763;
	font-weight: bold;
}

#birds {
	position: absolute;
	top: 2px;
	left: 680px;
	width: 24px;
	height: 27px;
	display:none;
}

#copyright {
	position: absolute;
	bottom: 15px;
	right: 5px;
	color: #a2a2a2;
	text-align: right;
}

