/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: center;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, a, ul, li, lo, div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	padding-left: 62px;
	padding-right: 20px;
	color: #555555;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 23px;
	margin: 0px 0px 25px 20px;
	padding: 0px 0px 0px 39px;
	/*border-bottom: 1px dotted #354B81;*/
	width: 180px;
	background-image:url(images/headergr_arrow.gif);
	background-repeat:no-repeat;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #600004;
	line-height: 19px;
	margin: 12px 0px 20px 35px;
	background-image: url(images/headergr_rounded.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 25px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	margin: 0px 0px 10px 61px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size: 12px;
	font-weight: bold;
	color: #C32E2E;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #C32E2E;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #C32E2E;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	color: #C32E2E;
	text-decoration: underline;
}
/*------------------ LISTS FORMATS --------------------------*/
ul {
	margin: 0px;	
	padding: 0px 25px 15px 60px;
}
		
ul.left {
	float: left;	
}
		
li {
	font-size: 12px;
	font-weight: regular;
	line-height: 19px;
	color:#333333;
	margin: 0px 0px 0px 20px;
		
}

li ul {	
	padding: 0px 25px 0px 10px;
}

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 0 auto;
	padding: 0px;
	margin: 0px;
	text-align:center;
}
/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	background: #ffffff;
	float: left;
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	background-image:url(images/navmenu_bg.jpg);
	background-repeat:repeat-x;
}
/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	width: 84px;
}
/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 84px;
	height: 36px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #7A0805;
	background-image:url(images/navbtn_off.jpg);
	background-repeat:repeat-x;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #7A0805;
	background-image:url(images/navbtn_on.jpg);
	background-repeat:repeat-x;
}
div#navbtm {
	background-image:url(images/navbtm.jpg);
	background-repeat:repeat-x;
	width: 750px;
	height: 15px;
	clear:both;
}
/* ----------------- PAGE CONTAINER ELEMENTS ----------------- */
/*These divs hold the left and right sides of the web page below the header and above the footer - the nav and the main content*/

/* Holds the entire web page from the beginning body tag to the end body tag */
div#all {
	width:760px;
	text-align:left;
	margin: 10px auto;
	padding: 5px;
	background-color:#FFFFFF;
	border: 5px solid #a80303;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header1 {
	padding: 0px;
	margin: 0px;
	width:760px;
	height: 79px;
	background-image:url(images/header1.gif);
	background-repeat:no-repeat;
}
div#header1b {
	padding: 0px;
	margin: 0px;
	width:760px;
	height: 169px;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	clear:both;
	background-color:#FFFFFF
}
/*Formats the main content of the web page */
div#maincontent {
	border: 0px;
	width:750px;
	height: auto;
	padding: 10px 10px 20px 0px;
	background-color:#ffffff;
	background-image:url(images/maincontent-bg.gif);
	background-repeat:repeat-y;
	margin: 0px 0px 0px 0px;
}
/*Formats Contact Info*/
div#contactinfo {
	text-align:center;
	width:760px;
	background-color:#a80303;
}
div#contactinfo p {
	font-size:10px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #ffffff;
	text-align: left;
	line-height: 16px;
}
div#contactinfo a {
	color:#ffffff;
	text-align:center;
	font-size:10px;
}
/* Creates the div container for the footer. */
div#footer {
	font-size: 9px;
	font-weight:bold;
	text-align:center;
	padding: 30px 0px 0px 0px;
	text-transform:uppercase;
	width: 760px;
	height: 55px;
	color:#0F244E;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	clear:both;
}
div#footer p {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	color: #ffffff;
	text-align:center;
	line-height: 13px;
	font-size: 9px;
}
div#footer a:link {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
div#footer a:visited {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
div#footer a:hover {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
div#footer a:active {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
	margin: 0px 0px 5px 15px;
	border: 1px solid #333333;
}

img.border {
	border: 1px solid #333333;
}

img.rightnobrd {
	float: right;
	margin: 0px 0px 5px 15px;
}

.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES or ID's ----------------- */

#admin {
	width: 752px;
	text-align:center;
	padding: 4px;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #000000;
	margin: 0px;
}
#admin a {
	color:#FFFFFF;
	font-size: 10px;
}

#audio {
	float:right;
	padding-right: 20px;
	width: 170px;
}


/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 760px;
	height: 50px;
	color:#333333;
	line-height: 19px;
}
div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
