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

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background: #41658d;
}

/* 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: 10px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

ul li {
	font-size: 11px;
	line-height: 16px;
	color: #000;
	}
	
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: #41658d;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
	text-indent: 5px;
	margin-top: 15px;
}
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 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px;
	margin: 30px 0px 20px 10px;
	text-align: center;
	}
	
address a:link {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px;
	margin: 30px 0px 20px 10px;
	text-align: center;
	}	
	
/* =Audio
------------------------------------*/
div#audio {
	float: none;
	margin: 0px 0px 0px 660px;
	}
	
.imglog {
	margin: 0px 0 -20px 450px;
	padding: 0;
	border: none;
	}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 770px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: url(images/header.gif) no-repeat;
	height: 192px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/content_bg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* Creates the div for the nav or sidebar */
div#nav {
	float: right;
	width: 167px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align:center;
}
/* Creates the div for the content */
div#content {
	float: left;
	margin: 10px 0 10px 5px;
	padding: 5px;
	width: 568px;
	border: 1px solid #41658d;
}

div#content img {
	padding: 2px;
	margin: 0px 15px 20px 0px;
	border: 1px solid #4c4133;
	text-align: left;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
}

/* Creates the div container for the footer. */
div#footer {
	clear:both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	color: #fff;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	}
	
div#footer a {
	color: #fff;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}	
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto;
	padding: 0px;
	}
div#copyright a {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	padding: 0px;
	margin: 0px;
	width: 164px;
	vertical-align: top;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: 164px;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 5px 0px 4px 2px;
	text-indent: 10px;
	margin: 0px 10px 0 0;
	text-transform: uppercase;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #27476a;
	background: #fff;
}

/* ----------------- CUSTOM ----------------- */
.bold {
	font-weight:bold;
	}
	
div#clear {
	clear:both;
	}
	
div#flash {
	float:right;
	}
