/* ----------------- 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: #FFFFFF;
}

/* 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: 11px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	font-family: Verdana, 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: #000000;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	background-image: url(images/title-bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 25px;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C1C1;
}

h2 {
	color: #003366;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: left;
	font-weight: normal;
}


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: #095568;
	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: 950px;
	height: 410px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	margin-left: 310px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}

/* Creates the div for the address */
div#address {
	text-align: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 280px;
	padding-left: 20px;
	line-height: 14px;
	padding-top: 250px;
	padding-right: 0px;
	padding-bottom: 20px;
	background-image: url(images/cta-sidebar-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 950px;
	color: #EC2024;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #999999;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#copyright a {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-align: center;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 154px;
	left: 10px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current{
	color: #FFFFFF;
	background-image: url(images/current-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* 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:#999999;
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 15px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/current-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* END NAVIGATION */

/* Creates the div for the cta */
div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 290px;
}

ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin: 0px;
}

ul#list li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	line-height: 24px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
}

.companyname {
	color: #EC2024;
	text-transform: uppercase;
	font-weight: bold;
}

.important {
	color: #EC2024;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
	padding-left: 3px;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #AAACAE;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.sidebarimg {
	margin-left: -15px;
	padding-bottom: 15px;
}

.textcenter {
	text-align: center;
}

.footernav {
	padding-right: 10px;
}

.furnitureimgfirst {
	float: left;
	padding: 2px;
	margin-top: 0px;
	margin-right: 25px;
	border: 1px solid #C1C1C1;
	margin-bottom: 25px;
	margin-left: 25px;
}

.furnitureimg {
	float: left;
	padding: 2px;
	margin-top: 0px;
	margin-right: 25px;
	border: 1px solid #C1C1C1;
	margin-bottom: 25px;
	margin-left: 0px;
}

.furnitureimglast {
	float: left;
	padding: 2px;
	margin-top: 0px;
	border: 1px solid #C1C1C1;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

div#map {
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	height: 420px;
	width: 630px;
	float: left;
	background-color: #FFFFFF;
}

div#flash {
	position: absolute;
	top: 200px;
	height: 200px;
	width: 640px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 310px;
	bottom: 0px;
}

div#netopia {
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0px;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 950px;
	text-align: center;
}

div#language {
	position: absolute;
	top: 8px;
	height: 9px;
	width: 56px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 875px;
	bottom: 0px;
}

div#audio {
	position: absolute;
	top: 150px;
	height: 30px;
	width: 262px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 678px;
	bottom: 0px;
}

div#vertnav {
	position: absolute;
	top: 218px;
	right: 0px;
	left: 168px;
	bottom: 0px;
	font-size: 9px;
	text-align: left;
	line-height: 28px;
	text-transform: uppercase;
	width: 110px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #095568;
}

div#vertnav a {
	color: #095568;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	font-weight: bold;
}

div#vertnav a:hover {
	background-image: url(images/vert-current-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	color: #000000;
}

div#vertnav a#current {
	background-image: url(images/vert-current-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	color: #000000;
}

/* 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: 9px;
}
