@charset "UTF-8";

body {
	background: #212C32 url(/images/bgHomeONLY.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 520px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 40px;
}
	
	#logo {
		font-size: 40px;
		font-weight: bold;
		color: #FC7318;
		float: left;
		overflow: hidden;
	}

			#near {
				color: #FFF;
			}
		
			#city {
				color: #717B81;
			}
			
			#edition {
				color:#4E5A62;
			}
		
		#logo p {
			display: block;
			font-size: 15px;
			font-weight: normal;
			clear: both;
			margin: 0px;
			padding: 0px;
			color: #FFF;
		}

#mainContent {
	width: 520px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 25px;
	background: url(/images/londonskyline.png) no-repeat center bottom;
}

	#mainContent p {
		font-weight: bold;
		color: #FFF;
	}
	
		#mainContent h1 {
			margin-top: 10px;
			margin-bottom: 10px;
			font-size: 72px;
			padding: 0px;
			float: right; clear: none; margin-right: 90px
		}
		
			#mainContent h1 a {
				display: block;
				float: left;
				text-decoration: none;
			}
			
				#mainContent h1 a.selected {
					color: #FC7318;
				}
				
					#mainContent h1 a.selected:hover {
						color: #D86618;
					}
				
				#mainContent h1 a.unselected {
					color: #FFF;
				}
				
				#mainContent h1 a.unselected:hover {
					color: #CCC;
				}
				
				#mainContent h1 a.comingsoon {
					color: #FFF;
					width: 80px;
				}
				
				#mainContent h1 a.comingsoon:hover {
					color: #565E63;
					font-size: 30px;
					padding-top: 3px;
				}
				
#searchHolder {
	width: 520px;
	overflow: hidden;
	margin: 0 auto;
}

	#searchHolder p {
		font-size: 20px;
		color: #FFF;
	}
	
		#searchHolder p span {
			font-weight: bold;
			color: #FC7318;
		}
		
	.searchBox {
		width: 393px;
		background: #FFF;
		border: none;
		height: 30px;
		padding: 5px;
		font-size: 18px;
		color: #444;
		font-family: helvetica;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		float: left;
	}
	
	.searchBoxBtn {
		background: #FC7318;
		width: 110px;
		border: none;
		height: 40px;
		color: #FFF;
		font-weight: bold;
		font-size: 20px;
		font-family: helvetica;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		float: left;
	}
	
		.searchBoxBtn:hover {
			background: #D86618;
		}
		
.separator {
	width: 520px;
	margin: 0 auto;
	background: url(/images/separator_home.jpg) no-repeat center;
	height: 30px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}

#twoCols {
	width: 520px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	color: #FFF;
}

	#leftCol {
		width: 300px;
		overflow: hidden;
		float: left;
		margin-right: 20px;
	}
	
		#leftCol h2 {
			font-size: 15px; 
			font-weight: bold;
		}
		
		#leftCol p {
			width: 290px;
			font-size: 12px;
			line-height: 140%;
			text-align: justify;
                        margin: 0px 0 8px 0;
		}

                #leftCol ul li {
                    font-size: 12px;
                    line-height: 140%;
                }
	
	#rightCol {
		width: 200px;
		overflow: hidden;
		float: left;
	}
	
		#rightCol h2 {
			font-size: 15px; 
			font-weight: bold;
		}
		
		#rightCol a {
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
			font-size: 12px;
			line-height: 140%;
		}
		
			#rightCol a:hover {
				text-decoration: underline;
			}
		
#finda {
	float: left; padding-top: 63px; padding-left: 60px; font-size: 18px;
}