@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto 0 auto;
	background-color: #000000;
	background-image: url(../images/hotels-south-beach-bg.gif);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}
a{
outline:none;
}
blockquote{
	padding:0;
	margin:0 0 0 25px;
	}
.contact-form{
	margin-left:50px;
	margin-right:50px;
	}
.tag_1{
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:35px;
	color: #000;
	text-align:center;
	font-weight:normal;
}
.tag_2{
	clear:both;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
	text-align:center;

	}
#article_break{
	margin:30px auto 0 auto;
	width:900px;
	height:35px;
	background-image: url(../images/seperator.png);
	background-repeat: repeat-x;
	background-position: center top;
	}
p{
	margin:0;
	padding:0 42px 12px 42px;
}
p a{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
p a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#990000;
}
.right_img{
	padding-right:55px;
}
.right_pic{
	padding-right:15px;
	padding-left:35px;
}
.article_img{
	padding-left:50px;
}
.article-thumb{
	padding:0 15px 0 0;
}
.article-full{
	padding:0 0 0 15px;
}
#mid_cont ul{
	list-style-image: url(../images/check_list.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	/*line-height:30px;*/
	padding:0 42px 0 42px;
	margin-top:0;
	margin-left:30px;
	font-weight:normal;
	text-align:left;
}
#mid_cont ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	/*line-height:30px;*/
	padding:0 42px 0 42px;
	margin-top:0;
	margin-left:30px;
	font-weight:normal;
	text-align:left;
}
#mid_cont li{
	list-style-position: outside;
	color: #00263E;
	padding-bottom:8px;
	padding-left:8px;
	margin-left:8px;
}

#mid_cont li a{
	text-decoration:none;
	color: #C52901;
}
li a:hover{
	color:#444444;
}
#header{
	margin:0 auto 0 auto;
	height:85px;
	padding:10px 0 0 39px;
	width:945px;
	background-image: url(../images/hotels-south-beach-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#flash{
	margin:0 auto 0 auto;
	padding:0 26px 0 26px;
	height:390px;
	width:930px;
}
#flash_inner{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	height:390px;
	width:930px;
	background-image: url(../images/hotels-south-beach-banner-inner.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*nav start*/
#nav{
	margin:0 auto 0 auto;
	padding:1px 22px 0 22px;
	height:45px;
	width:940px;
	background-image: url(../images/hotels-south-beach-navbg-flat.png);
	background-repeat: no-repeat;
	background-position: center top;	
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#ccc;
}


