/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFFFFF url(images/pgbk.gif); /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center;
	height: 84px;
	margin: 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;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
}
h1 {
}
h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #BB6E52;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg);
	height: 150px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	background: url(images/footer.gif) no-repeat;
	height: 84px;
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 7px;
}
.eaderlogo {
	position: absolute;
}
.audio {
	position: absolute;
	width: 80px;
	left: 596px;
	top: 4px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
}

div#footer p {
}
div#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}
div#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
div#footer a:hover {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
#imv_copyright {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
}
#imv_copyright a {
	color: #000000;
	text-decoration: none;
}
strong {
	color: #3C867C;
}



div#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
.pagename {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: 15px;
	top: 119px;
	width: 255px;
	text-align: left;
}
.pagename2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: 10px;
	top: 119px;
	width: 255px;
	text-align: left;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
		padding-right: 10px;
	padding-bottom: 10px;
}
img.right {
	float: right;
}
clear {
	clear: both;
}
/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navContainer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: #BB6E52;
	height: 25px;
}
/* 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 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

/* 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 {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: url(images/bar.jpg);
}
/* 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 {
	background: url(images/baron.jpg);
}
/* ----------------- CUSTOM CLASSES ----------------- */div#container {
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #8CBB97;
	background: #FFFFFF;
	position: relative;
}
#content {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 730px;
	margin: 5px auto;
}
#content2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 730px;
	margin: 5px auto;
}
.netopiabox {
	width: 500px;
	float: right;
}
#footer strong {
	color: #FFFFFF;
}
#footerleft {
	width: 150px;
	float: left;
	text-align: left;
	margin-left: 20px;
}
#footerright {
	float: right;
	width: 150px;
	margin-right: 20px;
	text-align: right;
}
#address {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 5px;
	border-top: 1px solid #8BBB95;
	margin-top: 15px;
	padding-bottom: 10px;
}
#address .addressRight {
	float: right;
}
.clear {
	clear: both;
}

div#clear {
	clear: both;
}

.elitetext {
	font-size: 18px;
	font-weight: bold;
	color: #3C867C;
	font-family: "Monotype Corsiva";
}
.eleiteandsign {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3C867C;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

div#map {
float: left;
width: 330px;
height: 300px;
margin: 10px 3px 0 3px;
padding: 10px 10px 35px 10px;
border: 1px solid #666666;
}