/*
Theme Name: Scaventures
Description: Scaventures Custom Theme
Version: 1.0
Author: Victoria Lantz
Author URI: http://www.victorialantz.com/

*/


/* -----------------
MACRO LAYOUT STYLES
--------------------*/

img, div, h3, #logo, ul#nav li a, body#home #content { behavior: url(/js/iepngfix.htc) }


body {
	background-color: #BEE0FF;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin: 0;
	background-image: url(/img/layout/body_bg.jpg);
	background-repeat: repeat-x;
	}
	
.clear { clear: both; }

#bg-fix {
	/* background: url('/img/layout/bg_blackloop.png') repeat-x; */
	padding-top: 20px;
	}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	
#content { clear: both; }
	
#logo {
	background: url(/img/layout/logo.png) no-repeat;
	width: 235px;
	height: 95px;
	float: left;
	}

#logo h1 { display: none; }

a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #07b;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	background-color: #E36904;
}

a img { border: 0; }

h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	margin: 6px 0;
	color: #07b;
	font-weight: normal;
	line-height: 28px;
	}
	
h1.red { color: #c00321; }
h1.green { color: #49902D; }
h1.orange { color: #FF6600; }

h2 {
	font-family: Georgia, serif;
	font-size: 20px;
	margin: 6px 0;
	color: #07b;
	font-weight: normal;
	line-height: 24px;
	}
	
h2.red { color: #c00321; }
h2.green { color: #49902D; }
h2.orange { color: #FF6600; }

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #585858;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	}
	
h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	margin: 6px 0;
	color: #07b;
	font-weight: normal;
	line-height: 24px;
	}
	
h4.red { color: #c00321; }
h4.green { color: #49902D; }
h4.orange { color: #FF6600; }

h5 {
	font-family: Georgia, serif;
	font-size: 18px;
	margin: 6px 0;
	color: #07b;
	font-weight: normal;
	line-height: 24px;
	}

/* -----------------
NAV
--------------------*/

ul#nav {
	list-style: none;
	margin: 69px 0 0 0;
	padding: 0;
	float: right;
	}

ul#nav li { float: left; margin-right: 15px; }
ul#nav li.last { margin-right: 0; }
ul#nav li a strong { display: none; }
ul#nav li a { padding-bottom: 5px; }

li a.nav-home {
	display: block;
	background: url(/img/layout/nav_home.png) no-repeat top left;
	width: 36px;
	height: 9px;
	}
	
li a.nav-home:hover { background: url(/img/layout/nav_home.png) no-repeat top right; }
	
li a.nav-home-on {
	display: block;
	background: url(/img/layout/nav_home.png) no-repeat top right;
	border-bottom: 4px solid #54a3d0;
	width: 36px;
	height: 9px;
	}
	
li a.nav-about {
	display: block;
	background: url(/img/layout/nav_about.png) no-repeat top left;
	width: 65px;
	height: 9px;
	}
	
li a.nav-about:hover { background: url(/img/layout/nav_about.png) no-repeat top right; }

li a.nav-about-on {
	display: block;
	background: url(/img/layout/nav_about.png) no-repeat top right;
	border-bottom: 4px solid #75cdff;
	width: 65px;
	height: 9px;
	}
	
li a.nav-scavenger {
	display: block;
	background: url(/img/layout/nav_scavenger.png) no-repeat top left;
	width: 207px;
	height: 9px;
	}
	
li a.nav-scavenger:hover { background: url(/img/layout/nav_scavenger.png) no-repeat top right; }

li a.nav-scavenger-on {
	display: block;
	background: url(/img/layout/nav_scavenger.png) no-repeat top right;
	border-bottom: 4px solid #75cdff;
	width: 207px;
	height: 9px;
	}
	
li a.nav-where {
	display: block;
	background: url(/img/layout/nav_where.png) no-repeat top left;
	width: 157px;
	height: 9px;
	}
	
li a.nav-where:hover { background: url(/img/layout/nav_where.png) no-repeat top right; }

li a.nav-where-on {
	display: block;
	background: url(/img/layout/nav_where.png) no-repeat top right;
	border-bottom: 4px solid #75cdff;
	width: 157px;
	height: 9px;
	}
	
li a.nav-qa {
	display: block;
	background: url(/img/layout/nav_qa.png) no-repeat top left;
	width: 28px;
	height: 9px;
	}
	
li a.nav-qa:hover { background: url(/img/layout/nav_qa.png) no-repeat top right; }

li a.nav-qa-on {
	display: block;
	background: url(/img/layout/nav_qa.png) no-repeat top right;
	border-bottom: 4px solid #75cdff;
	width: 28px;
	height: 9px;
	}
	
li a.nav-contact {
	display: block;
	background: url(/img/layout/nav_contact.png) no-repeat top left;
	width: 80px;
	height: 9px;
	}
	
li a.nav-contact:hover { background: url(/img/layout/nav_contact.png) no-repeat top right; }

li a.nav-contact-on {
	display: block;
	background: url(/img/layout/nav_contact.png) no-repeat top right;
	border-bottom: 4px solid #75cdff;
	width: 80px;
	height: 9px;
	}


/* -----------------
FOOTER
--------------------*/

#footer {
	background: url('/img/layout/bg_footer.jpg') repeat-x;
	text-align: center;
	padding: 10px 0;
	.padding-top: 5px;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9924B;
	border-right-color: #FFBA60;
	border-bottom-color: #C9924B;
	border-left-color: #C9924B;
	}
	

#style1 {color: #1A79AF;}

	
#silhouette-image { text-align: right; }
#silhouette-image img {
	position: relative;
	right:0px;
	bottom: 200px;
	}
	
#silhouette-image2 { text-align: right; }
#silhouette-image2 img {
	position: relative;
	right:374px;
	bottom: 200px;
	}
#feedback_errors {
	color: #990000;
}
.qqbutton{
	margin-bottom: 10px;
}
h4#qq{
	margin-left: 14px;
	margin-top: 20px;
}

/* -----------------
HOMEPAGE
--------------------*/
	
body#home #content {
	margin-top: 20px;
	float: none;
	padding-top: 0px;
	background-color: #fff;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-left-color: #006699;
	}
	
body#home #slideshow {
	width: 958px;
	height: 350px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
body#home #leftcol {
	width: 958px;
	}
	
