/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bg_main.gif) repeat-x;
	background-color: #e1e8bc;
	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: 12px;
	color: #000000;
	margin: 0px;
	padding: 10px 30px 10px 40px;
	text-align: left;
	line-height: 1.9;
}


h1 {
font: bold 30px Verdana, Arial, Helvetica, sans-serif;
color: #010e43;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 40px;

}

h2 {
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
color: #63bbbc;
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 40px;
}



address {
margin:10px 0 0 135px;
padding:0;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color: #010e43;
text-align: left;
line-height: 1.5;
}



li {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #423c82;
}
a:visited {
color:#423c82;
}
a:hover {
color: #63bbbc;
}
a:active {
color: #423c82;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
position: absolute;
top: 0;
left: 0;
width: 990px;
margin: 0px;
padding: 0px;
}


div#header {
width: 990px;
height: 92px;
margin: 0px;
padding: 0px;
background: url(images/header.jpg) no-repeat;
position: relative;
}

div#sidebar {
float: left;
width: 310px;
height: 558px;
margin: 0px;
padding: 0px;
background: url(images/side_cta.jpg) no-repeat;

}

div#audio {
margin: 40px 0 0 120px;
padding: 0px;
}

div#cta_flash {
width: 311px;
height: 92px;
position: absolute;
top: 0px;
left: 0px;
z-index: 1000;
}

div#container {
float: left;
margin: 0px;
width:680px;
_width:680px;
padding:0px;
background: url(images/container.jpg) repeat-y;
}


div#content {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align:left;
}

div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#footer {
	width:665px;
	height: 20px;
	margin:0px auto;
	padding:0px 15px 0px 0px;
	background: url(images/footer.jpg) no-repeat;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#010e43;
	text-align: right;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#010e43;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:9px;
	color:#63bbbc;
	text-decoration:none;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */




	ul#mainnav {
	width: 679px;
	margin: 0 0 0 311px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 0px;
	}

	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px 21px 5px 21px;
	margin: 0px;
	border-right: 1px solid #010e43; 
	color: #fff; 
	font-weight: bold;

	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color: #010e43; 
	background-color: #ffffff;
	}


/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright, div#ownerlogin {
width: 640px;
margin: 15px auto;
padding: 0px 0px 0px 340px;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #010e43;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#010e43;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#63bbbc;
text-decoration:underline;
}

div#copyright img {
border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #dadada;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px solid #dadada;
	background-color: #ffffff;
	margin: 5px 0px 5px 10px;
	padding: 0;
	clear: both;
}

img.rightb {
	float: right;
	margin: 0 0 0 10px;
	padding: 0px;
	clear: both;
}

div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
list-style:none;
}

ul#bulletfloat {
float: left;
width: 250px;
list-style:none;
padding-bottom: 10px;
}

ul#bullet li, ul#bulletfloat li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 7px;
padding: 0px 30px 0px 15px;
line-height: 1.9;
}


div#map {
width: 500px;
height: 400px;
margin: 10px auto;
padding: 0px;
border: 1px solid #423c82;
}


div#ownerlogin a:link, div#ownerlogin a:visited {
	font-size:9px;
	color: #010e43;
	text-decoration:underline;
	font-weight: bold;
}

div#ownerlogin a:hover, div#ownerlogin a:active {
	font-size:9px;
	color: #63bbbc;
	text-decoration:none;
	font-weight: bold;
}

.company {
color: #010e43;
}

.toplink {
font-size: 9px;
text-align: right;
}


