/* CSS Document */

/* General Styles */

body {
	background-color: #3f4751;
	color: #303030;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

h1 {
	color: #2b3f6f;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 5px 20px;
	padding: 0;
}

h2 {
	color: #565656;
	font-size: 11px;
	font-weight: normal;
	margin: 0 28px 20px 28px;
	padding: 0;
}

h3 {
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	margin: 0 28px 0 28px;
	padding: 0;
}

h4 {
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px 25px;
	padding: 0;
}

h5 {
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	margin: 0 20px 40px 0;
	padding: 0;
}

h6 {
	color: #2b3f6f;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 20px;
	padding: 0;
}

#sub1 {
	color: #565656;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 20px;
	padding: 0;
}

.sub2 {
	color: #565656;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 0 0 20px 20px;
	padding: 0;
}

.sub3 {
	color: #2b3f6f;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 10px 0 0 20px;
	padding: 0;
}

.sub4 {
	color: #565656;
	font-size: 14px;
	font-weight: bold;
	display:  block;
	margin: 0 0 14px 20px;
	padding: 0;
}

.concert {
	color: #2b3f6f;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 20px 0 10px 20px;
	padding: 0;
}

.contact {
	color: #565656;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0px 0 10px 20px;
	padding: 0;
}

/* Site Wrapper */

#wrapper {
	background-color: #ffffff;
	margin: auto;
	width: 773px;
}


/* Site Header */

#header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	height: 129px;
	width: 773px;
}

#header_player {
	float: right;
	margin: 0 150px 0 0;
	width: 213px;
}


/* Header Navagation */

#nav {
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	margin: 0; 
	padding: 0;
	position: relative;
	width: 773px;
}

#mainnav li {
	list-style: none;
    margin: 0; 
	padding: 0; 
    position: absolute; 
	top: 0;
}

#mainnav li, #mainnav a {
	display: block;
    height: 30px; 
}

#menuhome {left: 21px; width: 44px;}
#menuchoirs {left: 112px; width: 47px;}
#menuconcerts {left: 204px; width: 62px;}
#menuabout {left: 314px; width: 63px;}
#menuauditions {left: 425px; width: 65px;}
#menumember {left: 538px; width: 93px;}
#menucontact {left: 679px; width: 74px;}

#menuhome a {left: 21px; width: 44px;}
#menuchoirs a {left: 112px; width: 47px;}
#menuconcerts a {left: 204px; width: 62px;}
#menuabout a {left: 314px; width: 63px;}
#menuauditions a {left: 425px; width: 65px;}
#menumember a {left: 538px; width: 93px;}
#menucontact a {left: 679px; width: 74px;}

#menuhome a:hover {
    background: transparent url(../images/nav_bg.png)
    -21px -38px no-repeat;}
#menuchoirs a:hover {
    background: transparent url(../images/nav_bg.png)
    -112px -38px no-repeat;}
#menuconcerts a:hover {
    background: transparent url(../images/nav_bg.png)
    -204px -38px no-repeat;}
#menuabout a:hover {
    background: transparent url(../images/nav_bg.png)
    -314px -38px no-repeat;}
#menuauditions a:hover {
    background: transparent url(../images/nav_bg.png)
    -425px -38px no-repeat;}
#menumember a:hover {
    background: transparent url(../images/nav_bg.png)
    -538px -38px no-repeat;}
#menucontact a:hover {
    background: transparent url(../images/nav_bg.png)
    -679px -38px no-repeat;}

#menuhome a.current {
    background: transparent url(../images/nav_bg.png)
    -21px -38px no-repeat;}
#menuchoirs a.current {
    background: transparent url(../images/nav_bg.png)
    -112px -38px no-repeat;}
#menuconcerts a.current {
    background: transparent url(../images/nav_bg.png)
    -204px -38px no-repeat;}
#menuabout a.current {
    background: transparent url(../images/nav_bg.png)
    -314px -38px no-repeat;}
#menuauditions a.current {
    background: transparent url(../images/nav_bg.png)
    -425px -38px no-repeat;}
#menumember a.current {
    background: transparent url(../images/nav_bg.png)
    -538px -38px no-repeat;}
#menucontact a.current {
    background: transparent url(../images/nav_bg.png)
    -679px -38px no-repeat;}


/* Left Column */

#info {
	background-image: url(../images/info_bg.png);
	background-repeat: repeat-y;
	clear: left;
	float: left;
	margin: 25px 0 0 0;
	overflow: hidden;
	padding: 0;
	width: 261px;
}

#info_head {
	background-image: url(../images/info_head.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 261px;
}

#info a {
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#info a:hover {
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#info_foot {
	background-image: url(../images/info_foot.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 261px;
}

#info ul {
	color: #565656;
	margin: 0 28px 0 38px;
	padding: 0;
}

#info li {
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#info li a {
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#info li a:hover {
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#info li font {
	color: #2b3f6f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#downloads {
	background-image: url(../images/downloads_bg.png);
	background-repeat: no-repeat;
	margin: 0 0 40px 0;
	padding: 42px 0 0 0;
	width: 261px;
}

#downloads p {
	color: #2b3f6f;
	font-size: 10px;
	font-weight: bold;
	margin: 0 28px 0 0;
	padding: 0;
}

#downloads a {
	color: #2b3f6f;
	font-size: 10px;
	font-weight: bold;
	margin: 0 28px 0 28px;
	padding: 0;
	text-decoration: none;
}

