/* 960 grid 12 column styles */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

.center {
	text-align: center;
}

img {
	border: 0;
}

.citybar {
	margin: 0;
	padding: 0;
}

.searchbutton {
	background-image: url("../images/searchbutton.jpg");
	width: 150px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	border: 0;
	margin-top: 6px;
}

.searchbox {
	height: 25px;
	width: 472px;
	font-size: 16px;
	border: groove 2px;
	margin-top: -10px;
}

body {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	background-color: #ffffff;
	font-size: smaller;
}

a {
	color: #094cb9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: medium;
	color: white;
}

h1.pagetitle {
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-size: 65px;
	white-space: nowrap;
}

#title {
	min-height: 1000px;
	margin-top: 100px;
}

#store {
	margin: 10px 0 5px 0;
	padding: 10px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	border: white 1px solid;
	width: 609px;
}
