/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #201F58;
	background-image: url(images/body_bgd.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, lo, td {


	
}
/* Redefines the p tag */
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin-right: 45px;

}
h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #22225E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

	
}
h2 {
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #000066;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
li {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

div#container{
	width: 890px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	background-image: url(images/content_bgd.gif);
	background-repeat: repeat-y;
}
div#header {
	width: 890px;
	height: 171px;
	background-image: url(images/bg_header.gif);
}


div#content {
	width: 890px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	background-image: url(images/audio.jpg);
	background-repeat: no-repeat;
	background-position: top;

}
div#contentright {
	width: 690px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: right;
	border: 0px none;
}


/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 169px;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/navbgd.gif);
	background-repeat: no-repeat;
}
/* 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 {
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/* 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;
	
	margin: 0px;
	padding: 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 {
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	color: #FFFFFF;
	font-weight: normal;
	list-style-type: none;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #31329E;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFCC00;
	background-color: #000066;
	font-weight: bold;
}

/* Creates the div container for the footer. */

div#footer {
	width: 710px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	clear: both;
	float: right;
}
div#footer p {
	text-align: right;
	font-size: 10px;
	color: #666666;
}
div#footer a:link, div#footer a:visited, div#footer a:active{
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	text-transform: none;
}

div#footer a:hover {
	color: #000099;
	text-decoration: none;
	font-size: 10px;
	text-transform: none;
}

/* ----------------- NETOPIA IFRAME ----------------- */

iframe{
	margin-top: -1px;
}
/* -----------------copyright stuff-------------- */

div#copyright {
	font-size: 10px;
	text-align: center;
	height: 20px;
	width: 890px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 0px;
}
div#copyright a:link, div#copyright a:visited, div#copyright a:active{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	text-transform: capitalize;
}
/* ----------------- to position copyright text ----------------- */
.copyright {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	margin: 5px;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */


div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- address ----------------- */
address {
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/address_box.gif);
	width: 165px;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	height: 119px;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.address {
	margin: 5px;
	padding: 5px;
}

address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	font-size: 9px;
	text-transform: lowercase;
	color: #FFCC00;
}
/* ----------------- owner sign - in ---------------- */
div#signin {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

div#signin a:link, div#signin a:hover, div#signin a:visited, div#signin a:active {
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	color: #FFCC33;
	text-align: right;
}

/* ----------------- audio----------------- */
div#audio {
	width: 700px;
	height: 92px;
	float: right;
}
.audio {
	margin: 0px;
	text-align: right;
	padding-top: 50px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* ----------------- unused  CLASSES ----------------- */

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
	width: 700px;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {
	border-collapse: collapse;
	float: left;
	text-align: center;
	background-position: center;
	margin-left: 25px;
}
