/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}

/* 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, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888888;
}
/* Redefines the p tag */
p {
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	font-weight: 100;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
}

.textcolor {
	color: #000000;
}

.boldstrong {
	font-weight: bold;	
	}

.blacksize {
	color: #000000;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}

.redsize {
	color: #40141c;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}

.largefont {
	font-size: 16px;
	font-weight: bold;
}

.largerfont {
	font-size: 19px;
	font-weight: bold;
}

.fontcenter {
	color: #40141c;
	text-align: center;
}

.fontred {
	color: #40141c;
	font-weight:bold;
}

h1 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 19px;
	margin-right: 9px;
	margin-left: 5px;
	text-align: left;
}

h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

h3 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Creates the div for the address information at the bottom of the page.  */

div#addylist {
	width: 960px;
	height: 75px;
	margin: 7px auto 0px auto;
	padding: 10px 0px 10px 0px;
	background-image: url(images/addy_bg.gif);
	border: 0px solid #ffffff;
}

div#addylisttext1 {
	float: left;
	width: 319px;
	margin: 0px auto;
	border-right: 1px solid #000000;
}

div#addylisttext2 {
	float: left;
	width: 319px;
	margin: 0px auto;
	border-right: 1px solid #000000;
}

div#addylisttext3 {
	float: left;
	width: 319px;
	margin: 0px auto;
	border: 0px solid #000000;
}

address {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	width: 275px;
	height: 42px;
	color: #ffffff;
	font-weight: 100;
	margin: 5px auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	line-height: 15px;
	background-color: #2294de;
	border: 1px solid #ffffff;
}
address a:link, address a:visited {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #ffffff;
}
address a:hover {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #ffffff;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	height: 349px;

}

div#flash {
	position: static;
	width: 990px;
	height: 269px;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 313px;
	right: 5px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* NAVIGATION CONTAINER */
div#nav {
	width: 990px;
	text-align: left;
	height: 40px;
	margin-left: 5px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background-image:url(images/nav-bg.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#FFFC96;
	color: #40141c;
}

/* UL TAG */
div#nav ul {
	margin: 0;
	padding:0;
	list-style:none;
	text-transform:capitalize;

	} 

div#nav li {
	margin: 0px;
	padding:0px 0px 0px 3px;
	line-height:normal;
	text-indent: 3px;
	float: left;
	background: #FFFDB2;
	}

div#nav li a {
	display:block;
	padding: 14px 4px 14px 4px;
	color: #40141c;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	font-size: 12px;
}

div#nav li a:hover {
	background-image:url(images/nav-bg.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#FFFC96;
	color: #40141c;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.jpg) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;	
	position: relative;
}

/* Creates the div for the content */
div#content {
	width: 980px;
	margin: 0px auto;
}

/* Creates the div for the map on the location page */
div#map {
	width: 550px;
	height: 400px;
	margin: 0px auto; 
	padding: 2px;
	border: 2px solid #ffffff;
}

.cc {
	padding: 2px;
	margin: 10px auto 0px auto;
	border: 1px solid #ffffff;
}

.left {
	float: left;
	padding: 2px;
	margin: 15px 0px 15px 10px;
	border: 1px solid #ffffff;
}

.right {
	float: right;
	padding: 2px;
	margin: 15px 10px 15px 0px;
	border: 1px solid #ffffff;
}

.logos {
	padding: 2px;
	margin: 15px auto 15px auto;
	border: 1px solid #ffffff;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	font-weight: 100;
	width: 990px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 41px;
}

div#footerholder {
	text-align: center;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color: #7f1c07;
	text-decoration:none;		
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height: 19px;
	margin-bottom: 5px;
}

li {
	font-size: 14px;
	color:#000000;
	font-weight: 100;
}

div#iframe {
	width: 500px;
	padding: 0px;
	clear: left;
	margin: 20px auto;
}

.clear {
	clear: both;
	margin-top: 0px;
}


/* Creates the div for the columns on the home page.  */

div#homepagelist {
	width: 970px;
	margin: 0px auto 5px auto;
	padding: 0px 0px 15px 0px;
	background-image: url(images/addy_bg.gif);
	border: 0px solid #00ffff;
}

div#homepage1 {
	float: left;
	width: 330px;
	height: 510px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background-color: FFFC96;
	border-right: 0px solid #1d2055;
}

div#homepage2 {
	float: left;
	width: 299px;
	height: 510px;
	margin: 0px auto;
	background-color: FFFC96;
	border-right: 0px solid #1d2055;
}

div#homepage3 {
	float: right;
	width: 300px;
	height: 625px;
	margin: 0px auto;
	background-color: #5d4529;
	border: 0px solid #1d2055;
}

div#logos {
	width: 285px;
	margin: 0px auto;
	background-color: FFFC96;
}

div#iframebox {
	position: absolute;
	top: 310px;
	right: 35px;
	border: 0px solid #000000;
}

/* Creates the div for the columns on the other pages.  */

div#homepage4 {
	float: left;
	width: 638px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	border-right: 10px solid #1d2055;
}

div#homepage5 {
	float: left;
	width: 320px;
	height: 600px;
	margin: 0px auto;
	border: 0px solid #1d2055;
}

div#homepage6 {
	float: left;
	width: 230px;
	margin-top: 15px;
	padding: 20px 0px 0px 0px;
	border-right: 0px solid #1d2055;
}

div#homepage7 {
	float: left;
	width: 415px;
	margin-top: 15px;
	padding: 0px 0px 0px 10px;
	border: 0px solid #1d2055;
}

div#homepage8 {
	float: left;
	width: 645px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	border: 0px solid #1d2055;
}

div#iframebox2 {
	position: absolute;
	top: 400px;
	right: 38px;
	border: 0px solid #000000;
}