body#home #rightcol {
	width: 960px;
	float: none;
	}
	
body#home #quote {
	width: 416px;
	background-color: #D1EFB3;
	margin-top: 19px;
	margin-right: 11px;
	margin-bottom: 15px;
	margin-left: 19px;
	}
	
body#home #quote div.quote-wrap { margin: 0; padding: 0; }
	
body#home #quote p {
	margin: 0;
	padding: 10px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #3D904A;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	}

body#home #quote em {
	display: block;
	float: left;
	color: #3D904A;
	padding-left: 10px;
	}
	
body#home #quote a {
	float: none;
	}
	
body#home #quote #quoteclear {
	clear: both;
	display: block;
	width: 416px;
	height: 13px;
	background: url('/img/layout/quote-bottom.gif') no-repeat;
	}
	
body#home #rightcol #txt-flashcontent {
	margin: 15px 0 55px 0;
	display: block;
	width: 450px;
	height: 150px;
	}
	
body#home #rightcol h2.intro-text strong { display: none; }

body#home .left-sub {
	float: left;
	width: 445px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #BEE0FF;
	border-right-color: #BEE0FF;
	border-bottom-color: #BEE0FF;
	border-left-color: #BEE0FF;
	}
body#home .right-sub {
	float: right;
	width: 450px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 18px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 15px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BFE0FF;
	border-left-color: #BEE0FF;
	}

