@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg_repeat_header.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#wrapper { /*** Perfect ***/
	min-width: 1071px;
	/*margin-left:40px;*/
	/*margin-right:auto;*/
	padding-top:8px;
}

#container {
	/*float:left;*/
	/*margin-left:auto;*/
	/*margin-right:auto;*/
}
#container .column {
  float: left;
}
#center { /********** Dynamic width set by JS **********/
	width: 491px;
	margin-left:3px; /* no longer 22px */
	margin-right:0px;
	background-color:#e9e9e9;
}
#left {
  width: 215px;          /* LC width :: 252 - 22 = 230 */
}
body.wide #left {
	width: 207px;  
}


#right {
  width: 322px;          /* RC width */
}
#footer {
  clear: both;
}


/*** ***/

#container {
	overflow: hidden;
	/*width:655px;  1070 - 415 = 655 */
	margin:0 auto;
	margin-bottom:13px;
	
}
body.smallWidth #container {
	margin:0 0 13px;
} 

.centered {
	width: 1050px;
	/*margin:0 auto;*/
}

#header {
	width:1050px;
	margin:0 auto;
}

body.smallWidth #header {
	margin:0;
}

	#header_content {
		height:146px; /* 146 - 9 = 137 */
	}
	
		#header_logo {
			float:left;
			width:280px;
		}
		#header_ad {
			float:right;
		}
		#header_nav {
			float:left;
			height:35px;
			background-image:url(../images/bg_repeat_header_nav.gif);
			background-repeat:repeat-x;
			width:100%;
			margin-top:12px;
			vertical-align:middle;
		}
		/* See Main nav below for style */
	
	#breadcrumbs {
		padding:0 0 8px 10px;
	}

	#footer {
		background-image:url(../images/bg_repeat_footer.gif);
		background-repeat:repeat-x;
		background-position:top;
	}
	
		#footer_content {
			height:167px;
			/*margin-left:40px;*/
			margin:0 auto;
		}
		
		#footer_content_left {
			float:left;
			width:192px;
			text-align:center;
			vertical-align:middle;
		}
		#footer_content_left img {
			margin-top:50px;
		}
		
		#footer_content_right {
			float:right;
			width:820px;
		}
		
		#footer_content_right ul {
			list-style:none;
			margin:0;
			display:block;
			margin-top:3em;
		}
		
		#footer_content_right ul > li {
			float:left;
			margin-left:20px;
			display:block;
		}
		
		#footer_content_right ul > li:first-child {
			margin-left:0;
		}

		/*#feedback {
			position:fixed !important;
			left:0;
			top:35%;
			cursor:pointer;
		}*/
#debugArea {
display:none;
visibility:hidden;
position:fixed;
left:10px;
top:10px;
border:1px solid #000;
padding:10px;
z-index: 100000;
background-color:#fff;
color:#000;
}


		
/*Column (right/left) Items
-------------------------------------------------------------- */
.sideBoxLeft {
	background-color:#f3d519;
	width:195px; /* 239 - (10*2) = 219 .. -9 to fit :: 210 - (10*2) = 190*/
	padding:7px 10px 0px 10px;
	margin-bottom:1em;
}
body.wide .sideBoxLeft {
	padding:7px 10px 0px 2px;
}

	#left h3 {
		margin-left:15px;
		font-weight:bold;
		font-size: 1.32em;
		margin-top:5px;
	}
	body.wide #left h3 {
		margin-left:5px;
	}
	
	
	#left .sideBoxLeft h3 {
		margin-left:5px;
	}
	body.wide #left .sideBoxLeft h3 {
		margin-left:5px;
	}
	
	#left ul {
		padding-left:5px;
		margin-bottom:0px;
		padding-bottom:8px;
	}
	#left .sideBoxLeft ul {
		margin-left:8px;
	}
	#left ul li, #left ul li a {
		font-size:1em;
	}


.sideBoxRight {
	background-color:#f3d519;
	width:299px; /* 319 - (10*2) = 299 */
	height:89px;
	padding:5px 10px 6px;
	margin-bottom:6px;
}
.sideBoxRight img.signup {
	margin-top:2px;
	margin-left:1px;
	margin-bottom:5px;

}

