/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background-color: #000000;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 5px 30px 5px 20px;
	text-align: left;
	line-height: 1.5;
}


h1 {
font: bold 16px Verdana, Arial, Helvetica, sans-serif;
color: #7494c4;
border-bottom: 1px solid #7494c4;
margin: 20px 0px 0px 20px;
padding: 0px;
}

h2 {
position: absolute;
top: 260px;
left: 324px;
width: 240px;
padding: 5px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
line-height: 1.5;
border: 1px solid #7494c4;
background-color: #a6c9e3;
}

address {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-align: left;
}

li {
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #7494c4;
}
a:visited {
color: #7494c4;
}
a:hover {
color: #a6c9e3;
}
a:active {
color: #7494c4;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 990px;
margin: 0px auto;
padding: 0px;
position: relative;
}


div#cta_flash {
position: absolute;
top: 220px;
left: 200px;
width: 597px;
height: 388px;
}

div#content {
position: absolute;
top: 242px;
left: 200px;

	width:606px;
	margin: 0px auto;
	padding: 0px;
	vertical-align:top;
	text-align:left;
}

div#companyinfo {
position: absolute;
top: 270px;
left: 820px;
}

div#footer {
position: absolute;
top: 624px;
left: 215px;
	width:606px;
	height: 31px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#f6ffd9;
	text-align: center;
} 

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#f6ffd9;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:9px;
	color:#f6ffd9;
	text-decoration:none;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */
div#navbar {
	position: absolute;
	top: 230px;
	left: 32px;
	width: 164px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


ul#mainnav {
	list-style-type:none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

ul#mainnav li {

	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	display: inline;	
	width: 164px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	margin:0px;
	padding:0px 0px 0px 0px;
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#7494c4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 32px;
	text-align: left;
	list-style-type: none;
	width: 164px;
}

ul#mainnav li a:hover {
	color:#a6c9e3;


}

ul#mainnav li a#current:link, ul#mainnav li a#current:visited {	
	color:#000000;

}

/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#ownerlogin {
position: absolute;
top: 660px;
left: 224px;
width: 606px;
margin: 0px auto;
padding: 0px 0px 0px 0px;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #3e3e3e;
}


div#copyright {
position: absolute;
top: 685px;
left: 224px;
width: 606px;
margin: 0px auto;
padding: 0px 0px 0px 0px;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #3e3e3e;
}



div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#3e3e3e;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#3e3e3e;
text-decoration:underline;
}

div#copyright img {
border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #3e3e3e;
	margin: 5px 10px 10px 10px;
	padding: 2px;
	clear: both;
}

img.right {
	float: right;
	border: 1px solid #3e3e3e;
	margin: 5px 0px 5px 10px;
	padding: 0px;
	clear: both;
}



img.rightb, ul.rightb {
	float: right;
	margin: 0px;
	padding: 4px 10px 0px 0px;
}

img.leftb, ul.leftb {
	float: left;
	margin: 0px;
	padding: 4px 12px 0px 20px;

}

div#clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
list-style:none;
}

ul#bullet li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding: 0px 10px 0px 15px;
line-height: 1.5;
}




div#audio {
position: absolute;
top: 237px;
left: 854px;
width: 111px;
height: 10px;
text-align: left;
margin: 0px;
padding: 0px;
}

div#ownerlogin a:link, div#ownerlogin a:visited {
	font-size:9px;
	color: #3e3e3e;
	text-decoration:underline;
	font-weight: bold;
}

div#ownerlogin a:hover, div#ownerlogin a:active {
	font-size:9px;
	color: #3e3e3e;
	text-decoration:none;
	font-weight: bold;
}

div#twocolumns {

width: 310px;
margin: 0px;
}

div#leftcolumn {

float: left;
width: 165px;
margin: 0px;
padding: 0px;

}

div#rightcolumn {

float: right;
width: 130px;
margin: 0px;
padding: 0px;

}

div#iframe {
text-align: center;
}

