@CHARSET "UTF-8";

/*	Common Styles */
body {
	
	/* background:	#FFFFFF url('../img/background.jpg') no-repeat scroll center top; */
	color:#333333;
	font-family:Verdana,Arial,sans-serif;
	font-size:0.75em;
	line-height:150%;
}

@font-face {
  font-family: "Stubble";
  src: url(/fonts/Stubble-Bold.ttf) format("truetype");
}

div {
	position:relative;
}

p {
}

span {
}

h1, h2, h3, h4, h5, h6 {
	line-height:150%;
	font-weight:bold;
	margin:0.2em 0 0.3em 0;
}

h1 {
	/*
	font-size:2.5em;
	color:#0075BF;
	
	*/
	color: #000000;

	/*
	font-weight: normal;
	line-height: normal;
	font-size: inherit;
	*/
}

h1.cufon {
	font:30px Arial,sans-serif;
	letter-spacing:-1px;
}

h2 {
	font-size:2.0em;
	color:inherit;
}

h3 {
	font-size:1.5em;
	color:inherit;
}

h4 {
	font-size:1.0em;
}


hr {
	color:	#CCC;
	width:	90%;
}

a, a:link {
	color:#408CD9;
	text-decoration:none;
}

a:visited {
	color:#408CD9;
}

a:hover {
	text-decoration:underline;
}

a.img, a.img:focus, a.img:hover, a img {
	
	background-color:transparent;
	border:none;
	text-decoration:none;
}

a.external {}
a.popup {}
a.mailto {}

dfn, abbr, acronym {
	border-bottom:1px dotted;
	cursor:help;
	font-style:normal;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

small {
	font-size:85%;
}

caption {
	text-align:center;
}

address {
	font-style:normal;
	line-height:13px;
}


table {
	clear:both;
	margin:5px 0 10px 0;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

th {
	padding:4px;
/*
	background:#F3F3F3;
*/
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:11px;
	font-weight:bold;
}

td {
	padding:4px;
	background:#FFFFFF;
	border-bottom:1px solid #E6E6E6;
	font-size:11px;
}

.clear {
	clear:both;
	/* height: 0px; */
}

.hidden {
	display:none;
}

.show {
	display:block;
}


img.img-alignleft {
	float:left;
	margin-right:5px;
	vertical-align:top;
}

img.img-alignright {
	float:right;
	margin-left:5px;
	vertical-align:top;
}

img.photo {
	margin-bottom:5px;
	padding:2px;
}

.rollover {
	background-position:left top;
	background-repeat:no-repeat;
}

.rollover:hover {
	background-position:left bottom;
}

.weak {
	color:#999999;
	margin-top:	0;
	margin-bottom:	0;
}

.small {
	font-size:	85%;
}
	
.thumbs, #thumbs {
	
	clear:both;
}

.after {
	color:#999999;
	margin-top:	0;
	margin-bottom:	0;
}

.checkbox .after {
	margin-left:30px;
	display:block;
}

.radio .after {
	margin-left:30px;
	display:block;
}

.floatleft {
	float:left;
}

.floatright {
	
	float:right;
}


/*	Small icons for lists */
li.tick {
	padding-left:	25px;
	padding-bottom:	10px;
	background:url("../img/icons/16/tick.png") no-repeat scroll left top transparent;
}

li.gear {
	padding-left:	25px;
	background:url("../img/icons/misc/icon-gear-16.png") no-repeat scroll left top transparent;
}

ul.clear {
	list-style: none outside none;
	padding: 0px;
	margin:	0px;
}

/*	Container Styles */
#container {
	background-color: transparent;
}

/*	Header Styles */
#header {
	background-color: transparent;
}

#header a:hover {
	background-color:transparent;
}

#header-logo {
	display:block;
	height:60px;
	padding:10px 8px;
	width:300px;
}

#header-logo p { 
	margin:0;
}

#header-logo a {
	display:block;
	width:300px;
	height:60px;
	background-image:url('../img/logo.png');
	background-repeat:no-repeat;
}

#header-logo a span { 
	display:none;
}


#header-links {
	position:absolute;
	top:0px;
	right:0px;
	padding:0;
	width:500px;
	height:30px;
	overflow:hidden;
}

#header-links ul {
	margin:0;
	padding:0;
	height:100%;
	list-style-type:none;
}

#header-links a {
	display:block;
	min-width:70px;
	height:20px;
	padding:5px;
	font-size:14px;
	text-align:center;
}

#languages {
	position:absolute;
	top:0;
	right:170px;
}

#languages ul li {
	float:left;
	display:block;
	margin:0;
	height:100%;
}

#header-login {
	position:absolute;
	top:0;
	right:0;
	height:100%;
}

#header-login ul li {
	float:left;
	display:block;
	height:100%;
}

#header-login a {
	text-decoration:none;
}

#header-login a#login-button, #header-login a#login-button:hover, #header-login a#logout-button, #header-login a#logout-button:hover {
	color:#CC0000;
	background-image:url('../img/header-signin-bg.png');
}

#header-login a#register {
	background:transparent url('../img/btn-red-bg.png') repeat-x scroll left top;
	color:#FFFFFF;
	text-decoration:none;
}

#header-login a#register:hover {
	background:transparent url('../img/btn-red-bg.png') repeat-x scroll left bottom;
	color:#FFFFFF;
	text-decoration:none;
}


/*	shelved
#overlay-login {
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	height:100%;
}

#overlay-login form {
	position:relative;
	margin:50px auto;
	padding:20px;
	width:400px;
	background-color:#FFFFFF;
}

#overlay-login legend {
	padding:0 5px;
	font-size:120%;
	font-weight:bold;
}

#overlay-login div {
	margin:0 0 10px 0;
}

#overlay-login label {
	display:block;
	color:#000000;
}

#overlay-login a, #overlay-login a:focus, #overlay-login a:visited {
	display:inline;
	text-decoration:none;
	font-size:inherit;
}

#overlay-login a:hover {
	text-decoration:underline;
	color:#CC0000;
	background-color:inherit;
}

#overlay-login .textfield {
	width:200px;
}

#overlay-login .button {
	background-color:#CC0000;
	color:#FFFFFF;
}

#overlay-login-close {
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
}

*/

