﻿/* CSS Document */

#pageStyle {
	background: #3867AF url(../images/usa_ca/ec_index_background.jpg) no-repeat center top;
}

#chooseLang {
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
}

#mainBar {
	width: 740px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 23px;
	background: #3C7BAE;
}

#bottomSpace {
	width: 740px;
	height: 387px;
	position: relative;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
}

#midBar {
	width: 738px;
	height: 18px;
	position: absolute;
	left: 1px;
	top: 1px;
	background: #3C7BAE;
}

#midBar p {
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #85B1D6;
	text-align: center;
	letter-spacing: 0.8em;
	word-spacing: 1em;
	margin-top: 1px;
}

#mainBody {
	width: 738px;
	height: 369px;
	position: absolute;
	left: 1px;
	top: 18px;
}

#descriptionImage {
	width: 307px;
	height: 335px;
	position: relative;
	left: 20px;
	top: 34px;
	background: url(../images/usa_ca/descriptionImage.jpg) no-repeat;
	text-align: center;
	float: left;
}
#descriptionText {
	width: 240px;
	position: absolute;
	top: 40px;
	left: 36px;
}
#descriptionText p {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 0px;
}

#verticalBar1 {
	width: 5px;
	position: relative;
	left: 50px;
	top: 34px;
	float: left;
}

#tour1 {
	position: relative;
	width: 329px;
	height: 334px;
	right: 18px;
	top: 34px;
	background: url(../images/usa_ca/tourBackgroundImage.jpg) no-repeat;
	float: right;
}
.tourText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
.tourTitle {
	text-align: center;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	letter-spacing: 2px;
	margin: 15px;
}
.tourLink {
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	margin: 0px;
	line-height: 15px;
}
.tourLink a:link {
	color: #666666;
	text-decoration: none
}
.tourLink a:visited {
	color: #666666;
	text-decoration: none
}
.tourLink a:hover {
	color: #CC0000;
	text-decoration: none
}
.tourLink a:active {
	color: #666666;
	text-decoration: none
}

#clearFloat {
	clear: both;
	height: 10px;
	width: 100%;
}
