/* ----------------- redefines the tag selectors ----------------- */
* {
	padding:0px;
	margin:0px;
}
body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	background-color: #d7e4f1;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
}
/* 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, ol {
	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: 14px;
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	line-height: 21px;
	padding: 0px 30px 10px 15px;
}
h1 {
	color: #3873AF;
	font-size: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #DCE9F2;
	margin: 50px 25px 25px 20px;
	padding: 0px 0px 5px;
}
h2 {
	color: #06456E;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 10px;
	margin: 10px 25px 10px 20px;
}
h3 {
	color: #211CAB;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	border-bottom: 1px solid #DCE9F2;
	margin-right: 10px;
	margin-left: 10px;
}
h4 {
	color: #FFFF00;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
	text-decoration:underline;
}
td {
	line-height: 18px;
}
address {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06456E;
	font-style: normal;
	font-weight: normal;
	padding: 5px 20px;
	margin: 0px 0px 2px 10px;
	float: right;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	position: absolute;
	left: 579px;
	top: -4px;
	background: #F0F5F9;
}
address a:link {
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
}
address a:hover {
	font-size:11px;
	font-weight: bold;
	color: #3B93EA;
}
/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #3873AF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #3B93EA;
}
/* ----------------- page layout elements ----------------- */

div#logo {
	position:relative;
	width:807px;
	height:75px;
	overflow:hidden;
}
/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	background:url(images/bg-header.jpg) top left no-repeat;
	width:807px;
	height:222px;
	position: relative;
	margin: 0px;
	clear:both;
}
/* creates the div container for the site. */
div#container {
	width: 807px;
	background:#FFFFFF;
	/*height: auto;*/
	padding: 0px;
	margin: 0px auto;
}
/* creates the div for the content */
div#content {
	margin: 0px;
	padding: 0px 10px 25px 20px;
	float: left;
	width: 777px;
	position: relative;
}
div#content ol, div#content ul {
	line-height: 1.5em;
	margin: 10px 15px 15px 25px;
	list-style-image:url(images/bullet.gif);
	
}
div#content ul li {
	padding-left: 0px;
	margin:0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	color: #06456E;
}
/* creates the div for the sidebar */
div#sidebar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 220px;
	padding: 0px;
}
/* creates the div container for the footer. */
div#footer {
	width: 800px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 0 0;
	margin: 0px auto;
	background-color: #3873AF;
	height: 30px;
	clear: both;
}
div#footer a:link, div#footer a:visited {
	color: #D7E5F0;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 7px;
	padding-left: 7px;
}
div#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #06456E;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin: 0px auto;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	color: #06456E;
	font-weight: bold;
	text-align: center;
}
/* ----------------- TOP NAV ----------------- */
div#topnav {
	overflow:hidden;
	padding:0px;
	margin:2px 0px 0px 0px;
	position:relative;
	clear:both;
	background:#6098d2;
	width:807px;
	border-top:1px solid #646668;
}
div#topnav ul {
	padding:0px;
	margin:0px;
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
div#topnav ul li a {
	text-decoration:none;
	color:#FFFFFF;
	padding:10px 14px 10px 14px;
	margin:0px;
	display:block;
	float:left;
	font-weight:bold;
	font-size:11px;
	border-right:1px solid #4e7fb2;
	background:#6098d2;
}
div#topnav ul li a:hover {
	color:#f1f2b5;
	background:#7fb2e7;
}
div#topnav ul li a.current {
	color:#f1f2b5;
	background:#3872ae;
}
/* end navigation */
	

div#map {
	padding: 0px;
	border: 1px solid #cccccc;
	margin: 0px auto 5px;
}
div#flash { position:relative;
}
div#btn { position:absolute; right:0px; top:18px;}
div#signin {
	margin: 0px auto;
	top: 0px;
	right: 0px;
	padding: 0px;
	width: 800px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DCE9F2;
}
/*--------------image styles------------*/
.center { text-align:center;}

p.center img {border: 1px solid #999999;
	margin: 15px;}

.rightimg {
	float: right;
	border: 1px solid #999999;
	margin: 15px 15px 15px 20px;
	clear: both;
}
.rightimgnoborder {
	float: right;
	clear: right;
	margin: 5px 10px 5px 0px;
}
.leftimg {
	float: left;
	border: 1px solid #999999;
	margin: 5px 10px 15px 15px;
}
/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 240px;
	margin-bottom: 10px;
	padding-left: 10px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	margin-left: 3px;
}
div#rightpara {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}
/*-----------text styles---------------*/

.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.companyname {
	color: #7DB0E7;
	text-transform: none;
}
.important {
	color: #990000;
	text-transform: none;
	font-weight: bold;
	text-decoration: underline;
}
/* CLASSES to create columns for unordered lists. */


ul.leftul {
	float: left;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	width: 275px;
	color: #0E0F61;
}
ul.rightul {
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	width: 275px;
	color: #0E0F61;
}
/*  Audio elements  */

div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -2px;
	right: 5px;
	height: 32px;
	width: 202px;
}
/* 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;
}


.ad {
	padding-top: 30px;
	padding-left: 115px;
}


div#special_clickhere
{
	   height: 56px;
    margin-bottom: -96px;
    margin-left: 273px;
    margin-top: 24px;
    padding-right: 167px;
    width: 205px;;
}



div#special_clickhere img

{
	
 	border:none;
	
}
