/* CSS Document */

/*- Main --------------------------- */

body {
	margin: 0px;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #000000;*/
}

#mainContent {
	width: 954px; /* -2 for borders */
	float: left;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #000000;
	border-right-color: #000000;
}

p {
	margin: 4px 8px 4px 8px;
}

a:link   { color: #000099; font-style: normal; text-decoration: none }
a:visited   { color: #000099; font-style: normal; text-decoration: none }
a:hover   { color: #FF0000; font-style: normal; text-decoration: none }
a:active  { color: #0000FF; font-style: normal; text-decoration: none }

.pageTitles {
	font-size: 14px;
	font-variant: small-caps;
	color: #990000;
}

.notice {
	display: block;
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

.largerFont { 
	font-size: 14px;
}

.smallerFont {
	font-size: 10px;
}

.picCaption {
	text-align: center;
	font-size: 10px;
	font-style: italic;	
}

.redText {
	color: #990000;
}

/*- Header/Banner --------------------------- */
#banner {
	width: 956px;
	height: 100px;
	margin:0px;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;*/
	background-color: #FFFFFF;
}

.imgBanner {
	border: 0px;
}

/*- Navigation --------------------------- */
	
#nav {
	width: auto; /* overall width of the bar. auto = 100% */  
	margin: 0px;
	background:  url(images/menu4.gif);
	height: 32px; /* (24 + 8 padding below) */  
	}
	
#nav a {
	float: left;
	height: 32px;
	width: auto; /* set to the width (px) of each button you want */  
  	height: 24px;
	text-decoration: none;
	}	
	
#nav a:link, #nav a:visited {
	color: #CCCCCC;
	display: block;
	background:  url(images/menu4.gif);
	padding: 8px 10px 0px 10px;
	}
	
#nav a:hover {
	color: #FFF;
	background:  url(images/menu4.gif) 0 -32px;
	padding: 8px 10px 0px 10px;
	}

/* -- About Us -- */
#aboutUs {
display: block;
position: absolute;
top: auto;
left: auto;
width: auto;
border: solid 2px #000000;
background-color: #990000;
color: #000000;
padding: 5px;
z-index: 2;
visibility: hidden;
margin: 0 0 0 53px;
}

#aboutUs a, #aboutUs a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#aboutUs a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* -- Culture -- */
#culture {
display: block;
position: absolute;
top: auto;
left: auto;
width: auto;
border: solid 2px #000000;
background-color: #990000;
color: #000000;
padding: 5px;
z-index: 3;
visibility: hidden;
margin: 0 0 0 124px;
}

#culture a, #culture a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#culture a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* -- Gallery -- */
#gallery {
display: block;
position: absolute;
top: auto;
left: auto;
width: auto;
border: solid 2px #000000;
background-color: #990000;
color: #000000;
padding: 5px;
z-index: 4;
visibility: hidden;
margin: 0 0 0 212px;
}

#gallery a, #gallery a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#gallery a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* -- Arts and Crafts -- */
#artsCrafts {
display: block;
position: absolute;
top: auto;
left: auto;
width: auto;
border: solid 2px #000000;
background-color: #990000;
color: #000000;
padding: 5px;
z-index: 5;
visibility: hidden;
margin: 0 0 0 271px;
}

#artsCrafts a, #artsCrafts a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#artsCrafts a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* -- Volunteering -- */
#volunteering {
display: block;
position: absolute;
top: auto;
left: auto;
width: auto;
border: solid 2px #000000;
background-color: #990000;
color: #000000;
padding: 5px;
z-index: 6;
visibility: hidden;
margin: 0 0 0 387px;
}

#volunteering a, #volunteering a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#volunteering a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/*- FAQ --------------------------- */
#FAQContent {
	width: 954px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/FAQ_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0; 
	padding: 0
}

#FAQ_Image {
	width: 50px;
	vertical-align: top;
}

#FAQ_Text {
	width: inherit;
	text-align: left;
	/*vertical-align: top;*/
}

.FAQ_Question {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	color: #990000;
}

/*- Gallery --------------------------- */
#galleryContainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#galleryDisplay {
	text-align: center;
	float: left;
	margin: 4px 8px 4px 8px;
}

#slideshowImage {
	float: left;
	margin: 4px 8px 4px 8px;
	width: 640px;
}

#slideshowDescription {
	float: left;
	margin: 4px 8px 4px 8px;
	width: 640px;
}

.galleryImage {
	width: 640px;
	height: 480px;
	border: 1px solid #333333;
}

.galleryThumbnail {
	width: 150px;
	height: 113px;
}


	
/*- Footer --------------------------- */
#footer {
	width: 956px;
	height: 50px;
	line-height: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.footer {
	vertical-align: middle;
	font-size: 10px;
}

/*- Admin --------------------------- */
#noSideContent {
	float: left;
	clear: both;
	width: 956px;
	background-color: #FFFFFF;
}

#important {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FF0000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

.newsQuotes {
	font-style: italic;
	text-align: left;
	font-size: 12px;
	color: #333333;
	display: block;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
}

#main_content_text {
	width: 756px;
	/* This is for regular text boxes  */
}

#full_page_text {
	width: 928px;
	/* this is for the text box under pages_* admin */
}
/*
#side_content_text {
	width: 200px;
}
*/
#FAQ {
	background-color: #CCCCCC;
}
.Q{
	font-size: 16px;
	color: #FF0000;
	font-weight: bolder;
}
.question{
	font-style: italic;
}

.A{
	font-size: 16px;
	color: #0000FF;
	font-weight: bolder;
}

.footer {
	vertical-align: middle;
	font-size: 10px;
	color: #FFFFFF;
}

#adminFooter {
	width: 956px;
	height: 15px;
	background-color:#333333;
	line-height: 15px;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
