/*
Creative by: Rise Creative Group
------------------------------------*/

/*  Reset all CSS 
------------------------------------*/
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* Base style
------------------------------------*/

html, body, div {
	margin: 0px;
	padding: 0px;
}
html, body, div#container {
	height: 100%;
}
body.home, body.about, body.contact {
	background: url(/images/home/bg-body.png) transparent scroll repeat-x;
	background-attachment:inherit!important;
}
body.arizona {
	background: url(/images/arizona/bg-body.png) left top repeat-x;
}
body.florida {
	background: url(/images/florida/bg-body.png) left top repeat-x;
}
body.las-vegas {
	background: url(/images/las-vegas/bg-body.png) left top repeat-x;
}
.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 0px;
}
.text-right {
	text-align: right !important;
}
/* Things to hide
------------------------------------*/

#comment, .hide {
	display: none !important;
}
/* Container
------------------------------------*/
#container {
	width: 960px;
	height: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	margin-bottom: -142px;
	position: relative;
}
body#index-arizona #container, body#index-florida #container, body#index-las-vegas #container {
	background: url(/images/universal/bg-container.png) center 126px no-repeat;
}
#top_border {
	width: 100%;
	height: 10px;
	background: #333;
}
/* Thumbs
------------------------------------*/

div.thumbs h2 a, div.thumbs h2 {
	width: 261px;
	height: 30px;
	margin:0px;
	padding: 0px;
	display: block;
	color: #fff !important;
}
div.thumbs {
	margin-right: -25px;
}
div.thumbs div.col {
	padding: 0px !important;
	margin-right: 25px !important;
	margin-bottom: 25px !important;
}
div.thumbs h2 {
	padding: 20px 0 0 20px;
}
body.las-vegas div.thumbs h2 {
	background:url(/images/las-vegas/thumb/thumb-top.png) left top no-repeat;
}
body.florida div.thumbs h2 {
	background:url(/images/florida/thumb/thumb-top.png) left top no-repeat;
}
body.arizona div.thumbs h2 {
	background:url(/images/arizona/thumb/thumb-top.png) left top no-repeat;
}
/* Tag Line
------------------------------------*/

div.tag-line {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	top: 25px;
	right: 35px;
	z-index: 2;
	position: absolute;
	color: #4a0c50;
}
div.tag-line * {
	margin: 0px;
	padding: 0px;
}
/* Header
------------------------------------*/

#header {
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
}
#header a {
	display: block;
}
#header span {
	display: none;
}
body.home #header, body.about #header, body.contact #header {
	left: 25px;
	top: 15px;
}
body.home #header a, body.about #header a, body.contact #header a {
	width: 178px;
	height: 138px;
	background:url(/images/home/bg-logo.png) left top no-repeat;
}
body.arizona #header {
	left: 0px;
	top: 15px;
}
body.arizona #header a {
	width: 261px;
	height: 136px;
	background:url(/images/arizona/bg-logo.png) left top no-repeat;
}
body.florida #header {
	left: 0px;
	top: 0px;
}
body.florida #header a {
	width: 302px;
	height: 143px;
	background:url(/images/florida/bg-logo.png) left top no-repeat;
}
body.las-vegas #header {
	left: 0px;
	top: 0px;
}
body.las-vegas #header a {
	width: 285px;
	height: 155px;
	background:url(/images/las-vegas/bg-logo.png) left top no-repeat;
}
#profile_widget {
	width: 205px;
	background: #666666;
	position: absolute;
	left: 210px;
	padding: 7px;
	top: 15px;
	font-size: .85em;
	color: #fff;
}
#profile_widget a, #profile_widget a:visited {
	color: #FFFF00
}
#profile_widget .imgholder {
	margin: 2px;
}
.home #profile_widget {
	display: none;
}
.product_holder {
}
#action_buttons {
	margin: 0;
	padding: 0;
}
#action_buttons li {
	list-style: none;
	float: left;
	margin-right: 4px;
}
#action_buttons li a {
	display: block;
	background: #666666;
	color: #fff;
	padding: 12px;
}
#action_buttons li a:hover {
	background: #999;
}
#split_col2 label {
	font-size: .8em;
	text-transform: uppercase;
	color: #333;
}
/* Arizona Feature and Random Person
------------------------------------*/
.feature-cycle {
	width: 924px;
	height: 361px;
	position: absolute;
	z-index: 5;
	top: 146px;
	left: 18px;
	background:url(/images/universal/feature-bg.jpg) left top no-repeat;
}
#menu {
	left:57px;
	position:absolute;
	top:183px;
	z-index:500;
}
#menu a {
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:11px;
	font-weight:normal;
	margin-right:5px;
	text-align:center;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu a span {
	display:block;
	padding-top:2px;
}
body.arizona #menu a:hover, body.arizona #menu a.activeSlide {
	background-color: #821014 !important;
}
body.arizona #menu a {
	background-color: #5D090C;
}
body.florida #menu a:hover, body.florida #menu a.activeSlide {
	background-color: #568EA5!important;
}
body.florida #menu a {
	background-color: #234B7C;
}
body.las-vegas #menu a:hover, body.las-vegas #menu a.activeSlide {
	background-color: #7DA171 !important;
}
body.las-vegas #menu a {
	background-color: #527041;
}
/* Prototype placeholders
------------------------------------*/

