body {
	text-align: center;
	font-family: Verdana, sans-serif;
}

h1 {
}

h2 {
	padding: 10px 10px 10px 0;
	font-size: .9em;
}

h2 a {
	text-decoration: none;
}

h3 {
	margin: 0;
	font-size: .7em;
}

h4 {
	margin: 1.33em 0;
}

h5 a {
	text-decoration: none;
}

img {
	margin: 1.33em 0;
}

em {
	text-decoration: underline;
	font-style: normal;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

label.bold {
	font-size: .9em;
}

#content form div, #content .account div { 
	margin: 0.8em 0;
}

#content .account label {
	font-weight: bold;
	font-size: .9em;
}

#page {
	position: relative;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	width: 900px;
	text-align: left;
}

#header {
	padding: 15px;
}

#header h1 {
	padding-top: 16px;
	padding-bottom: 4px;
	padding-left: 0;
	letter-spacing: -1px;
}

#header h5 {
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 8px;
}

#navigation, #subnavigation {
	padding: 15px;
	height: 21px;
	font-size: .9em;
}

#navigation li, #subnavigation li {
	float: left;
	margin-right: 5px;
}

#navigation a, #subnavigation a {
	float: left;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:link, #navigation a:visited, #subnavigation a:link, #subnavigation a:visited {
}

#navigation a:hover, #subnavigation a:hover {
	font-weight: bold;
}

#navigation a.selected:link, #navigation a.selected:visited, #subnavigation a.selected:link, #subnavigation a.selected:visited {
	font-weight: bold;
}

#content {
	padding: 10px 30px;
	clear: both;
}

#content .left, #content .right, #content .main {
	padding-left: 5px;
	padding-right: 5px;
}

#content .right {
	float: right;
	width: 400px;
}

#content .left {
	float: left;
	width: 380px;
}

#content .left textarea, #content .right textarea {
	width: 360px;
	height: 180px;
}

#content .good ul, #content .bad ul {
	padding-left: 25px;
}

#content .good ul li, #content .bad ul li {
	list-style: square;
	padding: 5px;
}

#content .warning {
	padding: 8px;
	font-weight: bold;
	text-align: center;
}

#content form {
	margin: 1.33em 0;
}

#content .good, #content .bad {
	margin: 1.33em 0 1.33em 0;
}

input.text, input.password {
	width: 200px;
}

#content textarea {
	width: 500px;
	height: 180px;
}

#content form div {
	/*
	margin: 1.33em 0;
	*/
}

#date {
	margin-bottom: 15px;
	padding: 15px 0;
}

#chart {
	text-align: center;
}

#account {
	text-align: center;
}

#example {
	text-align: center;
}

#account img {
	margin: 0;
	border: none;
}

#example img {
	margin: 0;
	border: none;
}

#tour img {
	margin: 0;
	border: none;
}

#controls {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 5px;
	text-align: right;
}

#footer {
	clear: both;
	overflow: auto; /* IE hack to eliminate double padding after a clear */
	padding: 15px;
	text-align: center;
}

#footer h5 {
	padding: 0;
}

#datepicker {
	z-index: 1500;
}

/*
#account #content form {
	border: 1px black solid;
}
*/

.clear {
	clear: both;
}


.ui-datepicker, .ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	font-size: 0.6em;
	z-index: 10000;
}

#contact_tab {
	display: block; 
	position: fixed; 
	left: 0; 
	top: 30%; 
	width: 24px; 
	height: 240px; 
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-indent: -5000px;
}

#sign_up_home, #data_home, #maps_home, #charts_home, #download_home, #price {
	display: block;
	text-indent: -5000px;
	width: 400px;
	height: 185px;
}

.bg {
	padding: 50px 20px;
	display: block;
	width: 360px;
	height: 85px;
	text-align: center;
	font-size: 1em;
}

.bottom_home, .bottom_pricing {
	margin: 5px;
	padding: 20px 20px;
	display: block;
	width: 787;
	height: 60px;
	text-align: center;
	font-size: 1em;
}

.tour_guide p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.tour_guide {
	position: absolute;
	top: 80px;
	left: 500px;
	padding: 5px;
	padding-top: 45px;
	padding-left: 10px;
	width: 325px;
	height: 70px;
	font-size: 0.9em;
}

#blog #content ul {
	padding-left: 25px;
}

#blog #content ul li {
	list-style: square;
	padding: 5px;
}