#header-phone {
background:url("../img/header-phone.png") no-repeat left center transparent;
color:#FFFFFF;
float:right;
font-size:13px;
line-height:33px;
margin:0;
padding:0 5px 0 0;
text-align:right;
width:160px;
}



/*	Nav Styles */
#nav {
	background-image:url('../img/nav-bar.png');
	background-repeat:no-repeat;
	background-position:	center top;
	padding-top:1px;
}

#nav h2, #nav h3 {
display:none;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav ul li {
	float:left;
	display:block;
	margin:0;
	width:auto;
	background-image:url('../img/nav-separator.png');
	background-position:right top;
	background-repeat:no-repeat;
}

#nav a, #nav a:focus, #nav a:visited {
	display:block;
	padding:7px 20px 9px 20px;
	height:100%;
	background:transparent url('../img/nav-item-bg.png') repeat-x scroll left top;
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
}

#nav a:hover, #nav a#nav-active {
	background:transparent url('../img/nav-item-bg.png') repeat-x scroll left bottom;
}


/*	Button Styles */
.button {
	}
.button a {
	background:url("../img/bg-button-right.png") no-repeat scroll right top transparent;
	color:#333333;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-right:9px;
}

.button a strong {
	background:url("../img/bg-button-left.png") no-repeat scroll left top transparent;
	color:#333333;
	display:block;
	line-height:24px;
	padding-left:9px;
	text-shadow:0 1px 0 #FFFFFF;
}

.button a:hover {
	color:	#333333;
	text-decoration:	underline;
}

.button a.add strong {
	background:url("../img/bg-button-left-add.png") no-repeat scroll left top transparent;
	color:#333333;
	display:block;
	line-height:24px;
	padding-left:23px;
	text-shadow:0 1px 0 #FFFFFF;
}

.button .form-help {
	clear:both;
	float:	left;
}


/*	Custom Layout Styles -	overrides layout.css */
#nav {
	margin-bottom:10px;
}

#content {
	padding:15px 15px 40px 15px;
	background-color:	#FFFFFF;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*	Main &	Sidebar Styles */
#main {
	float:left;
	position:relative;
	padding:0;
	height:auto;
	overflow:hidden;
}

#sidebar {
	float:right;
	position:relative;
	padding:0;
	height:auto;
	overflow:hidden;
}

.sidebar {
	float:right;
	width: 252px;
	margin-bottom: 10px;
	clear: right;
}
	
.sidebar h3 {
	font-size: 24px;
	line-height:24px;
}

.infopage .sidebar h3 {
	border:0 none;
	font-size:16px;
	margin:0;
	padding:15px 0 5px;
}



.redButton {
	background:url("../img/red-gradient-32.png") repeat-x scroll 0 0 transparent;
	clear:both;
	color:#FFFFFF;
	font-size:16px;
	margin-top:5px;
	padding:5px;
	text-align:center;
	border: 0px;
}

/*	home layout: 15 + (615) + 15 + (300) + 15 = 960 */
.home-main {
	width:642px;
}

.home-sidebar {
	width:280px;
}

/*	general layout: 15 + (665) + 15 + (250) + 15 = 960 */
.general-main {
	width:665px;
}

.general-sidebar {
	width:250px;
}

#main .block {
	clear:both;
	margin:0 0 10px 0;
	position:relative;
}

#sidebar .block {
	clear:both;
	margin:0 0 10px 0;
	position:relative;
}

#main {
	border:	0px dotted #E0E0E0;
}

#sidebar {
	border:	0px dotted #E0E0E0;
}



/*	Footer Styles */
#footer {
	background:url("../img/footer.png") repeat-x scroll center top transparent;
	text-align:center;
	padding-top:0;
	height:163px;
}

#footer-container {
	background:url("../img/footer-bg.png") no-repeat scroll center top transparent;
	height:163px;
}

#footer-content {
	margin:0 auto;
	width:930px;
}

#footer .column {
	background:transparent url('../img/footer-divider.png') no-repeat left top;
	float:left;
	font-family:Verdana,Arial;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
	padding-right:25px;
	text-align:left;
}

#footer .first {
	background:transparent;
	padding-left:5px;
}	

#footer .keepup ul {
	margin-left:-15px;
}

#footer .keepup a {
	padding-left:23px;
	display:block;
}

#footer-links {
	color: #FFFFFF;
	float:left;
	text-align:right;
	top:30px;
	width:620px;
}

#footer-links h2 {
	display:none;
}

#footer-links h4 {
	color: #565656;
	margin-bottom: 10px;
	font-size:14px;
	margin-top:0;
}

#footer-links ul {
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0;
}

#footer-links ul a, #footer a:focus, #footer ul a:visited {
	color:#FFFFFF;
}

#footer-links ul a:hover {
	background-color:inherit;
	text-decoration:underline;
}

#footer-links li {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding-bottom:0;
}

#footer .twitter {
	background:transparent url('../img/twitter-square.png') no-repeat left top;
}

#footer .facebook {
	background:transparent url('../img/facebook-square.png') no-repeat left top;
}


#footer-logo {
	clear:both;
	float:left;
	left:30px;
	top:30px;
}

#footer-logo a:hover {
	background-color:inherit;
}

#footer-logo img {
}

#footer-copyright {
	color:#FFFFFF;
	float:left;
	font-size:11px;
	font-weight:bold;
	right:15px;
	top:73px;
	left:-75px;
}

#footer .address {
	font-size: 10px;
}

#footer-secureseal {
	position: absolute;
	top:115px;
	left:40px;
}

/*	Plain content pages sub-layout */
.sidenav {
	float:left;
	margin:0 15px 15px 0;
	width:150px;
	height:auto;
}

.content {
	float:left;
	margin-left:0;
	width:500px;
	border:	0px dotted #E0E0E0;
}