body#home .right-sub p {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
body#home .right-sub p.last { margin: 0; }

body#home .right-sub h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 4px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#txt-flashcontent { margin: 0; }

body#home #content { .padding-top: 10px; }
#home #bg-fix #container #content #rightcol .left-sub .featuredhunt {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 18px;
}
/* -----------------
SUBPAGE
--------------------*/

body#subpage #content {
	margin-top: 20px;
	min-height: 450px;
	background: url('/img/layout/bg_left-col-thin.jpg') repeat-y #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7BB958;
	}
	
body#subpage #content-locations {
	margin-top: 20px;
	min-height: 450px;
	background: url('/img/layout/lime-fade.jpg') repeat-y #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABD378;
	}
body#subpage #content-locations-2 {
	margin-top: 20px;
	min-height: 450px;
	background: url('/img/layout/lime-fade-2.jpg') repeat-y #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABD378;
	}
body#subpage #content-masthead {
	background: url('/img/layout/sub_mast.jpg') no-repeat;
	display: block;
	height: 57px;
	}
	
body#subpage #leftcol {
	float: left;
	width: 206px;
	margin-right: 30px;
	padding-top: 20px;
	padding-left: 20px;
	}
	
body#subpage #leftcol-locations {
	float: left;
	width: 416px;
	margin-right: 30px;
	padding-top: 20px;
	padding-left: 20px;
	}
body#subpage #leftcol-locations-2 {
	float: left;
	width: 416px;
	margin-right: 40px;
	padding-top: 20px;
	padding-left: 20px;
	}
	
body#subpage #rightcol-location .right-content, body#subpage #rightcol .right-content {
	float: left;
	padding-top: 20px;
	width: 320px;
	padding-bottom: 30px;
	}
	
body#subpage #rightcol-location-2  {
	float: left;
	padding-top: 0px;
	width: 450px;
	padding-bottom: 150px;
	}
	
body#subpage #rightcol-location .right-content-full, body#subpage #rightcol .right-content-full {
	float: left;
	padding-top: 20px;
	width: 520px;
	padding-bottom: 30px;
	}
	
body#subpage #rightcol-location .right-sidebar, body#subpage #rightcol .right-sidebar {
	float: right;
	width: 350px;
	padding-top: 20px;
	}
	
body#subpage .subnav, body#subpage .subnav-location {
	list-style: none;
	margin: 0 10px 25px 0;
	padding: 0;
	float: left;
	}
	
body#subpage .subnav li, body#subpage .subnav-location li, body#subpage .subnav-location-last li { margin-bottom: 5px; }

body#subpage .subnav { width: 190px; }
body#subpage .subnav-location { width: 115px; }

body#subpage .subnav-location-last {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
	width: 165px;
	float: left;
	}
	
/* -----------------
SUBNAV
--------------------*/
	
body#subpage .subnav a, body#subpage .subnav-location a, body#subpage .subnav a, body#subpage .subnav-location-last a {	font-weight: normal;	}
	
body#subpage .subnav li, body#subpage .subnav-location li, body#subpage .subnav-location-last li { padding-left: 10px; }

body#subpage .subnav li.active, body#subpage .subnav-location li.active, body#subpage .subnav-location-last li.active {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4C922D;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4C922D;
	}	

body#subpage .subnav li.active a, body#subpage .subnav-location li.active a, body#subpage .subnav-location-last li.active a {
	font-weight: bold;
	}
	
/* -----------------
SUB-SUBNAV
--------------------*/	
	
body#subpage .sub-sub-nav { list-style: none; padding: 10px; margin: 10px 0 0 15px; background-color: #eee; width: 253px; }
	
	
/* -----------------
TITLES
--------------------*/

body#subpage #leftcol h3, body#subpage #leftcol-locations h3 { margin-bottom: 10px; }


h3 strong { display: none; }

