/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/bg-body.jpg) top left repeat fixed;
}
/* 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, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p {
	padding: 5px;
	font: normal 14px/22px helvetica, arial, sans-serif;
	margin: 10px 20px;
}
p strong, ul strong {
	color:#760A07;	
}
/* for page titles tag */

h1 {
	font-size: 16px;
	color: #760A07;
	padding: 5px;
	border-bottom: 1px solid #760A07;
	margin: 3px 28px 10px 16px;
	font: bold italic 29px trebuchet ms;
	text-transform: uppercase;
}
h2 {
	color: #760A07;
	padding: 5px;
	margin: 3px 28px 5px 16px;
	font: bold 20px trebuchet ms;
	text-transform: uppercase;
}
h2.center {
	color: #760A07;
	padding: 5px;
	margin: 3px auto 5px;
	font: bold 20px trebuchet ms;
	text-transform: uppercase;
	text-align:center;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link { color:#a50a06;
}
a:visited { color:#a50a06;
}
a:hover { color:#a50a06;
}
a:active { color:#a50a06;
}
li {
	font-size: 12px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 35px;	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9D0808;
	text-align: center;
}

h4{
	clear:both;
	font-size:28px;
	color: #760A07;
	text-align:center;
	margin:70px 0 0 0;
	*margin:40px 0 0 0;
	}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

div#container {
	width: 990px;
	padding: 0px;
	margin:0 auto;
}
div#header {
	width: 990px;
	height: 281px;
	float: right;
	background: url(images/bg-header.jpg) top center no-repeat;
}
div#flash {
	width:990px;
	height:239px;
	clear:both;
}
/* ----------------- audio----------------- */
div#audio {
	margin: 24px 15px 0 0;
	float: right;
}
.audio {
	margin: -3px 13px 0 0;
	padding: 0;
	width: 113px;
	height: 15px;
	background: black;
	text-align: left;
}
div#content {
	width: 990px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: left;
	background: url(images/bg-content.gif) top left repeat-y;
}
div#contentbody {
	width: 725px;
	margin: 0px;
	padding: 0 0 20px 0;
	position: relative;
	text-align: left;
	float: left;
	border: 0px none;
}
	div#contentbody ul li {
		color: #000;
		background: url(images/bullet.gif) left 9px no-repeat;
		list-style-position:outside;
		line-height:21px;
		list-style-type:none;
		padding:0 0 0 10px;	
		margin:0 20px 0 0;
	}
div#contentsidebar {
	width: 265px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: left;
}
/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 990px;
	float: left;
}
/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	width: 990px;
	position: relative;
	float: right;
}
/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}
/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	text-decoration: none;
	text-align: left;
	display: block;
	width: auto;
	margin: 0px;
	color: #CCCCCC;
	font-weight: bold;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:14px 15px 14px;
}
ul#mainnav li a.last {
	border-right:0;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	background-color: #000;
}
/* Creates the div container for the footer. */

ul#utilitynav {
text-align: center;
list-style-type: none;
padding: 10px 0 0 0;
margin: 0 auto 40px;
}
ul#utilitynav li {
	display: inline;
	padding: 0;
	margin:0;
}
ul#utilitynav li.first {
	border: none;
	padding-left: 0px;
}
ul#utilitynav li a {
font: normal 11px/22px helvetica, arial, sans-serif;
color: white;
text-decoration: none;
display: inline;
text-transform: uppercase;
white-space: nowrap;
padding: 0 15px;
}
ul#utilitynav li a:hover, ul#utilitynav li a:visited {
font: normal 11px/22px helvetica, arial, sans-serif;
color: #a22925;
text-decoration: none;
display: inline;
text-transform: uppercase;
white-space: nowrap;
padding: 0 15px;
}

div#footer {
	clear: both;
	width: 990px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-footer.gif);
	height: 251px;
}
/* -----------------copyright stuff-------------- */

div#copyright {
	text-align: center;
	height: 20px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font: normal 11px/13px helvetica, arial, sans-serif;
}
div#copyright a:link, div#copyright a:hover, div#copyright a:visited {
	font-size: 10px;
	color: #a22925;
}
.copyright {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	margin: 10px 25px 15px 15px;
	padding: 2px;
	border: 1px solid #760A07;
}
img.rightborderless {
	float: right;
	margin: 25px 25px 15px 15px;
	padding: 2px;
}
clear {
	clear: both;
}
div.clear {
	clear: both;
	line-height: 0px;
}
/* ----------------- address ----------------- */

address h2 {
	color: white;
	padding: 5px 5px 6px;
	margin: 0;
	font: bold italic 18px trebuchet ms;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid white;
}

#contentsidebar h2 {
	color: white;
	padding: 5px 5px;
	font: bold italic 18px trebuchet ms;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid white;
}

address {
	color: white;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	font: normal 12px/20px helvetica, arial, sans-serif;
	border-bottom: 1px dotted #222;
	width: 255px;
}
address.last {
	border:0;	
}
address img.socialIcon {
	margin: 0 10px 0  0;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #CCCCCC;
}
/* ----------------- owner sign - in ---------------- */
div#signin {
	width: 990px;
	padding: 0px;
	color: #CCC;
	text-align: center;
	clear: both;
	margin: 25px 0;
}
div#signin a:link, div#signin a:visited, div#signin a:active {
	font: normal 11px/13px helvetica, arial, sans-serif;
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
}
div#signin a:hover {
	color:#a22925;
	
}
div#video {
margin: 0 25px 15px 15px;
width: 426px;
text-align: center;
height: 325px;
float: right;
}

div.contact {
float: right;
margin: 128px 25px 25px 0;
}
div.contact span.number {
	color:#760A07;	
	font-weight:bold;
}
div.contact p {
	text-align:center;
	font: normal 32px/38px helvetica, arial, sans-serif;
}

div#map {
	width:350px;
	float:left;
	margin:25px 0 25px 25px;
	border: 1px solid #760A07;
	padding: 2px;
}
div#directionsLink {
	margin:5px 0 0 0;
	clear:both;
	line-height: 20px;
	font: normal 12px helvetica, arial, sans-serif;
}

div#list2col{
	width:650px;
	float:left;
	margin: 10px 0 30px 25px;
	padding: 0;
}
	div#list2col ul {
	float:left;
	width:40%;
	margin:0;
	}
	div#list2col ul li {
		color: #000;
		background: url(images/bullet.gif) left 9px no-repeat;
		list-style-position:outside;
		line-height:21px;
		list-style-type:none;
		padding:0 0 0 10px;
	}	
	
.lauderdale{ font-size:17px;}	

.bigred{ font-size:20px;
color:#c91612;}

.dotted {
	}

.dotted li{
	list-style:none;
	background:url(images/dot.jpg)!important;
	background-repeat:no-repeat!important;
	background-position:left 9px!important;
	}
	
	.special{
		font-size:18px;
		font-weight:bold;
		background:#000;
		color:#FFF;
		text-align:center;
		padding:10px 50px;
		border:1px solid #5c5c5b;
		font-style:italic;
		margin-right:25px;}
		
		.special strong{
			color:#cb180a;}