.sidenav a, .sidenav a:link {
	color:	#E3040E;}

/*	Notices/Messages/Errors */
#flashMessage {
	clear:both;
	margin:10px 0;
	padding:10px 20px;
	background:#FFFFDD none scroll 0 0;
	border:1px solid #EEEECC;
	color:#333333;
	font-weight:normal;
}

#authMessage {
	margin:0 0 10px 0;
	padding:10px;
	background:none no-repeat scroll left center #D91818;
	border:1px solid #C21515;
	color:#ffffff;
}

div.message {}

div.error-message {
	clear:	both;
	color:	#CC0000;
}

.error {
	background: #C50D1A;
	border:1px solid #B00B17;
	margin:20px 13px;
	padding:5px 20px;
	color: #fff;
	font-size: 120%;
	line-height: 140%;
}

.notice {
	background: #FFFFDD;
	border:1px solid #EEEECC;
	color: #333;
	display: block;
	padding: 10px;
	margin: 10px;
	clear: both;
	overflow: hidden;
}

.success {
	background:none repeat scroll 0 0 #5A9922;
	border:1px solid #50891E;
	margin:20px 13px;
	padding:20px;
	color: #FFFFFF;
}

p.notice {
	clear:both;
	margin:10px 0;
	padding:10px 20px;
	background:#FFFFDD none scroll 0 0;
	border:1px solid #EEEECC;
	color:#525252;
	font-weight:normal;
}

p.success {
	padding:	10px;
	color:#000;
	background:#FFFFCC;
	border:1px solid #EEEECC;
}

#flashMessage.success {
	background:none repeat scroll 0 0 #5A9922;
	border:1px solid #50891E;
	margin:20px 13px;
	padding:20px;
	color: #FFFFFF;
}

#flashMessage.error {
	background: #C50D1A;
	border:1px solid #B00B17;
	margin:20px 13px;
	padding:5px 20px;
	color: #fff;
	font-size: 120%;
	line-height: 140%;
}

#flashMessage.notice {
	background: #FFFFDD;
	border:1px solid #EEEECC;
	color: #333;
	display: block;
	padding: 0.8em;
	margin: 1em 0;
}

.error-page {
	margin: 10px;
}

.error-page h1 {
	font-size: 28px;
	margin-top: 40px;
}

/*	Form elements */
form {
	position:relative;
	padding:10px;
}

fieldset {
	position:relative;
	margin:0 0 10px 0;
	padding:10px 0;
	border:0px none;
}

legend {
	font-size:1.5em;
	font-weight:bold;
	color:#333333;
	margin:0;
}

label {
	display:block;
	font-size:11px;
	color:#333333;
}

input, select, option {
	font-family:Arial,sans-serif;}

input {
	padding:	2px 1px;
	font-size:14px;
}

select {
	padding:	2px 1px;
	font-size:14px;
}

textarea {
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}

input.fileupload {
	height:28px;
}

div.input, div.checkbox, div.submit {
	margin-top:10px;
	font-size:11px;
	color:#999999;
}

div.input input {
	display:block;
}

div.input input[type="hidden"] {
	padding:0;
	margin:0;
	border:0;
}

div.input select {
	display:block;
	margin-right:5px;
}

div.input textarea {
	display:block;
}

div.checkbox input {
	float:left;
}

div.checkbox label {
	clear:right;
	margin-left:30px;
}

div.radio input {
	float:left;
}

div.radio label {
	clear:right;
	margin-left:30px;
}

div.submit input {
	height:28px;
	padding:0 5px;
	font-size:15px;
	margin-top:5px;
}

span.mandatory {
	color:#FF0000;
}

.form-help {
	font-size:11px;
	color:#999999;
}

form div.input {
	color:	#999999 }
	
form .error {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	margin: 10px 0 0 0;
	padding:0;
}

/*	Tabs Navigation */
ul.tabs {
	margin:5px 0 10px;
	padding:0 0 0.3em 0.5em;
	border-bottom:1px solid #C6C6C6;
	list-style-type:none;
	line-height:normal;
}

ul.tabs li {
	display:inline;
	margin:0;
	padding:0;
}

ul.tabs li a {
	padding:0.3em 0.5em;
	color:#666666;
	text-decoration:none;
	background-color:#F6F6F6;
	border:1px solid #C6C6C6;
}

ul.tabs li a:hover {
	background-color:#B5D5FF;
	color:#666666;
	text-decoration:none;
}

ul.tabs li.active a, ul.tabs li.active a:hover {
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}


/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

div.checkbox label.remember-me {
	color:#666666;
	font-size:11px;
	margin-left:25px;
}

.remember-me.label {}

/* Debugging */
div#debug{
	background:none repeat scroll 0 0 #666666;
	color: #FFFFFF;
}
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background:none repeat scroll 0 0 #666666;
	color:#FFFFFF;
	font-size:120%;
	line-height:140%;
	margin-top:1em;
	overflow:auto;
	position:relative;
}

pre.cake-debug:after {
clear: both;
}

.cake-sql-log {
}

div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

div#ajax-error-dialog {
    display: none;
}
#additional-info {
    display: none;
}
#activity-dialog {
    display: none;
}
div.activity-anchors {
    display: none;
}

div.ajax-submit {
    display: block;
    float: left;	
}

div#photo-form, div#activity-details-form, div#activity-show-anchors {
    clear: left;
}

.home-main .featured-results {
	background: transparent;
}

div.activity { 
	margin: 20px 0;
}
img.activity { 
	margin: 5px; 
}
#loading_photo, #deleting_photo {
	display:none;
	background-image:url('../img/ajax-mini-loader.gif'); 
    background-repeat:no-repeat;
    height: 16px;
}
ul.flags {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}
ul.flags a {
    color: white;
}

.flag {
	float:left;
	padding-right:10px;
}

.map-error #geocode-error, .map-error #geocode-error-popup {
    display: none;
    color: red;
}
table.date-ranges {
    width: 50%;
}