.imgholder {
	background:url(/images/slant.gif);
	border:#999999 2px solid;
	margin: 5px;
	text-align:center;
	vertical-align:middle;
}
.imgholder span {
	background:#999999;
	color:#FFFFFF;
	margin: 10px;
	display:block;
}
.formholder {
	background:url(/images/blue_slant.gif);
	border: #003366 2px solid;
	margin: 10px;
	text-align:center;
	vertical-align:middle;
}
.formholder span {
	background:#003366;
	color:#FFFFFF;
	margin: 10px;
	display:block;
}
.infoholder {
	background:url(/images/yellow_slant.gif);
	border: #FFCC00 2px solid;
	margin: 10px;
	text-align:center;
	vertical-align:middle;
}
.infoholder span {
	background: #FFCC00;
	color: #000000;
	margin: 10px;
	display:block;
}
.info_pop {
	width: 400px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #666;
}
.info_pop th {
	text-align:left;
	height:10px;
	color: #fff;
}
.info_pop_highlight {
}
/* Navigation
------------------------------------*/

a#hello_florida_nav span, a#hello_arizona_nav span, a#hello_las_vegas_nav span {
	display: none;
}
a#hello_arizona_nav {
	margin-left: 250px;
	width: 175px;
	background:url(/images/universal/bg-nav-links.png) 0px 0px no-repeat;
}
a:hover#hello_arizona_nav, body.arizona a#hello_arizona_nav {
	background:url(/images/universal/bg-nav-links.png) 0px -55px no-repeat;
}
a#hello_florida_nav {
	width: 172px;
	background:url(/images/universal/bg-nav-links.png) -175px 0px no-repeat;
}
a:hover#hello_florida_nav, body.florida a#hello_florida_nav {
	background:url(/images/universal/bg-nav-links.png) -175px -55px no-repeat;
}
a#hello_las_vegas_nav {
	width: 176px;
	background:url(/images/universal/bg-nav-links.png) -347px 0px no-repeat;
}
a:hover#hello_las_vegas_nav, body.las-vegas a#hello_las_vegas_nav {
	background:url(/images/universal/bg-nav-links.png) -347px -55px no-repeat;
}
a#our_people_nav span, a#contact_nav span {
	display: block;
	padding-left: 18px;
	padding-top: 22px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
body.home a#our_people_nav, body.home a#contact_nav, body.about a#our_people_nav, body.about a#contact_nav, body.contact a#our_people_nav, body.contact a#contact_nav {
	color: #f8bc40;
}
body.home a#our_people_nav, body.about a#our_people_nav, body.contact a#our_people_nav {
	background:url(/images/home/bg-nav-split.png) 0px 14px no-repeat;
}
body.arizona a#our_people_nav, body.arizona a#contact_nav {
	color: #fff;
}
body.arizona a#our_people_nav {
	background:url(/images/arizona/bg-nav-split.png) 0px 14px no-repeat;
}
body.florida a#our_people_nav, body.florida a#contact_nav {
	color: #25364b;
}
body.florida a#our_people_nav {
	background:url(/images/florida/bg-nav-split.png) 0px 14px no-repeat;
}
body.las-vegas a#our_people_nav, body.las-vegas a#contact_nav {
	color: #152e0f;
}
body.las-vegas a#our_people_nav {
	background:url(/images/las-vegas/bg-nav-split.png) 0px 14px no-repeat;
}
.nav {
	width: 960px;
	height: 126px;
	position: relative;
}
.nav ul {
	margin: 0;
	font-size: .9em;
	position: relative;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	display: block;
	overflow: hidden;
	display: block;
	width: 960px;
	height: 64px;
	right: 0px;
	top: 62px;
	z-index: 2;
}
body.home .nav ul, body.about .nav ul, body.contact .nav ul {
	background:url(/images/home/bg-nav.png) center top no-repeat;
}
body.arizona .nav ul {
	background:url(/images/arizona/bg-nav.png) center top no-repeat;
}
body.florida .nav ul {
	background:url(/images/florida/bg-nav.png) center top no-repeat;
}
body.florida .nav .border {
	background:url(/images/florida/bg-border.png) left top repeat-x;
	width: 940px;
	height: 16px;
	position: absolute;
	z-index: 3;
	left: 10px;
	bottom: 0px;
}
body.las-vegas .nav ul {
	background:url(/images/las-vegas/bg-nav.png) center top no-repeat;
}
.nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.nav li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	height: 55px;
}
.nav li a:hover {
}
#secondary_nav {
	position: absolute;
	left: 680px;
	top: 5px;
	padding: 10px;
	font-size: .8em;
	width: 235px;
	height: 20px;
}
#secondary_nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondary_nav li a {
	display: block;
	padding: 5px 8px 0 8px;
}
#sub_col ul.ul-2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: -3px;
	background:url(/images/universal/bg_sub_col_ul_ul.png) left top repeat-y;
}
#sub_col li.li-2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sub_col a.a-2 {
	margin:0px !important;
	padding: 0px;
	padding: 10px !important;
	border-bottom: 1px solid #DCDCDC;
}
#sub_col a.a-2:hover {
	background-color: #ddd;
	border-bottom: 1px solid #aaa;
}
ul ul {
	display: none;
	font-size: .85em;
	margin-bottom: 0;
	padding-bottom: 0;
}
body.services ul.services_menu, body.things-to-do ul.things_to_do_menu {
	display: block !important;
	clear: both !important;
}
#things_to_do ul.things_to_do_menu ul ul li {
	margin: 0;
}
ul ul li a, ul ul li a:visited {
}
.orlando ul ul.orlando-nav, .jacksonville ul ul.jacksonville-nav, .memphis ul ul.memphis-nav, .conditions ul ul.conditions-nav {
	display: block;
}
#sub_nav li a, #sub_nav li a:visited {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	clear: right;
	font-size: .95em;
}
#tertiary_nav {
	width: auto;
	height: 24px;
	padding: 5px 0 10px 10px;
	margin: 0;
	font-size: .9em;
	position: relative;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	display: block;
	overflow: hidden;
	background: #ECECEC;
}
#tertiary_nav ul {
	margin: 0;
	padding: 0;
	background: #333;
}
#tertiary_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#tertiary_nav li a {
	display: block;
	padding: 10px 10px 13px 10px;
	margin: 0 0 0 6px;
}
#breadcrumbs {
	padding: 18px 0 18px 10px;
	font-size: .8em;
}
ul#about-nav {
	background:url(/images/about/sub-nav-bg.png) no-repeat;
	width: 590px;
	height: 52px;
	margin: 0;
	padding: 0;
}
ul#about-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none!important;
}
ul#about-nav li a {
	display: block;
	line-height: 52px;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 18px;
	float: left;
	font-weight: bold;
}
ul#about-nav li a:hover {
	text-decoration: none;
	color: #75417a;
}
body.staff ul#about-nav {
	margin-left: 26px;
	margin-bottom: 20px;
}
body.staff ul#about-nav a {
	font-size: 14px;
	font-weight: normal;
}
body.staff ul#about-nav a.active {
	font-weight: bold;
}
/* Features
------------------------------------*/

