/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #6a6a6b;
	background-image: url(images/bg.jpg);
	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, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: 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: 11px;
	line-height: 16px;
	color: #000;
	margin-right: 35px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

ul li {
	font-size: 11px;
	line-height: 16px;
	color: #000;
	margin: 0 0 0 50px;
	}
	
ul.left {
	float: left;
	margin-left: 3px;
	list-style-position: inside; 
	list-style-type: disc;
	}

ul.right{
	float: right;
	margin-right: 5px;
	list-style-position: inside; 
	list-style-type: disc;
	}

h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 25px;
	text-transform: uppercase;
	text-indent: 5px;
	margin-top: 0px;
}
h2 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
}


/* Creates the general link style for the site. This is not the main navigation.  */


a:link {
	color: #6699CC;
	font-weight: bold;
}
a:visited {
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
}


/* =Address
------------------------------------*/
address {
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px 0px 0 0px;
	margin: 20px 0px 0 35px;
	text-align: left;
	}
	
	address a:link{
	font: normal 12px Arial, Helvetica, sans-serif;
	}
	
/* =Audio
------------------------------------*/
div#audio {
	float: none;
	margin: 0px 0 0px 620px;
	}
	
.login {
	float: right;
	margin: 0px;
	border: none;
	}

.cc {
	float: left;
	margin: 45px 0px 0px 25px;
	border: none;}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	}

/* Creates the div container for the site. */
div#container {
	background: url(images/content_bg.gif) repeat-y;
	width: 770px;
	margin: 0px auto 0px auto;
	}


/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px ;
	padding: 0px;
	width: 770px;
	
}


img.right {
	float: right;
	clear: right;
	margin: 10px 25px 10px 10px;
}

img.left {
	float: left;
	margin: 10px 10px 10px 0px;
}

/* Creates the div container for the footer. */
div#footer {
	float: left;
	width: 770px;
	clear: both;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 130px;
	font-size: 14px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #fff;
	background-color: #6a6a6b;
	}

ul#footer{
	padding:0;
	margin: 100px 0 0 35px;
		color: #fff;
		text-decoration: none;
}

ul#footer li {
	display: inline;
		color: #fff;
		text-decoration: none;
		margin: 0px;
}
ul#footer li a:link, ul#footer li a:visited, ul#footer li a:active {
	padding:0;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	width: 770px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #6a6a6b;
	
	}
div#copyright a {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}


/*  =Main Navigation
---------------------------------------------*/
#mainnav {
width:500px;
height:42px;
margin: 0;
padding: 0px 0 0 270px;
float:left;
}

ul#nav {
margin:0;
padding:0;
list-style-type:none;
}

ul#nav li {
float:left;
margin:0px;
padding:0 0 0 0;
display:inline;
background-image: url(images/nav_bg.gif);
background-repeat: no-repeat;
width: 98px;
text-align: center;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
margin:0  0 0 0px;
padding:0px;
display:run-in;
line-height:42px;
font-size:12px;
font-weight: bold;
text-decoration:none;
color:#fff;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {

color: #fff;
float:left;
margin:0px;
padding:0 0 0 0;
display:inline;
background-image: url(images/nav_on.gif);
background-repeat: no-repeat;
width: 98px;
text-align: center;
}


/* ----------------- CUSTOM CLASSES ----------------- */
.flash {
	float: left;
	width: 415px;
	height: 107px;
	margin: 30px 0px 0px 26px;

}


.bold {
	font-weight:bold;
	}
	
#clear {
		clear:both;}
		
#flash{
float:left;
width:286px;
height:137px;
padding-left:20px;
padding-top:16px;
}div#number {
	color: #323952;
	position: absolute;
	top: 162px;
	left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}
div#list {
	float: right;
	margin-right: 30px;
	background-color: #E2E2E2;
	padding-right: 30px;
	margin-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}