h3.subtitle_about-us {
	display: block;
	width: 166px;
	height: 49px;
	margin-left: 10px;
	background: url('/img/layout/title_about2.gif') no-repeat;
	}

h3.subtitle_whatelsedowedo {
	display: block;
	width: 309px;
	height: 18px;
	background: url('/img/layout/title_whatelsedowedo.png') no-repeat;
	}
	
h3.subtitle_hunt-locations {
	display: block;
	width: 377px;
	height: 84px;
	margin-left: 10px;
	background: url('/img/layout/title_WHERE3.gif') no-repeat;
	}
	
h3.subtitle_scaventure-locations {
	display: block;
	width: 213px;
	height: 18px;
	background: url('/img/layout/title_scaventure-locations.png') no-repeat;
	}
	
h3.subtitle_clientlist {
	display: block;
	width: 97px;
	height: 18px;
	background: url('/img/layout/title_clientlist.png') no-repeat;
	}
	
h3.subtitle_inthenews {
	display: block;
	width: 240px;
	height: 18px;
	background: url('/img/layout/title_inthenews.png') no-repeat;
	}
	
h3.subtitle_testimonials {
	display: block;
	width: 125px;
	height: 18px;
	background: url('/img/layout/title_testimonials.png') no-repeat;
	}
	
h3.subtitle_scavengerhunttypes {
	display: block;
	width: 219px;
	height: 23px;
	background: url('/img/layout/title_scavengerhunttypes.png') no-repeat;
	}
	
h3.subtitle_scavengertreasurehunts {
	display: block;
	width: 166px;
	height: 117px;
	background: url('/img/layout/title_scav3.gif') no-repeat;
	margin-left: 10px;
	}
	
h3.subtitle_qa {
	display: block;
	width: 166px;
	height: 72px;
	background: url('/img/layout/title_qa2.gif') no-repeat;
	margin-left: 10px;
	}
	
h3.subtitle_contactus {
	display: block;
	width: 166px;
	height: 49px;
	background: url('/img/layout/title_contact.gif') no-repeat;
	margin-left: 10px;
	}
	
h3.subtitle_cluelive {
	display: block;
	width: 101px;
	height: 18px;
	background: url('/img/layout/title_cluelive.png') no-repeat;
	}
	
h3.subtitle_customhunts {
	display: block;
	width: 139px;
	height: 18px;
	background: url('/img/layout/title_customhunts.png') no-repeat;
	}
	
h3.subtitle_davinci {
	display: block;
	width: 227px;
	height: 18px;
	background: url('/img/layout/title_davinci.png') no-repeat;
	}	
	
h3.subtitle_gpspoweredscaventure {
	display: block;
	width: 247px;
	height: 18px;
	background: url('/img/layout/title_gpspoweredscaventure.png') no-repeat;
	}
	
h3.subtitle_hairraisingrace {
	display: block;
	width: 176px;
	height: 22px;
	background: url('/img/layout/title_hairraisingrace.png') no-repeat;
	}
	
h3.subtitle_holygrail {
	display: block;
	width: 273px;
	height: 24px;
	background: url('/img/layout/title_holygrail.png') no-repeat;
	}
	
h3.subtitle_indianajones {
	display: block;
	width: 275px;
	height: 76px;
	background: url('/img/layout/title_indianajones.png') no-repeat;
	}
	
h3.subtitle_keystosuccess {
	display: block;
	width: 150px;
	height: 23px;
	background: url('/img/layout/title_keystosuccess.png') no-repeat;
	}

h3.subtitle_limo {
	display: block;
	width: 205px;
	height: 47px;
	background: url('/img/layout/title_limo.png') no-repeat;
	}
	
h3.subtitle_prisonbreak {
	display: block;
	width: 132px;
	height: 18px;
	background: url('/img/layout/title_prisonbreak.png') no-repeat;
	}
	