body.home #feature {
	width: 960px;
	height:580px;
	padding-top: 30px;
	padding-left: 20px;
	background:url(/images/home/bg-video-placeholder.png) left top no-repeat;
}
.subpage #feature {
	margin: 0;
	padding: 0;
	height: 90px;
	position: relative;
}
.subpage #feature h1 {
	position: absolute;
	left: 345px;
	top: 45px;
	z-index: 10;
	font-size: 29px;
}
body#index-arizona #feature, body#index-florida #feature, body#index-las-vegas #feature {
	display: none;
}
#intro_text {
	float: left;
	padding: 35px 15px 5px 15px;
	width: 550px;
	color: #fff;
}
#news_box {
	width: 264px;
	float: right;
	margin-right: 15px;
	color: #fff;
	padding: 5px 10px 10px 10px;
}
#feature h1 {
}
#feature_search_holder {
	float: right;
	background: #333;
	padding: 15px;
	margin: 25px 25px 0 0;
	width: 475px;
	color: #fff;
}
#feature_search_holder a, #feature_search_holder a:visited, #feature_search_holder a:active {
	color: yellow;
}
#feature_products_holder {
	height: 170px;
	background: #999;
	padding-left: 18px;
}
#feature_products_holder h2 {
	margin: 0;
	padding: 10px 0 0 0;
}
.ad {
	float: left;
	margin: 10px 15px 10px 15px;
	width: 140px;
	height: 115px;
	background: #ccc;
}
.thumb {
	float: left;
	margin: 10px 15px 10px 15px;
	width: 54px;
	height: 50px;
	background: #ccc;
}
#get_started {
	background: #ccc;
	padding: 30px;
	text-align: center;
}
.featured_product {
	float: left;
	margin: 10px 0 10px 35px;
	width: 160px;
	height: 115px;
	background: #ccc;
}
#call_out_buttons {
	position: absolute;
	left: 420px;
	top: 16px;
	font-size: .8em;
	width: 300px;
}
/* Contact
------------------------------------*/

.contact-image {
	margin-right: 20px;
}
.contact-image h2 {
	width: 212px;
	height: 39px;
	margin: 0px !important;
	padding: 0px !important;
}
.contact-image h2 span {
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	color: #fff;
}
div.contact div.col {
	width: 440px;
}
body.las-vegas div.contact div.col, body.florida div.contact div.col, body.arizona div.contact div.col {
	width: 480px !important;
}
div.contact div.col p, div.contact .div.col strong {
	font-size: 10px !important;
}
body.las-vegas .contact-image h2 {
	background:url(/images/las-vegas/contact-top.png) left top no-repeat;
}
body.arizona .contact-image h2 {
	background:url(/images/arizona/contact-top.png) left top no-repeat;
}
body.florida .contact-image h2 {
	background:url(/images/florida/contact-top.png) left top no-repeat;
}
body.contact .contact-image h2 {
	background:url(/images/contact/contact-top.png) left top no-repeat;
}
/* Testimonial
------------------------------------*/
	
