body{
	white-space: nowrap;
	padding-top: 20px;
	padding-left: 20px;
}
.main{
	float: left;
}
.arrow{
	cursor: default;
}
.chiclet{
	box-shadow: 8px 8px 4px #888;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin: 6px;
	-khtml-user-drag: element;
}
.footer{
	float: left;
	width: 1200px;
	margin-top: 35px;
	margin-bottom: 40px;
	margin-right: 400px;
	white-space: normal;
}
.footerButton{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 6px;
	margin-right: 24px;
}
.gray{
	color: gray;
}
.directions{
	padding-top: 30px;
	padding-left: 50px;
}
.secondCheckbox{
	margin-left:80px;
}
.tiny{
	color: silver;
	font-size: 9pt;
	margin-left: 15px;
}
.lightgray{
	color: silver;
}
.go{
	font-weight: bolder;
	color: #00cc30;
	font-family: 'Arial';
	cursor: pointer;
	font-size: 14pt;
	margin-left: 5px;
}
.caption{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	font-size: 9pt;
}
.textEditingBox{
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	font-size: 9pt;
}
.blockIcon{
	position: absolute;
	top: 30%;
	left: 42%;
	width: 16px;
	height: 16px;
}
.rightSide{
	float: left;
	margin-left: 60px;
	width: 520px;
}
	.rightTop{
		display: inline-block;
		position: relative;
		white-space: nowrap;
		width: 609px;
		height: 229px;
	}
		.logo{
			display: inline-block;
			position: absolute;
			width: 330px;
			height: 229px;
			top: 0px;
			left: 0px;
		}
		.farRight{
			display: inline-block;
			position: absolute;
			width: 270px;
			height: 229px;
			top: 0px;
			left: 330px;
		}
			.motto{
				position: absolute;
				top: 150px;
				left: 0px;
				width: 100%;
				height: 20px;
				vertical-align: top;
				font-size: 18pt;
				color: #cccccc;
			}
	.search{
		margin-top: 50px;
		width: 100%;
	}
		.searchInput{
			width: 500px;
			margin-bottom: 10px;
		}
.aw-widget-current-inner{
	width: 220px;
}
.muchLower{
	margin-top:100px;
}
.static{
	position: static;
}
.inline{
	white-space: nowrap;
}
.lower{
	margin-top:5 0px;
}
.aLittleLower{
	margin-top: 20px;
}
.weatherSurround{
	margin-top: 80px;
	margin-bottom: 40px;
}
.cover{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.x{
	display: none;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 5px;
	color: white;
	font-size: 14pt;
	font-weight: 900;
}
.chiclet:hover .x{
	display: block;
}
.cursor{
	display: none;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	right: 1px;
	color: white;
	font-family: 'Arial';
	font-size: 8pt;
}
.chiclet:hover .cursor{
	display: block;
}
.editor{
	display: none;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	left: 2px;
	color: white;
	font-family: 'Arial';
	font-size: 8pt;
}
.chiclet:hover .editor{
	display: block;
}
.searchWrapper1{
	float: left;
	margin-right: 30px;
}
.searchWrapper2{
	float: left;
}
.ticker{
	outline: 0;
	border: 0px solid;
	font-size: 20pt;
	width: 100px;
	margin-bottom: 7px;
}
.price{
	color: gray;
	font-size: 20pt;
}