/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/main_bgd.jpg) repeat-x;
	background-color: #fff;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	border:none;
	border-collapse:collapse;
	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: 5px 30px 5px 40px;
	text-align: left;
	line-height: 1.7;
}


h1 {
font: bold 30px Georgia, "Times New Roman", Times, serif;
color: #000;
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 40px;

}

h2 {
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 40px;
}



address {
margin:0px 0px 0px 0px;
padding:5px 0px 0px 15px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #000;
text-align: left;
line-height: 1.1;
}



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: #fd3504;
}
a:visited {
color:#fd3504;
}
a:hover {
color: #737373;
}
a:active {
color: #fd3504;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 880px;
margin: 0px auto;
padding: 0px;
position: relative;}


div#header {
width: 880px;
height: 210px;
padding: 0px;
margin:0;
background: url(images/header.jpg) no-repeat;
position:relative;
}



div#audio {
position: absolute;
right:15px;
bottom: 22px;
width: 111px;
/*height: 10px;*/
margin: 0;
padding: 0;
}
div#audio applet {
margin:0;
padding:0;}




div#sidebar {
	position: absolute;
	top: 211px;
	left: 0px;
	width: 300px;
	height: 461px;
	margin: 0px;
	padding: 0px;
	background: url(images/side_cta.jpg) no-repeat;
	z-index: -5;
	visibility: visible;
}



div#cta_flash {
	width: 361px;
	height: 167px;
	position: absolute;
	top: 24px;
	left: 0px;
	visibility: visible;
}

div#container {
float: right;
width:580px;
margin:0px auto;
padding:0px;
background: url(images/container.gif) repeat-y;
}

div#content {
	width:581px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	vertical-align:top;
	text-align:left;
}

div#contentservices {
	width:581px;
	margin: 0px auto 0px 2px;
	padding: 0px 0px 20px 0px;
	vertical-align:top;
	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:566px;
	height: 30px;
	margin:0px auto;
	padding:0px 15px 0px 0px;
	background: url(images/footer.gif) no-repeat;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	text-align: right;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:9px;
	color:#737373;
	text-decoration:none;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */




	ul#mainnav {
	width: 880px;
	margin: 0px;
	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;
	margin: 0px;
	border-right: 1px solid #fdf305; 
	color: #ffffff; 
	font-weight: bold;
	text-transform: uppercase;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color: #303030; 
	background-color: #ffffff;
	}


/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright, div#ownerlogin {
width: 540px;
margin: 15px auto;
padding: 0px 0px 0px 340px;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #000;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#000;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#000;
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: 5px;
	clear: both;
}

img.rightb {
	float: right;
	margin: 0px 0px 5px 5px;
	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.7;
}


div#map {
width: 500px;
height: 400px;
margin: 10px auto;
padding: 0px;
border: 1px solid #666666;
}


div#ownerlogin a:link, div#ownerlogin a:visited {
	font-size:9px;
	color: #000;
	text-decoration:underline;
	font-weight: bold;
}

div#ownerlogin a:hover, div#ownerlogin a:active {
	font-size:9px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

.standout {
font-style:italic;
}
