/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {margin: 0; padding: 0; background: #005996;}

p, h1, h2, h3, h4, h5, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
p, ul {font-size: 14px;}

h1 {
	color: #005996;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #009EDD;
}

h2 {font-size: 15px;}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	color: #005996;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {color: #333; text-decoration: none;}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/

div#container {
	margin: 0;
	padding: 0;
	clear: left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #FFF;
	line-height: 1.2em;
}


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	padding: 0;
	width: 750px;
	height: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* 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 {
	width: 750px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #009EDD;
	border: 1px solid #000;
	float: left;
	}

/* 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 {
	margin: 0 auto;
	padding: 0;
	display: inline;
	float: left;
	}

/* 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;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	margin: 0;
	border-right: 1px solid #000;
	color: #FFF;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 17px;
	padding-bottom: 4px;
	padding-left: 17px;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	background-color: #FFF;
	color: #005996;
}
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #F7921C;
	color: #FFF;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	clear: both;
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #000;
}

img.right1 {
	clear: both;
	float: right;
	margin: 0 20px 5px 10px;
	border: 1px solid #000;
}

img.normal {margin: 3px; border: 1px solid #000;}
.clear {clear: both;}
.border {border: 1px solid #000;}

/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
	margin: 0;
	padding: 0 5px 5px;
	color: #FFF;
	background: #009EDD;
	border: 1px solid #000;
}

div#footer p {font: 18px Verdana, Arial, Helvetica, sans-serif; text-align:center; padding-top: 5px;}
div#footer a:link, div#footer a:visited, div#footer a:active {color: #FFF; margin-top: 10px;}
div#footer big {font: bold 16px/1.5em Verdana, Arial, Helvetica, sans-serif; text-align: center;}
span.medium {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
}

div#copyright, div#copyright a {
	margin: 5px auto;
	padding: 0;
	width: 350px;
	font: 9px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
}

/* ----------------- CUSTOM CLASSES ----------------- */


.center {
	display: block;
	text-align: center;
}
div#border {
	background: #005996;
	padding: 0;
	width: 752px;
	margin: 10px auto 0;
	text-align: center;
}
div#signin, div#signin a {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	text-align: right;
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFF;
}
div#content {padding: 10px 30px; line-height: 1.2em;
position:relative;}
img.left {
	clear: both;
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #000;
}
ul {margin-right: 30px;	margin-left: 30px;}
div#nav {background: #009EDD;}

div#audio2 {
	position:absolute;
	top:7px;
	right: 30px;
	width:88px;
	height:26px;
}

div#video {
	float: left;
	width: 340px;
	height: 384px;
}
div#video img {
	border: 1px solid #005996;
	padding: 0px;
	margin-top: 110px;

}
