/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	padding: 0px;
	text-align: left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DEDEBC;
}

/* 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, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	text-align: left;
}
/* Redefines the p tag */
p {
	font-size: 11px;
	text-align: justify;
}

h1 {
	width:630px;
	margin-bottom:5px;
	font-size: 12px;
	color: #4E6700;
	float:left;
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 17px;
}

h2 {
	line-height:8px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	color: #f90;
}

h3 {
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}

iframe{
 allow-transparency: true;
 margin-top: -40px;
float:left;
display:block;

}

ul{
	list-style-type: square;
}

li{
	font-size: 10px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #4E6700;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #4E6700;
}
a:hover {
	text-decoration: none;
	color: #f90;
}
a:active {
	color: #f90;
}

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

address {
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	color: #4e6700;
	padding: 5px;
	float:right;
	border: 1px solid #4e6700;
	background-image: url(images/address_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-variant: small-caps;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: right;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#header {
width: 770px;
height: 81px;
margin: 0px auto;
padding:0px;
background-image: url(images/header_bg.jpg);
}

div#audio {
	width:118px;
	height:64px;
	float: right;
	clear: right;
}

/* Styles the div that serves as the container for the content and navigation.*/
.container {
	width: 770px;
	height:100%;
	background-image: url(images/container_bg.jpg);
}

div#content {
	width: 610px;
	color: #666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	clear: left;
	float: left;
}

/* Creates the navigation container */ 
div#navcontainer {
	width: 770px;
	height:18px;
	float:right;
	text-align:center;
	background: url(images/nav_container_bg.gif) no-repeat;
}

div#cta{
	display: block;
	width: 118px;
	height:68px;
	padding: 0px;
	margin:0px;
	float:right;
}

div#signin {
	width: 118px;
	height: 22px;
	float:right;
	margin-top:15px;

}

/* Creates the div container for the footer. */
div#footer {
	width: 770px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background: url(images/footer_bg.gif);
	float:left;
}

div#footnav {
	width: 599px;
	padding: 10px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:14px;
	color: #033;
	float:left;
}

div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	width: 775px;
	margin-top: 10px;
	margin-left: 20px;
}

div#copyright a:link {
	color: #666;
	text-decoration: underline;
}
div#copyright a:visited {
	text-decoration: none;
	color: #999;
}
div#copyright a:hover {
	text-decoration: none;
	color: #4E6700;
}
div#copyright a:active {
	font-weight: bold;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.border {
	padding: 5px;
	background: #fff;
	border: 1px solid #E5E5E5;
}

img.left {
	float: left;
	padding: 5px;
	background: #fff;
	margin-top:-5px;
	margin-right:15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
img.right {
	float: right;
	padding: 2px;
	background: #fff;
	margin-top:15px;
	margin-left:15px;
	border: 1px solid #B4B474;
}

/* ----------------- CUSTOM CLASSES ----------------- */


/* ---------------------------- 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 {
	height: 18px;
	margin: 0px 6px;
	padding:0px;
	list-style-type: none;
	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 {
	display: inline;
	float: left;
	margin: 0px;
}

/* 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: 11px;
	text-decoration: none;
	display: block;
	margin: 0px;
	color: #000;
	height:14px;
	white-space:nowrap;
	background-image: url(images/nav_btn.gif);
	background-position: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #000;
	background-image: url(images/nav_btn_hover.gif);
	background-position: right top;
	background-repeat: repeat;
}

ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #fff;
	background-image: url(images/nav_btn_current.gif);
	background-position: right;
	font-weight:bold;
}

/* ---------------------------- SIDE NAV ---------------------- */
#ulsidenav {
	margin: 0px;
	padding: 0px;
}
#ulsidenav li {
	list-style-type: none;
	display: inline;
}
#ulsidenav a {
	width:131px;
	height:17px;
	padding:4px 0px 0px 0px;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-image: url(images/sidenav_bg.gif);
}

#ulsidenav a:visited {
	color: #fff;
	text-decoration: none;
}
#ulsidenav a:active {
	color: #0000CC;
	text-decoration: none;
}
#ulsidenav a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(images/sidenav_hover.gif);
}

#ulsidenav a.current:link, #ulsidenav a.current:visited {
	color: #000;
	font-weight:bold;
	background-image: url(images/sidenav_current.gif);
}