/* Share */
.addthis_toolbox {
	height:20px;
	padding-left:5px;
}

.addthis_default_style .at300b, .addthis_default_style .at300m {
	padding: 2px 2px 0 2px;
}


/*	Home Page -	Featured Activities */
#featured-activities div.block-item {
	clear:both;
	position:relative;
	margin-bottom:10px;
	height:150px;
}

#featured-activities img.featuredphoto {
	float:left;
	margin-right:10px;
}

#featured-activities .block-item h3 {
	margin:0;
	padding-top:5px;
	line-height:100%;
}

#featured-activities h3 a, #featured-activities h3 a:hover, #featured-activities h3 a:focus {
	margin:0;
	font-weight:bold;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
}

#featured-activities h3 a:hover {
	text-decoration:underline;
}


/*	Home Page -	Affiliates */
#home #affiliates {
	clear:both;
	padding:10px;
	text-align:center;
}

/*	Home Page -	Welcome-Message */
#welcome-message {
	margin:0;
	padding:5px 5px 11px;
}

#welcome-message h2 {
	font-size: 35px;
	line-height:30px;
	margin:0;
	text-transform: uppercase;
	color: #000;
}

#welcome-message p {
	margin:0;

}

.home-sidebar .sidebar {
	margin: 0;
}

/*	Home Page -	Top Activities &	Destinations */
#topactivities, #topdestinations {
	padding:5px 5px 10px 2px;
}
#topactivities .weak, #topdestinations .weak {
	font-size: 10px;
}


#topactivities h2,  #topdestinations h2  {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	height:36px;
	line-height:32px;
	padding:0 0 0 10px;
	width:270px;
}

#topactivities h2 {
	background:transparent url('../img/topactivities.png') left top scroll no-repeat;
}

 #topdestinations h2  {
	background:transparent url('../img/topdestinations.png') left top scroll no-repeat;
 }

#topactivities ul, #topdestinations ul {
	margin:0;
	padding:0 10px;
	list-style-type:none;
}


/*	Home Page -	Newsletter */
#newsletter {
	background-image:url("../img/newsletter.png");
	background-repeat:no-repeat;
	height:110px;
	padding:81px 0 0 0;
	width:277px;
}

#newsletter h2 {
	display: none;
}

#newsletter #mc-embedded-subscribe-form{
	padding:0 10px;
}

#newsletter label {
	clear: both;
	color:#333333;
	display:block;
	font-size:10px;
	line-height:130%;
	margin-bottom:10px;
	margin-top:13px;
	padding-right:0;
	display: none;
}

#newsletter input#nl-email {
	display:inline;
	height:18px;
	margin-left:5px;
	width:184px;
}

#newsletter input#nl-submit {
	background:url("../img/home-joinusnow.png") repeat scroll 0 0 transparent;
	border:0 none;
	color:#FFFFFF;
	float:right;
	height:27px;
	margin-left:1px;
	margin-right:5px;
	width:67px;
}

#newsletter #mc-embedded-subscribe {
	background:url("../img/home-joinusnow.png") repeat scroll 0 0 transparent;
	border:0 none;
	color:#FFFFFF;
	float:right;
	height:27px;
	margin-left:1px;
	margin-right:5px;
	width:67px;
}

#newsletter .mc-field-group {
	float:left;
	width:170px;
}

#newsletter .mce_inline_error {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	color:#333333;
}

#newsletter #mce-responses {}

#newsletter #mce-error-response {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	clear:both;
	color:#333333;
	margin:5px;
	padding:5px;
}

#newsletter #mce-success-response {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	clear:both;
	color:#333333;
	margin:5px;
	padding:5px;
}

#newsletter #mce-EMAIL {
}


/* Homepage - Twitter Block */
div#twitter {
	padding-left: 5px;
	padding-bottom: 10px;
} 

#twitter img {
	padding-right: 5px;
}

#twitter p {
	margin-bottom:0;
	margin-top:0;
}

/* Homepage - Operators Join */

#operators-join {
	border:3px solid #f1f1f1;
	padding:0 10px;
}

#operators-join h2 {
	color:#000000;
	font-size:30px;
	line-height:30px;
	margin:7px 0;
	text-transform:uppercase;
}

#operators-join p {
	line-height:130%;
	margin:0;
}

#operators-join p.join-now a, #operators-join p.join-now  {
color:#B91B2A;
font-size:22px;
font-weight:bold;
margin:5px 0 4px;
text-transform:uppercase;
}



/*	Home Page - Operator Signups */
div.signup {
	position:relative;
	padding:10px;
	min-height:100px;
}

div.signup div {
	position:relative;
}

div.signup .img {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
}

/* Home Page - Featured Results */

div.featured-results h2 {
	/* Without Cufon
	background: url('../img/featured-activities.png') no-repeat scroll 0 0 transparent;
	text-indent: -10000px;
	*/
	color:#000000;
	font-size:45px;
	line-height:30px;
	margin:0;
	text-transform:uppercase;	
}

/* Supplier Home Page */

div#video-upload {
    clear: left;	
}
.supplier-photos {
    text-align: center;
}
.video-object {
	display: none;
}
.supplier-home .block {
	width:100%;
}

.supplier-home .block-item {
	float:left;
}

.supplier-home #welcome-box {
	width:450px;
}

#welcome-box {
	width:100%;
	height:246px;
	background-color:#F7F7F7;
}

#welcome-box h1 {
	margin: 10px 20px;
	font-size:30px;
}

#welcome-box p {
	margin:0 20px;
	font-size:12px;
	line-height:1.4em;
}

#welcome-box div {
	position:absolute;
	bottom:20px;
	right:20px;
	width:209px;
	height:48px;
	background-image:url('../img/home-joinusnow.png');
}

#welcome-box div a {
	display:block;
	width:100%;
	padding:13px 0;
	font-size:20px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}

#welcome-box div a:hover {
	background:inherit;
	color:#FFFFFF;
	text-decoration:none;
}