#downloads a:hover {
	color: #2b3f6f;
	font-size: 10px;
	font-weight: bold;
	margin: 0 28px 0 28px;
	padding: 0;
	text-decoration: underline;
}

#events {
	background-image: url(../images/events_bg.png);
	background-repeat: no-repeat;
	margin: 0 0 40px 0;
	padding: 42px 0 0 0;
	width: 261px;
}

#events a {
	color: #9e2723;
	font-size: 13px;
	font-weight: bold;
	margin: 0 28px 0 28px;
	padding: 0;
	text-decoration: none;
}

#events a:hover {
	color: #9e2723;
	font-size: 13px;
	font-weight: bold;
	margin: 0 28px 0 28px;
	padding: 0;
	text-decoration: underline;
}

#member {
	background-image: url(../images/member_bg.png);
	background-repeat: no-repeat;
	margin: 0 0 40px 0;
	padding: 42px 0 0 0;
	width: 261px;
}

#admin {
	background-image: url(../images/admin_bg.png);
	background-repeat: no-repeat;
	margin: 0 0 40px 0;
	padding: 42px 0 0 0;
	width: 261px;
}

#mission {
	background-image: url(../images/mission_bg.png);
	background-repeat: no-repeat;
	margin: 0 0 40px 0;
	padding: 42px 0 0 0;
	width: 261px;
}

#mission p {
	color: #2b3f6f;
	font-size: 11px;
	font-weight: bold;
	margin: 0 28px 0 28px;
	padding: 0;
}

#choir_column {
	background-image: url(../images/choir_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	height: 343px;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	width: 230px;
}

#choir_logos {
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
	text-align: center;
	width: 261px;
}

#choir_images {
	clear: left;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 261px;
}

#choir_images img {
	border: 2px solid #d4ded0;
	float: left;
	margin: 20px 0 0 10px;
	padding: 0;
}


/* Right Column - Body */

#content {
	float: right;
	margin: 25px 0 0 0;
	padding: 0;
	overflow: auto;
	width: 512px;
}

#concerts {
	float: right;
	margin: 25px 0 0 0;
	padding: 0;
	overflow: auto;
	width: 512px;
}

#contact {
	float: right;
	margin: 25px 0 0 0;
	padding: 0;
	overflow: auto;
	width: 512px;
}

#concerts_header {
	background-image: url(../images/concerts_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 512px;
}

#contact_header {
	background-image: url(../images/contact_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 512px;
}

#members_header {
	background-image: url(../images/members_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 512px;
}

#music_header {
	background-image: url(../images/music_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 512px;
}


#choir_img {
	border: 2px solid #d4ded0;
	float: left;
	margin: 0 20px 10px 20px;
}

#choir_nav {
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 465px;
}

#choir_nav img {
	float: left;
}

#content p {
	color: #565656;
	font-size: 12px;
	font-weight: normal;
	margin: 0 30px 20px 20px;
	padding: 0;
}

#concerts p {
	color: #565656;
	font-size: 12px;
	font-weight: normal;
	margin: 0 30px 0px 20px;
	padding: 0;
}

#concerts a {
	color: #2b3f6f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content a {
	color: #2b3f6f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #2b3f6f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#content ul {
	color: #565656;
	margin: 10px 30px 10px 40px;
	padding: 0;
}

#content li {
	color: #565656;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#boychoir_overview_header {
	background-image: url(../images/boychoir_overview_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 512px;
}

#boychoir_performing_header {
	background-image: url(../images/boychoir_performing_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 512px;
}

#boychoir_intermediate_header {
	background-image: url(../images/boychoir_intermediate_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 512px;
	
}

#boychoir_prep_header {
	background-image: url(../images/boychoir_prep_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 512px;
	
}

#ovation_main_header {
	background-image: url(../images/ovation_main_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 512px;
	
}

#ovation_girlstrain_header {
	background-image: url(../images/ovation_girlstrain_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 512px;
	
}

#auditions_header {
	background-image: url(../images/auditions_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 512px;
}

#choirs_header {
	background-image: url(../images/choirs_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 470px;
}

#about_header {
	background-image: url(../images/overview_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 512px;
}

#activities_header {
	background-image: url(../images/activities_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 512px;
}

#login_header {
	background-image: url(../images/login_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 512px;
}

#staff_header {
	background-image: url(../images/staff_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 512px;
}

#contact_header {
	background-image: url(../images/contact_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 512px;
}

label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input {
	margin-left: 4.5em;
}


/* Footer */

#footer {
	background-color: #3f4751;
	height: 20px;
	margin: 10px 0 0 0;
}

#footer p {
	font-size: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cbcbcb;
	float: right;
}

#footer_nav {
	color: #cbcbcb;
	margin: 25px 0 0 0;
	padding: 0;
	text-align: right;
	width: 773px;
}

#footer_nav ul { 
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0; 
}

#footer_nav ul li { 
	display: inline;
	font-size: 9px;
	font-weight: normal;
	margin: 0 11px 0 0;
	padding: 0;
}

#footer_nav ul li a{ 
	color: #b7b7b7;
	text-decoration: none;
}

#footer_nav ul li a:hover{ 
	border-bottom: 1px dotted;
	color: #2b3f6f;
}



/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #info_head {
  margin-bottom: -6px;
}

* html #info_foot {
  margin-bottom: -6px;
}

* html #footer {
  margin-bottom: -6px;
}
 
/* End hide from IE5/mac */