div.testimonial {
	width: 302px;
	clear: both;
}
div.testimonial * {
	margin: 0px !important;
	padding: 0px !important;
}
div.testimonial div.top {
	width: 302px;
	background:url(/images/universal/testimonial-top.png) left top no-repeat;
	height: 55px;
	margin-top: 10px !important;
}
div.testimonial div.repeat {
	width: 252px;
	padding-top: 10px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	background:url(/images/universal/testimonial-repeat.png) left top repeat-y;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	font-size: 10px;
	font-style: italic;
}
div.testimonial div.repeat p.name {
	font-size: 12px;
	display: block;
	font-style: normal;
	margin-top: 10px !important;
	line-height: 1.4em;
}
div.testimonial div.bottom {
	width: 302px;
	background:url(/images/universal/testimonial-bottom.png) left top no-repeat;
	height: 65px;
	margin-bottom: 30px !important;
}
/* Search
------------------------------------*/

#search {
	height: 30px;
	float: left;
	padding: 7px 0 0 36px;
	display: block;
}
/* Form styles 
-------------------------------------*/	


.form-textarea {
	width: 150px!important;
	floaT: left;
}
/* Content
------------------------------------*/

#content {
	width: 960px;
	margin: 0 0 0 0;
	margin-bottom: 60px;
}
body.subpage #content {
	min-height: 553px;
	height: auto !important;
	height: 553px;
}
body#index-arizona #content, body#index-las-vegas #content, body#index-florida #content {
	margin-top: 400px;
	min-height: 305px;
	height: auto !important;
	height: 305px;
}
.highlight {
	background: #ccc;
	padding: 5px 8px 5px 8px;
}
/* Columns
------------------------------------*/

#full_col {
	float:left;
	margin:0;
	width:935px;
	margin-left: 25px;
	margin-bottom: 60px;
}
#main_col {
	float: left;
	width: 610px;
	margin: 0;
	padding: 15px 10px 10px 20px;
}
body.subpage #main_col {
	float: right !important;
	width: 595px;
	padding: 0px;
	padding-right: 20px;
	margin: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 60px;
}
body#index-arizona #main_col, body#index-florida #main_col, body#index-las-vegas #main_col {
	width: 380px;
	float: left !important;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 60px;
	margin-bottom: 20px;
}
#split_col1 {
	float: right;
	width: 620px;
	margin: 0;
	padding: 18px 18px 20px 25px;
}
#split_col2 {
	float: left;
	width: 175px;
	margin: 0;
	padding: 18px 18px 100px 30px;
}
/* Sub Col */

#sub_col {
	float: left;
	width: 305px;
	display: block;
}
body.home #main_col {
	width: 580px !important;
}
body.home #sub_col {
	float: right !important;
	margin-right: 8px !important;
}
body.subpage #container {
	background: url(/images/universal/bg-container.png) left 127px no-repeat;
}
body.subpage #sub_col {
	float: left !important;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: -50px;
}
body#index-arizona #sub_col, body#index-florida #sub_col, body#index-las-vegas #sub_col {
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
}
#sub_col div.box-feature ul, #sub_col div.box-feature li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#sub_col div.box-feature {
	padding-bottom: 16px;
	background: url(/images/universal/bg-box-feature-bottom.png) left bottom no-repeat;
}
#sub_col div.box-feature ul.ul-1 {
	width: 305px;
	display: block;
}
#sub_col div.box-feature ul li img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#sub_col div.box-feature a.a-1 span {
	display: block;
	position: absolute;
	top: 25px;
	left: 93px;
}
#sub_col div.box-feature a.a-1 {
	height: 60px;
	display: block;
	width: 305px;
	list-style: none;
	font-weight: bold;
}
#sub_col div.box-feature li.li-1 {
	min-height: 0px;
	position: relative;
	margin-bottom: -5px;
}
#sub_col div.box-feature a.a-1 {
	height: 50px;
}
body.florida #sub_col div.box-feature a.a-1 {
	height: 49px !important;
}
body.home #sub_col div.box-feature a.a-1 {
	height: 60px !important;
}
/* Sub_col Home */

body.home #sub_col, body.about #sub_col, body.contact #sub_col {
	margin-right: 10px;
}
body.home #sub_col div.box-feature h2, body.about #sub_col div.box-feature h2, body.contact #sub_col div.box-feature h2 {
	height: 60px;
	display: block;
	margin: 0px !important;
	padding: 0px !important;
	background:url(/images/home/txt-our-destinations.png) left top no-repeat;
}
body.home #sub_col div.box-feature h2 span, body.contact #sub_col div.box-feature h2 span, body.about #sub_col div.box-feature h2 span {
	display: none;
}
body.home #sub_col div.box-feature a.a-1, body.home #sub_col div.box-feature li.l1-1, body.about #sub_col div.box-feature a.a-1, body.about #sub_col div.box-feature li.li-1, body.contact #sub_col div.box-feature a.a-1, body.contact #sub_col div.box-feature li.li-1 {
	background:url(/images/home/bg-box-feature-li.png) left top no-repeat;
}
body.home #sub_col div.box-feature li.li-1 a:hover, body.home #sub_col div.box-feature li.li-1, body.about #sub_col div.box-feature li.li-1 a:hover, body.about #sub_col div.box-feature li.li-1, body.contact #sub_col div.box-feature li.li-1 a:hover, body.contact #sub_col div.box-feature li.li-1 {
	background:url(/images/home/bg-box-feature-li.png) left bottom no-repeat;
	color: #fff;
}
body.arizona #sub_col, body.florida #sub_col, body.las-vegas #sub_col {
	margin-right: 10px;
}
/* Sub_col Arizona */

