@charset "utf-8";

/*---global styles---*/

body {
	background-image: url(../_images/bricks.jpg);
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	width: 1000px;
	height: 201px;
}

#headerLogo {
	float: left;
	height: 165px;
	width: 278px;
}

#headerImg {
/*	width: 722px;*/
	height: 165px;
	background-image: url(../_images/header_img.jpg);
	margin-left: 278px;
}

ul#mainNav {
	list-style-type: none;
	position: relative;
	width: 1000px;
	height: 36px;
	margin: 0;
	padding: 0;
	background: url(../_images/main_nav_bg.jpg);
}

li#mainNav1 {
	position: absolute;
	left: 62px;
	width: 73px;
	height: 36px;
	background: url(../_images/main_nav_btns.gif) no-repeat 0 0;
}

li#mainNav2 {
	position: absolute;
	left: 135px;
	width: 72px;
	height: 36px;
	background: url(../_images/main_nav_btns.gif) no-repeat -73px 0;
}

li#mainNav3 {
	position: absolute;
	left: 207px;
	width: 71px;
	height: 36px;
	background: url(../_images/main_nav_btns.gif) no-repeat -145px 0;
}

li#mainNav4 {
	position: absolute;
	left: 278px;
	width: 73px;
	height: 36px;
	background: url(../_images/main_nav_btns.gif) no-repeat -216px 0;
}

li#mainNav5 {
	position: absolute;
	left: 351px;
	width: 73px;
	height: 36px;
	background: url(../_images/main_nav_btns.gif) no-repeat -289px 0;
}

li#mainNav6 {
	position: absolute;
	left: 424px;
	width: 76px;
	height: 36px;
	background: url(../_images/main_nav_btns.gif) no-repeat -362px 0;
}

li#mainNav7 {
	position: absolute;
	left: 500px;
	width: 76px;
	height: 36px;
	background: url(../_images/main_nav_btns.gif) no-repeat -438px 0;
}

ul#mainNav a {
	display: block;
	width: 75px;
	height: 36px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

li#mainNav1 a:hover, .mainNav1Current { background: url(../_images/main_nav_btns.gif) no-repeat 0 -36px;}
li#mainNav2 a:hover, .mainNav2Current { background: url(../_images/main_nav_btns.gif) no-repeat -73px -36px;}
li#mainNav3 a:hover, .mainNav3Current { background: url(../_images/main_nav_btns.gif) no-repeat -145px -36px;}
li#mainNav4 a:hover, .mainNav4Current { background: url(../_images/main_nav_btns.gif) no-repeat -216px -36px;}
li#mainNav5 a:hover, .mainNav5Current { background: url(../_images/main_nav_btns.gif) no-repeat -289px -36px;}
li#mainNav6 a:hover, .mainNav6Current { background: url(../_images/main_nav_btns.gif) no-repeat -362px -36px;}
li#mainNav7 a:hover, .mainNav7Current { background: url(../_images/main_nav_btns.gif) no-repeat -438px -36px;}

.holder {
}

#content {
	width: 900px;
	margin: 0 38px 0 62px;
	padding: 0;
}

#contentBg {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	background: #ECE3D1 url(../_images/content_bg.gif) repeat-y;
}

#mainContent {
	background-color: #ECE3D1;
	float: left;
	width: 604px;
	margin: 0;
	padding: 0px 15px 15px 40px;
	overflow: hidden;
}

#sidebar {
	background: #970F00;
	float: right;
	margin: 0;
	width: 211px;
	padding: 25px 15px 15px 15px;
}

#footer {
	width: 870px;
	background-color: #000000;
	margin: 0 38px 0 62px;
	padding: 10px 15px 10px 15px;
}

img {
	border:none;
}

.clear {
	clear: both;
	font-size: 0.1em;
}

.red {
	color:#970F00;
}

/*---typographic styles---*/

div, h1, h2, h3, p, span, ul, ol, li, dl, dd, dt, img {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

a:link, a:visited {
	color: #055E86;
}

a:hover, a:active {
	color: #970F00;
}

h1 {
	font-size:1.2em;
	font-weight: bold;
	line-height: 1.4;
	color: #970F00;
	margin-bottom: 0.2em;
	margin-top: 1.2em;
}

h2 {
	font-size:1.0em;
	font-weight: bold;
	line-height: 1.2;
	color: #970F00;
	margin-top: 1.4em;
	margin-bottom: 0.2em;
}

p {
	font-size:0.8em;
	font-weight: normal;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 0.6em;
}

#footer p {
	font-size:0.6em;
	font-weight: normal;
	line-height: 1.2;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
}

#footer a:hover, #footer a:active {
	color: #970F00;
}

.properName {
	font-style: italic;
}

/*---area specific styles---*/

#sidebar img {
	display:block;
	border: none;
	margin: 7px auto 0 auto;
}

#sidebar p img {
	border: none;
	margin: auto;
	margin: 7px 0;
}

#sidebarQuote {
	background: url(../_images/quotes.gif) no-repeat;
	width: 210px;
	height: 241px;
	clear: both;
}

.swirl {
	background: url(../_images/swirl.gif) no-repeat center;
	width: 210px;
	height: 40px;
	padding-top: 10px;
}

#homeNote {
	float: right;
	margin: 30px 0 10px 10px;
	background: url(../_images/music_paper.jpg) no-repeat;
	width: 163px;
	height: 238px;
	padding: 40px 40px 40px 40px;
}

#homeNote h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

#homeNote p {
	margin-bottom: 10px;
	font-size: 0.88em;
}

.homeImg {
	float: left;
	width: 200px;
	margin: 10px 25px 25px 0;
	border: 2px solid #970F00;
}

.redBorder {
	border: 2px solid #970F00;
	margin: 10px 10px 10px 0;
}


.aboutImg {
	float: left;
	width: 104px;
	margin: 35px 20px 15px 0;
}

.about {
	float: right;
	width: 470px;	
	margin: 10px 10px 15px 0;
}

.about h1 {
	font-size: 1.0em;
}

#flashplayer {
	width: 350px;
	border: 1px solid #660000;
	margin-bottom: 20px;
}

#newsIndex {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-top: 10px;
}

#newsIndex h1 {
	background-color: #970F00;
	color: #FFFFFF;
	font-size: 0.6em;
	font-style: italic;
	margin: 20px 0 10px 0;
	line-height: 1.0em;
	padding: 5px;
}

#newsIndex h2 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

#newsItem {
	float: right;
	width: 402px;
	border: 1px solid #970F00;
	padding: 10px;
	margin-top: 30px;
}
	
#newsItem h1 {
	font-size: 1.0em;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

#newsItem img {
	float: right;
	margin: 0 0 10px 10px;
}

#newsItem h2 {
	font-size: 0.6em;
	margin: 0 0 10px 0;
	line-height: 1.2em;
	font-style: normal;
}

#mainContent #frmContact .label {
	width: 150px;
	float: left;
	font-size: 0.8em;
}

#mainContent #frmContact .text {
	width: 200px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#lvmSubmit {
	margin-left: 150px;
	margin-top: 15px;
	width: 70px;
	height: 30px;
	background:url(../_images/submit.gif);
}

#reCaptcha {
	margin-left: 150px;
}