/* ----------------- 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: #F3DAA3;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}

body#webaduio {
	background-color: #646D8C;
	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: #333333;
	margin-right: 55px;
	margin-left: 55px;
	text-transform: none;
	margin-top: 0px;
	line-height: 21px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

h1 {
	color: #ED2124;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3AA2D;
	font-size: 24px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-right: 55px;
	margin-bottom: 10px;
	margin-left: 55px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #FF9900;
	padding-left: 55px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

h3 {
	color: #FFCC00;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	font-style: italic;
}

h4 {
	color: #001085;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
	font-style: italic;
}

address {
	font-style: normal;
}

address a:link, address a:visited {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7200C5;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link, a:visited {
	color: #006699;
	font-weight: bold;
}
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: 243px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 990px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
}

/* Creates the div for the content */

div#content {
	width: 990px;
}

/* Creates the div for the address */

div#address {
	text-align: center;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	width: 880px;
	text-transform: none;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E3AA2D;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 990px;
	color: #939AB0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	background-image: url(images/footer.gif);
	height: 30px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #2F3340;
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
}

div#copyright a {
	font-size: 9px;
	color: #2F3340;
	font-weight: bold;
	text-align: center;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 31px;
	left: 24px;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #828692;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F7F8FC;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #B20022;
	font-weight: bold;
	background-color: #DADCE8;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display:block;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 12px;
	padding-top: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F7F8FC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #989BAC;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	color: #680114;
	background-color: #DADCE8;
}

ul#list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

ul#list li {
	list-style-position: outside;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #9E7315;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 85px;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	text-align: left;
}

div#map {
	border: 1px solid #333333;
	padding: 2px;
	height: 380px;
	width: 385px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 19px;
	float: left;
}

.companyname {
	font-weight: bold;
	color: #ED2124;
	text-transform: none;
}

.important {
	font-weight: bold;
	color: #FF6600;
	text-transform: none;
}

.imgcenter {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.rightimg {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.rightimg2 {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.leftimg {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.leftimg2 {
	float: left;
	padding: 3px;
	background-color: #FFFFFF;
	margin: 0px;
}


div#right {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

div#left {
	float: left;
	text-align: left;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div#flash {
	position: absolute;
	top: 70px;
	height: 169px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 5px;
	bottom: 0px;
}

div#audio {
	position: absolute;
	top: 255px;
	height: 30px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 782px;
	bottom: 0px;
	border: 1px double #E3AA2D;
}

div#hourspayment {
	position: absolute;
	top: 0px;
	height: 30px;
	width: 990px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

div#estimate {
	position: absolute;
	top: 106px;
	height: 38px;
	width: 196px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 702px;
	bottom: 0px;
}

div#cta {
	position: absolute;
	top: 258px;
	height: 38px;
	width: 196px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 500px;
	bottom: 0px;


}
div#netopia {
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 990px;
}





/* ----------------- 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;
	clear: both;
	text-align: center;
	margin: 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: 9px;
}

.cta {
	position: absolute;
	left: 642px;
	top: 255px;

}
