/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff url(images/background.jpg) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}



/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h5 {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	}
h1 {
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px solid #6D080D;
	padding: 10px 0px 10px 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}
h3 {
	font-size: 14px;
	color: #000000;
	margin-left: 20px;
	margin-right: 30px;
	border-bottom: 1px solid #6D080D;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 19px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 15px;
	padding-bottom: 5px;
}

td {
	line-height: 18px;
}
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:12px;
	color:#780B12;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}
a:visited {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:hover {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:active {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}

div#content a{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
	text-transform:none;
	padding:0;
	margin:0;
}


div#content a:hover{
	font-size:12px;
	color:#990000;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
	text-transform:none;
	padding:0;
	margin:0;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.rightimg {
	float: right;
	margin: 10px 20px;
	clear: both;
	border: 1px solid #999999;
	
}
.leftimg {
	float: left;
	clear: right;
	margin: 10px 20px 20px;
	border: 1px solid #B0B0B0;
}
.middleimg {
	float: left;
	margin: 10px 0px;
	border: 1px solid #B0B0B0;
	
}

.right {
	float: right;
	clear: both;
	border: 1px solid #999999;
	margin: 15px 0px 5px 20px;
}
	
.clear {
	clear: both;
}

.clearleft {
	clear:left;}

.center {
	font-size: 14px;
	color: #990000;
	text-transform: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 21px;
	font-style: normal;
}


.centerpic {
	text-align: center;
	border: 1px solid #999999;
	padding: 0px;
	margin-bottom: 10px;
	left: auto;
	right: auto;
	width: auto;
	margin-top: 10px;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content.gif);
	background-repeat: repeat;
}
div#header {
	height: 261px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}



div#sidebar {
	float: left;
	position: relative;
	width: 230px;
	padding: 0px 0 0 10px;
	margin: 0px;}
		div#sidebar img {
		text-align:center;
		padding:0 0 10px 0;}
	
div#content {
	width: 600px;
	padding: 30px 0px 20px;
	float: left;
	/*position: relative;*/
	margin: 0px;

} 
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
}
div#content ul li{
	padding-left: 20px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 30px;
} 

div#footer {
	clear: both;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #760B11;
	padding: 30px 0px 0px;
	background-image: url(images/footer.gif);
	height: 14px;
	position: relative;
		
	
}
div#footer  a:link, a:visited {
	color: #484848;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
div#footer  a:hover {
	color: #6D080D;
	font-size: 10px;
	font-weight: bold;
}



div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #090909;
	clear: both;
	padding-top: 10px;
}

div#copyright a:link, div#copyright a:visited {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #780B12;
	font-weight: bold;
	
}
	
div#admin {
	padding: 10px 0px 0px;

}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}
/*--------addresss-----------*/
address {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 45px;
		
}

address a:link{
	font-size:11px;
	color: #990000;
	font-weight: bold;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;

}


div#flash {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	height: 193px;
	
}


/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	width: 834px;
	position: absolute;
	left: 8px;
	z-index: 2;
	bottom: 3px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FEFCFC;
	display: block;
	float: left;
	font: normal 11px Tahoma;
	padding: 26px 10px 26px 10px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px dotted #000000;
	border-left: 1px solid #333333;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #96121F;
	width: auto;
	background: #FEFCFC;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FEFCFC;
	width: auto;
	background: #000000;
}



/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px;
	float: left;
	clear: none;
	margin: 0px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 180px;
	padding-left: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
}	
div#rightpara {
	float: left;
	width: 320px;
	padding-left: 0px;
	padding-bottom: 10px;

}

div#columnpara ul{
	float: left;
	width: 140px;
	margin:0;
	padding:0;}
	div#columnpara ul li {
	padding: 5px 0 5px 15px;
	margin:0;
	list-style: none;
	background: url(images/bullet.gif) 0 0 no-repeat;
	margin-left: 30px;}

div#para{
	float: left;
	text-align: left;
	padding: 10px 5px 30px 35px;
	margin: 0px;
}

div#column {
	width: 510px;
	background: #EFEFEF;
	border: 1px solid #000000;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

.empasisred/* Class for text for emphasis */
 {
	color: #780B12;
	font-weight: bold;
	font-size: 13px;

}
.empasisblack {
	color: #000000;
	font-weight: bold;
	font-size: 13px;

}


div#iframe {
	margin-left:-10px;
}
/*----audio------------*/

div#audio {
	margin: 0px;
	padding: 0px;
	top: -1px;
	height: 48px;
	width: 228px;
	left: 10px;
	position: absolute;
}

/* web audio applet */


div#applet {
	width: 210px;
	height: 130px;
	background-image: url(images/webaudio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 8px;
}


li img { text-align:center; border:1px solid #CCCCCC;}