div#sidebar-login {
	width:100%;
	height:246px;
	background-color:#EEEEEE;
}

div#sidebar-login form {
	padding:20px 15px;
}

div#sidebar-login legend {
	font-size:20px;
	color:#0075BF;
}

div#sidebar-login fieldset div {}
div#sidebar-login div.input label {}
div#sidebar-login div.input input {
	width:90%;
}

div#sidebar-login= div.submit {
	margin-top:0;
}


div#welcome-photo {
	position:relative;
	width:250px;
	height:250px;
}

div#welcome-photo div {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:68px;
	background-color:#FFF;
	opacity:0.65;
	filter:	alpha(opacity=65);
}

div#welcome-photo p {
	position:absolute;
	bottom:0;
	left:0;
	margin:10px 15px;
	font-size:12px;
	color:#333;
	line-height:140%;
}


ul#howitworks {
	margin:0;
	padding:0;
}

ul#howitworks li {
	display:block;
	float:left;
	padding:20px;
	width:270px;
	text-align:center;
}

ul#howitworks li p.image {
	display:block;
	margin-top:30px;
	text-align:center;
}

ul#howitworks li p.image a {
	display:block;
	width:100%;
	height:142px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

ul#howitworks li p.image a:hover {
	background-position: center top;
}

ul#howitworks li p.description {
	height:50px;
	color:#999999;
	text-align:left;
}

ul#howitworks li p.title {
	display:block;
	width:270px;
	text-align:left;
}

ul#howitworks li p.title a {
	display:block;
	padding-right:35px;
	width:235px;
	height:28px;
	background:transparent url('../img/btn-go-red.png') no-repeat scroll right center;
	font-size:20px;
	text-decoration:none;
	color:#000000;
}

ul#howitworks li#travelagent p.image a {
	background-image:url('../img/home-passport.png');
}

ul#howitworks li#adventureoperator p.image a {
	background-image:url('../img/home-compass.png');
}

ul#howitworks li#worldadrenaline p.image a {
	background-image:url('../img/home-worldadrenaline.png');
}

/*  Depreciated?  Homepage?  

#welcome-box {
	position:relative;
	height:225px;
	background-image:url('../img/home-welcome-box-bg.png');
	background-repeat:repeat-x;
	border:1px solid #DDDDDD;
}

#welcome-box h1 {
	margin:10px 20px;
	font-size:30px;
}

#welcome-box p {
	margin:0 20px;
	font-size:13px;
	line-height:1.4em;
}

#welcome-box div {
	position:absolute;
	bottom:20px;
	right:20px;
	width:209px;
	height:48px;
	background-image:url('../img/home-joinusnow.png');
}

#welcome-box div a {
	display:block;
	width:100%;
	padding:13px 0;
	font-size:20px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}

#welcome-box div a:hover {
	background:inherit;
	color:#FFFFFF;
	text-decoration:none;
}


#howitworks .block-item {
	float:left;
	padding:10px;
	width:290px;
	text-align:left;
}
	
#howitworks #howwework {
	display:block;
	margin:0 auto;
	padding:0;
	width:162px;
	height:214px;
	background-image:url('../img/home-howwework.png');
}

#howitworks #howwework a {
	display:block;
	width:100%;
	height:100%;
	background:none;
}

#howitworks #travelagent {
	display:block;
	margin:0 auto;
	padding:0;
	width:162px;
	height:214px;
	background-image:url('../img/home-travelagent.png');
}

#howitworks #travelagent a {
	display:block;
	width:100%;
	height:100%;
	background:none;
}

#howitworks #walogo {
	display:block;
	margin:0 auto;
	padding:0;
	width:162px;
	height:214px;
	background-image:url('../img/home-walogo.png');
}

#howitworks #walogo a {
	display:block;
	width:100%;
	height:100%;
	background:none;
}

#howitworks p {
	color:#666666;
	font-size:	13px;
}

#howitworks h2 a {
	padding-right:35px;
	background:transparent url('../img/btn-go-red.png') no-repeat scroll right center;
	font-size:20px;
	text-decoration:none;
	color:#000000;
}

#howitworks a:hover {
	color:#000000;
	text-decoration:none;
}


#welcome-photo {
	position:relative;
	width:100%;
	height:227px;
}

#welcome-photo div {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:68px;
	background-color:#FFF;
	opacity:0.65;
	filter:	alpha(opacity=65);
}

#welcome-photo p {
	position:absolute;
	bottom:0;
	left:0;
	margin:7px 20px;
	font-size:	13px;
	color:#333;
	line-height:140%;
}


div#sidebar-login {
	position:relative;
	padding:15px;
	background-color:#E3F1F8;
}

div#join {
	position:absolute;
	top:15px;
	right:15px;
	text-align:right;
	font-size:11px;
}

div#sidebar-login legend {
	margin-bottom:10px;
	font-size:20px;
	color:#0075BF;
}

div#sidebar-login fieldset div {
	margin-bottom:5px;
}

div#sidebar-login div.input label {
	font-size:13px;
}

div#sidebar-login div.input input {
	padding:4px 1px;
	width:95%;
	border:2px solid #B5E2FF;
}

div#sidebar-login div.submit input {}

*/

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#CCCCCC;
	margin-bottom:2em;
	text-align:right;
	width:615px;
}

div.paging div.disabled {
	color: #ddd;
	display: none;
}

div.paging span {
}

div.paging span.current {
	color: #000;
}

div.paging span a {
}

/* Scaffold View */
dl.altrow {
    background: #f4f4f4;
}
dl {
    margin: 20px;
    padding: 0;
}

dt {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

dd {
    margin: 0;
    padding: 0;
}

/*	Pages */
ul#about-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	border:	1px solid #E0E0E0;
}

ul#about-menu li {
	padding:5px 5px 5px 10px;
	font-size:1.2em;
	text-align:left;
}

ul#about-menu li.divider {
	border-top:1px solid #E0E0E0;margin:10px auto 0;width:80%;
}


/* Pages and Infopages */

