/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto; /* Sets body to center everything.Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #154EA5;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}

/*  CONTENT  ===========================*/

p, a, ul, li, ol, td, div, textarea {
font-family: Arial, Helvetica, sans-serif;
font-style:normal;
text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	font-size: 13px;
	padding-right: 50px;
	color: #000;
	line-height: 19px;
}

p.centered {
text-align:center;
}

.emphasize { /*use emphasize to 'brighten' up words in content */
color:#FF0000;
font-size:16px;
font-weight: bold;
}

h1, h2, h3, h4, h5, p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-align:left;
	margin-left: 70px;
}

h1 {
	font-size: 35px;
	color: #000;
	line-height: 45px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px dotted #222;
	width: 85%;
	text-transform: capitalize;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	color: #000;
	line-height: 35px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #333;
	width: 45%;
}

h3 {
font-size: 17px;
color: #000;
line-height: 30px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;

}

h4 { /* use for internal content ctas */
font-size: 20px;
color: #990000;
font-style:italic;
font-weight:bold;
line-height: 28px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;
}

h5 { /* use for box disclaimers */
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 30px;
	padding: 8px;
	background-color: #e6e6e6;
	border: 1px solid #999;
	width: 500px;
}

a { /* Creates the general link style for the site. This is not the main navigation.  */
font-size: 13px;
font-weight: bold;
color: #ff0000;
text-decoration: underline;
}

a:hover { /* Creates hover for the general link style for the site. This is not the main navigation.  */
color: #FF9900;
}

/*------------------ LISTS FORMATS --------------------------*/

ul,ol,li { /* strips all ul's, ol's, and li' from padding or margins unless defined in classes below*/
margin: 0;
padding: 0;
}

/* ----------------- UL's for content in short, med, long, and column ----------------*/

ul.contentshort {
	margin: 0;
	width:300px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.contentshort li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.contentmed {
	margin: 0;
	width:550px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.contentmed li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.contentlong {
	margin: 0;
	width:750px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}
ul.contentlong li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.columnlists {
	margin: 0;
	width:230px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-image:url(images/bullet.jpg);
}



ul.columnlistsnostyle {
	margin: 0;
	width:230px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlistsnostyle li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	list-style-type:none;
}

/*------- wrapper for ul's and other items */
div#wrapper {
	display: block;
	margin-left: 50px;
}

/* used to break content that overlaps */
div#clearboth {
clear: both;
height:0px;
}

div#clearleft {
clear: both;
height:0px;
}

div#clearright {
clear: both;
height:0px;
}

/* ------------------------- HORIZONTAL NAVIGATION ----------------------------- */
/* Removes all margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */

ul#mainnav {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height:45px;
	position:absolute;
	top: 201px;
	border-top: 1px solid #dadada;
	width: 978px;
	background-image: url(images/navbg.gif);
	left: 11px;
}

/* 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;
	border-right: 1px solid #d6d6d6;
	list-style: none;
	height: 45px;
}

ul#mainnav li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 15px 10px 0px 10px;
	height: 30px;
	float:left;
	display:block;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* OFF - This creates the style for our links. */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	background-image:url(images/navbtn_off.gif);
	background-repeat:repeat-x;
}
/* 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: #316AC5;
	display: block;
	background-color:#FFFFFF;
	background-image:url(images/navbtn_on.gif);
	background-repeat:repeat-x;
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	display: block;
	background-image:url(images/navbtn_hover.gif);
	background-repeat:repeat-x;
}

/*  PAGE LAYOUT ===========================*/

div#all { /* Holds the entire web page from the beginning body tag to the end body tag */
	width:1000px;
	text-align:left;
	margin: 0 auto;
	padding: 0px;
	background:none;
}

div#header {
	position:relative;
	padding: 0;
	margin: 0;
	width:1000px;
	height: 252px;
	text-align:left;
	float:left;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
}

div#maincontent {
border: 0px;
width:1000px;
height: auto;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; 
background-color:#fff;
background-image: url(images/contentbg.jpg);
background-repeat: repeat-y;
float:left;
display:block;
clear:both;
position:relative;
}

/*  ADDRESS ===========================*/

