* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body, html {
	height: 100%;
}
body {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #828282;
	/*background-image:url(images/DowntownMiamiPanorama.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center top;*/ 
	background: url(images/body.jpg) left top repeat;
	min-width: 100%;
}
/*font-family: 'PT Sans Narrow', sans-serif;*/

a {
	color: #0252aa;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a.more {
	color: #888;
	text-decoration: underline;
	padding-left: 11px;
	background: url(images/arr-ico.png) no-repeat 0 5px;
}
a.more:hover {
	text-decoration: none;
}
input, textarea, select {
	font-size: 12px;
	font-family: arial, sans-serif;
}
textarea {
	overflow: auto;
}
.cl {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.left, .alignleft {
	float: left;
	display: inline;
}
.right, .alignright {
	float: right;
	display: inline;
}
article, aside, details, footer, header, menu, nav, section {
	display: block;
}
.shell {
	width: 990px;
	margin: 0 auto;
}
.container {
	background: #fff;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
}
#header {
	height: 90px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
#logo {
	width: 510px;
	float: left;
	font-size: 0;
	line-height: 0;
}
#logo a {
	height: 97px;
	display: block;
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -4000px;
}
#call-details {
	clear: right;
	float: left;
	width: 140px;
	margin-top: 18px;
	margin-left: 105px;
}
.partner-logo {
	float: right;
}
.partner-logo img {
	margin: 0 5px 0 0;
}
.call-left {
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 30px;
	margin-top: 0;
}
.h-subtxt {
	color: #a82b30;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.phone {
	color: #231f20;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#navigation {
	height: 42px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	background: url(images/navigation.png) repeat-x 0 0;
	box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	clear:both;
}
#navigation ul {
	list-style: none;
	list-style-position: outside;
}
#navigation ul li {
	float: left;
	padding-right: 2px;
	line-height: 42px;
	background: url(images/nav-border.png) no-repeat right bottom;
	font-size: 13px;
	text-transform: uppercase;
}
#navigation ul li a {
    color: #FFFFFF;
    display: block;
    padding: 0 72px 0 68px;
}
#navigation ul li a:hover, #navigation ul li.active a {
	text-decoration: none;
	color: #fff;
}
/*#navigation ul li.first a {
	padding-left: 0px;
}*/
#navigation a.nav-btn {
	display: none;
}
.active{ background:#c38386;}
.slider-holder {
	position: relative;
	z-index: 5;
}
.slider-holder span.slider-b {
	background: url(images/slider-bottom.png) no-repeat 0 0;
	width: 990px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
.slider-holder span.slider-shadow {
	background: url(images/slider-shadow.png) no-repeat 0 0;
	width: 990px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: block;
}
.slider {
	width: 990px;  /*height: 378px;*/
	height: 450px;
	position: relative;
	background: url(images/slide-img.png) no-repeat 0 0;
}
.slider ul.slides {
	list-style: none;
	list-style-position: outside;
}
.slider ul.slides li {
	width: 990px;
	height: 450px;
	float: left;
	position: relative;
	overflow: hidden;
}
.slider ul.slides li .img-holder {
	width: 741px;
	height: 347px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.slider ul.slides li .img-holder img {
	width: 741px;
	height: 347px;
}
.slider ul.slides li .slide-cnt {
	width: 320px;
	padding: 33px 0 0 34px;
	position: absolute;
	left: 0;
	top: 20px;
}
.slider ul.slides li .slide-cnt h2 {
	font-size: 44px;
	line-height: 44px;
	padding-bottom: 16px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 2px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
}
.slider ul.slides li .slide-cnt p {
	color: #fff;
	font-size: 14px;
	padding-bottom: 22px;
}
.slider ul.slides li .slide-cnt a.grey-btn {
	background: url(images/grey-btn.png) no-repeat 0 0;
	width: 186px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #636363;
	text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
}
.slider ul.slides li .slide-cnt a.grey-btn:hover {
	background-position: 0 -47px;
	text-decoration: none;
}
.flex-control-nav {
	left: 480px;
}
.main a.m-btn-grey {
	display: none;
}
.main {
	padding: 47px 0px 0px;
	background: url(images/main.png) repeat-x 0 0;
}
.main h2 {
	font-size: 22px;
	color: #a82b30;
	line-height: 22px;
	padding-bottom: 8px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 500;
}
.main h3 {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 22px;
	padding-bottom: 8px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 500;
}
.main section {
	clear: both;
	background: url(images/section-shadow.png) no-repeat center bottom;
	padding: 0 20px 60px;
}
.main ul {
	list-style: none;
	list-style-position: outside;
}
.main ul li {
	padding-bottom: 6px;
	padding-left: 10px;
	background: url(images/arr-ico.png) no-repeat 0 8px;
}
.main ul li a {
	color: #a82b30;
	text-decoration: underline;
}
.main ul li a:hover {
	text-decoration: none;
}
.main .cols {
	padding-left: 20px;
	padding-right: 0;
}
.main .cols .col {
	width: 186px;
	float: left;
}
.main .cols .col:after {
	content: '';
	width: 100%;
	clear: both;
}
.main .cols .col + .col {
	padding-left: 5px;
}
.main .cols .col img {
	float: left; border:#CCCCCC solid 3px;
}
.main .cols .col-cnt {
	width: 180px;
	float: right;
	margin-top: 12px;
}
.main .post {
	background: url(images/cols-shadow.png) no-repeat 0 bottom;
	padding-top: 28px;
	padding-left: 40px;
}
.main .post .video-holder {
	width: 435px;
	height: 245px;
	float: left;
	margin-right: 20px;
}
.main .post h2 {
	padding-bottom: 15px;
}
.main .post p {
	padding-bottom: 8px;
}
.main .post p strong {
}
.main .post-cnt {
	float: right;
	width: 100%;
}
.main .testimonial {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: transparent;
}
.main .testimonial strong.quote {
	font-size: 28px;
	font-family: georgia, arial, helvetica, serif;
	position: relative;
	top: 10px;
	left: -6px;
}
.testimonial h2 {
	padding-bottom: 12px;
}
.testimonial p {
	padding-bottom: 6px;
}
.testimonial p.author {
	text-align: right;
}
.socials {
	background: url(images/socials-bg.png) repeat-x 0 0;
	height: 49px;
}
.socials-inner {
	background: url(images/socials-inner.png) repeat-x 0 0;
	padding-left: 288px;
}
.socials h3 {
	float: left;
	font-size: 18px;
	line-height: 49px;
	padding-right: 19px;
	padding-bottom: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 500;
}
.socials ul {
	list-style: none;
	list-style-position: outside;
	line-height: 49px;
}
.socials ul li {
	font-size: 11px;
	padding-right: 18px;
	color: #7c7c7c;
	background: transparent;
	text-transform: uppercase;
	float: left;
}
.socials ul li a {
	color: #7c7c7c;
	text-decoration: none;
	display: block;
	padding-left: 28px;
	position: relative;
}
.socials ul li a span {
	background: url(images/socials.png) no-repeat 0 0;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 13px;
	left: 0;
}
.socials ul li a:hover {
	color: #333;
}
.socials ul li a.facebook-ico span {
	background-position: 0 0;
}
.socials ul li a.twitter-ico span {
	background-position: -22px 0;
}
.socials ul li a.rss-feed-ico span {
	background-position: -44px 0;
}
.socials ul li a.myspace-ico span {
	background-position: -67px 0;
}
.socials ul li a.js span {
	background-position: -89px 0;
}
#footer {
	background: url(images/footer-cols.png) repeat 0 0;
}
#footer h2 {
	font-size: 23px;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	padding-bottom: 18px;
}
.footer-cols {
	padding: 46px 24px;
	background: url(images/footer-lights.png) no-repeat center 0px;
}
.footer-cols .col {
	float: left;
	width: 195px;
}
.footer-cols .col + .col {
	padding-left: 54px;
}
.footer-cols .col ul {
	list-style: none;
	list-style-position: outside;
}
.footer-cols .col ul li {
	color: #7dc33a;
	font-size: 16px;
	padding-bottom: 4px;
	background: url(images/arr-footer-col.png) no-repeat 0 8px;
	padding-left: 9px;
}
.footer-cols .col ul li a {
	color: #7dc33a;
}
.footer-bottom {
	background: url(images/footer-bottom.png) repeat 0 0;
	height: 38px;
	padding-top: 24px;
	padding: 24px 20px 0;
	border-top: 1px solid #262c2c;
}
.footer-bottom .footer-nav {
	float: left;
	line-height: 11px;
}
.footer-bottom .footer-nav ul {
	list-style: none;
	list-style-position: outside;
}
.footer-bottom .footer-nav ul li {
	display: inline;
	font-size: 11px;
	color: #9e9e9e;
	border-left: 1px solid #1a1f20;
	padding: 0 11px;
}
.footer-bottom .footer-nav ul li.first {
	padding-left: 0;
	border: 0;
}
.footer-bottom .footer-nav ul li a {
	color: #5f6261;
}
.footer-bottom .footer-nav ul li a:hover, .footer-bottom .footer-nav ul li.active a {
	color: #9e9e9e;
	text-decoration: underline;
}
.footer-bottom p.copy {
	float: right;
	line-height: 11px;
	font-size: 11px;
	color: #5f6261;
}
.footer-bottom p.copy span {
	padding: 0 11px;
}
.footer-bottom p.copy a {
	color: #a82b30;
	text-decoration: underline;
}
.footer-bottom p.copy a:hover {
	text-decoration: none;
}
.footer-bottom p.copy strong {
	font-weight: normal;
}

.s-col-cnt{ float:left;}
.s-col-cnt img{ float:left; border: #CCCCCC solid 3px; margin-right:30px !important;}
.s-mag{ margin-top:50px !important;}
address{ color:#000 !important;}