#nav .active{
	color:#ccc;
	background-image: url(../images/hotels-south-beach-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav_left{
	margin:0 auto 0 auto;
	float:left;
	width:350px;
	}
#nav_left a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	text-align:center;
	text-decoration:none;
	height:26px;
	line-height:36px;
	padding:10px 30px 0 30px;

}
#nav_left a:hover{
	color:#ffffff;
	background-image: url(../images/hotels-south-beach-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
	#nav ul{
		margin:0 auto; 
		padding:0;
		text-align:center;
	}
	#nav li {
		/*display:inline;*/
		float:left; 
		margin:0 auto;
		padding:0;
		color:#ccc;
		text-align:center;
		text-decoration:none;
		display:inline;
		height:36px;
		list-style:none; 
		position:relative;
	}
	#nav li a{
	float:left;
	margin:0 auto;
	padding:0 35px;
	height:36px;
	color:#A2A2A2;
	text-align:center;
	text-decoration:none;
	line-height:36px;
	display:block;
	outline:none;
	}		
	#nav li a:hover {
		color:#ffffff;
		background-image: url(../images/hotels-south-beach-hover.png);
		background-repeat: no-repeat;
		background-position: center top;
	}
	#nav li .hover {
		/*background-image:url(../images/nav-bg-hover.png);
		background-repeat:repeat-x;
		background-position: center top;*/
		
		/*width:100%;*/	/* width, height, left and top to fill the whole LI item */
		/*height:42px;*/
		color:#fff;
		text-decoration:none;
		
		/*z-index:-1;*/	/* display under the Anchor tag	*/
		/*position:absolute;*/ /* must be postion absolute */
		/*left:0;
		top:0;
		display:none;*/ /* hide it by default	*/	
	}
	#nav li li .hover {
		background-image:url(../images/nav-li-hover-bg.png);
		background-repeat:no-repeat;
		background-position:left top;
		
		width:100%;	/* width, height, left and top to fill the whole LI item */
		height:42px;
		color:#333;
		text-decoration:none;
		
		z-index:-1;		/* display under the Anchor tag	*/
		position:absolute;/* must be postion absolute */
		left:0;
		top:0;
		display:none;	/* hide it by default	*/
	}
	#nav li .active {
		/*background-image:url(../images/nav-bg-hover.png);
		background-repeat: repeat-x;
		background-position: center top;
		
		width:auto;
		height:42px;*/
		color:#fff;
		text-decoration:none;
	}
	#nav li .sep{
		background-image:url(../images/separators.png);
		background-repeat: no-repeat;
		background-position: center center;
		
		margin:0;
		padding:0;
		width:2px;
		height:36px;
	}
	#nav li:hover ul{
		display:block; 
		width:200px;
	}
	#nav li ul{
		/*background-image:url(../images/nav-li-bg.png);*/
		margin:0;
		padding:0;
		display:none;
		z-index:100;
		position:absolute;
		left:30px;
		top:42px;
		/*border: 1px solid #9e984b;*/
	}
	#nav li li{
		list-style:none; 
		display:list-item;
		height:30px;
		width:100%;
		padding:0;
		margin:0;
	}
	#nav li li a{
		margin:0;
		padding:0 0 0 13px;
		width:93%;
		height:30px;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;	
		color:#fff;
		text-align:left;
		text-decoration:none;
		list-style:none;
		display:list-item;
		line-height:30px;
	}
	#nav li li a:hover{
		color:#a6dd00;
		text-align:left;
		text-decoration:none;
		height:30px;
		width:93%;
		/*background-image:url(../images/nav-li-hover-bg.png);
		background-repeat:no-repeat;
		background-position:left top;*/
		line-height:30px;
	}
	#nav li li .active{
		color:#a6dd00;
		text-align:left;
		text-decoration:none;
		height:30px;
		width:93%;
		background-image:url(../images/nav-li-hover-bg.png);
		background-repeat:no-repeat;
		background-position:left top;
		line-height:30px;
	}
	
	#nav li a.showcase{
		font-size:14px;
		color:#0071bc;
		font-style:normal;
		margin:0;
	}
	
	#nav li a.showcase:hover{
		font-size:14px;
		color:#fc0;
		font-style:normal;
		margin:0;
	}
	#nav li a.showcase.active{
		font-size:14px;
		color:#fc0;
		font-style:normal;
		margin:0;
	}
	
.link{
		font-family: 'Days One', sans-serif;
		font-size: 18px;
		font-weight:bold;
		color: #fc0;
		text-decoration: none;
		
	}
/*nav end*/



#mid_cont{
	clear:both;
	margin:0 auto 0 auto;
	width:984px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/mid_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#mid_top{
	margin:0 auto 0 auto;
	width:984px;
	padding-top:15px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/mid_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-align:justify;
}
#mid_top td a{
	color:#000;
	text-decoration:none;
}
#mid_top td a:hover{
	color:#000;
	text-decoration:underline;
}
#mid_top_sitemap{
	margin:0 auto 0 auto;
	width:984px;
	padding-top:15px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/mid_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-align:justify;
}
#mid_top_sitemap p{
	margin:0;
	padding:0 42px 12px 84px;
}
#mid_top_sitemap a{
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight:bold;	
}
#mid_top_sitemap a:hover{
	text-decoration:none;
	color:#990000;
}
#mid_top_sitemap ul{
	list-style: url(../images/check_list.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	/*line-height:30px;*/
	padding:0 42px 0 42px;
	margin-top:0;
	margin-left:30px;
	font-weight:normal;
	text-align:left;
}
#mid_top_sitemap li{
	list-style-position: outside;
	color: #00263E;
	padding-bottom:8px;
	padding-left:8px;
	margin-left:100px;
}

#mid_top_sitemap li a{
	text-decoration:none;
	color: #C52901;
}
#mid_top_sitemap li a:hover{
	color:#444444;
}

#title-1{
	width:539px;
	padding-left:42px;
	height:47px;
	background-image: url(../images/title-bg1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:8px;
}
#title-2{
	width:660px;
	padding-left:42px;
	height:47px;
	background-image: url(../images/title-bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:8px;
}
#title-3{
	width:748px;
	padding-left:42px;
	height:47px;
	background-image: url(../images/title-bg3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:8px;
}
#title-5{
	margin:0 auto 0 auto;
	width:984px;
	text-align:center;
	height:47px;
	background-image: url(../images/title-bg5.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:8px;
}
#title-copyright{
	width:349px;
	padding-left:42px;
	height:47px;
	background-image: url(../images/title_copyright.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:8px;
}
#title-info{
	width:422px;
	padding-left:42px;
	height:47px;
	background-image: url(../images/title_info.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:8px;
}
#title-inner{
	width:398px;
	padding-left:42px;
	height:47px;
	background-image: url(../images/title_inner.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:8px;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:normal;
	color: #FFFFFF;
	padding:19px 0 0 0;
	margin:0;
	}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:normal;
	color: #990000;
	padding:19px 0 0 0;
	margin:0;
	}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #990000;
	padding:16px 0 5px 42px;
	margin:0
	}
