/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #F5EFE1;
	text-align: center;
}
#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* ------------------- Branding ------------------------------------ */
#branding {
	text-align: left;
	width: 910px;
	height: 259px;
}
#logo {
	float: left;
	background-image: url(images/main_logo.jpg);
	height: 258px;
	width: 233px;
}
#logo a {
	text-indent: -3000px;
	display: block;
	height: 250px;
}
#hero {
	float: right;
	background-image: url(images/people.jpg);
	height: 211px;
	width: 637px;
	margin-top: 48px;
}
#inner_wrapper {
	clear: both;
}
/* ------------------- Left Column ------------------------------------ */
#left_column {
	float: left;
	padding-bottom: 40px;
}
#left_nav {
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bcb291;
	width: 213px;
	margin-top: 25px;
}

#left_nav ul{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#left_nav ul li{
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#left_nav ul li a{
	color: #342b67;
	text-decoration: none;
	text-align: left;
	font-size: 17px;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcb291;

} 
#left_nav ul li a:hover, #left_nav ul li a:focus{
	color: #A22511;

}
.nav_home {
	background-image: url(images/home_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_next {
	background-image: url(images/next_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_news {
	background-image: url(images/news_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_recent {
	background-image: url(images/previous_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_about {
	background-image: url(images/about_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_music {
	background-image: url(images/music_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_australia {
	background-image: url(images/aussy_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_join {
	background-image: url(images/join_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_rehearsals {
	background-image: url(images/rehearsal_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_programmes {
	background-image: url(images/programmes_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_links {
	background-image: url(images/links_iocn.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav_contact {
	background-image: url(images/contact_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* ------------------- Main Area ------------------------------------ */
#container {
	float: left;
	width: 637px;
	margin-left: 50px;
	margin-top: 27px;
	padding: 0px;
	margin-bottom: 0px;
}
#container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	color: #9c2513;
	margin-bottom: 6px;
	padding: 0px;
	margin-top: 0px;
}
.blue {
	color: #251A5F;
}
/* -------------------Homepage Columns ------------------------------------ */
#holder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bcb291;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#holder_inner {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #bcb291;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#holder_inner p {
	font-size: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
	color: #383838;
	font-family: Arial, Helvetica, sans-serif;
}
#holder_inner a {
	color: #9c2513;
	text-decoration: none;
}
#holder_inner a:hover {
	color: #251A5F;
	text-decoration: underline;
}

.clearing {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

#inner_left {
	float: left;
	width: 316px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#inner_right {
	float: left;
	width: 296px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCB291;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#holder_inner h2 {
	font-size: 22px;
	color: #383838;
	font-weight: normal;
	padding-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#holder_inner h3 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #383838;
	font-family: Arial, Helvetica, sans-serif;
}
#holder_inner h4 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #732030;
	font-family: Arial, Helvetica, sans-serif;
}
#holder_inner h5 {
	font-size: 16px;
	font-weight: bold;
	color: #383838;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
#holder_inner h6 {
	font-size: 14px;
	color: #732030;
	font-weight: bold;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
#holder_inner ul {
	margin-left: 25px;
	list-style-type: circle;
	padding-bottom: 8px;
}
#holder_inner li {
	padding-bottom: 1px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #383838;
}
#holder_inner ol {
	margin-left: 30px;
	padding-bottom: 8px;
}
/* ------------------- Call To Action Boxes ------------------------------------ */
#boxes {
	clear: both;
	margin-top: 20px;
	width: 635px;
	text-align: right;
	margin-bottom: 20px;
	height: 120px;
}
#boxes a {
	text-align: right;
	font-size: 17px;
	color: #3f3252;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 62px;
	display: block;
	width: 100px;
	float: right;
}
#boxes a:hover {
	text-decoration: underline;
	color: #9C2513;

}
#news {
	float: left;
	background-image: url(images/news_back.gif);
	height: 111px;
	width: 195px;
	margin-right: 34px;
}
#next {
	background-image: url(images/calendar_back.gif);
	float: left;
	height: 111px;
	width: 185px;
}
#join {
	background-image: url(images/woman_back.jpg);
	float: right;
	height: 111px;
	width: 196px;
}
/* ------------------- Concert Tables------------------------------------ */
#tble_next_concert {
	width: 637px;
	background-image: url(images/table_back.gif);
	background-position: left bottom;
	border: 1px solid #bcb291;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f3f3f;
}
#tble_next_concert th {
	background-color: #efe9d4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcb291;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #4c3f15;
}
#tble_next_concert td {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #efe9d4;
	vertical-align: top;
}
#tble_next_concert .heading .desc {
	width: 250px;
	padding-left: 10px;
}
#tble_next_concert .heading .venue {
	width: 150px;
}
#tble_next_concert .heading .date {
	width: 75px;
	padding-left: 10px;
}
#tble_next_concert .heading .time {
	width: 75px;
	padding-left: 10px;
}
#tble_next_concert .heading .h_title {
	width: 150px;
	padding-left: 10px;
}
.red {
	color: #9C2513;
	font-weight: bold;
}

/* ------------------- Contact Form ------------------------------------ */
/* Ccontact Form CSS */


#contactEmail {
	margin-left: 60px;
	margin-bottom: 50px;
	color: #333333;
}
#holder_inner fieldset {
	width: 430px;
	border: 1px solid #A75245;
	padding: 7px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#holder_inner fieldset table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#holder_inner fieldset input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #bcb291;
	padding: 2px;
	background-color: #fcf9f0;
}

#holder_inner fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #bcb291;
	padding: 2px;
	background-color: #fcf9f0;
}
.linebox {
	width: 250px;
}

.submitbutton {
	color: #000000;
	background-color: #A75245;
	font-weight: bold;
}
#contactSubmit {
	background-color: #A75245;
}



#holder_inner legend {
	color: #342B67;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}


/* -------------------Footer ------------------------------------ */
#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	display: block;
	height: 50px;
}
#footer_middle {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#footer_middle p {
	float: right;
	color: #F5EFE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 30px;
}
#footer_middle a:link, #footer_middle a:visited {
	color: #FFF9F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer_middle a:hover {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#holder_inner img {
	background-color: #EFE9D4;
	padding: 5px;
	border: 1px solid #BCB291;
	margin-right: 20px;
	margin-left: 20px;
}
#holder_inner iframe {
	margin-left: 100px;
	height: 350px;
	width: 450px;
	border: 2px solid #A75245;
}
.hun {
	width: 100px;
}
#contactEmail label {
	font-weight: bold;
}
#player {
	margin-top: 20px;
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}
