/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

/* Reset to all elements in HTML */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:normal;
	text-align: left;
	vertical-align:top;
	margin: 0;
	padding: 0;
	border: 0;
}

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: #1244A3;
	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: 1.8em;
	padding-left: 4em;
}

/* define basic structure for H tags*/
h1, h2, h3, h4, h5  {
	text-align:left;
	text-transform: capitalize;
	font-weight: normal;
	;
}

/* defines attributes for H1 tags */
h1 {
	color: #144FBA;
	font-size: 1.9em;
	line-height: 1.7em;
	padding-left: 1.8em;
	margin-bottom: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-style:italic;
}

/* defines attributes for H2 tags */
h2 {
	color: #006600;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2.8em;
}

/* 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: #1244A3;
}
a:visited {
	color: #1244A3;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #1244A3;
}
a:focus{
	outline:1px dotted invert
}
/*  Address: formatting for any element inside the address tag ===========================*/

address {
	display:block;
	width: 280px;
	position: relative;
	left: 0px;
}

address p {
	color: #000;
	font-size:0.8em;
	line-height: 1.4em;
}

address p strong {
	font-weight: bold;
	color: #003399;
}


address img {
margin-top: 8px;
margin-bottom: 8px;
}

address a:link {
	color: #FFFFFF;
}
address a:visited {
	color: #FFFFFF;
}
address a:hover {
	color:#FFFF00;
}

/*============================================== 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: 16px;
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: 50px;
	;
}


/*  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: 378px;
}

/* 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-content.jpg);
	background-repeat: no-repeat;
	width: 240px;
	float: left;
}


/* Creates DIV container for leftcol content */ 
div#content {
	width: 570px;
	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: 420px;
	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: 19px;
	width: 350px;
}

div#rightcol  #subcontainer p {
	font-size: 0.7em;
	color:#333333;
	line-height: 1.4em;
	padding-left: 1em;
}

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: 152px;
	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:28px;
	position:absolute;
	top: 336px;
	left: 38px;
	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: 0.6em;
	line-height: 1.8em;
	height: 1.8em;
	color: #fff;
	text-decoration: none;
	padding: 0em 1.5em 0em 1.5em;
	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-color: #F5F5F5;
	color: #10419D;
	border: 1px solid #EAEAEA
}
/* 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:#165CDE;
	border: 1px solid #1555cd;
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	background-color: #468DF9;
	border: 1px solid #3a7fe7;
}

/* ------------------------- FOOTER NAVIGATION ----------------------------- */

ul#footernav {
	text-align:left;
	position:absolute;
	display:block;
	left: 95px;
	top: 97px;
	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.6em;
	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: #009900;
	display: block;
	text-decoration:underline;
}

/* HOVER */
ul#footernav li a:hover {
	color: #0000CC;
	display: block;
	text-decoration:underline;
}

/*wrapper for ul's dual uls*/

div#wrapper {
	display: block;
	clear: both;
	margin-left: 40px;
	;
}

/*  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;
}

/*=========================== CLEAR STUFF* - knocks down content after this class has been applied========================= */

div#clearboth {
clear:both;

}

/* ======================== 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:.8em;
	line-height: 1em;
	padding-left: 1em;
	margin-bottom: 0.3em;
	display: block;
	font-weight: bold;

}

.calloutbox {
	text-align: center;
	padding: 10px;
	border: 1px solid #999;
	background-color:#EFEFEF;
	font-weight:bold;
	margin: 0px 20px 10px 20px;
}

.centered {
text-align:center;
}


.emphasize { /*use emphasize to 'brighten' up words in content */
	color:#FF0000;
	font-weight: bold;
}

.strong {
	color:#1244A3;
	font-weight:bold;
}

.italicized {
font-style:italic
}

.emphasize {
font-style:size: 14px;
}

.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: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 {}*/
}

/* ======================= SPECIAL EFFECTS - apply to any element on the site and this effect will render to it ================  */
/*GREAT FOR ON THE FLY AUGMENTATION TO PAGE ELEMENTS LIKE DIVS AND ULs!*/


/* ---------------------------- shadow classes for any element on page ----------------------------  */
.shadow {
		-moz-box-shadow: 0px 0px 3px #ccc;
		-webkit-box-shadow: 0px 0px 3px #ccc;
		
		filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=3);
}

.shadow_normal {
	padding: 3px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
		
		filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=3);
}


