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

body {
	margin: 5px;
	padding: 0;
	text-align: left;
	background: #000;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5 {
	color: #000;
	margin-left: 20px;
	/* [disabled]margin-right: 20px; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	}
h1 {
	color:#4d4d4d;
	margin-top: 15px;
	font-weight: normal;
	font-size: 36px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	clear: both;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 18px;
	margin: 5px 20px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	clear: both;
}
p#back a {
	text-align: right;
}

td {
	line-height: 18px;
}
address {
	color:#FFF;
	line-height: 14px;
	font-style: normal;
	}
/* Class to make text one pixel/point larger for the business name */
address .businessname {
	font-size: 12px;
	font-weight: bold;
}

address img.ccards {
	padding-left: 8px;
	padding-top: 3px;
}
.fbook {
	padding-right: 12px;
}

/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
}	
	
/* Styles A links */
a:link {
	text-decoration: underline;
	color: #CC3;
	}
a:visited {
	text-decoration: underline;
	color: #CC3;
 }
a:hover {
	text-decoration: none;
	color: #CC3;
	}
a:active, a.selected {
	text-decoration: none;
	color: #CC0;
	}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 1024px;
	margin: 0px auto;
	background: #aaa230;
	border: 1px solid #000;
}
	
/* Creates DIV container for cta. */
div#cta {
	width: 770px;
	margin: 0px auto;
	clear: left;
	background: url(images/cta_bg.jpg) no-repeat;
	height: 165px;
	}
	
div#header {
	width: 1024px;
	height: 253px;	
}
div#flash {	
}
.logo {
}

/* Creates DIV container for sidebar content */ 
div#audio_sign-in {
margin-top: -10px;
margin-left: 802px;
}

div#sidebar {
	width: 222px;
	float: right;
	padding: 0px;
	margin-top: -2px;
	color: #c2bc2d;
	background-image: url(images/sidebar.gif);
	height: 572px !important;
}
div#sidebar a {
	color: #ffffff;
}
div#sidebar address {
	padding: 10px 0px 10px 0px;
}
div#sidebar address img{
	margin: -10px 0px 0px 20px;
}
/* Creates DIV container for main content */ 
div#content {
	border: 1px solid #000;
	margin-top: -22px;
	margin-left: 20px;
	background: #aaa230;
	width: 760px;
	height: 580px;
	float: left;
	padding: 0px;
	/* [disabled]background: url(images/content_bg.gif) no-repeat; */
	/* [disabled]margin-right: 5px; */
	/* [disabled]margin-left: 20px; */
}
div#content a {
	font-weight: bold;
	color:#000;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
}
div#content ul li{
	padding-left: 10px;
	background: url(images/bullet.gif) no-repeat;
	list-style: none;	
}

/* Styles DIV container for Google map */
div#map {
	margin: 0px 0px 0px 20px;
}

/* Styles DIY frames in Plus sites */
#ifr1{
	margin: -20px 0px 0px -10px;
	overflow: hidden;
}

/* Creates DIV container for footer content*/ 
div#footer {
	font-size: 10px;
	width: 1024px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	background: #000;
	background:url(images/footer-gradient.gif) no-repeat;
	color: #FFF;
}
div#footer a {
	color: #FFF;
	font-weight: bold;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	background:url(images/footer-gradient.gif) no-repeat;
	text-align:left;
	width: 1024px;
	height: 32px;
	font-size: 10px;
	margin: 0px auto;
	padding:10px 0px 5px;
}

div#subnav  a{
	padding-left: 30px;
}
/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 0px 10px;
	background:#000
}

/* Creates DIV Container for main nav */
div#nav {
	font-size: 10px;
	width: 770px;
	display:block;

}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	width: 800px;
	height: 30px;
	padding: 0px 5px 0px;
	margin-left: 6px;
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	position: relative;	float: left;
	padding: 0px 0px 0px 20px;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	margin-top: -10px;
	padding: 7px 10px 6px;
	width: auto;
	display: block;
	text-decoration: none;
	color: #ffffff;
	}

/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #ffffff;
	width: auto;
	text-decoration: underline;
	
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	width: auto;
	color: #000;
	}
	
/* ----------------- DROP-DOWN NAVIGATION -------------------------*/
ul#mainnav li ul {
	position: absolute;
	top: 25px;
	left: 0;
	width: 220px;
	display: none;
	}
ul#mainnav li>ul {
	top: auto;
	left: auto;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#mainnav li li { float: none; height: 1%; }
* html ul#mainnav li li a { height: 1%; }
/* End */
ul#mainnav li li {
	display: block;
	float: none;
}
ul#mainnav li:hover ul, ul#mainnav li.over ul {
	display: block;
}
ul#mainnav li ul li a, ul#mainnav li ul li a:link, ul#mainnav li ul li a:visited, ul#mainnav li ul li a:active {
	display: block;
	width: 200px;
	padding: 7px 10px 6px;
	background: #ffffff;
	color: #222222;
}
ul#mainnav li ul li a:hover {
	width: 200px;
	background: #ffffff;
	color: #22429F;
}
/* ----------------- Additional CLASSES and DIVs ----------------- */

/* start hack to hide DIV styles from Internet Explorer */
html>body div#rtfloat {
	float: right;
	margin: 10px 20px 5px 10px;
}
html>body div#lftfloat {
	float: left;
	margin: 10px 10px 5px 20px;
}
/* end hack to hide styles from Internet Explorer */

img.rtborder {
	border: 1px solid #000;
	float: right;
	margin: 5px 0px 5px 10px;
}
img.rtborder2 {
	border: 1px solid #000;
	float: right;
	margin: 5px 20px 5px 10px;
}
img.lftborder {
	border: 1px solid #475888;
	float: left;
	margin: 10px 10px 5px 20px;
}

/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 250px;
}
div#rightpara {
	float: left;
	width: 250px;
}

/* CLASSES to create columns for unordered lists. */
ul.leftul {
	float: left;
	width: 215px;
}
ul.rightul{
	float: left;
	width: 215px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to underline text for emphasis */
.emphasisunderline {
	text-decoration: underline;
}

/* Class to bold text for emphasis */
.emphasisbold {
	font-weight: bold;
}

/* Class to format text in testimonial section */
.testimonials {
	font-size: 11px;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 7px;
	color: #FFF;
	
}