body.arizona #sub_col div.box-feature a.a-1, body.arizona #sub_col div.box-feature li.l1 {
	background:url(/images/arizona/bg-box-feature-li.png) left top no-repeat;
}
/* Sub_col Florida */

body.florida #sub_col div.box-feature a.a-1, body.florida #sub_col div.box-feature li.l1 {
	background:url(/images/florida/bg-box-feature-li.png) left top no-repeat;
}
/* Sub_col Las Vegas */

body.las-vegas #sub_col div.box-feature a.a-1, body.las-vegas #sub_col div.box-feature li.l1 {
	background:url(/images/las-vegas/bg-box-feature-li.png) left top no-repeat;
}
#sub_nav a.a-1:hover, body.overview #sub_nav li.l1 a.a-1, body.people #sub_nav li.l2 a.a-1, body.financial-status #sub_nav li.l3 a.a-1, body.risk-management #sub_nav li.l4 a.a-1, body.corporate-responsbility #sub_nav li.l5 a-1, body.services #sub_nav li.l1 a.a-1, body.things-to-do #sub_nav li.l2 a.a-1, body.airports #sub_nav li.l3 a.a-1, body.local-weather #sub_nav li.l4 a.a-1, body.whats-new #sub_nav li.l5 a.a-1, body.contact-hello #sub_nav li.l6 a.a-1 {
	background-position: left -60px !important;
	background-repeat:  no-repeat !important;
	color: #fff;
}
body#index-arizona #sub_col, body#index-florida #sub_col, body#index-las-vegas #sub_col {
	float: left;
	margin-left: 10px;
}
.context_box {
	padding: 12px;
	background: #ddd;
	font-size: .85em;
}
#col_left {
	float: left;
	width: 220px;
	margin: 0;
	padding: 20px 20px 0 40px;
}
#col_center {
	float: left;
	width: 350px;
	margin: 0;
	padding: 20px 0 0 20px;
}
#col_right {
	float: right;
	width: 210px;
	margin: 0;
	padding: 20px 40px 0 0;
}
.col {
	width: 427px;
	margin: 0;
	float: left;
	padding: 10px;
	font-size: .9em;
}
.subpage .col {
	width: 45%;
}
.recent_listings ul {
	margin: 0;
	padding: 0;
	border-right: 1px solid #666666;
}
.recent_listings li {
	float: left;
	min-height: 65px;
	padding: 18px;
	list-style: none;
	width: 40%;
}
.recent_listings li:hover {
	background: #ddd;
}
.rating {
	width: 280px;
	float: right;
	font-size: .9em;
	border-top: 1px solid #666666;
	padding: 5px;
	background: #ccc;
	margin-bottom: 10px;
	margin-top: -34px;
}
.subpage .rating {
	width: 100%;
	font-size: .9em;
	border-top: 1px solid #666666;
	padding: 5px;
	background: #ccc;
	margin-bottom: 10px;
	margin-top: 0;
}
.teaser {
	width: 260px;
	height: 150px;
	margin: 8px 15px 5px 0;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
}
.teaser:hover {
	background: #ddd;
}
.subpage .teaser {
	width: 280px;
	height: 150px;
	margin: 8px 15px 5px 0;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
}
#ad_holder {
	float: right;
	width: 160px;
	margin: 2px 0 0 0;
	padding: 18px 18px 12px 6px;
	border-color: #666;
	border-width: 1px;
	display: block;
}
#extras_holder {
	background: #B4B4B4;
}
.newsletter {
	width: 250px;
	float: left;
	padding: 18px 0 10px 15px;
}
.quick_links {
	width: 582px;
	float: right;
	padding: 18px 30px 10px 15px;
}
.quick_links ul {
	font-size: .85em;
	padding-top: 15px;
}
.quick_links li {
	padding: 8px 0 0 0;
}

#sort_products {
	float: right;
	background: #dddddd;
	color: #111;
	padding: 10px;
	margin: -28px 0 0 0;
}
#employee-thumbnails {
	padding-left: 25px;
}
#employee-thumbnails ul {
	margin:0px !important;
	padding: 0px !important;
}
#employee-thumbnails li {
	list-style: none;
	margin-right: 30px;
	width: 281px;
	height: 236px;
	float: left;
	padding-bottom: 30px;
	display: block;
}
#employee-thumbnails h2 {
	height: 50px;
	width: 281px;
	margin: 0px;
	padding: 0px;
	background:url(/images/about/staff/bg-staff-top.png) left top no-repeat;
}
#employee-thumbnails h2 span {
	padding-left: 15px;
	padding-top: 15px;
	color: #fff;
	display: block;
}
#employee-thumbnails img {
	height: 186px;
	width: 281px;
	display: block;
}
div.counter {
	text-align: right;
	padding-right: 20px;
}
div.counter a {
	padding: 10px;
}
div.counter a.qp_disabled {
	color: #ccc;
}
/* Staff Profile
------------------------------------*/