h3.subtitle_pubcrawlscaventure {
	display: block;
	width: 218px;
	height: 18px;
	background: url('/img/layout/title_pubcrawlscaventure.png') no-repeat;
	}
	
h3.subtitle_spyhunt {
	display: block;
	width: 328px;
	height: 23px;
	background: url('/img/layout/title_spyhunt.png') no-repeat;
	}
	
h3.subtitle_treasurehunt {
	display: block;
	width: 248px;
	height: 18px;
	background: url('/img/layout/title_treasurehunt.png') no-repeat;
	}

h3.subtitle_newsletter {
	display: block;
	width: 149px;
	height: 18px;
	background: url('/img/layout/subtitle_newsletter.png') no-repeat;
	}
	
h3.subtitle_urbanscaventure {
	display: block;
	width: 178px;
	height: 18px;
	background: url('/img/layout/title_urbanscaventure.png') no-repeat;
	}
	
h3.subtitle_xmarksthespot {
	display: block;
	width: 169px;
	height: 22px;
	background: url('/img/layout/title_xmarksthespot.png') no-repeat;
	}
	
h3.subtitle_faq {
	display: block;
	width: 276px;
	height: 23px;
	background: url('/img/layout/title_faq.png') no-repeat;
	}
	
h3.subtitle_whyscaventures {
	display: block;
	width: 179px;
	height: 23px;
	background: url('/img/layout/title_whyscaventures.png') no-repeat;
	}

h3.subtitle_contactphone {
	display: block;
	width: 205px;
	height: 23px;
	background: url('/img/layout/title_contactphone.png') no-repeat;
	}
	
h3.subtitle_packagesuggestions {
	display: block;
	width: 210px;
	height: 22px;
	background: url('/img/layout/title_packagesuggestions.png') no-repeat;
	}
	
h3.subtitle_requestaproposal {
	display: block;
	width: 191px;
	height: 22px;
	background: url('/img/layout/title_requestaproposal.png') no-repeat;
	}
	
h3.subtitle_requestquickquote {
	display: block;
	width: 226px;
	height: 23px;
	background: url('/img/layout/title_requestquickquote.png') no-repeat;
	}

h3.subtitle_privacypolicy {
	display: block;
	width: 138px;
	height: 23px;
	background: url('/img/layout/title_privacypolicy.png') no-repeat;
	}
	
h3.subtitle_sitemap {
	display: block;
	width: 83px;
	height: 23px;
	background: url('/img/layout/title_sitemap.png') no-repeat;
	}
	
h3.subtitle_termsofuse {
	display: block;
	width: 124px;
	height: 19px;
	background: url('/img/layout/title_termsofuse.png') no-repeat;
	}


/* -----------------
PIC & BUTTON & CONTENT RELOCATION
--------------------*/

.small-pic {
	display: block;
	background: url('/img/layout/sm-img-back.png') no-repeat;
	width: 312px;
	height: 219px;
	padding: 16px 0 0 20px;
	}
	
.subcontent-realign {
	position: relative;
	top: -70px;
	}
  
.subcontent-realign-2 {
	position: relative;
	top: -35px;
	}
  	
.subcontent-realign h3, .subcontent-realign p {
	position: relative;
	left: 15px;
	}
	
.subcontent-realign .rightcol-button {
	position: relative;
	left: 10px;
	}
	
.subcontent-realign-contact {
	top: -30px;
	}
	
	.subcontent-realign-contact h3, .subcontent-realign-contact p {
	position: relative;
	left: 15px;
	}
	
.subcontent-realign-contact .rightcol-button {
	position: relative;
	left: 10px;
	}
	
	.subcontent-realign-contact .small-pic {
	display: block;
	background: url('/img/layout/sm-img-back.png') no-repeat;
	width: 312px;
	height: 219px;
	padding: 16px 0 0 20px;
	}
	
/* -----------------
CLIENT LIST
--------------------*/

