/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	padding: 0px;
	text-align: center;
	background-color: #99CC99;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* 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 {
	font-size: 12px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;

}
h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2E5176;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 25px;
	padding-left: 0px;

	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	margin: 2px;
	padding: 0px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	font-size: 10px;
}
a:active {
	text-decoration: none;
}
li {

	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

div#container{
	width: 800px;
	padding: 0px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	background-image: url(images/contentbgd.gif);
	background-repeat: repeat-y;
		position: relative;
}
div#header {
	width: 800px;
	height: 116px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

div#flash {
	height: 185px;
	width: 800px;
}

div#payment{
	width: 204px;
	text-align: center;
	padding-top: 25px;
}

div#content {
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;

}
div#contentright {
	width: 575px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: right;
	border: 0px none;
}
div#contentright a:link {
	text-decoration: underline;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	font-size: 10px;
}
a:active {
	text-decoration: none;
}
div#contentleft {
	width: 430px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	background-color: #006699;
	float: right;
}


/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* HORIZONTAL NAVIGATION /*

/* all lists */
div#nav {
	padding: 0;
	margin: 0;
	width: 204px;
	position: relative;
	}

div#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}

div#nav li a {
	margin: 0;
	padding: 2px;
	display: block;
	color: #000;
	}
	
div#nav li a:hover {
		color: #FFF;			
		background: #000;
		text-decoration: none;
		}

/* all list items */
div#nav li { 
	display: inline;
	}


/* second-level lists */
div#nav li ul {
	padding: 0;
	position: absolute;
	margin-left: -1000px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 0px;
	}

/* lists nested under hovered list items */
div#nav li:hover ul, #nav li.sfhover ul {
	margin-top: -28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 204px;
	}
div#nav li li:hover ul, #nav li li.sfhover ul {
	margin-top: -28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 204px;
	}

div#nav li a:link, div#nav li a:visited, div#nav li a:active {
	text-decoration: none;
	text-align: left;
	display: block;
	color: #CCCCCC;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 194px;
	background-image: url(images/button_off.gif);
	padding-top: 8px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	margin: auto;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E759E;
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #23405C;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
div#nav li a:hover, div#nav li a.current:link, div#nav li a.current:visited {
	color: #99CCFF;
	background-image: url(images/button_on.gif);
	background-repeat: repeat-y;
}

/* LEAVE ALONE AT THE MOMENT */

/* extra positioning rules for limited noscript keyboard accessibility */
div#nav li a:focus + ul {
	margin-left: 0;
	}
div#nav li li a:focus + ul {
	margin-left: 1010px;
	}
div#nav li li a:focus {
	margin-left:1000px;
	}
div#nav li li li a:focus {
	margin-left: 2010px;
	}
div#nav li:hover a:focus, #nav li.sfhover a.sffocus {
	margin-left: 0;
	}
div#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul {
	margin-left: 10px;
	}

/* END HORIZONTAL NAVIGATION /*

/* Creates the div container for the footer. */

div#footer {
	clear: both;
	width: 800px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
}
div#footer p {
	text-align: center;
	font-size: 12px;
}
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: #000000;
text-decoration: none;
	font-size: 10px;
	text-transform: none;
}

/* ----------------- NETOPIA IFRAME ----------------- */

iframe{
	margin-left: -20px;
}
/* -----------------copyright stuff-------------- */

div#copyright {
	font-size: 10px;
	text-align: center;
	width: 800px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	padding-top: 0px;
}
div#copyright a:link, div#copyright a:visited, div#copyright a:active{

	color: #000033;
	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;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}
img.center {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	
}
.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */


div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- address ----------------- */
address {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	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;
}
/* ----------------- owner sign - in ---------------- */
div#signin {
width: 760px;
margin: 0px auto;
padding: 0px;
font: normal 9px Arial, Helvetica, Verdana, sans-serif;
color: #000;
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: #000;
text-align: right;
}

/* ----------------- audio----------------- */
div#audio {
	width: 150px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px dotted #999999;
}
.audio {
	margin: 0px;
	padding: 5px;
}

