@charset "UTF-8";
#wrapper {
	height: 700px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	z-index: 0;
	vertical-align: top;
	margin-top: 20px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
body {
	text-align: center;
	z-index: 1;
}
#navColumn {
	background-color: #000;
	vertical-align: top;
	height: 700px;
	width: 286px;
	float: left;
}
#editableSide {
	background-color: #FFF;
	height: 700px;
	width: 674px;
	z-index: 2;
	float: right;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	padding-top: -10px;
}
#editableSideTextBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #039;
	float: right;
	height: auto;
	width: 650px;
	line-height: 20px;
}
#editableSideTextBox p {
	text-align: justify;
	padding-right: 20px;
}
#headerBox {
	background-image: url(../images/cloud_headerTite.jpg);
	height: 80px;
	width: 674px;
	margin-bottom: 20px;
	margin-top: -25px;
}
#navBox {
	margin: 30px auto auto;
	height: 400px;
	width: 200px;
}
#headerBox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-indent: 25px;
	padding-top: 12px;
	font-size: 36px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 24px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #F60;
	text-indent: 40px;
}
.fltLft {
	float: left;
	margin-right: 10px;
}
.fltRt {
	float: right;
	margin-left: 10px;
}
#mapBox {
	float: right;
	height: 600px;
	width: 650px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: 50px 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #003;
}
.fltRtPlusMargin {
	float: right;
	margin-left: 20px;
}
#editableSideTextBox2 table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #03C;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.whiteCells {
	background-color: #FFF;
	width: 350px;
}
