/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px auto;
	padding: 0px;
	text-align: center;
	background-color: #fff;
}

/* 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: Verdana, 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;
	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: 12px;
	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: #fff;
	padding: 0px;
	margin: 45px 0px 0 30px;
	text-align: left;
	}
	
	address a:link{
	font: bold 12px Arial, Helvetica, sans-serif;
	}
	
/* =Audio
------------------------------------*/
div#audio {
	float: none;
	margin: 0px 0 0px 620px;
	}
	
.login {
	float: right;
	margin: 0px;
	border: none;
	}

.cc {
	float: right;
	margin: 45px 45px 0px 0px;
	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: 275px;
	}

/* 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;
	
}


div#content img.right {
	float: right;
	clear: right;
	margin: 5px 20px 10px 10px;
	border: 1px solid #000;
}

div#content img.left {
	float: left;
	clear: right;
	margin: 5px 10px 10px 20px;
	border: 1px solid #000;
}


/* 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;

	font-size: 14px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	color: #213b43;
	background-color: #fff;
	}

ul#footer{
	padding:0;
	margin: 125px 0 0 35px;
		color: #213b43;
		text-decoration: none;
}

ul#footer li {
	display: inline;
		color: #213b43;
		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: #213b43;
	text-decoration: none;
	margin: 0px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	width: 770px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #213b43;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #fff;
	}
div#copyright a {
	font-size: 9px;
	color: #213b43;
	text-decoration: underline;
	font-weight: normal;
}


/*  =Main Navigation
---------------------------------------------*/
#mainnav {
width:750px;
height:42px;
margin:2px 0 0 20px;
padding:0;
float:left;
}

ul#nav {
margin:0;
padding:0;
list-style-type:none;
}

ul#nav li {
float:left;
margin:0 auto;
padding:0;
display:inline;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
margin:0  0 0 0;
padding:21px 8px 21px 8px;
display:run-in;
line-height:42px;
font-size:12px;
font-weight: bold;
text-decoration:none;
text-align:center;
color:#fff;
height:42px;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {

color: #fff;
background-color: #27464f;
height:42px;
padding:21px 8px 21px 8px;
}


/* ----------------- CUSTOM CLASSES ----------------- */
div#flash {
	float: right;
	width: 250px;
	height: 200px;
	margin: 5px 30px 10px 10px;

}


.bold {
	font-weight:bold;
	}
	
#clear {
		clear:both;}