.infopage .content {
	/* width: 750px; */
	width: 490px;
	float: left;
}

.infopage .indent p {
	margin-left: 100px;
}

.infopage {
	width: 920px;
}

.infopage #mc_embed_signup {
	width:450px;
}

.infopage .indent #mc_embed_signup {
	margin-left: 100px;
}

.infopage table {
	border:1px solid #CCCCCC;
	margin-left: 100px;
}

.infopage thead {}
.infopage tr {}
.infopage tbody {}

.infopage td {
	padding:6px 6px;
	font-size:1.3em;
	font-weight:bold;
	background-color:transparent;
	border:none;
}
.infopage th {
	background: url('../img/pricing-table-bg.png') repeat-x scroll 50% 50% transparent;
	/*
	background: url("../img/jquery/ui-bg_glass_50_efefef_1x400.png") repeat-x scroll 50% 50% transparent;
    */
    padding:6px 6px;
    font-size:1.3em;
    font-weight:bold;
    background-color:transparent;
    border:none;
    text-align: left;
}

.infopage td small {
	font-weight:normal;
	color:#999999;
}

.infopage ul {
	padding-left:5px;
	margin-left: 25px;
}

.infopage .indent ul {
	padding-left:5px;
	margin-left: 100px;
}

.infopage h2 small {
	display:block;
	color:#999999;
	font-size:0.6em;
}

.infopage h3 {
	margin:40px 0 0 0;
	padding:15px 0 15px 0px;
	border-top:2px solid #E0E0E0;
	font-size:2em;
}

.infopage h3 small {
	display:block;
	color:#999999;
	font-size:0.6em;
}

.infopage h3.checkmark {
	background:transparent url(../img/icons/72/check.png) no-repeat scroll 0 15px;
	padding-left: 100px;
}

.infopage h3.clipboard {
	background:transparent url(../img/icons/72/clipboard.png) no-repeat scroll 0 15px;
	padding-left: 100px;
}

.infopage h3.address {
	background:transparent url(../img/icons/72/address.png) no-repeat scroll 0 15px;
	padding-left: 100px;
}

.infopage h3.question {
	background:transparent url(../img/icons/72/question.png) no-repeat scroll 0 15px;
	padding-left: 100px;
}

.infopage h3.globe {
	background:transparent url("../img/icons/72/globe.png") no-repeat scroll 0 15px;
	padding-left:100px;
}

.infopage h3.chart {
	background:transparent url("../img/icons/72/chart.png") no-repeat scroll 0 15px;
	padding-left: 100px;
}

.infopage h3.basket {
	background:transparent url('../img/icons/72/basket.png') no-repeat scroll 0 15px;
	padding-left: 100px;
}

.infopage h3.piechart {
	background:transparent url('../img/icons/72/piechart.png') no-repeat scroll 0 15px;
	padding-left: 100px;
}

.infopage h4 {
	margin:20px 0 0 100px;
	padding:10px 0 10px 50px;
	font-size:1.5em;
}

.infopage h4.credit {
	background:transparent url('../img/icons/misc/icon-creditcard.png') no-repeat scroll 0 10px;
}

.infopage h4.home {
	background:transparent url('../img/icons/32/home.png') no-repeat scroll 0 10px;
}

.infopage div.join {
	margin:20px 0;
	width:209px;
	height:48px;
	background-image:url('../img/home-joinusnow.png');
}

.infopage div.join a {
	display:block;
	width:100%;
	padding:13px 0;
	font-size:20px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}

.infopage div.join a:hover {
	background:inherit;
	color:#FFFFFF;
	text-decoration:none;
}

.rates table {
	background:transparent url('../img/pricing-table-bg.png') repeat-x scroll 0 0;
	border:2px solid #CCCCCC;
}

.rates th, .rates td {
	padding:6px 10px;
	font-size:15px;
	font-weight:bold;
	background-color:transparent;
	border:none;
}

div#terms {
	font-size:11px;
}

ol#terms, ol#terms ol.subitems, ol#terms ul {
	margin-left:5px;
	padding-left:25px;
}

ol#terms li {
	margin:10px 0;
}

ol#terms ol.subitems li {
	list-style-type:lower-roman;
	line-height:14px;
}

ol#terms ol.subitems ul li {
	list-style-type:disc;
}


#ContactForm {
	margin-bottom:20px;
}

#ContactForm div.text input {
	width:300px;
}

#ContactForm #PageSubject {
	width:440px;
}

#ContactForm textarea {
	width:450px;
	height:250px;
}

.faq-question {
	border-top:3px solid #EEEEEE;
	font-size:16px;
	font-weight:bold;
	padding-top:20px;
	line-height:25px;
}

li.faq-question {
	border:0 none;
	font-size:11px;
	line-height:25px;
	list-style:none;
	margin:0px;
	padding:0 0 0 15px;
	text-indent: 0px;
}

.faq-answer, .faq-answer li {
	margin-left:15px;
	padding:0;
	font-size:11px;
}


#mediacentre h3.news {
	background:transparent url('../img/icons/misc/icon-news.png') no-repeat scroll 0 15px;
}

#mediacentre ul.news {
	margin:10px;
	padding:0;
	list-style-type:none;
}

#mediacentre ul.news li {
	margin:10px 0;
}

#mediacentre ul.news li span {
	display:block;
	color:#999999;
	font-size:0.9em;
	font-style:italic;
}

#mediacentre h3.affiliates {
	padding-left:0;
	font-size:1.8em;
}

#mediacentre ul.affiliates {
	margin:10px;
	padding:0;
	list-style-type:none;
}

#mediacentre ul.affiliates li {
	float:left;
	height:87px;
	overflow:hidden;
}

#mediacentre ul.affiliates li img {
}

#mediacentre h3.linktous {
	padding-left:0;
	font-size:1.8em;
}

#mediacentre ul.linktous {
	margin:10px;
	padding:0;
	list-style-type:none;
}

#mediacentre ul.linktous li {
	margin:20px 0;
}


/*	Operator Profile */