.disabled {
	color: #ccc !important;
}
.profile-view {
	width: 215px !important;
}
/* Miscellaneous
------------------------------------*/

.center {
	text-align:center;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
	width: 100%;
	height: 0px;
	display: block;
}
img {
	border: 0;
}
.alert {
	color: #CC0000;
	font-weight: bold;
}
.note {
	text-transform: uppercase;
	color: #ccc;
}
.highlight {
}
/* Tables
------------------------------------*/
	
.tabular {
	width: 100%;
	background-color: #e1e1e1;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tabular th {
	background-color: #742C7B;
	text-align:left;
	height:10px;
	color: #fff;
	padding:10px;
	border-left: none;
}
.tabular th a {
	color: #FFFF00;
}
.tabular_highlight {
	background-color: #eee;
}
.tabular td {
	padding:6px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
.tabular ul li {
	list-style:none;
	margin-bottom:4px;
}
.financial .tabular {
	width:60%;
}
body.arizona .yellow {
	background-color: #EFBFC0 !important;
}
body.florida .yellow {
	background-color: #AAC8D2 !important;
}
body.las-vegas .yellow {
	background-color: #A0BB99 !important;
}


/* About Us Section
------------------------------------*/

.links-nav {
	font-size: 15px;
	font-weight: bold;
}
div.accordion div.title a {
	background-color: #762D7D;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	color: #fff !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}
div.accordion div.content {
}
div.accordion div.active a, div.accordion div.title a:hover {
	background-color: #5F2164 !important;
}
a.meet-our-people {
	display: block;
	width: 305px;
	height: 247px;
	margin-top: 10px;
	background:url(/images/about/meet-our-people.jpg) left top no-repeat;
	}
	
a.meet-our-people:hover {
	background:url(/images/about/meet-our-people.jpg) left bottom no-repeat;
	}

/* Other sections
------------------------------------*/


body.staff #feature h1, body.contact #feature h1, body.privacy #feature h1, body.sitemap #feature h1 {
	left: 25px !important;
}
body.staff #sub_col, body.contact #sub_col, body.privacy #sub_col, body.sitemap #sub_col {
	display: none !important;
}
body.staff #main_col, body.contact #main_col, body.privacy #main_col, body.sitemap #main_col {
	float: left !important;
	margin-left: 25px !important;
}
body.about #container, body.staff #container, body.contact #container, body.privacy #container, body.sitemap #container {
	background: url(/images/universal/bg-container.png) left 130px no-repeat;
}
/* Site Information
------------------------------------*/

#site_information {
	width: 940px;
	margin: 0;
	padding: 35px 10px 15px 10px;
	list-style: none;
	list-style-type:none;
	clear:both;
	font-size: 0.9em;
	color: #fff
}
#site_information a, #site_information a:visited {
	color: #fff
}
body.arizona #site_information, body.arizona #site_information a {
	color: #000;
}
body.florida #site_information, body.florida #site_information a {
	color: #2e3c50;
}
body.las-vegas #site_information, body.las-vegas #site_information a {
	color: #324527;
}
/* ---- calendar and input styles ---- */

input.DatePicker {
	display: block;
	width: 100px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(/images/date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker {
	background: #fffce9 url(/images/datefocus.gif) no-repeat top left;
}
.dp_container {
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal {
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select {
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option {
	padding: 1px 3px;
}
.dp_cal th, .dp_cal td {
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th {
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td {
	cursor: pointer;
}
.dp_cal thead th {
	background: #d9eefc;
}
.dp_cal td.dp_roll {
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide {
	visibility: hidden;
}
.dp_empty {
	background: #E9F1D4;
}
.dp_today {
	background: #daf2e6;
}
.dp_selected {
	color: #fff;
	background: #328dcf;
}
#instructions {
	width:500px;
	float: left;
}
#instructions li {
	line-height: 1.8em;
}
#airport-container {
	margin: 0px !important;
	padding: 0px !important;
	width: 500px !important;
}
#instructions {
	margin-top: 20px !important;
}
.airport-image {
	display: block;
}
ul#meet-our-people-nav {
	margin: 0;
	padding: 10px 0 60px 25px;
}
ul#meet-our-people-nav .active {
	font-size: 18px;
	margin-top: -3px;
	text-decoration: underline;
}
ul#meet-our-people-nav span.spacer {
	padding-left: 10px;
	padding-right: 10px;
}
ul.filter-cities {
	position: absolute;
	z-index: 10;
	right: 719px;
	top: 200px;
	width: 320px;
	height: 35px;
	text-align: right;
}
ul.filter-cities li {
	float: left;
	list-style: none;
	font-size: 12px;
}
ul.filter-cities .active {
	font-size: 13px;
	margin-top: -2px;
	font-weight: bold;
	text-decoration: underline;
}
ul.filter-cities span.spacer {
	padding-left: 5px;
	padding-right: 5px;
}
img.corner-logo {
	position: absolute;
	z-index: 10;
	right: 40px;
	top: 150px;
}
ul#meet-our-people-nav li {
	list-style: none;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
ul#meet-our-people-nav li a {
	display: block;
	float: left;
}
ul.filter-cities-nav {
	position: relative;
	margin: -20px 0 20px 36px;
	padding: 0;
	width: 500px;
	height: 47px;
}
ul.filter-cities-nav li {
	float: left;
	list-style: none;
	color: #999;
	line-height: 47px;
	vertical-align: middle;
	font-size: 12px;
}
ul.filter-cities-nav li.first-item {
	padding-left: 10px;
	padding-right: 8px;
}
ul.filter-cities-nav li a {
	line-height: 47px;
	vertical-align: middle;
	float: left;
	display: block;
	padding-left: 18px;
	padding-right: 18px;
}
ul.filter-cities-nav li a.active {
	font-weight: bold;
}
/* Footer */