.client-column { float: left; margin-bottom: 15px; margin-right: 20px; }
.client-column2 { float: left; margin-top: 18px; margin-bottom: 15px; }

.client-list { padding-top: 20px; }


/* -----------------
TESTIMONIALS
--------------------*/

table.quotes-table td {
	padding-bottom: 30px;
	vertical-align: top;
	}

td.quote { padding-right: 20px; }


/* -----------------
CITY LOCATION TITLES
--------------------*/

h3.subtitle_anywhere {
	display: block;
	width: 152px;
	height: 23px;
	background: url('/img/layout/cities/title_anywhere.png') no-repeat;
	}

h3.subtitle_albany {
	display: block;
	width: 73px;
	height: 23px;
	background: url('/img/layout/cities/title_albany.png') no-repeat;
	}
	
h3.subtitle_albuquerque {
	display: block;
	width: 131px;
	height: 22px;
	background: url('/img/layout/cities/title_albuquerque.png') no-repeat;
	}
	
h3.subtitle_amsterdam {
	display: block;
	width: 117px;
	height: 18px;
	background: url('/img/layout/cities/title_amsterdam.png') no-repeat;
	}
	
h3.subtitle_annapolis {
	display: block;
	width: 102px;
	height: 22px;
	background: url('/img/layout/cities/title_annapolis.png') no-repeat;
	}
	
h3.subtitle_atlanta {
	display: block;
	width: 76px;
	height: 18px;
	background: url('/img/layout/cities/title_atlanta.png') no-repeat;
	}
	
h3.subtitle_atlanticcity {
	display: block;
	width: 124px;
	height: 23px;
	background: url('/img/layout/cities/title_atlanticcity.png') no-repeat;
	}
	
h3.subtitle_austin {
	display: block;
	width: 64px;
	height: 18px;
	background: url('/img/layout/cities/title_austin.png') no-repeat;
	}
	
h3.subtitle_baltimore {
	display: block;
	width: 99px;
	height: 18px;
	background: url('/img/layout/cities/title_baltimore.png') no-repeat;
	}
	
h3.subtitle_boston {
	display: block;
	width: 69px;
	height: 18px;
	background: url('/img/layout/cities/title_boston.png') no-repeat;
	}
	
h3.subtitle_charleston {
	display: block;
	width: 107px;
	height: 18px;
	background: url('/img/layout/cities/title_charleston.png') no-repeat;
	}
	
h3.subtitle_charlotte {
	display: block;
	width: 94px;
	height: 18px;
	background: url('/img/layout/cities/title_charlotte.png') no-repeat;
	}
	
h3.subtitle_chicago {
	display: block;
	width: 81px;
	height: 22px;
	background: url('/img/layout/cities/title_chicago.png') no-repeat;
	}
	
h3.subtitle_cincinnati {
	display: block;
	width: 102px;
	height: 18px;
	background: url('/img/layout/cities/title_cincinnati.png') no-repeat;
	}
	
h3.subtitle_cleveland {
	display: block;
	width: 100px;
	height: 18px;
	background: url('/img/layout/cities/title_cleveland.png') no-repeat;
	}
	
h3.subtitle_dallas {
	display: block;
	width: 63px;
	height: 18px;
	background: url('/img/layout/cities/title_dallas.png') no-repeat;
	}
	
h3.subtitle_denver {
	display: block;
	width: 73px;
	height: 18px;
	background: url('/img/layout/cities/title_denver.png') no-repeat;
	}
	
h3.subtitle_dublin {
	display: block;
	width: 66px;
	height: 18px;
	background: url('/img/layout/cities/title_dublin.png') no-repeat;
	}
	
h3.subtitle_fortmyers {
	display: block;
	width: 105px;
	height: 23px;
	background: url('/img/layout/cities/title_fortmyers.png') no-repeat;
	}
	
h3.subtitle_ftlauderdale {
	display: block;
	width: 155px;
	height: 18px;
	background: url('/img/layout/cities/title_ftlauderdale.png') no-repeat;
	}
	