#right2 {
	width: 312px;
	margin-left:3px;
}

/*#right2 #right_content {
	margin-left:3px;
}*/

#right2 #right_content .sideBoxRight {
	background-color:#f3d519;
	width:298px; /* 312 - (7*2) = 298 */
	height:63px; /* 74 - 5 - 6 = 63 */
	padding:5px 7px 6px;
	margin-bottom:6px;
}

#right2 #right_content .rightItem {
	
}

#right2 #right_content .rightItem .rightHoverG a {
	width:154px;
	height:81px;
	background-image:url(../images/sprites/rightcallouts.png);
	background-position:0 0;
}
#right2 #right_content .rightItem .rightHoverG a:hover {background-position:0 -81px;}

#right2 #right_content .rightItem .rightHoverW a {
	width:154px;
	height:81px;
	background-image:url(../images/sprites/rightcallouts.png);
	background-position:-154px 0;
}
#right2 #right_content .rightItem .rightHoverW a:hover {background-position:-154px -81px;}

#right2 #right_content .rightItem  .rightHoverT a {
	width:73px;
	height:27px;
	background-image:url(../images/icons/follow_twitter2.png);
	background-position:0 0;
}
#right2 #right_content .rightItem  .rightHoverT a:hover {background-position:0 -27px;}

#right2 #right_content .rightItem  .rightHoverF a {
	width:91px;
	height:27px;
	background-image:url(../images/icons/follow_facebook2.png);
	background-position:0 0;
}
#right2 #right_content .rightItem  .rightHoverF a:hover {background-position:0 -27px;}

#right2 #right_content form#newsletter input#newsletterInput{
	background-image:url(../images/sprites/newsletter.png);
	background-repeat:no-repeat;
	width:204px;
	height:18px;
	border:none;
	padding:4px 2px 0 3px;
	line-height:19px;
	vertical-align:middle;
	color:#787878;
	font-size:1em;
	float:left;
}
#right2 #right_content form#newsletter #submitNewsButton {
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
	height:22px;
	overflow:hidden;
	width:85px;
	vertical-align:middle;
}
#right2 #right_content form#newsletter #submitNewsButton input {
	margin-top:0px;
}
#right2 #right_content form#newsletter #submitNewsButton:hover input {
	margin-top:-22px;
}

#right2 #right_content .twitface {
	height:24px;
	width:312px;
}

#right2 #right_content div.rightAds {
	background-color:#f4eec7;
	padding:3px;
}

#right_wide {
	text-align:center;
}

#right_wide_center {
	text-align:center;
	width:320px;
	margin:0 auto;
}

span.divider {
	display:block;
	width:210px;
	height:1px;
	background-color:#d1d1d1;
	margin:-11px 0px 8px 3px;
}

#left ul {
	margin:0 1.5em 1em;
}

body.wide #left ul {
	margin:0 1em 1em;
}

ul {
	list-style-image:url(../images/ul_carrot.gif.png);
}

#center .title {
	background-image:url(../images/bg_repeat_title.gif);
	background-repeat:repeat-x;
	width:100%;
	height:29px; /* 37 - 8 = 29 */
	color:#FFF;
	padding-top:8px;
}

#center .subtitle {
	background-image:url(../images/bg_repeat_subtitle.gif);
	background-repeat:repeat-x;
	width:100%;
	height:24px; /* 29 - 5 = 24 */
	color:#FFF;
	padding-top:5px;
	margin-bottom:6px;
}

#center_content { /********** Dynamic width set by JS **********/
	width:100%;
	/*width: 491px;*/
	background-color:#e9e9e9;
}

#center_content ul {
	margin: .5em 0 .5em 1em;
}

#right_content div.rightAds {
	background-color:#f4eec7;
	padding:8px;
}

.rightItem {
	margin:5px 0;
}

.captionable img {
	border:2px solid #FFF;
}

.captionable {
	margin-bottom:10px;
}

.content {
	margin:14px; /* 14px */
}

body.wide .content {
	margin:0px;
}

body.smallWidth .content {
	margin:0px;
}

#mapContainer img {
margin-bottom:12px;
}

.content img {
	margin-bottom:0;
}

.content p img {
	margin-right:12px;
}

.content a img {
	margin:0;
}