#operator-profile {}

#operator-profile .subheader {
	height:auto;
}

#operator-profile .subheaderdiv.logo {
	float:left;
	margin:0 15px 0 0;
	width:150px;
	height:150px;
}

#operator-profile .subheader div.logo img {
	max-width:150px;
	max-height:150px;
}

#operator-profile .subheader h1.title {
	margin:0 0 10px 0;
	font-size:1.8em;
}

#operator-profile .subheader p.location {
	color:#999999;
}

#operator-profile .subheader p.rating {
	display:none;
}

#operator-profile .subnavigation {
	clear:both;
}


#operator-profile h2 {
	font-size:1.5em;
}

#operator-profile h3 {
	font-size:1em;
}


#profile-content {}

#profile-content {
	margin:20px 0;
	padding:10px;
}

#profile-content .tabitem {}

#profile-content .tabitem .sidebar {
	width:150px;
}

#profile-content .profile-photos {}

#profile-content .profile-photos img {
	margin:0 10px 10px 0;
}

#profile-content .activity-photos {}

#profile-content .activity-photos img {
	margin:0 10px 10px 0;
}

#profile-content #map-canvas {
	margin-bottom:20px;
	width:450px;
	height:300px;
	border:1px solid #CCCCCC;
}

#profile-content .description-video {
	}

#profile-content div.activity {
	border-bottom:5px solid #F0F0F0;
}



/*	Countries */
div#atlas {

	/*
	margin:15px 0 20px 0;
	padding:15px 10px;
	border:1px solid #CCCCCC;
	*/
}

div#atlas h2 {
	/*
	position:absolute;
	top:-15px;
	left:5px;
	margin:0;
	padding:2px 10px 4px;
	background-color:#0075BF;
	color:#FFFFFF;
	font-size:14px;
	*/
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	background:url("/img/quicksearch-header-background.png") repeat-x scroll left top #f3f3f3;
	border-color:#e7e7e7;
	border-style:solid solid none;
	border-width:1px 1px 0;
	color:#939393;
	font-size:20px;
	line-height: 20px;
	font-weight:normal;
	margin:0;
	padding:10px;
}

#atlas .inner {
	padding: 15px;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

div#atlas ul {
	float:left;
	margin:0;
	padding:0;
	width:130px;
	list-style-type:none;
}

div#atlas ul li {
	margin:10px 0;
	font-size:14px;
}

div#atlas ul li a {
	color:#000000;
}

div#atlas ul li a:hover {
	text-decoration:underline;
}

div#atlas .worldmap {
	margin:0 0 0 140px;
}


#regions {
	clear:both;
	margin:20px 0;
}

ul.regions-list {
	margin:0;
	padding:10px;
	list-style-type:none;
	font-size:16px;
	float: left;
}

ul.regions-list a:link, ul.regions-list a:visited {
	color: #000000;
}

ul.regions-list li.region {
	display:block;
	margin:0 0 20px 0;
	padding:0;
	border-bottom:5px solid #F0F0F0;
}

img.region-photo {
	float:left;
	margin:0 20px 20px 0;
}


ul.countries-list {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.countries-list li.country {
	float:left;
	margin:0 15px 0 0;
	padding:0;
}

.count {
	color: #999999;
	font-size: 11px;
}

.backtotop {
	float:right;
	margin:0 5px 5px 0;
}

/**
 * Countries pages
 */
#country-description {
    float: left; 
    padding: 0 6px 0 0;
    margin-bottom: 15px;
    clear: left;
}
div.gallery-exists #country-description {
    width: 340px;
}
#country-description p {
    margin-top: 0px;	
}
#country-gallery {
    float: right;
    margin-bottom: 10px;
}
.countries h1 {
	float: left;
	width: auto;
}
.countries h1 img {
    padding: 0pt; 
    margin: 0pt 0pt -8px;
}
.countries .regions {
	clear: both;
}
.regions h4 {
	background-color:#DCDCDC;
	color:#000000;
	font-size:16px;
	margin:0;
	padding:5px;
}


/**
 * Activity Types pages
 */
/*	Countries */
div#categories {
	margin-bottom: 20px;
	width:650px;
}

div#categories h2 {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	background:url("/img/quicksearch-header-background.png") repeat-x scroll left top #f3f3f3;
	border-color:#e7e7e7;
	border-style:solid solid none;
	border-width:1px 1px 0;
	color:#939393;
	font-size:20px;
	line-height: 20px;
	font-weight:normal;
	margin:0;
	padding:10px;
}

#categories .inner {
	padding: 15px;
	border: 1px solid #e7e7e7;
	text-align:center;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

div#categories ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#categories ul li {
	float: left;
	font-size:26px;
	height:25px;
	line-height: 26px;
	margin:0 10px 0 0;
	width:135px;
}

div#categories ul li a {
	color:#000000;
}

div#categories ul li a:hover {
	text-decoration:underline;
}


#activity-type-description {
    float: left; 
    padding: 0 6px 0 0;
    margin-bottom: 15px;
    clear: left;
}
div.gallery-exists #activity-type-description {
    width: 340px;
}
#activity-type-description p {
    margin-top: 0px;    
}
#activity-type-gallery {
    float: right;
    margin-bottom: 15px;
}

.activity-type-countries {
    clear: both;
}
.activity-type-countries h4 {
    background-color:#DCDCDC;
    color:#000000;
    font-size:16px;
    margin:0;
    padding:5px;
}

ul.activity-type-countries-list {
    margin:0;
    padding:10px;
    list-style-type:none;
    font-size:16px;
    float: left;
}

ul.activity-type-countries-list a:link, 
ul.activity-type-countries-list a:visited {
    color: #000000;
}

ul.activity-type-countries-list li.region {
    display:block;
    margin:0 0 20px 0;
    padding:0;
    border-bottom:5px solid #F0F0F0;
}

/*	Activities */
div#activity-themes {
	margin:25px 0 20px 0;
	padding:15px 10px;
	border:1px solid #CCCCCC;
}

