@charset "utf-8";
/* CSS Document */

/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #005246;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	background-image: none;
}
/* 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, ol, td {
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}
/* redefines the p tag */

p {
	font-size: 12px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 18px;
}
h1 {
	color: #005244;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
h2 {
	color: #825D02;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: italic;
}
h3 {
	color: #FFFFFF;
	font-size: 21px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: italic;
}
h4 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: normal;
}

hr {
	color: #CB9800;
	clear: both;
	margin: 10px 0px;
	padding: 0px;
}
/* creates the general link style for the site. this is not the main navigation.  */

a:link, a:visited {
	color: #FDB434;
	font-weight: bold;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #851219;
}
div#content blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #851219;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}


a:hover {
	text-decoration: underline;
}
/* ----------------- page layout elements ----------------- */



/* creates div container for header. setting the left and right margins to auto will center div. */

div#header {
	width: 990px;
	height: 310px;
	position: relative;
	margin: 0px;
	background: url(images/header-bg.jpg) no-repeat left top;
}
/* creates the div container for the site. */

div#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(images/container-bg.jpg) repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#wrapper {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

/* creates the div for the address */

address {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-style: normal;
	width: 300px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 20px;
	top: 201px;
}
address a:link, address a:visited {
	color: #000000;
	font-weight: normal;
	text-align: right;
}
address a:hover {
	text-decoration: underline;
}
div#location1 {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-style: normal;
	width: 218px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 431px;
	top: 201px;
}
div#location2 {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-style: normal;
	width: 216px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 767px;
	top: 201px;
}


div#left/* creates the div for the sidebar */

 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 210px;
	margin-right: 20px;
	padding-left: 20px;
}
/* creates the div for the content */

div#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 520px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
div#right {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 200px;
	margin-right: 0px;
}
div#right img {
	margin-bottom: 10px;
}


/* creates the div container for the footer. */

div#footer {
	clear: both;
	width: 990px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	height: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
div#footer a:hover {
	text-decoration: underline;
}
/* styles the copyright div */

div#copyright {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: both;
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 955px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


div#copyright a {
	font-size: 9px;
	color: #FAE403;
	font-weight: bold;
}
/* navigation */

div#nav {
	width: 210px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CB9800;
}
ul#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#mainnav li {
	display: block;
	list-style: none;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #000000;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin: 0px;
	width: 190px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #825D02;
}
ul#mainnav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #005244;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #825D02;
}
/* end navigation */
ul#footernav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#footernav li {
	display: inline;
	list-style: none;
	float: left;
}
ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin: 0px;
	width: 170px;
	padding-right: 10px;
}




div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
ul#list li {
	list-style-position: inside;
	color: #851219;
	padding: 0px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
div#map {
	padding: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #cccccc;
	height: 400px;
	width: 550px;
	background-color: #ffffff;
}
div#flash {
	position: absolute;
	top: 15px;
	height: 84px;
	width: 330px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 321px;
	bottom: 0px;
}
div#cta {
	position: absolute;
	left: 332px;
	top: 111px;
	width: 584px;
	height: 79px;
}
div#netopia {
	margin-left: 80px;
	margin-top: -50px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 950px;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
}
div#audio {
	position: absolute;
	top: 27px;
	height: 34px;
	width: 168px;
	margin: 0px;
	padding: 0px;
	right: 6px;
	bottom: 0px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.companyname {
	color: #000000;
	text-transform: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.important {
	color: #000000;
	text-transform: none;
	font-weight: bold;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #948a89;
	padding: 4px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.rightimg {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	background-color: #ffffff;
	margin-bottom: 0px;
	clear: right;
}
.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #cccccc;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #ffffff;
}
.textcenter {
	text-align: center;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7F1217;
}

/* web audio applet */



div#applet {
	width: 210px;
	height: 130px;
	background-image: url(images/webaudio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}
div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 8px;
}
.attorneys {
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.leftbox {
	float: left;
	width: 150px;
	margin-right: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
