/* CSS Document */

body {
	background-color: #042c7b;
	background-image:url(images/bg_body.jpg);
	background-position:center -200px;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width:750px;
	margin:0 auto 0 auto;
}

#index {
	width:750px;
	height:551px;
	position:relative;
	background-image:url(images/bg_01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:24px 0 0 0;
}

#video {
	width:320px;
	height:213px;
	position:absolute;
	border:2px solid #FFFFFF;
	top:150px;
	left:390px;
}

#selling {
	width:750px;
	height:551px;
	position:relative;
	background-image:url(images/bg_03.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:24px 0 0 0;
}

#buying {
	width:750px;
	height:551px;
	position:relative;
	background-image:url(images/bg_02.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:24px 0 0 0;
}

#mappage {
	width:750px;
	height:551px;
	position:relative;
	background-image:url(images/bg_04.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:24px 0 0 0;
}

#map_form {
	position:absolute;
	top:124px;
	left:16px;
	width:260px;
	height:170px;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
}

#map {
	position:absolute;
	top:0px;
	left:0px;
}

#dots {
	position:absolute;
	top:33px;
	left:226px;
	height:11px;
}

#questions {
	position:absolute;
	top:65px;
	left:15px;
	width:500px;
	color:#FFFFFF;
}

#quote {
	position:absolute;
	top:158px;
	left:439px;
	background-image:url(images/bg_quote.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:230px;
	height:88px;
	padding:16px 35px 25px 35px;;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-style:normal;
	font-weight:bold;
	color:#042c7b;
}

#questions_right {
	position:absolute;
	top:80px;
	left:250px;
	width:225px;
	color:#FFFFFF;
}

#questions h2, #questions_right h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#questions h3, #questions_right h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#questions p, #questions_right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
}

#questions ul li, #questions_right ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	list-style:none;
	background-image:url(images/bullet_right.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
	margin:5px 0px 0px 0px;
}

#questions ol li, #questions_right ol li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	padding:0 0 0 0;
	margin:5px 0px 0px 0px;
}

#questions a, #questions_right a {
	color:#FFFFFF;
}

#questions a:hover, #questions_right a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#questions ol, ul {
	margin:0 0 0 15px;
	padding:0 0 0 15px;
}

#questions_right ol, ul {
	margin:0 0 0 5px;
	padding:0 0 0 5px;
}

#card {
	position:absolute;
	top:303px;
	left:0px;
	width:352px;
	height:248px;
	z-index:1;
}

#nav {
	position:absolute;
	top:375px;
	left:352px;
	z-index:1;
}

/*tooltip*/

div.tooltip {
	width: 200px;
	color: #042c7b;
	text-align: center;
	z-index:3;
}

div.tooltip h4 {
	color: #FFFFFF;
	margin: 0;
	padding: 13px 10px 2px;
	background: url(images/balloon.png) top left no-repeat !important;
	background: url(images/balloon.gif) top left no-repeat;
	font-size: 0;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #ccccccc;
	background: url(images/balloon.png) bottom left no-repeat !important;
	background: url(images/balloon.gif) bottom left no-repeat;
	font-size: 16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}