h3.subtitle_hartford {
	display: block;
	width: 88px;
	height: 19px;
	background: url('/img/layout/cities/title_hartford.png') no-repeat;
	}
	
h3.subtitle_hollywood {
	display: block;
	width: 110px;
	height: 23px;
	background: url('/img/layout/cities/title_hollywood.png') no-repeat;
	}
	
h3.subtitle_houston {
	display: block;
	width: 84px;
	height: 18px;
	background: url('/img/layout/cities/title_houston.png') no-repeat;
	}
	
h3.subtitle_indianapolis {
	display: block;
	width: 125px;
	height: 22px;
	background: url('/img/layout/cities/title_indianapolis.png') no-repeat;
	}
	
h3.subtitle_kansascity {
	display: block;
	width: 116px;
	height: 23px;
	background: url('/img/layout/cities/title_kansascity.png') no-repeat;
	}
	
h3.subtitle_keywest {
	display: block;
	width: 89px;
	height: 23px;
	background: url('/img/layout/cities/title_keywest.png') no-repeat;
	}
	
h3.subtitle_lasvegas {
	display: block;
	width: 98px;
	height: 22px;
	background: url('/img/layout/cities/title_lasvegas.png') no-repeat;
	}
	
h3.subtitle_london {
	display: block;
	width: 75px;
	height: 18px;
	background: url('/img/layout/cities/title_london.png') no-repeat;
	}
	
h3.subtitle_losangeles {
	display: block;
	width: 117px;
	height: 22px;
	background: url('/img/layout/cities/title_losangeles.png') no-repeat;
	}
	
h3.subtitle_miami {
	display: block;
	width: 65px;
	height: 18px;
	background: url('/img/layout/cities/title_miami.png') no-repeat;
	}
	
h3.subtitle_milwaukee {
	display: block;
	width: 109px;
	height: 18px;
	background: url('/img/layout/cities/title_milwaukee.png') no-repeat;
	}
	
h3.subtitle_minneapolis {
	display: block;
	width: 124px;
	height: 22px;
	background: url('/img/layout/cities/title_minneapolis.png') no-repeat;
	}
	
h3.subtitle_montreal {
	display: block;
	width: 93px;
	height: 18px;
	background: url('/img/layout/cities/title_montreal.png') no-repeat;
	}
	
h3.subtitle_nashville {
	display: block;
	width: 92px;
	height: 18px;
	background: url('/img/layout/cities/title_nashville.png') no-repeat;
	}
	
h3.subtitle_newjersey {
	display: block;
	width: 111px;
	height: 23px;
	background: url('/img/layout/cities/title_newjersey.png') no-repeat;
	}
	
h3.subtitle_neworleans {
	display: block;
	width: 127px;
	height: 18px;
	background: url('/img/layout/cities/title_neworleans.png') no-repeat;
	}
	
h3.subtitle_newyorkcity {
	display: block;
	width: 138px;
	height: 23px;
	background: url('/img/layout/cities/title_newyorkcity.png') no-repeat;
	}
	
h3.subtitle_orlando {
	display: block;
	width: 82px;
	height: 18px;
	background: url('/img/layout/cities/title_orlando.png') no-repeat;
	}
	
h3.subtitle_ottawa {
	display: block;
	width: 74px;
	height: 18px;
	background: url('/img/layout/cities/title_ottawa.png') no-repeat;
	}
	
h3.subtitle_phoenixscotsdale {
	display: block;
	width: 201px;
	height: 18px;
	background: url('/img/layout/cities/title_pheonixscotsdale.png') no-repeat;
	}
	
h3.subtitle_philadelphia {
	display: block;
	width: 126px;
	height: 22px;
	background: url('/img/layout/cities/title_philadelphia.png') no-repeat;
	}
	