div#activity-themes h2 {
	position:absolute;
	top:-15px;
	left:5px;
	margin:0;
	padding:2px 10px 4px;
	background-color:#0075BF;
	color:#FFFFFF;
	font-size:14px;
}

div#activity-themes ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

div#activity-themes ul li {
	float:left;
	margin:10px 20px;
	font-size:24px;
}

div#activity-themes ul li a {
	color:#000000;
}

div#activity-themes ul li a:hover {
	text-decoration:none;
}

#activityTypes .count {
	color:#CC0000;
	font-size:10px;
}


#themes {
	clear:both;
	margin:20px 0;
}

ul.themes-list {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.themes-list li.theme {
	display:block;
	margin:0 0 20px 0;
	padding:0;
	border-bottom:5px solid #F0F0F0;
}

ul.themes-list li.theme h2 {
	display:none;
}


img.theme-photo {
	float:left;
	margin:0 20px 20px 0;
}


ul.activities-list {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.activities-list li.activity {
	float:left;
	margin:0 15px 0 0;
	padding:0;
}


/*	API Section and Methods */
.apiMethod {
	padding-bottom:	20px;
}

#methods {
	}

#methods h2 {
	border-top:1px solid #EEEEEE;
	color:#408CD9;
	font-size:18px;
	margin-top:10px;
	padding-top:10px;
}

#methods h4 {
	margin-bottom:0;
	margin-top:15px;
	color:#000000;
	font:18px/27px Arial,sans-serif;
	margin:10px 0 5px 0;
}

#methods h5 {
	color:	#E30A10;
	font-family:'Monaco',Courier,serif;
	font-size:12px;
	font-weight:normal;
}

#methods p {
	margin-top:2px;
	color:	#636B75;
}

#methods code {
	color:	#666666;
	font-family:'Monaco',Courier,serif;
	font-size:12px;
	font-weight:normal;
}



/*	Boxes and blocks */
.vbox {
	width:189px;
	background:url("../img/vbox-bg-bottom.png") no-repeat scroll left bottom #FFFFFF;
	margin:10px 0 0;
	padding:10px;
	width:	243px;
}

.vbox h3 {
	background:url("../img/vbox-bg-top.png") no-repeat scroll left bottom #FFFFFF;
	color:#000000;
	font:bold 15px/11px Arial;
	margin:-16px -10px 9px;
	padding:15px 13px;
}
	
.vbox ul {
	list-style:	none outside none;
	padding:	0px;
	margin:	0px;
}

.vbox li {
	padding:0 0 8px;
}


.box-simple {
	background-color:#f9f9f7;
	border:1px solid #F0F0F0;
	margin:0;
	padding:15px;
}
	
.box-simple .weak {
	color:	#666666;
	margin-top:	20px;
}


div.box-silver {
	margin-bottom: 20px;
	width:650px;
}

div.box-silver h2 {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	background:url("/img/quicksearch-header-background.png") repeat-x scroll left top #f3f3f3;
	border-color:#e7e7e7;
	border-style:solid solid none;
	border-width:1px 1px 0;
	color:#939393;
	font-size:20px;
	line-height: 20px;
	font-weight:normal;
	margin:0;
	padding:10px;
}

.box-silver .inner {
	padding: 15px;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

div.box-silver ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.box-silver ul li {
	float:left;
	height:auto;
	margin:0 10px 10px 0;
	/* width:190px; */
	width: auto;
}

div.box-silver ul li a {
	color:#000000;
	font-size:16px;
	line-height:13px;
}

div.box-silver ul li a:hover {}






/* Sidebar on static pages */
div#join-us {
    background-image:url('../img/home-joinusnow.png');	
}
div#join-us a {
    display:block;
    width:100%;
    padding:13px 0;
    font-size:20px;
    text-align:center;
    text-decoration:none;
    color:#FFFFFF;
}

div#join-us a:hover {
    background:inherit;
    color:#FFFFFF;
    text-decoration:none;
}

/* Contact page */
#pages .contact {}
#pages .location {}

/* Activities */
div#activity-earth {
    background: url(../img/activity-land.jpg) no-repeat top left;
	min-height:230px;
	width:519px;
    float: left;
    margin-left:60px;
}
div#activity-air {
    background: url(../img/activity-air.jpg) no-repeat top left;
	min-height:230px;
	width:519px;
    float: left;
    margin-left:60px;
}
div#activity-water {
    background: url(../img/activity-water.jpg) no-repeat top left;
	min-height:230px;
	width:519px;
    float: left;
    margin-left:60px;
}
div#activity-snow {
    background: url(../img/activity-snow.jpg) no-repeat top left;
	min-height:230px;
	width:519px;
    float: left;
    margin-left:60px;
}
div#activity-misc {
    float: left;
}
div#activity-earth h2,
div#activity-air h2,
div#activity-water h2,
div#activity-snow h2	 {
    text-indent: -9999px;	
}
ul.activity-types-list {
float:left;
margin-left:5px;
margin-top:180px;
margin-bottom: 0px;
padding:0;
width:519px;
}
ul.activity-types-list li {
	float:left;
	list-style-type:none;
	margin-bottom:5px;
	margin-right:10px;
	width:240px;
}

ul.activity-types-list li a {
	color:#000000;
	font-size:16px;
}

ul.activity-types-list li a:hover {
}

#activityTypes .to-top {
border-bottom:7px solid #EFEFEF;
clear:left;
height:17px;
margin-bottom:30px;
text-align:right;
}

#activityTypes .to-top img {}

/* Recomended */
.sponsored-results,
.featured-results {
	background-color: #FFF8E7;
	margin-top: 20px;
	padding:5px 10px 10px;
}

.sponsored-results h4,
.featured-results h4 {
	color: #767676;
	float: right;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:1px 0 1px 1px;
}

.sponsored-results #supplier-results, 
.sponsored-results #activity-results,
.featured-results #supplier-results, 
.featured-results #activity-results {
	float: none;
	clear: both;
}

.browser-check {
}