.left_indent{
	padding-left:42px;
}
.title_highlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #990000;
	}
	
.highlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding:0 0 12px 42px;
	margin:0;
	}
.txt_bold{
	font-weight: bold;

	}
blockquote{
	margin:0;
	padding:0 0 0 25px;
}
#attorney_cont{
	clear:both;
	margin:0 auto 0 auto;
	width:900px;
	padding:12px 15px 0 15px;
	height:auto;
	overflow:hidden;
}
#attorney_cont a{
	text-decoration:none;
	color:#990000;
	font-size:11px;
	font-weight:bold;	
}
#attorney_cont a:hover{
	text-decoration: underline;
	color:#000;
}
#attorney_cont p{
	margin:0;
	padding:0 0 12px 0;
}
#attorney-1{
	width:284px;
	padding:0 16px 0 0;
	height:auto;
	overflow:hidden;
	float:left;
}
#attorney-2{
	width:284px;
	padding:0 8px 0 8px;
	height:auto;
	overflow:hidden;
	float:left;
}
#attorney-3{
	width:284px;
	padding:0 0 0 16px;
	height:auto;
	overflow:hidden;
	float:left;
}
#info_cont{
	clear:both;
	margin:0 auto 0 auto;
	width:900px;
	padding:12px 15px 0 15px;
	height:auto;
	overflow:hidden;	
	background-image: url(../images/info_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#info_cont ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height:25px;
	margin-top:0;
	margin-left:6px;
	font-weight: bold;
}
#info_cont ul li{
	list-style: url(../images/check_list_info.png);
	list-style-position: outside;
	padding:0;
	margin:0;
}

#info_cont li a{
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height:25px;
	margin-top:0;
	margin-left:6px;
	font-weight: bold;
}
#info_cont li a:hover{
	color:#C52901;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:25px;
	margin-top:0;
	margin-left:6px;
	font-weight: bold;
}
#info-1{
	width:400px;
	padding:0 0 0 50px;
	height:auto;
	overflow:hidden;
	float:left;
}
#info-2{
	width:450px;
	padding:0 0 0 0px;
	height:auto;
	overflow:hidden;
	float:left;
}
#info_inner_cont{
	clear:both;
	margin:0 auto 0 auto;
	width:900px;
	padding:12px 15px 0 15px;
	height:auto;
	overflow:hidden;	
}
#info_inner_cont a{
	text-decoration: underline;
	color:#000;
	font-size:11px;
	font-weight:bold;	
}
#info_inner_cont a:hover{
	text-decoration:none;
	color:#990000;
}
#info_inner-1{
	width:300px;
	padding:0 0 0 150px;
	height:auto;
	overflow:hidden;
	float:left;
}
#info_inner_cont ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	/*line-height:30px;*/
	padding:0 42px 0 42px;
	margin-top:0;
	margin-left:30px;
	font-weight:normal;
	text-align:left;
}
#info_inner_cont li{
	list-style-position: outside;
	color: #00263E;
	padding-bottom:8px;
	padding-left:8px;
	margin-left:8px;
	list-style-image: url(../images/check_list_info.png);
}

#info_inner_cont li a{
	text-decoration:none;
	color: #C52901;
}
#info_inner_cont li a:hover{
	color:#444444;
}

#info_inner-2{
	width:300px;
	padding:0 150px 0 0;
	height:auto;
	overflow:hidden;
	float:left;
}
.info-small{
	font-size:10px;
}
.txt-gray{
	color:#666;
	font-weight:bold;
}
#footer{
	margin:0 auto 0 auto;
	width:900px;
	padding:40px 42px 5px 42px;
	height:30px;
	background-image: url(../images/mid_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
#footer-home{
	margin:0 auto 0 auto;
	width:900px;
	padding:40px 42px 5px 42px;
	height:30px;
	background-image: url(../images/mid_bottom_home.png);
	background-repeat: no-repeat;
	background-position: center top;
	}

.footer_cont{
	width:900px;
	margin:0 auto 0 auto;
}

.footer_left{
	float:left;
	width:445px;
	text-align:left;
	font-size: 11px;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer_left a{
	font-size: 11px;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.footer_left a:hover{
	font-size: 11px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.footer_right{
	float:left;
	width:445px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
}
.footer_right a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ccc;
	text-decoration: none;
}
.footer_right a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}	