div#footer {
	width: 100%;
	height: 142px !important;
	clear: both;
}
div#footer div.wrap, div.push {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 141px;
	clear: both;
}
body.home div#footer, body.contact div#footer, body.about div#footer {
	background:url(/images/home/bg-footer.png) left top repeat-x;
}
body.arizona div#footer {
	background:url(/images/arizona/bg-footer.png) left top repeat-x;
}
body.florida div#footer {
	background:url(/images/florida/bg-footer.png) left top repeat-x;
}
body.las-vegas div#footer {
	background:url(/images/las-vegas/bg-footer.png) left top repeat-x;
}
div#footer div.form {
	width: 570px;
	height: 141px;
	position: absolute;
	top: -8px;
	right: 0px;
	background: none !important
}
div#footer div.form * {
	position: absolute;
	display: block;
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
}
div#footer div.form h2 {
	width: 500px;
	height: 38px;
	top: 30px;
	left: 26px;
	background:url(/images/universal/icon-keys.png) left top no-repeat;
}
div#footer div.form h2 span {
	margin-left: 38px;
	margin-top: 15px;
	color: #fff;
}
div#footer div.form input#submit {
	top: 76px;
	left: 466px;
}
div#footer div.form input#username {
	left: 26px;
}
div#footer div.form input#password {
	left: 248px;
}
div#footer div.form input.submit {
	width: 92px;
	height: 37px;
	cursor: pointer;
}
body.home div.form input.submit, body.about div.form input.submit, body.contact div.form input.submit {
	background: url(/images/home/btn-form.png) left top no-repeat;
}
body.home div#footer div.form input:hover.submit, body.about div#footer div.form input:hover.submit, body.contact div#footer div.form input:hover.submit {
	background: url(/images/home/btn-form.png) left -37px no-repeat;
}
body.arizona div.form input.submit {
	color: #fff;
	background: url(/images/arizona/btn-form.png) left top no-repeat;
}
body.arizona div#footer div.form input:hover.submit {
	background: url(/images/arizona/btn-form.png) left -37px no-repeat;
}
body.florida div.form input.submit {
	color: #fff;
	background: url(/images/florida/btn-form.png) left top no-repeat;
}
body.florida div#footer div.form input:hover.submit {
	background: url(/images/florida/btn-form.png) left -37px no-repeat;
}
body.las-vegas div.form input.submit {
	color: #fff;
	background: url(/images/las-vegas/btn-form.png) left top no-repeat;
}
body.las-vegas div#footer div.form input:hover.submit {
	background: url(/images/las-vegas/btn-form.png) left -37px no-repeat;
}
div#footer div.form input.text {
	width: 180px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	top: 78px;
	font-size: 15px;
	color: #777;
	background:url(/images/universal/bg-form-field.png) left top repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div#footer div.form input:focus.text {
	color: #333;
}
body.home div#footer div.form {
	background:url(/images/home/bg-footer-form.png) left top no-repeat;
}
body.arizona div#footer div.form {
	background:url(/images/arizona/bg-footer-form.png) left top no-repeat;
}
body.florida div#footer div.form {
	background:url(/images/florida/bg-footer-form.png) left top no-repeat;
}
body.las-vegas div#footer div.form {
	background:url(/images/las-vegas/bg-footer-form.png) left top no-repeat;
}
/* Airport Pop-ins
------------------------------------*/

