html { 
	min-height: 100%; margin-bottom: 1px;
}
body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
#container {
	width: 835px;
	margin: 0 auto 0 auto;
	text-align: center;
	min-height: 400px;
}
#header {
	width: 835px;
	height: 242px;
	background: url(/images/wsTitle835.jpg) no-repeat;
	margin: 50px 0 45px 0;
}
#content {
	text-align: left;
	width: 835px;
	min-height: 400px;
}
#mainColumn {
	float: left;
	width: 520px;
	margin: 0 15px 0 0;
	border-right: 1px solid #f2f2f2;
	min-height: 400px;
}

ul#bulletmain {
	width: 500px;
	padding: 0 20px 0 0;
}
ul#bulletmain li {
	margin-bottom: 15px;
	color: #5e5e5e;
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -1px;
	width: 400px;

}
ul#bulletmain li#item1 {
	padding: 0 0 0 100px;
	background: url(/images/bullet1.jpg) no-repeat;
}
ul#bulletmain li#item2 {
	padding: 5px 0 0 100px;
	background: url(/images/bullet2.jpg) no-repeat 10px -5px;
	height: 60px;
}
ul#bulletmain li#item3 {
	padding: 0 0 0 100px;
	background: url(/images/bullet3.jpg) no-repeat 0 -5px;
	height: 60px;
}
#download {
	width: 520px;
	margin: 20px 0 0 0;
}
#dlbtn {
	float: left;
}
#dlbtn a {
	background-image: url(/images/buttonMap.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 345px;
	height: 61px;
	text-decoration: none;
	color: #fff;
	font-size: 40px;
	letter-spacing: -2px;
	padding: 15px 0 0 0;
	text-align: center;
}
#dlbtnDisabled a {
	background-image: url(/images/buttonMapDisabled.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 345px;
	height: 61px;
	text-decoration: none;
	color: #fff;
	font-size: 40px;
	letter-spacing: -2px;
	padding: 15px 0 0 0;
	text-align: center;
}
#dlbtn a:active {
	background-position: 0 -76px;
}
#dlinfo {
	font-size: 10px;
	color: #bbb;
	line-height: 16px;
	padding: 5px 0 0 15px;
	float: left;
}
#dlinfo li {
	width: 100px;
}
#screens {
	width: 520px;
	margin: 20px 0 0 0;
	float: left;
	border-top: 1px solid #f2f2f2;
	padding: 15px 0 0 0;
}
#screens h2 {
	font-size: 21px;
}
#screenbar {
	margin: 20px 0 0 0;
	width: 520px;
	height: 100px;
}
#screenbar img {
	padding: 0px;
	border: 4px solid #ffea74;
	height: 60px;
	width: 80px;
	margin: 0 15px 15px 0;
	float: left;
}

/* sidebar */
#sidebar {
	float: left;
	width: 300px; /* 275px */
	margin: 0 0 0 -3px;
}
h2 {
	font-size: 30px;
	letter-spacing: -1px;
	color: #5e5e5e;
}
.subText {
	font-size: 13px;
	color: #bbb;
	margin: 8px 0 20px 0;
	line-height: 16px;
	float: left;
	letter-spacing: -1px;
}
form {
	margin: 10px 0 0 0;
}
#sidebar input {
	width: 240px;
	border: 1px solid #ccc;
  	padding: 5px;
  	background: #fff url(/images/inputbg.png) repeat-x 0 1px;
  	color: #333;
  	float: left;
}
#sidebar input.onBlur {
	color: #999;
}
#sidebar input.onFocus {
  	color: #333;
}
#sidebar ul {
	margin: 10px 0 0 0;
}
#sidebar ul li a {
	padding: 0 0 0 18px;
	background: url(/images/smallbullet.jpg) no-repeat 0 3px;
	text-decoration: none;
	color: #aaa;
	line-height: 20px;
}
#ad {
	float: left;
	margin: 0 0 20px 0;
	width: 300px;
	height: 250px;
	background-color: #eee;
}
#ad img {
	border: 0 none;
}

/* footer */
#footer {
	width: 835px;
	height: 50px;
	padding: 15px 0 0 0;
	border-top: 1px solid #f2f2f2;
	float: left;
	text-align: left;
	
	font-size: 11px;
	color: #bbb;
}
#footer #footLeft {
	float: left;
}
#footer #footRight {
	float: right;
}
#footer a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#footer a:hover {
	color: #000;
}
#footer p {
	margin-bottom: 3px;
}
#footer span {
	color: #999;
	font-weight: bold;
}

/* form validation response styles */
#content p.required {
	padding: 3px;
	width: 317px;
	font-size: 10px;
	color: #ccc;
}
#content #error {
	width: 260px;
	padding: 3px 0 0 22px;
	line-height: 16px;
	background-image: url(/images/cross_circle.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#content #success {
	width: 260px;
	padding: 3px 0 0 22px;
	line-height: 16px;
	background-image: url(/images/tick_circle.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

/* taken from BlueprintCSS http://www.blueprintcss.org */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

#loading {
	width: 30px;
	height: 26px;
	float: left;
	background: url(/images/loading.gif) no-repeat 6px 4px;
}
#sideImg {
	background: url(/images/dlimg.jpg) no-repeat;
	width: 72px;
	height: 400px;
	float: left;
	margin: 0 0 0 10px;
}
#dlPanel {
	height: 400px;
	width: 418px;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 -3px;
}
#dlPanel span {
	color: #bbb;
	margin: 5px 0 0 0;
	float: left;
}
#dlPanel span a {
	color: #666;
	text-decoration: none;
}
#dlPanel span a:hover {
	color: #000;
}
#dlPanel h3 {
	font-weight: bold;
	padding: 15px 0 0 0;
	clear: both;
	font-size: 12px;
	color: #5e5e5e;
}
#dlPanel ul {
	float: left;
	list-style: square;
}
#dlPanel li {
	font-size: 10px;
	margin: 5px 0 0 13px;
	color: #aaa;
}