/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #0063C0 url(images/bodybgd.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* 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;

	
}
/* Redefines the p tag */
p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 12px;
	padding: 0px;
}
/* for page titles tag */

h1 {
	font-size: 16px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 5px 5px 5px 25px;
	
}
h2 {
	font-size: 13px;
	color: #000099;
	padding: 0px;
	margin-left: 35px;
	font-style: normal;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {

}
a:visited {
	
}
a:hover {
	
}
a:active {
	
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 25px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

div#container{
	width: 770px;
	margin: 0px auto 3px;
	padding: 0px;
	background-image: url(images/bgd.gif);
	background-repeat: repeat-y;
}
div#header {
	width: 770px;
	height: 242px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}


div#content {
	width: 770px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	background-image: url(images/content_bgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
div#contentright {
	width: 195px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: right;
	border: 0px none;
}



div#contentleft {
	width: 570px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: left;
}

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 195px;
	margin: 0px 0px 0px;
	padding: 0px;
	position: relative;
	background-image: url(images/nvbgd.jpg);
	background-repeat: repeat-y;
}
/* 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;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	}

/* 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 7px 0px 5px;
	color: #000099;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
/* 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: #333333;
	background-color: #CCCCCC;
}

/* Creates the div container for the footer. */

div#introfooter {
	clear: both;
	width: 770px;
	margin: 0px auto;
	padding: 10px 0px;
	font-size: 10px;
	color: #ffffff;
}

div#introfooter a {
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

div#footer {
	clear: both;
	width: 770px;
	margin: 0px;
	padding: 10px 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
div#footer p {
	text-align: left;
	font-size: 9px;
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
.footer {
	padding: 0px;
	margin: 10px;
}

div#footer a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

div#footer a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

/* ----------------- NETOPIA IFRAME ----------------- */

iframe{
	margin-top: -1px;
}
/* -----------------copyright stuff-------------- */

div#copyright {
	font-size: 9px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0063C0;
}

div#copyright a {
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	text-transform: capitalize;
}

div#copyright img {
	border: none;
	margin-top: 10px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	margin: 5px;
	border: 1px solid #999999;
	padding: 5px;
}
clear {
	clear: both;
}

div.clear {
	clear: both;
	line-height: 0px;
}
/* ----------------- address ----------------- */
address {
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.address {
	margin: 5px;
	padding: 5px;
}

address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	font-size: 10px;
	text-transform: lowercase;
	color: #FFFF66;
}
/* ----------------- owner sign - in ---------------- */
div#signin {
	width: 770px;
	padding: 0px;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	text-align: right;
	background-color: #0063C0;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

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: #fff;
text-align: right;
}

/* ----------------- audio----------------- */
div#audio {
	width: 190px;
	text-align: center;
}
.audio {
	margin: 5px;
	padding: 0px;
}
div#containerintro {
	width: 576px;
	margin: 6px auto 3px;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
}
div#footerintro {
	clear: both;
	width: 576px;
	margin: 0px;
	padding: 0px;
	height: 80px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
}
div#footerintro a:link, div#footerintro a:visited, div#footerintro a:active, div#footerintro a:hover {

	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: none;
}div#containerintro a:link, div#containerintro a:visited, div#containerintro a:active, div#containerintro a:hover {

	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: none;
}

h4 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 5px;
	padding: 0px;
}