.shadow_floatright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 1px solid #ccc;
	padding: 10px;
	clear: both;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;

		
		filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=3);
}

.shadow_floatleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 1px solid #ccc;
	padding: 10px;
	clear: both;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;

		
		filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=3);
}

/* ---------------------------- dotted borders for any element on page ----------------------------  */
.border_all_dotted {border: 1px dotted #ccc;}
.border_top_dotted {border-top: 1px dotted #fff;}
.border_bottom_dotted {border-bottom: 1px dotted #ccc;}
.border_left_dotted {border-left: 1px dotted #ccc;}
.border_right_dotted {border-right: 1px dotted #ccc;}
.border_3sided_dotted {border-top: 1px dotted #ccc;border-bottom: 1px dotted #ccc;border-left: 1px dotted #ccc;}


/* ---------------------------- solid borders for any element on page ----------------------------  */
.border_all_solid {border: 2px solid #ccc;}
.border_top_solid {border-top: 2px solid #ccc;}
.border_bottom_solid{border-bottom: 1px solid #ccc;}
.border_left_solid {border-left: 1px solid #ccc;}
.border_right_solid {border-right: 1px solid #ccc;}
.border_3sided_solid {border-top: 1px solid  #ccc;border-bottom: 1px solid  #ccc;border-left: 1px solid  #ccc;}



/* ---------------------------- padding for any element on page ----------------------------  */
.padding_all5 {padding: 5px;}
.padding_all10 {padding: 10px;}

.padding_top10 {padding-top: 10px;}
.padding_top20 {padding-top: 20px;}

.padding_bottom10 {padding-bottom: 10px;}
.padding_bottom20 {padding-bottom: 20px;}

.padding_left10 {padding-left: 10px;}
.padding_left20 {padding-left: 20px;}

.padding_right10 {padding-right: 10px;}
.padding_right20 {padding-right: 20px;}

/* ---------------------------- margins for any element on page ----------------------------  */
.margin_top10 {margin-top: 10px;}
.margin_top20 {margin-top: 20px;}

.margin_bottom10 {margin-bottom: 10px;}
.margin_bottom20 {margin-bottom: 20px;}

.margin_bottom-5 {margin-bottom: -5px}
.margin_bottom-10 {margin-bottom: -10px;}

.margin_top-5 {margin-top: -5px}
.margin_top-10 {margin-top: -10px;}


.margin_left10 {margin-left: 10px;}
.margin_left20 {margin-left: 20px;}

.margin_right10 {margin-right: 10px;}
.margin_right20 {margin-right: 20px;}

.margin_right-5 {margin-right: -5px}
.margin_right-10 {margin-right: -10px;}

.margin_left-5 {margin-left: -5px}
.margin_left-10 {margin-left: -10px;}


/*------------------------------- web audio applet ---------------------- */


/*  IMAGE CLASSES and ID's for content area ===========================*/

img.floatleft {
float: left;
}
img.floatright {
float: right;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}

/*   Widths to apply to any element */

.width70percent {
width: 70%;
}

.width80percent {
width: 80%;
}

.width90percent {
width: 90%;
}

.width95percent {
width: 95%;
}

/*bg color change options for any element */

.bgcoloropt1 {
background-color:#F7F7F7;
}


.bgcoloropt2 {
background-color: #E1F0FF;
}

/*  WEB AUDIO ===========================*/

applet.webaudio {
	position: absolute;
	top: 325px;
	right: 65px;
	width: 111px;
	height: 20px;
	background:none;
}


/*  GOOGLE MAPS ===========================*/

div.googlemap {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 500px;
	margin-left: 40px;
	margin-bottom: 20px;
}

div.googlemap iframe {
margin-left: 0px; /*overides the margin left set for all iframs in this site.*/
}

a.ctaoption {
	width: 155px;
	height: 43px;
	display:block;
	position:absolute;
	top: 104px;
	left: 639px;
	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: 155px;
	height: 43px;
	display:block;
	position:absolute;
	top: 104px;
	left: 799px;
	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: 358px;
	height: 43px;
	display:block;
	position:absolute;
	top: 8px;
	left: 583px;
	background-image:url(images/noimage.gif); /* background image is needed in order for this div to be clickable!*/
	background-repeat:no-repeat;
}

div.blockad {
	width: 300px;
	height: 380px;
	text-align:center;
	border: 1px solid #d8a12a;
	margin: auto;

}

