
/* Goring and Streatley Concert Band */


/* Trust me I'm not mad this will center on IE */

/*\*/
* 
html body {
text-align: center
}

body {
	margin: 0;
	
margin-right: auto;
	
padding: 0;
	
height: 100%;
	
color: #000;
	
background-color: #767694;
}

/* html elements #76786E */	

p {
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: justify;
}

form {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #767676;
}

h1 {
	font-size: 150% ;  
	margin-bottom: 10px;
}

h2 {
	font-size: 130%; 
	margin: 20px 0 5px;
}

h3 {
	font-size: 120%; 
	margin: 5px 0 1px;
}

h4 {
	font-size: 120%; 
	margin: 0 0 30px;
}


ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}


/* links */

a:link, a:visited {
	color: #767676;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #60645E;
}


/* nav layout */

ul#nav {
	list-style: none outside none;
	margin: 0;
	line-height: 1.3em;
	width: 185px;
	letter-spacing: 0.1em;
	float: left;
	padding: 35px 0 20px;
	/*filter:alpha(opacity=80);
	moz-opacity:0.8;
	opacity: 0.8;*/
}

#nav li {
	list-style: none none;
	margin: 0;
	padding: 0;
	background: none;
}

#nav li a.top:link, #nav li a.top:visited {
	border-top: 1px solid #CFD0C9;}

#nav li a:link, #nav li a:visited {
		display: block;
        list-style: none;
        margin: 0;
        padding: 8px 30px;
        text-decoration: none;
        border-bottom: 1px solid #CFD0C9;
        border-right: 1px solid #CFD0C9; color: #76786E;
        
  }

 

* html #nav li a:link, * html #nav li a:visited {width: 185px;}




img {
	border: 0;
}


/* 
container */

#container {
	padding: 0;
	margin: 25px auto;
	height: auto;
	width: 1200px;
	text-align: left;
	font-size: 0.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	line-height: 1.7em;
	background-color: #F1F2EB;
}


/* headers inc. replace h1 with image for top left logo */ 
#header {
        height: 235px;
	background-color: #DEDFD5;
}

#header h1 {
	background: transparent url(band-bw.gif) center center no-repeat;
	width: 184px;
	height: 235px;
	float: left;
	padding:0;
	margin: 0;
}

#header h1 span { display:none }
#header 
#ph {
	width: 1016px;
	float: left;
}
/* main */
#main {
	margin-left: 220px;
	padding: 20px 25px;
}
/*color: #A9AB88;*/

#footer {
	clear: both;
	padding: 5px 20px;
	font-size: 85%;
	text-align: justify;
}



.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.hide { 
	display: none;
	text-align: left;
}

.bgDark {
	background-color: #DEDFD5;
	padding: 10px;
}

/* apply class to form buttons */
.frmBtn {
	background-color: #76786E;
	color: #F1F2EB;
	padding : 0px 3px 2px 3px;
	cursor: pointer;
}

/*  ##### clearing floats without ending <div class="clear">  - for gecko browsers, 
ie/win not need, ie/mac needs extra inline-table #### */
.clearfix:after {
	content: "."; 
   display: block; 
   height: 0px; 
   clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* clear all min size*/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}


#nav li a:hover {
	list-style: none;
	color: #242623;
	background-color: #DEDFD5;
	text-decoration: none;
}

