
/* Stylesheet for Standard Pages 	*/
/* REVIVAL RECORDS					*/

/* Import CSS Reset */
@import url(reset_styles.css);

/* GENERAL TEXT STYLES */
body {
	font: 12px/1.5em Helvetica, Verdana, sans-serif;
	color: #69B447;
	background-color: black;
	text-align: center;
	background-image: url(images/back.gif);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 145%;
	text-transform: uppercase;
	color: #444;
	margin-bottom: 15px;
}

h4 {
	font-size: 118%;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 0.8em;
}

/* SECTION STYLES */
/* Header */
#header {
	height:  130px;
	background: black url(images/header.jpg) no-repeat center top;
}
#header h1 {
	display: none;
}
/* Navigation */
#navigation {
	background-color: #303030;
	padding: 5px 0px 5px 0px;
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #0c0c0c;
}

#navigation #main_menu {
	background-color: #69B447;
	color: white;
	float: left;
	text-align: center;
	padding: 5px;
	width: 100%;
	}

#navigation ul {
	font-size: 145%;
	width:  790px;
	margin: 0 auto 0 auto;
	}

#navigation li {
	float: left;
	background: url(images/nav_bullet.gif) no-repeat left center;
	padding: 0 15px 0 30px;
}
#navigation a {
	color:  white;
}

/* Main */
.centered, .centeredall {
	margin: 0 auto 0 auto;
	width: 790px;
	text-align: left;
}
 
.main {
	color: #000;
	width: 563px;
	background: url(images/main_bottom.gif) no-repeat left bottom;
	padding-bottom: 31px;
	float:left;
	margin-top: 31px;
	margin-left: 15px;
}

  .centeredall .main {
    margin-left: 107px;
  	
  }
.main h2 {
	color: white;
	padding: 15px 15px 20px 15px;
	background: url(images/main_top.gif) no-repeat left top;
}

.main .section {
	background-color: white;
	color:  black;
	padding: 15px;
	border-bottom: 1px solid #C2A470;
}

  #unicolorbox h2 {
  	font-size: 145%;
  	text-transform: uppercase;
  	color: #444;
  	padding: 15px 15px 10px 15px;
  	background: url(images/main_top.gif) no-repeat left top;
  	text-align: center;
  	border-bottom: 3px solid #B39663;
  }

  #unicolorbox .section {
    background-color: #CFB07C;
    text-align: center;
  }

.sidetitle {
	float: left;
	width: 200px;
}

.sidebox {
	margin: 0 0 0 250px;
	display: block;

}

#map {
	width: 533px;
	height: 533px;
}
/* Sidebar */
#sidebar {
	color: #333;
	width: 157px;
	background: url(images/sidebar_bottom.gif) no-repeat left bottom;
	padding-bottom: 31px;
	float: left;
	margin: 31px 0 31px 31px;
	text-align: center;
}
#sidebar h2 {
	color: #333;
	padding: 15px 15px 10px 15px;
	background: url(images/sidebar_top.gif) no-repeat left top;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar .section {
	margin-bottom: 1px;
	padding: 5px 15px;
	background-color: #cbc4a4;
}

/* Footer */
#footer {
	clear: both;
	text-align: center;
	padding: 10px;
}

#footer span {
		background-color: black;
		display: inline;
		padding: 5px;
}
#footer span a {
		color: #69B447;
}

