@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #191212;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
}
a {
	color: #73061f;
	text-decoration: none;
}
a:hover {
	color: #73061f;
	text-decoration: underline;
}
h1 {
	color: #FFF;
	font-family: Calibri, Arial, sans-serif;
	font-size: 64px;
	font-weight: normal;
}
h2 {
	color: #73061f;
	margin: 0;
	padding: 0 0 10px 10px;
	display: block;
	font-size: 24px;
}
h3 {
	color: #FFF;
	margin: 0;
	padding: 0;
	background-color: #73061f;
	font-size: 18px;
}
img {
	border: none;

}
.img {
	display: block;
	margin: 10px auto;
}




#top_banner {
	background-image: url(../_images/top_banner.jpg);
	background-repeat: repeat-x;
	height: 53px;
	display: none;
}
#top_banner #nav {
	width: 100%;
	margin: 0 1%;
	padding: 0;
	height: 53px;
	display: block;
	min-width: 980px;
}
#top_banner #nav ul {
	display: block;
	margin: 0 auto;
	padding: 0px;
	width: 95%;
}

#top_banner #nav ul li {
	list-style-type: none;
	float: left;
	color: #FFF;
	height: 38px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0 0 0;
	width: 8%;
	text-align: center;
	display: block;
}
#top_banner #nav ul li.home , #top_banner #nav ul li.news{
	width: 7%;
}
#top_banner #nav ul li.repertoire {
	width: 9%;
}
#top_banner #nav ul li.publicity {
	width: 10%;
}

#top_banner #nav ul li.background {
	width: 12%;
}

#top_banner #nav ul li.photos {
	width: 13%;
}

#top_banner #nav ul li.choir     {
	width: 17%;
}


#top_banner #nav ul li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#top_banner #nav ul li a:hover {
	color: #73061f;
	text-decoration: none;
}
#top_banner #sub_nav {
	height: 35px;
	background-image: url(../_images/sub_nav.png);
	background-repeat: no-repeat;
	width: 500px;
	position: relative;
	z-index: 30;
	display: block;
	float: right;
	margin-right: 2%;
}
#top_banner #sub_nav ul {
	list-style-type: none;
	color: #FFF;
	width: 470px;
	margin: 7px 0 0 15px;
	padding: 0;
}
#top_banner #sub_nav ul li  {
	font-weight: bold;
	font-size: 16px;
	display: block;
	float: left;
}
#top_banner #sub_nav ul li a {
	color: #FFF;
	text-decoration: none;
}
#top_banner #sub_nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#top_banner #sub_nav ul li.email {
	width: 75%;
}
#top_banner #sub_nav ul li.login {
	width: 25%;
}


/*#top_banner #nav #sub_nav ul li.email {
	font-weight: normal;
	padding-top: 10px;
	width: 65%;
	padding-left: 15px;
}
#top_banner #nav #sub_nav ul li.login {
	font-weight: normal;
	padding-top: 10px;
	width: 22%;
}*/
#wrapper {
	clear: both;
	width: auto;
	margin: 0 auto;
	padding: 0;
	height: 1050px;
	min-width: 980px;
}
#header {
	margin: 0 auto;
	padding: 0;
	display: none;
}
#header #tagline {
	background-image: url(../_images/tagline.png);
	background-repeat: no-repeat;
	height: 83px;
	width: 480px;
	position: relative;
	z-index: 20;
	left: 40px;
	top: -20px;
}
#header #image {
	background-image: url(../_images/choir_header.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 404px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	min-width: 1024px;
	background-position: left top;
}
#title span   {
	display: inline;
}
#header #title {
	color: #FFF;
	text-align: right;
	width: 438px;
	float: right;
	position: relative;
	background-image: url(../_images/title.png);
	background-repeat: no-repeat;
	height: 120px;
	right: 30px;
}

#content_box  {
	background-image: url(../_images/background_box.png);
	background-repeat: repeat;
	clear: both;
	position: relative;
	top: 0px;
	margin: 0 auto;
	z-index: 20;
	width: 95%;
	padding: 1px 0 1px 0;
	min-width: 980px;
}
#content_box #white {
	background-color: #FFF;
	margin: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}


#content_box #content {
	background-color: #FFF;
	margin: 10px;
	padding: 10px 0px;
	border: 2px solid #73061f;
	width: auto;
}
#content_box #content #column_one {
	width: 234px;
	float: left;
}

#content_box #content #column_one p, #content_box #content #column_three p {
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}

#content_box #content #column_one h3, #content_box #content #column_three h3 {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#content_box #content #column_one .right, #content_box #content #column_three .right {
	display: none;
	text-align: right;
	padding: 0 10px 10px 0;
}
#content_box #content #column_two {
	margin-left: 250px;
	margin-right: 250px;

}
#content_box #content #column_two p {
	text-align: justify;
}

#content_box #content #column_three {
	width: 234px;
	float: right;
}
#content_box #content #column_three h3 {
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 10px;
}
#content_box #content #clear {
	clear: both;
	margin: 0;
	padding: 0;
}


#footer {
	clear: both;
	position: relative;
	top: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


#footer #foot_one {
	width: 15%;
	float: left;
	display: none;
}
#footer #foot_two , #footer #foot_three, #footer #foot_four, #footer #foot_five{
	width: 21%;
	float: left;
	padding-top: 20px;
	display: none;
}

#footer #foot_two ul, #footer #foot_three ul, #footer #foot_four ul, #footer #foot_five ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer #foot_two ul li, #footer #foot_three ul li, #footer #foot_four ul li, #footer #foot_five ul li {
	background-image: url(../_images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#footer #copyright {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 96%;
	position: relative;
}

