/* ----------------- 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: #000000;
	background-image: url(images/bg-body.jpg);
	background-repeat:repeat-x;
	text-align: center;
	padding-top: 0px;
}

/* define basic structure for basic set of selectors */

p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 0.9em;
	padding-right: 3.5em;
	padding-left: 1em;
}

/* define basic structure for H tags*/
h1, h2, h3, h4, h5  {
	text-align:left;
	text-transform: capitalize;
	font-weight: bold;
}

/* defines attributes for H1 tags */
h1 {
	color: #ff3333;
	font-size: 1.2em;
	line-height: 1.7em;
	padding-left: 0.4em;
	margin-bottom: 0em;
}

/* defines attributes for H2 tags */
h2 {
	color: #003399;
	font-size: 15px;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.8em;
	padding-right: 40px;
}

/* defines attributes for H3 tags */
h3 {
	color: #000;
	font-size: 1.7em;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

/* defines attributes for H5 tags */
h5 { 
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
}


/*  -------------- general links for paragraph tags ----------- */
a {font-weight: bold; text-decoration: underline; outline:none;} /*outline removes firefox imposed outline*/
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #FF0000;
}
a:active {color: #339999;}
a:focus{
	outline:1px dotted invert
}
/*  Address: formatting for any element inside the address tag ===========================*/

address {
	display:block;
	width: 180px;
	position: relative;
}

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 a:link {color: #FF0000;}
address a:visited {color: #FF0000;}
address a:hover {color:#0066CC;}

/*============================================== LISTS FORMATS for UL's and OL's,  ==================================*/

ul, ol { /* changes the following elements on all ul's and ol's except the navigation */
	margin-bottom: 1.2em;
	padding-bottom: 5px;
	float: left;
	display:block;
	margin: 3px 0 3px 0px;
}

ol{list-style:decimal}
ul{
	list-style:disc;
}

li { /* changes margin on ANY li in any list, except the navigation*/
	margin: 0px 0 0px 27px;
	font-size: 1.3em;
	line-height: 1.8em;
	vertical-align: baseline;
}


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: 600px;
}

td  {
	padding: 10px;
	border: 1px solid #999;
	margin:0px;
	width:50%;
	font-size: 1.3em;
	
}


	
/* ----------------- 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: 209px;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
}

/* 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 leftcol content */ 
div#leftcol {
	background-image:url(images/bg-leftcol.jpg);
	background-repeat: no-repeat;
	width: 240px;
	float: left;
	position: relative;
	height: 650px;
}

/* Creates DIV container for leftcol content - can shift content inside of #rightcol via position relative, without it shifting left, right, and content divs */ 
div#leftcol #subcontainer {
	position: relative;
	top: 345px;
	left: 50px;
	width: 180px;
}

div#leftcol  #subcontainer p {
	font-size: 0.7em;
	color:#333333;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	padding-left: 0em;
}

div#leftcol  #subcontainerp strong {
font-weight: bold;
}

div#leftcol  #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 leftcol content */ 
div#content {
	width: 750px;
	float: left;
	background-image: url(images/bg-content.jpg);
	background-repeat: no-repeat;
}

/*controls size of all li's in the content div */
div#content li {
font-size: .8em;
line-height: 1.7em; 
}

/* Creates DIV container for rightcol */ 
div#rightcol {
	background: url(images/bg-rightcol.jpg) no-repeat;
	color: #efe9f1;
	width: 250px;
	float: right;
}

/* Creates DIV container for rightcol content - can shift content inside of #rightcol via position relative, without it shifting left, right, and content divs */ 
div#rightcol #subcontainer {
	position: relative;
	top: 25px;
	left: 0px;
	width: 226px;
}

div#rightcol  #subcontainer p {
	font-size: 0.7em;
	color:#333333;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	padding-left: 0em;
}

div#rightcol  #subcontainerp strong {
font-weight: bold;
}

div#rightcol  #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 footer content */ 
div#footer {
	width: 990px;
	position:relative;
	clear:both;
	height: 53px;
	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:550px;
	position:absolute;
	top: 29px;
	left: 45px;
	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: 35px;
	margin-left: 2px;
	width:175px;

}

ul#mainnav li a {
	font-size: 13px;
	line-height: 32px;
	height: 35px;
	width: 159px;
	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;
}

/* OFF - This creates the style for our links. */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
background-image:url(images/navbtn-off.jpg);
background-repeat:no-repeat;
	color: #515151;
}
/* 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: #515151;
background-image:url(images/navbtn-on.jpg);
background-repeat:no-repeat;
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #515151;
background-image:url(images/navbtn-hover.jpg);
background-repeat:no-repeat;
}

/* ------------------------- FOOTER NAVIGATION ----------------------------- */