h3.subtitle_pittsburgh {
	display: block;
	width: 104px;
	height: 22px;
	background: url('/img/layout/cities/title_pittsburgh.png') no-repeat;
	}
	
h3.subtitle_portland {
	display: block;
	width: 89px;
	height: 18px;
	background: url('/img/layout/cities/title_portland.png') no-repeat;
	}
	
h3.subtitle_providence {
	display: block;
	width: 111px;
	height: 18px;
	background: url('/img/layout/cities/title_providence.png') no-repeat;
	}
	
h3.subtitle_quebec {
	display: block;
	width: 76px;
	height: 20px;
	background: url('/img/layout/cities/title_quebec.png') no-repeat;
	}
	
h3.subtitle_renotahoe {
	display: block;
	width: 136px;
	height: 18px;
	background: url('/img/layout/cities/title_renotahoe.png') no-repeat;
	}
	
h3.subtitle_sacramento {
	display: block;
	width: 121px;
	height: 18px;
	background: url('/img/layout/cities/title_sacramento.png') no-repeat;
	}
	
h3.subtitle_saltlakecity {
	display: block;
	width: 135px;
	height: 23px;
	background: url('/img/layout/cities/title_saltlakecity.png') no-repeat;
	}
	
h3.subtitle_sanantonio {
	display: block;
	width: 123px;
	height: 18px;
	background: url('/img/layout/cities/title_sanantonio.png') no-repeat;
	}
	
h3.subtitle_santafe {
	width: 100px;
	height: 18px;
	background-image: url('/img/layout/cities/title_santafe.png');
	background-repeat: no-repeat;
	}
	
h3.subtitle_sandiego {
	display: block;
	width: 102px;
	height: 22px;
	background: url('/img/layout/cities/title_sandiego.png') no-repeat;
	}
	
h3.subtitle_sanfrancisco {
	display: block;
	width: 137px;
	height: 18px;
	background: url('/img/layout/cities/title_sanfrancisco.png') no-repeat;
	}
	
h3.subtitle_santafe {
	width: 100px;
	height: 18px;
	background-image: url('/img/layout/cities/title_santafe.png');
	background-repeat: no-repeat;
	display: block;
	}
	
h3.subtitle_seattle {
	display: block;
	width: 70px;
	height: 18px;
	background: url('/img/layout/cities/title_seattle.png') no-repeat;
	}
	
h3.subtitle_stlouis {
	display: block;
	width: 82px;
	height: 18px;
	background: url('/img/layout/cities/title_stlouis.png') no-repeat;
	}
	
h3.subtitle_tampastpetersburg {
	display: block;
	width: 230px;
	height: 22px;
	background: url('/img/layout/cities/title_tampastpetersburg.png') no-repeat;
	}
	
h3.subtitle_toronto {
	display: block;
	width: 78px;
	height: 18px;
	background: url('/img/layout/cities/title_toronto.png') no-repeat;
	}
	
h3.subtitle_vancouver {
	display: block;
	width: 105px;
	height: 18px;
	background: url('/img/layout/cities/title_vancouver.png') no-repeat;
	}
	
h3.subtitle_washingtondc {
	display: block;
	width: 169px;
	height: 22px;
	background: url('/img/layout/cities/title_washingtondc.png') no-repeat;
	}
	
h3.subtitle_williamsburg {
	display: block;
	width: 167px;
	height: 22px;
	background: url('/img/layout/cities/title_williamsburgva.png') no-repeat;
	}
	
h3.subtitle_florida {
	display: block;
	width: 152px;
	height: 19px;
	background: url('/img/layout/cities/title_stateofflorida.png') no-repeat;
	}
	
h3.subtitle_texas {
	display: block;
	width: 136px;
	height: 19px;
	background: url('/img/layout/cities/title_stateoftexas.png') no-repeat;
	}

span.wpcf7-list-item{display:block;}
/* End Entry Lists */
a.addthis_button {margin-left:60%;}

