/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #eaeaea;
}

/* 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;
	line-height: 18px;
	color: #333333;
	margin-right: 8px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

h1 {
	color: #4E5673;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C7D2D9;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 1px solid #B4BFC7;
}

h3 {
	color: #7377AB;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	background-color: #EDF1F3;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #7377AB;
}

h4 {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 1px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

h5 {
	color: #003366;
	font-size: 10px;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 8px;
	margin-bottom: 10px;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 1px;
	background-color: #D2DAE0;
	float: right;
	margin-top: 0px;
	width: 178px;
	border: 1px solid #999999;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

address {
	color: #333333;
	line-height: 11px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

address a:link, address a:visited {
	color: #424462;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
address a:hover {
	text-decoration: underline;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #FF6600;
	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 {
	position: relative;
	width: 770px;
	left: 0px;
	top: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

/* Creates the div container for the site. */
div#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div#leftside {
	float: left;
	width: 190px;
	vertical-align: top;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	width: 558px;
	padding: 0px;
}

div#callout {
	border: 1px dotted #424462;
	background-color: #D9E7EF;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 13px;
	margin-left: 15px;
	padding: 5px;
	clear: both;
}

div#callout p {
	color: #424462;
	line-height: 14px;
	font-size: 10px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 770px;
	font-size: 11px;
	color: #353535;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

div#footer a:link, div#footer a:visited {
	font-size: 10px;
	color: #353535;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer a:hover {
	text-decoration: underline;
	color: #353535;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #000000;
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div#copyright a {
	font-size: 9px;
	color: #036DB2;
	font-weight: bold;
	text-transform: uppercase;
}

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 0px;
	left: 0;
	clear: both;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 753px;
	padding-left: 16px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #000000;
	background-image: url(images/current.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize; 
}

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;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5F5F5F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #868686;
	border-bottom-color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul#list {
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 260px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #73B7FF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.clear {
	clear: both;
}

iframe {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

hr {
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#map {
	border: 1px solid #841584;
	padding: 2px;
	height: 420px;
	width: 406px;
	margin-bottom: 20px;
}

div#middle {
	width: 548px;
	float: left;
	margin-left: 2px;
}

div#right {
	width: 160px;
	clear: right;
	float: right;
}

div#box {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #868686;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

div#box p {
	color: #333333;
	line-height: 11px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
}

div#box a:link, div#box a:visited {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #424462;
	text-transform: uppercase;
}
div#box a:hover {
	text-decoration: underline;
}

.companyname {
	color: #036db2;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.contentimg {
	float: left;
	margin-left: 25px;
	clear: left;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #001085;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.rightimg {
	float: right;
	margin-right: 8px;
	margin-left: 20px;
	padding: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	clear: left;
}

.leftboximg {
	float: left;
	margin-right: 4px;
	clear: left;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.rightaccess {
	float: right;
	clear: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#flash {
	width: 456px;
	float: right;
	padding-top: 43px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#cta {
	width: 314px;
	float: right;
	padding-top: 43px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p.right {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-transform: none;
	float: right;
	margin-right: 50px;
}

/* ----------------- 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;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 5px;
	clear: both;
	text-align: center;
}
 
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: 72px;
	height: 9px;
}
