/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #063760 url(images/bodybgd.gif) 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: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
	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: #FF0000;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 35px;
	
}
h2 {
	font-size: 14px;
	color: #FF0000;
	padding: 0px;
	margin-left: 35px;
	font-style: italic;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
}

/* 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: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	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: 800px;
	margin: 0px auto 3px;
	padding: 0px;
	background-image: url(images/bgd.gif);
	background-repeat: repeat-y;
}
div#header {
	width: 800px;
	height: 200px;
	background-image: url(images/newheader.jpg);
	position: relative;
}


div#content {
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	background-image: url(images/content_bgd.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div#contentright {
	width: 180px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: right;
	border: 0px none;
}



div#contentleft {
	width: 600px;
	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: 800px;
	height: 39px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/nav.gif);
	text-align: center;
}
/* 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;
	border: 0px 0 0;
	list-style-image: none;
	width: 760px;
	position: relative;
	padding-right: 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;
	float: left;
	margin: 0px auto;
	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: center;
	display: block;
	width: auto;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 4px;
}
/* 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;
}

/* Creates the div container for the footer. */

div#footer {
	clear: both;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-image: url(images/footerbgd.gif);
}
div#footer p {
	text-align: center;
	font-size: 10px;
	color: #006699;
}
.footer {
	margin-top: 5px;
	margin-left: 0px;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #3366CC;
	text-decoration: none;
	font-size: 10px;
	text-transform: lowercase;
}

div#footer a:hover {
	color: #000000;
text-decoration: none;
	font-size: 10px;
	text-transform: lowercase;
}

/* ----------------- NETOPIA IFRAME ----------------- */

iframe{
	margin-top: -1px;
	margin-left: 0px;
}
/* -----------------copyright stuff-------------- */

div#copyright {
	font-size: 10px;
	text-align: center;
	width: 770px;
	color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
}
div#copyright a:link, div#copyright a:hover, div#copyright a:visited {

	color: #6699FF;
	text-decoration: none;
	font-size: 10px;
	text-transform: capitalize;
}

.copyright {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
img.right {
	float: right;
	margin: 5px;
	border: 1px solid #666666;
	padding: 5px;
}
clear {
	clear: both;
}

div.clear {
	clear: both;
	line-height: 0px;
}
/* ----------------- address ----------------- */
address {
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 15px;
}
.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: none;
}
/* ----------------- owner sign - in ---------------- */
div#signin {
width: 760px;
margin: 0px auto;
padding: 0px;
font: normal 9px Arial, Helvetica, Verdana, sans-serif;
color: #0066FF;
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: #66CCFF;
text-align: right;
}

/* ----------------- audio----------------- */
div#audio {
	width: 107px;
	position: absolute;
	left: 661px;
	top: 181px;
	height: 4px;
}
.audio {
	margin: 5px;
	padding: 0px;
}
div#flash {
	float: left;
	height: 200px;
	width: 603px;
}
.borderimage {
	margin: 3px;
	padding: 3px;
	border: 1px dashed #999999;
}