.btn-airport-arizona, .btn-airport-florida, .btn-airport-las-vegas {
	margin-left: 30px !important;
}
.btn-airport-arizona a {
	display: block;
	width: 429px;
	height: 47px;
	color: #fff !important;
	background:url(/images/arizona/btn-arizona.png) left top no-repeat;
}
.btn-airport-arizona a:hover {
	background:url(/images/arizona/btn-arizona.png) left bottom no-repeat;
}
.btn-airport-florida a {
	display: block;
	width: 429px;
	height: 47px;
	color: #fff !important;
	background:url(/images/florida/btn-florida.png) left top no-repeat;
}
.btn-airport-florida a:hover {
	background:url(/images/florida/btn-florida.png) left bottom no-repeat;
}
.btn-airport-las-vegas a {
	display: block;
	width: 429px;
	height: 47px;
	color: #fff !important;
	background:url(/images/las-vegas/btn-las-vegas.png) left top no-repeat;
}
.btn-airport-las-vegas a:hover {
	background:url(/images/las-vegas/btn-las-vegas.png) left bottom no-repeat;
}
.btn-airport-arizona a span, .btn-airport-florida a span, .btn-airport-las-vegas a span {
	display: block;
	padding: 16px;
}
/* Bullet Points
------------------------------------*/

div#main_col ul li {
	list-style-image: url(/images/universal/bullet.gif);
	margin-bottom: 10px;
}
body.arizona div#main_col ul li {
	list-style-image: url(/images/arizona/bullet.gif);
}
body.florida div#main_col ul li {
	list-style-image: url(/images/florida/bullet.gif);
}
body.las-vegas div#main_col ul li {
	list-style-image: url(/images/las-vegas/bullet.gif);
}
/* Return to Top
------------------------------------*/

a.top {
	width: 199px;
	height: 47px;
	display: block;
	color: #fff !important;
	background: url(/images/universal/return-to-top.png) 0px 0px no-repeat;
}
a.top span {
	display: block;
	padding: 15px;
	padding-top: 10px;
}
a.top:hover {
	background: url(/images/universal/return-to-top.png) 0px -47px no-repeat;
}
body.arizona a.top {
	background: url(/images/arizona/return-to-top.png) 0px 0px no-repeat;
}
body.arizona a.top:hover {
	background: url(/images/arizona/return-to-top.png) 0px -47px no-repeat;
}
body.florida a.top {
	background: url(/images/florida/return-to-top.png) 0px 0px no-repeat;
}
body.florida a.top:hover {
	background: url(/images/florida/return-to-top.png) 0px -47px no-repeat;
}
body.las-vegas a.top {
	background: url(/images/las-vegas/return-to-top.png) 0px 0px no-repeat;
}
body.las-vegas a.top:hover {
	background: url(/images/las-vegas/return-to-top.png) 0px -47px no-repeat;
}
/* Important Update Alerts
------------------------------------*/

p.important {
	background-color: #5E3662;
	color: #fff !important;
	padding:20px;
	padding-top: 10px;
	padding-bottom: 14px;
	font-size: 14px !important;
	border-top: 10px #370E3B solid;
	font-style: italic;
	line-height: 22px;
	-moz-border-radius: 7px;
	-web-kit-border-radius: 7px;
}
p.important strong, p.important a {
	color: #fff !important;
}
body.arizona p.important {
	background-color: #821014 !important;
	border-top: 10px #5D090C solid !important;
}
body.florida p.important {
	background-color: #568EA5 !important;
	border-top: 10px #234B7C solid !important;
}
body.las-vegas p.important {
	background-color: #7DA171 !important;
	border-top: 10px #527041 solid !important;
}
/*  Profile Pages
------------------------------------*/

div.profile-wrap img {
	display: block;
	margin-left: 15px;
	margin-top: -15px;
	margin-right: 0px;
	float: left;
	width: 400px;
	height: 580px;
}
div.profile-wrap .bio {
	margin-right: 30px;
	margin-top: 80px;
	float: left;
	width: 500px;
}
div.profile-wrap .bio h1 {
	padding-bottom: 10px;
}
body.profile #meet-our-people-nav {
	display: none !important;
}
/*  Theme Decor
------------------------------------*/	

div.gallery {
	margin-right: -5px;
}
div.gallery a img {
	padding-right: 5px;
	padding-bottom: 5px;
}
#easyTooltip {
	padding:5px 10px;
	color:#fff;
}
body.arizona #easyTooltip {
	border:1px solid #B58284;
	background-color: #5C080B;
}
body.florida #easyTooltip {
	border:1px solid #568EA5;
	background-color: #A1C1CD;
}
body.las-vegas #easyTooltip {
	border:1px solid #58864C;
	background-color: #A1BD9A;
}
body.home #content {
	display: none !important;
}

/*  Random Person
------------------------------------*/

.person-cycle {
	width: 285px;
	height: 644px;
	position: absolute;
	z-index: 200;
	right: 0px;
	top: 200px;
}

a#houdini {
	display: block !important;
	width: 285px !important;
	height: 644px !important;
	z-index: 300 !important;
	top: 0px !important;
	left: 0px !important;
	position:absolute !important;
	background-color: transparent !important;
}

 #img1 {
	z-index: 1 !important; 
	top: 0px !important;
	left: 0px !important;
	position: absolute !important;
	display: block !important;
}

#cluetip img {
	margin-top: 16px;
	padding-bottom: 25px;
	display: inline-block;
	float: right;
	clear: both;
}
.cluetip-default #cluetip-outer {
	padding-bottom: 32px;
	min-height: 130px;
	height: auto!important;
	height: 130px;
}