@charset "utf-8";

body{
	margin: 0 auto;
	background-color: #fefefe;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.top{
	background: url(../Images/Start/topshade.gif) repeat-x;
	height: 31px;
}
.bottom{
	background: url(../Images/Start/bottomshade.gif) repeat-x;
	height: 31px;
}
.mid{
	background: #3f3f3f url(../Images/Start/bgmid.gif) repeat-x;
	height: 164px;
	border-bottom: 1px solid #878787;
	border-top: 1px solid #878787;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.mid > div{
	width: 980px;
	text-align: left;
	padding-top: 15px;
	margin: 0 auto;
}
.logobox{
	border-right: 1px solid #424242;
	text-align: center;
	float: left;
	width: 240px;
	height: 134px;
}
.logobox img{
	margin-top: 10px;
}
.citybox{
	border-left: 1px solid #737373;
	text-align: left;
	float: left;
	width: 680px;
	height: 134px;
	padding-left: 20px;
}
.divider1{
	height: 1px;
	background-color: #424242;
}
.divider2{
	height: 1px;
	background-color: #737373;
}
a{
	color: #ed7500;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
a.city{
	color: #ed7500;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.city:hover{
	color: #ffffff;
	text-decoration: none;
}
h1{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	display: inline;
}
h2{
	color: #ed7500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	display: inline;
}
h3{
	color: #9d9d9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	display: inline;
}

/* styles for IE 5 Mac */
#centerwrap {
	width:100%;
	height:706px;
	margin:0px auto;
	position:relative;
}

#contentwrap {
	width:100%;
	height:706px;
	overflow:visible;
	text-align:center;
}
/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
	position:absolute;
	margin: -353px 0 0 0;
	left: 0;
	top:50%;
}
/* end hack */