address {
	width:430px;
	vertical-align:top;
	font-size:14px;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align: center;
	line-height: 19px;
	position:absolute;
	display:block;
	clear: both;
	top: 21px;
	left: 61px;
}

address img {
margin: 8px 0px 8px 0px;
text-align:center;
}

address a {
font-size:11px;
font-style:normal;
color: #0033CC;
text-align: left;
line-height: 16px;					
}

/* ------------------------- FOOTER NAVIGATION ----------------------------- */

ul#footernav {
	width: 880px;
	text-align:center;
	clear:both;
	height:50px;
	display:block;
	margin: 0 auto;
	padding-left: 120px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding-top: 103px;
	position: relative;
}

ul#footernav li {
	border-right: 1px solid #d6d6d6;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	float:left;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
}

ul#footernav li a {
	font-size: 11px;
	width:auto;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	display:block;
	font-weight:lighter;
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
}

/* 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: #0066FF;
	display: block;
	text-decoration:underline;
}

/* HOVER */
ul#footernav li a:hover {
	color: #666666;
	display: block;
	text-decoration:underline;
}


/* ------------------------- SCROLLER NAVIGATION ----------------------------- */



div#scroller {
	width: 884px;
	height: 450px;
	position: relative;
	background-image:url(images/services-scroll-bg.jpg);
	background-repeat:no-repeat;
	margin-left: 60px;
}

.showimages {
	position:absolute;
	top: 61px;
	width: 290px;
	height: 322px;
	left: 219px;
}



ul#scroller {
	width: 190px;
	text-align:center;
	clear:both;
	height:220px;
	display:block;
	margin: 0 auto;
	position: absolute;
	top: 86px;
	left: 6px;
	padding-top: 8px;
}

ul#scroller li {
	list-style: none;
	text-align: left;
	margin: 0 auto;
	display: block;
	padding: 5px 4px 10px 4px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #000;
}

ul#scroller li a {
	font-size: 14px;
	line-height: 20px;
	width:auto;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	text-align: right;
	vertical-align:middle;
}

/* OFF */
ul#scroller li a:link, ul#scroller li a:visited, ul#scroller li a:active {
	display: block;
	color: #0e2d87;
}

/* HOVER */
ul#scroller li a:hover {
	color: #961013;
	display: block;
	text-decoration:underline;
}

/*  IMAGE CLASSES and ID's for content area ===========================*/

img.left {
float: left;
margin: 5px 10px 5px 0px;
border: 2px solid #efefef;
}
img.right {
float: right;
margin: 5px 5px 5px 5px;
border: 2px solid #efefef;
padding: 4px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}

/*  WEB AUDIO ===========================*/

a.webaudio {
	position: absolute;
	top: 175px;
	right: 26px;
	width: 261px;
	height: 19px;
	background-image: url(images/noimage.gif);
	background-repeat:no-repeat;
}

div#webaudiopopup {
width: 100%;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#747474;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
}

div#signin a{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color: #1C66D7;
}

/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 1000px;
	height: 50px;
	color:#FFFFFF;
	line-height: 19px;
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

/*  GOOGLE MAPS ===========================*/

div.googlemap {
padding: 5px;
border: 1px solid #e8e8e8;
width: 750px;
margin-left: 10px;
margin-bottom: 20px;
}

div.googlemapright {
 padding: 5px;
 border: 1px solid #e8e8e8;
 width: 330px;
 margin-bottom: 20px;
 position:absolute;
 top: 30px;
 left: 230px;
}


/*  NETOPIA IFRAMES ==========================*/

#netopiaiframe {
	margint-left: 140px;
	margin-left: 250px;
}

/* TABLE FOR CONTENT ============================*/

table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
}

table#content  {
	width: 850px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align:left;
	vertical-align:top;
	margin-left: 70px;
}

table#content tr.title  {
background-color:#009933;
color:#FFFFFF;
font-size: 13px;
font-weight:bold;
}

table#content td  {
	font-size: 13px;
	color: #000000;
	padding: 5px;
	text-align:left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	border: 3px solid #fff;
}

.printfriendly {
	position: absolute;
	left: 634px;
	top: 29px;
	display:block;
	background-color:#FFFF99;
	color:#000066;
	font-size:14px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	padding: 8px;
}
