/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* { padding:0px; margin:0px;}

body {
	background: #ffffff;
	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: Arial, Helvetica, sans-serif;

	
}
/* Redefines the p tag */
p {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 35px;
	font-size: 12px;
	padding: 0px;
}
p.small {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 35px;
	font-size: 11px;
	padding: 0px;
}
/* for page titles tag */

h1 {
	font-size: 16px;
	color: #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 10px;
	
}
h2 {
}

/* 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: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper { width:995px; margin:0 auto;}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

div#container{
	width: 770px;
	background-image: url(images/contentbgd.gif);
	background-repeat: repeat-y;
	float: left;
}
div#header {
	width: 770px;
	height: 96px;
	background-image: url(images/header.gif);
	position: relative;
}
div#audio {
	height: 25px;
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	background-image: url(images/audio.gif);
}


div#maincontainer {
	width:770px;
	float:left;
}

div#content {
	width: 770px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: left;
}
div#contentright {
	width: 242px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: right;
	border: 0px none;
	color: #000000;
}





div#contentleft {
	width: 520px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: left;
}
div#contact{
	float:right;
	width:225px;
	overflow:hidden;
	clear: left;
}

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 770px;
	height: 47px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/navbar.gif);
	float: left;
}
/* 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;
	border: 0px 0 0;
	list-style-image: none;
	width: 300px;
	position: relative;
	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 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: left;
	display: block;
	width: auto;
	padding: 10px 5px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #663300;
}
/* 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;
}
/* this is for the right side main nav*/

ul#mainnav2 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px 0 0;
	list-style-image: none;
	width: 295px;
	position: relative;
	float: right;
	}

/* 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#mainnav2 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#mainnav2 li a:link, ul#mainnav2 li a:visited, ul#mainnav2 li a:active {
	text-decoration: none;
	text-align: left;
	display: block;
	width: auto;
	padding: 10px 5px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #660000;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav2 li a:hover, ul#mainnav2 li a.current:link, ul#mainnav2 li a.current:visited {
	color: #FFCC00;
}
/* Creates the div container for the footer. */

div#footer {
	clear: both;
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/footer.gif);
	height: 78px;
}
div#footer p {
	text-align: center;
	font-size: 12px;
}
div#footer a:link, div#footer a:visited, div#footer a:active{
	color: #660000;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

div#footer a:hover {
	color: #000000;
text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

/* ----------------- NETOPIA IFRAME ----------------- */

iframe{
	margin-top: -5px;
}
/* -----------------copyright stuff-------------- */

div#copyright {
	font-size: 10px;
	text-align: center;
	height: 20px;
	width: 770px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
div#copyright a:link, div#copyright a:hover, div#copyright a:visited {

	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: 10px;
	padding-left: 0px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	margin: 0px 5px 5px 10px;
	clear: both;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
address {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #0000FF;
	font-size: 10px;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.clear {
	clear: both;
	line-height: 0px;
}

ul#column2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	width: 450px;
	float: right;
}
ul#column1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
div#footerright {
width: 760px;
margin: 0px auto;
padding: 0px;
font: normal 9px Arial, Helvetica, Verdana, sans-serif;
color: #000;
text-align: right;
}

div#bullets {
width: 216px;
border: 1px solid #e6e6e6;
float:right;
padding: 7px;
margin:  0px 20px 0px 7px; 
}

div#bullets ul {
padding: 0px 0px 0px 0px;
margin:  0px 0px 0px 0px;
}

div#bullets h3 {
font-size: 13px;
font-weight:bold;
color:#0000FF;
padding: 0px 0px 0px 0px;
margin:  10px 0px 5px 0px;
}

div#bullets ul li {
list-style-position:inside;
list-style-image:url(images/bullet-star.gif);
color: #333;
font-size: 12px;
line-height: 16px;
padding: 0px 0px 0px 0px;
margin:  0px 0px 0px 10px;
}
/* ----------------- unused  CLASSES ----------------- */

div#contactbutton {
position:absolute;
top:726px;
left:18px;
z-index: 1;
width: 500px;
}

/* 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;
}
/* Creates the container for the navbar and centers it.*/ 
div#nav3 {
	width: 242px;
	margin: 0px;
	margin-right: -1px;
	padding: 0px;
	position: relative;
	float: right;
}
/* 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#navthree {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	background-image: url(images/nav2.gif);
	}

/* 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#navthree 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#navthree li a:link, ul#navthree li a:visited, ul#navthree li a:active {
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/nav2.gif);
	padding: 10px 0px 12px 15px;
	background-repeat: no-repeat;
	letter-spacing: -1px;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#navthree li a:hover, ul#navthree li a.current:link, ul#navthree li a.current:visited {
	color: #FFFF00;
}
.blueboldtxt {
	font-weight: bold;
	color: #0D70B4;
}
.bigblueboldtxt {
	font-weight: bold;
	color: #0D70B4;
	font-size: 18px;
	font-style: italic;
}


.box {
	position: absolute;
	z-index: auto;
	left: 213px;
	top: -214px;
	width: 280px;
	height: 137px;
}
a.ctaoption1 {
	width: 211px;
	height: 82px;
	border: 0px solid #000;
	display:block;
	position:absolute;
	top: 5px;
	left: 5px;
	background-image:url(images/noimage.gif); /* background image is needed in order for this div to be clickable!*/
	background-repeat:no-repeat;
}