.content_tools {
	margin-bottom:1em;
	vertical-align:top;
}

.content .content_tools a img {
	margin-left:.8em;
}

.content_left {
	width:58.6%;
	float:left;
	margin-right:1.2%;
}

body.wide .content_left {
	width:56%;
}

.content_right {
	width:40.2%;
	float:left;
	background-color:#f8f8f8;
}

body.wide .content_right {
	width:42.8%;
}

.clear {
	clear:both;
}

.right {
	float:right;
}

.left {
	float:left;
}

/* Newsletter
-------------------------------------------------------------- */
form#newsletter {
	vertical-align:baseline;
}

form#newsletter input#newsletterInput{
	background-image:url(../images/sprites/newsletter.png);
	background-repeat:no-repeat;
	width:204px;
	height:18px;
	border:none;
	padding:4px 2px 0 8px;
	line-height:19px;
	vertical-align:middle;
	color:#787878;
	font-size:1em;
	float:left;
}
form#newsletter #submitNewsButton {
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
	height:22px;
	overflow:hidden;
	width:85px;
	vertical-align:middle;
}
form#newsletter #submitNewsButton input {
	margin-top:0px;
}
form#newsletter #submitNewsButton:hover input {
	margin-top:-22px;
}

/* Main nav
-------------------------------------------------------------- */
div#header_nav div {
	float:left;
	height:35px;
	line-height:29px;
	vertical-align:middle;
	font-size:1em;
	font-weight:bold;
}

div#header_nav div a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	vertical-align:top;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
	margin-left:19px;
}

div#header_nav div a.geog {
	margin-left:14px;
}

div#header_nav div a:hover {
	text-decoration:underline;
}

div#header_nav div img {
	margin-right: 7px;
	float:left;
}

#header_nav div.search {
	margin-left:10px;
	padding-top:4px;
	height:31px;
	line-height:30px;
}

div.search form {display:inline; vertical-align:top; line-height:35px; height:35px;}

div.search input#searchInput {
	width:100px;
	height:22px;
	background-image:url(../images/sprites/search.png);
	background-repeat:no-repeat;
	border:0;
	vertical-align:top;
	line-height:27px;
	padding:5px 3px 0 8px; /* This is fubared in other browsers (IE, Opera) */
	color:#6d6d6d;
}

body.wide div.search input#searchInput {
	width:100px;
}

div.search input[type='image'] {
	width:38px;
	height:27px;
	vertical-align:top;
	line-height:27px;
}

/* FEEDBACK FORM */
div#rulesregs {
	position:relative;
	z-index:1001;
	background-color:#FFF;
	border:4px solid #000;
	width:400px;
	margin:0 auto;
	top:-300px;
	padding:5px;
}
div#rulesregs p {
	font-size:11px;
}
a#rulesregsclose { margin-bottom:20px;}
div#feedbackform {
	width:615px;
	height:563px;
	/*background-image:url(../images/bg_feedback.png);*/
	background-image:url(../images/feedback2/WorldAtlas_Feeback_Popup.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	position:absolute;
	display:none;
	z-index:1000;
}

div#feedbackform h3 {
	font-size:1.4em;
	margin:0px 0 0 0;
}
div#feedbackform div#feedback_x {
	float:right;
}
div#feedbackform div#feedback_x img {
	border:none;
}
div#feedbackform img.pencil {
	position:absolute;
	top:240px;
	left:390px;
}

div#feedbackform div.feedback_top {
	width:600px;
	margin-top:90px;
	margin-left:20px;
}

div#feedbackform div.feedback_left {
	margin-top:20px;
	margin-left:20px;
}

div#feedbackform input.feedbg, div#feedbackform textarea.feedbg {
	background-image:url(../images/sprites/feedback_fields.gif);
	border:0;
}

div.feedback_top input.feedbg {
	width:240px;
	height:21px;
	padding:3px 4px;
	padding-right:55px;
	color:#5f5f5f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.95em;
	margin-bottom:3px;
}

