/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

/* Reset to all elements in HTML */
* {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align:top;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
}

body {
	margin: auto;
	text-align: center; /*will be using ems to size all fonts */
	font-size:100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color: #435607;
	background-image: url(images/bg-body.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

/* define basic structure for basic set of selectors */

p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 0.9em;
	padding-right: 4em;
	padding-left: 1.2em;
}

/* define basic structure for H tags*/
h1, h2, h3, h4, h5  {
	text-align:left;
	text-transform: capitalize;
}

/* defines attributes for H1 tags */
h1 {
	font-size: 1.9em;
	line-height: 1.7em;
	padding-left: 0.3em;
	margin-bottom: 0em;
	font-weight:lighter;
	
}

/* defines attributes for H2 tags */
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 0.6em;
	margin-left: -6px;
}

/* defines attributes for H3 tags */
h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: lighter;
	margin-bottom: 0.6em;
	padding-left: 1.0em;
	margin-left: -4px;
}

h1, h3 {
	color:#435607;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight:normal;
	padding-left: 1em;
	text-transform: capitalize;
}

/*  -------------- general links for paragraph tags ----------- */
a {font-weight: bold; text-decoration: underline; outline:none;} /*outline removes firefox imposed outline*/
a:link {color: #003300;}
a:visited {color: #003300;}
a:hover {color: #336600;}
a:active {color: #003300;}
/*  Address: formatting for any element inside the address tag ===========================*/

address {
	display:block;
	width: 195px;
	position: relative;
	left: 22px;
	top: 18px;
	font-weight: bold;
}

address p {
	color: #000;
	font-size:0.8em;
	line-height: 1.4em;
	padding-left: 0em;
	margin-bottom: 1em;
}

address p strong {
	font-weight: bold;
	color: #003399;
}


address img {
margin-top: 8px;
margin-bottom: 8px;
}

address span  { /*used for bolded items in the address tag*/
	color: #435607;
	font-size:0.9em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	display: block;
	border-bottom: 1px dotted #000;
	padding-bottom: 0.3em;
	font-weight: bold;

}

address a:link {color: #003300;}
address a:visited {color: #003300;}
address a:hover {color:#003300;}

/*============================================== LISTS FORMATS for UL's and OL's,  ==================================*/

hr {
	height:1px;
	border: 1px solid #999;
	border-bottom-style: hidden;
	width: 650px;
	clear: both;
	position: relative;
}


/* creates the iframe specs for netopia stuff */
iframe {
	margin-left: 0em;
}


/*  controls tables configuration */

table, th, tr, td  {	
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	text-align:left;
	vertical-align:top;
}

table {
	width: 700px;
}

td {
	padding: 10px;
	margin:0px;
	font-size: 0.8em;
	
}

td img {
padding-bottom: 10px;

}

	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 990px;
	margin: 0px auto;
	background: #ffffff url(images/bg-container.jpg) repeat-y;
}

/* Creates DIV container for header. */
div#header {
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;
	position: relative;
	width: 990px;
	margin: 0px auto;
	height: 432px;
}

/* Creates DIV container for audio. */
div#webaudio {
	position: absolute;
	left: 755px;
	top: 0;
	width: 220px;
	height: 23px;
	margin: 0;
	padding: 0;
	z-index: 3;
}

/* Creates DIV container for sidebarcontact content */ 
div#sidebarcontact {
	background-image:url(images/bg-sidebarcontact.jpg);
	background-repeat: no-repeat;
	width: 240px;
	float: left;
	position: relative;
}

/* Creates DIV container for sidebarcontact content - can shift content inside of #sidebardescription via position relative, without it shifting left, right, and content divs */ 
div#sidebarcontact #subcontainer {
	position: relative;
	top: 25px;
	width: 190px;
	left: 36px;
}

div#sidebarcontact  #subcontainer p {
	font-size: 0.7em;
	color:#333333;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	padding-left: 0em;
}

div#sidebarcontact  #subcontainerp strong {
font-weight: bold;
}

div#sidebarcontact  #subcontainer h4 {
	color: #333333;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-right: 1.4em;
	padding-left: 0.7em;
	margin-bottom: 0.3em;
}


/* Creates DIV container for sidebarcontact content */ 
div#content {
	width: 750px;
	float: left;
	background-image: url(images/bg-content.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	;
}

/*controls size of all li's in the content div */
div#content ul {
	padding-bottom: 1.4em;
	float: left;
	display:block;
	margin: .4em 0em .4em 0em;
}


/*controls size of all li's in the content div */
div#content li {
	font-size: 0.8em;
	line-height: 1.8em;
	margin-left: 4em;
	vertical-align: baseline;
}

div#content div.clearfix ul li {font-size: 0.8em;}

/* Creates DIV container for footer content */ 
div#footer {
	width: 990px;
	position:relative;
	clear:both;
	height: 74px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;

}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	height:37px;
	position:absolute;
	top: 388px;
	left: 4px;
	z-index:1000;
}

/* This creates the tabs. We set a height for each tab, give it a border and place 2 pixels of space between each tab. We float them left on the navbar and remove the bullets. */