ul#footernav {
	text-align:left;
	position:absolute;
	display:block;
	left: 45px;
	top: 3px;
	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.7em; /* 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.5em;
	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: #000066;
}
/* ON */
ul#footernav li a.current:link, ul#footernav li a.current:visited {
	color: #ED1D19;
	display: block;
	text-decoration:underline;
}

/* HOVER */
ul#footernav li a:hover {
	color: #C41B14;
	display: block;
	text-decoration:underline;
}

/*wrapper for ul's dual uls*/

div#wrapper {
display: block;
clear: both;
}

/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
	margin: 15px 0px 15px 0px;
	width: 100%;
}

div#signin a{
	color:#666666;
	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:#666666;
	line-height: 19px;
	margin: 10px 0px 10px 0px;
	
}

div#copyright a {
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
}

div#copyright img {
margin-top: 10px;
margin-bottom: 10px;
}

/*=========================== CLEAR STUFF* - knocks down content after this class has been applied========================= */

div#clearboth {
clear:both;

}

div#clearleft {
clear:left;
}

/* ======================== CUSTOM CLASSES ========================================= */


tr.datainfotitle { /* use for the top row of a table to emphasize*/
background-color:#009933;
font-weight: bold;
font-size: 1.4em;
}


/* --------------------------- text classes ------------------------ */
.businessname {
	color: #36004A;
	font-size:0.8em;
	line-height: 1em;
	margin-bottom: 0.3em;
	display: block;
	font-weight: bold;

}
.centered {
text-align:center;
}


.emphasize { /*use emphasize to 'brighten' up words in content */
	color:#FF0000;
	font-weight: bold;
	font-size: 1.1em;
}

.disclaimer {
color:#333333;
font-size:10px;
}

.disclaimer strong {
color: #990000;
font-weight:bold;

}

/* --------------------------- 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:400px;
}


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;
}
img.floatright {
	float: right;
	margin-left: 15px;
	;
	margin-bottom: 15px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}


/*bg color change options for any element */

.bgcoloropt1 {
background-color:#F7F7F7;
}


.bgcoloropt2 {
background-color: #E1F0FF;
}

/*  WEB AUDIO ===========================*/

applet.webaudio {
	position: absolute;
	top: 70px;
	right: 56px;
	width: 111px;
	height: 20px;
	background:none;
}


/*  GOOGLE MAPS ===========================*/

div.googlemap {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 450px;
	margin-left: 0.5em;
	margin-bottom: 2em;
}

a.ctaoption1 {
	width: 170px;
	height: 121px;
	border: 1px solid #000;
	display:block;
	position:absolute;
	top: 67px;
	left: 518px;
	background-color:#00FF40;
	background-image:url(images/noimage.gif); /* background image is needed in order for this div to be clickable!*/
	background-repeat:no-repeat;
}

a.ctaoption2 {
	width: 154px;
	height: 139px;
	border: 1px solid #000;
	display:block;
	position:absolute;
	top: 89px;
	left: 715px;
	background-color: #0066CC;
	background-image:url(images/noimage.gif); /* background image is needed in order for this div to be clickable!*/
	background-repeat:no-repeat;
}

a.ctaoption3 {
	width: 200px;
	height: 92px;
	border: 1px solid #000;
	display:block;
	position:absolute;
	top: 223px;
	left: 496px;
	background-color: #6633CC;
	background-image:url(images/noimage.gif); /* background image is needed in order for this div to be clickable!*/
	background-repeat:no-repeat;
}

a.ctafooter {
	width: 325px;
	height: 60px;
	border: 1px solid #000;
	display:block;
	position:absolute;
	top: 38px;
	left: 623px;
	background-color: #FF9966;
	background-image:url(images/noimage.gif); /* background image is needed in order for this div to be clickable!*/
	background-repeat:no-repeat;
}

a.ctaflashleftcol {
	width: 100px;
	height: 60px;
	border: 1px solid #000;
	display:block;
	position:absolute;
	top: 38px;
	left: 623px;
	background-color: #FF9966;
	background-image:url(images/noimage.gif); /* background image is needed in order for this div to be clickable!*/
	background-repeat:no-repeat;
}


a.ctaflashrightcol {
	width: 100px;
	height: 60px;
	border: 1px solid #000;
	display:block;
	position:absolute;
	top: 38px;
	left: 623px;
	background-color: #FF9966;
	background-image:url(images/noimage.gif); /* background image is needed in order for this div to be clickable!*/
	background-repeat:no-repeat;
}

.block {
display:block;

}
