/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background:#FFF;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
/* 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: Tahoma, Geneva, 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: 13px;
	padding-bottom:10px;
	line-height:1.5em;
	color:#373737;
}
h1 {
	font-size:24px;
	padding-bottom:3px;
	margin-bottom:15px;
	font-weight:normal;
	color:#44b8cc;
	border-bottom:1px solid #44b8cc;
}
h2 {
	font-size:18px;
	padding-bottom:10px;
	padding-top:10px;
	color:#44b8cc;
	font-weight:normal;
}
a {
	color:#157586;
}
a:hover {
	color:#666;
}
address {
	text-align:left;
	font-style:normal;
	color:#666;
	padding-top:15px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* ----------------- WRAPPER/ HEADER ----------------- */
div#wrapper {
	width:1000px;
	margin:0 auto;
}
div#header {
	width:1000px;
	height:369px;
	position:relative;
	background:url(images/header-bkg.jpg) top left no-repeat;
}
/* -- WEB AUDIO APPLET -- */
div#audio {
	cursor:pointer;
	position:absolute;
	left: 705px;
	top: 6px;
	height: 38px;
	width: 165px;
}
div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;
}
div#applet div {
	position: absolute;
	top: 52px;
	left: 75px;
	width: 68px;
	height: 30px;
}
div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;
}
/* ----------------- TOP NAV STYLES ----------------- */

div#topnav {
	height:233px;
	width:200px;
	left: 57px;
	top: 117px;
	text-align:center;
	position:absolute;
}
div#topnav ul {
	list-style-type:none;
}
div#topnav ul li {
	border-bottom:1px dotted #CCCCCC;
	text-align:center;
}
div#topnav ul li.no-border {
	border-bottom:none;
}
div#topnav ul li a {
	font-size: 14px;
	color:#616161;
	text-decoration: none;
	display: block;
	padding: 6px 0px 6px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}
div#topnav ul li a:hover {
	color:#43b0c3;
	background:#FFF;
}
div#topnav ul li .current {
	color:#43b0c3;
	background:#FFF;
}
/* ----------------- FLASH ----------------- */
div#flash {
	position:absolute;
	left:353px;
	top:113px;
}
/* ----------------- CONTENT CONTAINER ----------------- */
div#container {
	width:1000px;
	float:left;
	clear:both;
}
/* LEFT COL */
div#leftcol {
	width:306px;
	float:left;
}
div#address {
	padding:15px 20px 20px 40px;
}
div#logoleft {
	width:280px;
	float:left;
	margin-top:20px;
}
div#logoleft img {
	padding:10px 0px;
}
/* RIGHT COL */
div#rightcol {
	width:654px;
	float:right;
	padding:0px 30px 20px 10px;
}
/* ----------------- FOOTER ----------------- */
div#footer {
	width:1000px;
	clear:both;
	border-top:1px solid #8dcfda;
	padding:20px 0px;
}
/* BOTTOM NAV */
div#bottomnav {
	font-size:10px;
	color:#fdc0cf
}
div#bottomnav a {
	font-size:10px;
	color:#616161;
	padding:0px 25px;
}
div#bottomnav a:hover {
	color:#43b0c3;
}
/* OWNER LINK */
div#owner {
	padding:15px 0px;
}
div#owner a {
	font-size:10px;
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
}
div#owner a:hover {
	color:#43b0c3;
}
/* COPYRIGHT RIGHT */
div#copyright {
	font-size:10px;
	color:#999;
}
div#copyright a {
	font-size:10px;
	color:#616161;
}
div#copyright a:hover {
	color:#ca3c5d;
}
/* ----------------- MISC./ CUSTOM CLASSES AND ELEMENTS ----------------- */

/* FLOAT LIST - SERVICES PAGE */
div#floatlist {
	float:left;
	width:230px;
}
div#rightcol ul {
	margin-left:25px;
	line-height:1.4em;
	padding:5px 10px 20px;
0px
}
div#rightcol ul li {
	list-style-image:url(images/bullet.gif);
}
/* IMG STYLES */

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
img.border {
	border:1px solid #68abb6;
	margin:0 10px 10px 10px;
	padding:2px;
}
/* SERVICES IMAGES */
div#servicesimgs {
	width:400px;
	float:right;
}
div#servicesimgs img {
	padding:2px;
}
/* MAP */
div#map {
	float:right;
}
div#map iframe {
	border:1px solid #000;
}
/* NETOPIA IFRAME */
div#netopia {
	text-align:left;
}
p#otherareas {
	text-align:center;
	line-height:1.2em;
	padding-top:20px;
}
