/* CSS Document */

/*------------------ POSITIONING DIVS -----------------------*/


body {
background-color: #760A14;
text-align : center; /*For IE */
font-family: Verdana, Arial, Helvetica, sans-serif;
behaviour: url(csshover.htc);
}

#container2 { /* to hold the drop shadow */
position: relative;
width: 900px;
margin: 0px auto;
background-image: url(images/background-slice.jpg);
background-repeat: repeat-y;
}


#container { /* main containing div */
position: relative;
width: 800px;
margin: 0px auto;
text-align: left;
background-color: #C3BD9E;
}

#masthead {
position: relative;
width: 800px;
z-index: 500;
height: 138px;
background-color: #EFECDB;
}

	#masthead-left {
	float: left;
	width: 193px;
	background-image: url(images/masthead-left.jpg);
	background-repeat: no-repeat;
	height: 138px;
	background-color: #EFECDB;
	}
	
	/*
	#menu div also inside masthead - see file centralsprings-menu.css for details */

#detail { /* containing block for 3 panels */
position: relative;
background-image: url(images/undermenu.jpg);
background-position: top left;
background-repeat: no-repeat;
width: 800px;
padding:0;
margin:0;
padding-top: 13px; /* to make room for the undermenu image */
z-index: 0;
}

#detail2 { /* for backend */
position: relative;
background-image: url(images/undermenu2.jpg);
background-position: top left;
background-repeat: no-repeat;
width: 800px;
padding:0;
margin:0;
padding-top: 13px; /* to make room for the undermenu image */
z-index: 0;
}

	/* features, content and imagebar are the three panels inside detail div */
	#features {
	float: left;
	border-left: 28px solid #C3BD9E;
	border-right: 3px solid #C3BD9E;
	width: 161px;
	background-color: #978F5B;
	min-height: 700px; height: auto !important; /* for firefox etc */
	height: 700px; /* for IE */
	}
	
		/* the following divs are contained inside features div */
	
		#specials, #events, #editpages, #options {
		margin-top: 20px;
		padding: 10px;
		background-color: #7E774B;
		}

	
	#content {
	float: left; 
	padding-bottom: 0px;
	width: 391px;
	background-color: #C3BD9E;
	min-height: 680px; height: auto !important; /* for firefox etc */
	height: 680px; /* for IE */
	padding-top: 20px; /* effects height above */
	padding-right: 20px;
	padding-left: 20px;
	}
		#imagebar2 { /* for positioning images inside the content div */
		float: left;
		width: 80px;
		margin-right: 20px;			
		}
		#imagebar2 img {
		border: 2px solid #ffffff;
		}
	
	#imagebar {
	float: left;
	padding-top: 20px;
	width: 174px;
	min-height: 680px; height: auto !important; /* for firefox etc */
	height: 680px; /* for IE */
	background-color: #978F5B;
	}

.clear {
clear: both;
}

#footer {
position: absolute;
height: 50px;
background-color: #EFECDB;
width: 829px;
background-image: url(images/footer.jpg);
}



/*------------------ GENERAL STYLES -----------------------*/

a:link {text-decoration: underline; color: #000000;}
a:visited {text-decoration: underline; color: #000000;}
a:active {text-decoration: underline; color: #000000;}
a:hover {text-decoration: underline; color: #EFECDB;}


#features a:link {text-decoration: underline; color: #ffffff;}
#features a:visited {text-decoration: underline; color: #ffffff;}
#features a:active {text-decoration: underline; color: #ffffff;}
#features a:hover {text-decoration: underline; color: #C3BD9E;}

#footer a:link {text-decoration: none; color: #000000;}
#footer a:visited {text-decoration: none; color: #000000;}
#footer a:active {text-decoration: none; color: #000000;}
#footer a:hover {text-decoration: none; color: #C3BD9E;}


#content p, #content ul {
	font-size: 8pt;
	line-height: 16pt;
	color: #000000;
	
}

table {
	border-collapse: collapse;

}

td {
	font-size: 8pt;
	color: #000000;
	padding: 5px;
	margin: 0;

}

th {
	font-size: 8pt;
	color: #7E774B;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin: 0;
}


input, select {
	font-size: 8pt;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;

}

#content h1 {
	font-size: 11pt;
	color: #7E774B;
	font-weight: normal;
}


#content h2 {
	font-size: 8pt;
	color: #7E774B;
	font-weight: bold;
}

#content h3 {
	font-size: 8pt;
	color: #7E774B;
	font-weight: normal;
	font-style: italic;
}



#features h2 {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	margin-top: 0;
}

#features h3 {
	color: #ffffff;
	line-height: 10pt;
	font-size: 8pt;
	font-weight: bold;
}

#features ul {
	margin: 2px;
	padding: 10px;
	font-size: 7pt;
	line-height: 9pt;
	color: #000000;
}

#features p {
	color: #ffffff;
	line-height: 10pt;
	font-size: 8pt;
}

.highlight {
color: #760A14;
font-style: italic;
}

.imageonleft  {
		float: left;
		margin-right: 20px;			
		border: 2px solid #ffffff;
}



#footer p {
margin-top: 1px !important;
margin-top: 5px;

font-size: 7pt;
padding-left: 10px;
}