ul#mainnav li {
	float: left; /* turn off to make vertical stacked links - STEP 1 of 3 */
	display: inline;  /* turn off make menu vertical - STEP 2 of 3*/
	list-style: none;
	height: 37px;
	margin-left: 2px;

}

ul#mainnav li a {
	font-size: 1em;
	line-height: 1.8em;
	height: 1.8em;
	color: #fff;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	float:left; /* turn off to make vertical stacked links - STEP 3 of 3*/
	display:block;
	display: inline-block;
	font-weight: bold;
	text-transform: capitalize;
	/*border-right: 1px solid #d6d6d6;*/
	margin-top: 6px;
	border: 1px solid #e6e6e6;
}

/* OFF - This creates the style for our links. */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	background-color: #003300;
	color: #ffffff;
}
/* ON - Creates the "on" status style, which can be applied directly to a single link. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #ffffff;
	background-color:#0F5109;
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #003300;
	background-color: #DFD36D;
}

/* ------------------------- FOOTER NAVIGATION ----------------------------- */

ul#footernav {
	text-align:left;
	position:absolute;
	display:block;
	left: 34px;
	top: 14px;
	width: 800px;
 
}

ul#footernav li {
	list-style: none;
	text-align: left;
	margin: 0 auto;
	display: inline; /*turn off to make vertical links - STEP 1 of 3 */
	float:left; /*turn off to make vertical links - STEP 2 of 3*/
	margin-right: 0.4em;
	padding-right: 0.4em;
	line-height: 0.9em; /* controls the height of the border-right line below*/
	border-right: 1px solid #000;
	/* _line-height: 0.4em; use thie for IE 6 hack for the line height of the vertical footernav*/
}

ul#footernav li a {
	font-size: 0.7em;
	width:auto;
	text-decoration: none;
	display:block;
	font-weight:lighter;
	text-decoration:none;
	text-align: left;
	vertical-align:middle;
	float:left; /* turn off to make vertical stacked links - STEP 3 of 3*/
}

/* OFF */
ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	display: block;
	color: #000;
}
/* ON */
ul#footernav li a.current:link, ul#footernav li a.current:visited {
	color: #009900;
	display: block;
	text-decoration:underline;
}

/* HOVER */
ul#footernav li a:hover {
	color: #000;
	display: block;
	text-decoration:underline;
}

/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
	margin: 15px 0px 15px 0px;
	width: 100%;
}

div#signin a{
	color:#FFFFFF;
	font-size:0.6em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 0.8em;
	padding: 5px 0px 5px 0px;
	width: 100%;
	height: 50px;
	color:#FFFFFF;
	line-height: 19px;
	margin: 10px 0px 10px 0px;
	
}

div#copyright a {
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFF00;
}

div#copyright img {
margin-top: 10px;
margin-bottom: 10px;
}


/* --------------------------- text classes ------------------------ */

.centered {
text-align:center;
}


.emphasize { /*use emphasize to 'brighten' up words in content */
	color:#FF0000;
	font-weight: bold;
	font-size: 1.1em;
}


/* --------------------------- UL and OL CLASS widths - can apply to any ul or ol --------------------------- */

ul.contentshort, ol.contentshort {/*use for bulleted list with short text burst, that are longer than columns senteneces*/
	width:300px;
}

ul.contentmed, ol.contentmed {/*use for bulleted list with mid-sized senteneces*/
	width:450px;
}


ul.contentlong, ol.contentlong { /*use for bulleted list with long senteneces*/
	width:600px;
}

ul.columnlists, ol.columnlists { /*use for 2 columns bulleted list*/
	width:185px;
}

ul.columnlistsnostyle li, ol.columnlistsnostyle li { /* removes bullet points or numbers from any li in an ol or ul*/
	list-style-type:none;
}


li.newtype { /*use to change the list style type in any li element - must place "ol " or "ul " before this class and then define in the {}*/
}

/*  IMAGE CLASSES and ID's for content area ===========================*/

img.floatleft {
	float: left;
	margin-right: 1.1em;
	margin-top: 0.4em;
}
img.floatright {
	float: right;
	margin-left: 1.1em;
	margin-top: 0.4em;
}


img.centercontentimg {
	margin: 0 auto;
	margin-top: .8em;
	margin-bottom: 0.8em;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}

/*  WEB AUDIO ===========================*/

applet.webaudio {
	position: absolute;
	top: 158px;
	right: 121px;
	width: 111px;
	height: 20px;
	background:none;
}


/*  GOOGLE MAPS ===========================*/

div.googlemap {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 550px;
	margin-left: 0.5em;
	margin-bottom: 2em;
}

a.ctaoption1 {
	width: 212px;
	height: 33px;
	display:block;
	position:absolute;
	top: 97px;
	left: 700px;
	background-image:url(images/noimage.gif); /* background image is needed in order for this div to be clickable!*/
	background-repeat:no-repeat;
}


.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

address p.description {
	display:block;
	padding-bottom: 0.6em;
	border-bottom: 1px dotted #000;
	font-size: 0.7em;
	padding-right: 5px;
	font-weight: normal;

}

.movemap {
margin-left: 13px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #333;
width: 500px;
height: 400px;
}