div#feedbackform div.feedback_left input.feedback_title {
	width:292px;
	height:20px;
	background-position:0 -27px;
	background-repeat:no-repeat;
	margin:0 0 13px 0;
	padding:7px 100px 0 5px;
	color:#5f5f5f;
	font-size:.95em;
}
div#feedbackform div.feedback_left textarea.feedback_description {
	width:391px;
	height:124px;
	background-position:0 -54px;
	background-repeat:no-repeat;
	margin:0 0 13px 0;
	padding:7px 0 0 5px;
	color:#5f5f5f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.95em;
	resize:none;
}
div#feedbackform div.feedback_right {
	margin: 45px 20px 0 25px;
}
div#feedbackform div.feedback_right p {
	font-size:1.2em;
	color:#20358c;
	font-weight:bold;
	margin:0 0 3px 0;
	padding:0;
}
div#feedbackform div.feedback_right label {
	line-height:22px;
	color:#20358c;
}
#submitButton {
	cursor:pointer;
	height:22px;
	overflow:hidden;
	width:83px;
	margin-top:10px;
}
#submitButton:hover input {
	margin-top:-22px;
}
#feedback_contact {
	margin: 10px 0 0 25px;
	color:#20358c;
	font-size:1.05em;
}
#feedback_contact a{
	text-decoration:underline;
	font-size:1.05em;
}

a#feedbackcallout {
	display:block;
	cursor:pointer;
	width:312px;
	height:90px;
	background:url(../images/feedback2/feedback_giveaway.png);
}
a#feedbackcallout:hover {
	background:url(../images/feedback2/feedback_giveaway_rollover.png);
}

.rightfloat {
	float:right;
	margin-left:5px;
}

#left a.leftlink:link, #left a.leftlink:visited { color:#000000 }
#left a.leftlink:hover, #left a.leftlink:active { color:#20358c }

#topnav a { text-decoration: none !important }
#topnav a:link, #topnav a:visited { color:#ffffff }
#topnav a:hover, #topnav a:active { color:#f2d419 }

#center_content .content .description_text .captionable img.linkarrow {
	margin-top:0;
	margin-bottom:1px;
	vertical-align:middle;
	background-color:#e9e9e9;
	border:none;
}
#center_content .content .content_tools a {
	margin-top:-2px;
}
#center_content .content .content_tools a img.toolicon {
	margin-left:10px;
	margin-bottom:2px;
	vertical-align:bottom;
}
#center_content .content .content_tools a img.timeicon {
	margin-bottom:1px;
	vertical-align:bottom;
}
#center_content .content .content_tools a img.shareicon {
	margin-left:11px;
	margin-bottom:2px;
	vertical-align:bottom;
}
#mapContainer #wa_map {
	background-color:#ffffff;
}

#mapContainer {
	text-align:center;
}




/*** HOVER STATES FOR RIGHT SIDE MOUSEOVERS ***
-----------------------------------------------*/
.twitface {
	height:35px;
}
.rightHoverG {
	float:left;
}
/*.rightHoverW,*/ .rightHoverT, .rightHoverF, .rightHoverImg  {
	float:left;
}

.rightHoverW {
float:right;
}

.rightHoverG a {
display: block;
height: 101px;
overflow: hidden;
position: relative;
width: 155px;
}
.rightHoverG a span {
background: url(../images/geoq.gif) 0 0px no-repeat;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.rightHoverG a:hover span {
background-position: 0 -101px;
}

.rightHoverW a {
display: block;
height: 101px;
overflow: hidden;
position: relative;
width: 155px;
}
.rightHoverW a span {
background: url(../images/worldoftravel.gif) 0 0px no-repeat;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.rightHoverW a:hover span {
background-position: 0 -101px;
}



.rightHoverT a {
display: block;
height: 35px;
overflow: hidden;
position: relative;
width: 69px;
}
.rightHoverT a span {
background: url(../images/icons/follow_twitter.gif) 0 0px no-repeat;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.rightHoverT a:hover span {
background-position: 0 -35px;
}

.rightHoverF a {
display: block;
height: 35px;
overflow: hidden;
position: relative;
width: 89px;
}
.rightHoverF a span {
background: url(../images/icons/follow_facebook.gif) 0 0px no-repeat;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.rightHoverF a:hover span {
background-position: 0 -35px;
}

div.captionable span {
display:block;
}

.content a img.intextimg {
border:1px solid #999999;
margin:3px 0 10px;
}