body
{
	margin: 0;
	background-color:#eaeaea;
}

td
{
	font-family: verdana;
	font-size: 12px;
	color: #333333;
}

H1
{
	font-family:verdana ;
	font-size: 22px;
	color: #9d0101;
	font-weight: 600;
	margin: 0px;
}

.title
{
	font-family:verdana ;
	font-size: 22px;
	color: #9d0101;
	font-weight: 600;
}

.subtitle
{
	color: #0176bb;
	font-weight: bold;
}


.tabtitle
{
	color: #ffffff;
	font-size: 14px;
	font-family:Microsoft Sans Serif ;
	font-weight:bolder;
}

A
{
	color: #333333;
	text-decoration: underline;
}
A:hover
{
	color: #333333;
	text-decoration: none;
}

p
{
	text-align: justify;
}

Selectbox
{
	border: 1px solid #bdbdbd;
	background-color: #ffffff;
	height: 16;
}
A.menu
{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-family:Microsoft Sans Serif ;
	font-weight:bold;
}
A.menu:hover
{
	color:#fcbd32;
	text-decoration:none;
}
.advertisement
{
	font-family: MS Sans Serif;
	font-size: 8px;
	font-weight: lighter;
}
.footer
{
	color :#ffffff;
}

A.footer
{
	color: #ffffff;
	text-decoration: underline;
	font-size :12px;
}
A.footer:hover
{
	color: #ffffff;
	text-decoration:none;
	font-size :12px;
}

.padding15
{
	height: 30px; 
	padding-left:15px;
	text-align:left ;
}
.paddingMax
{
	height: 30px; 
	padding-left:100px;
	text-align:left ;
}
.divider
{
	color :#ffffff;
	padding-left :10px;
	padding-right :10px;
	font-size :10px;
}
.bgcolor_red
{
	background-color :#9d0102;
}
.bgcolor_white
{
	background-color :#ffffff;
}
.fieldtitle
{
	font:normal normal bold 12px verdana;
	color :Black ;

}

.autoshow-row1
{
	background: transparent url(../images/south_florida.jpg) no-repeat center top;
	height: 68px;
	width: 100%;
}

.autoshow-row2
{
	background: transparent url(../images/palm_beach.jpg) no-repeat center top;
	height: 68px;
	width: 100%;
}

.autoshow-row3
{
	background: transparent url(../images/ft_lauderdale.jpg) no-repeat center bottom;
	height: 70px;
	width: 100%;
	/*filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;*/
}

/* for about us dropdown menu */
.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background: transparent url(../images/divider.gif) no-repeat left;
	height: 40px;
}

.horizontalcssmenu ul li a{
	display: block;
	padding: 5px 21px 5px 21px;
	line-height: 210%;
	height: 32px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-family: Microsoft Sans Serif;
}
	
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	border-top: 1px solid #993333;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	margin: 0;
	padding: 0;
}

.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}


.horizontalcssmenu ul li ul li a{
	width: 160px; /*width of sub menu levels*/
	padding: 0px 2px 0px 21px;
	background: #9d0102;
	border-bottom: solid 1px #993333;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-family: Microsoft Sans Serif;
}

.horizontalcssmenu ul li a:hover
{
	color: #fcbd32;
	text-decoration:none;
}

.horizontalcssmenu ul li ul li a:hover{
	color: #fcbd32;
	text-decoration:none;
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
	
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */