* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	background: #fffee4;
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	color: #000;
}
.float-left {
	float: left;	
}
.float-right {
	float: right;
}
.blue-box {
	color: #3586d7;
	border: 1pt solid #145ea7;
	padding: 10px;
	width: 200px;}
.clear {
	clear: both;	
}
.container {
	width: 800px;
	margin: 0 auto;
}
.main {
	border: 3px solid #003366;
	margin: 20px 0 0 0;
	width: 794px;
	background: #fff url(../images/bg.png) repeat-y 0 0;
}
.inner {
}
.sidebar {
	background: #003366;
	width: 197px;	
}
.logo{
	height: 91px;	
	padding: 7px 5px 10px 5px;
}
.nav ul, .footer ul {
	list-style: none;	
	margin: 0 15px;
}
.nav a {
	display: block;
	color: #fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	padding: 3px 0 3px 15px;
	background: url(../images/arrow.png) no-repeat center left;
}
.nav a:hover {
	color: #febc28;
	background: url(../images/arrow-r.png) no-repeat center left;
}
.weather {
	padding: 30px 30px 15px 15px;	
	color: #fff;
	font-size: 14px;
}
.weather b{
	color: #fffee4;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	border-bottom: 1px solid #fffee4;
	margin-bottom:8px;
	display:block;
	white-space:nowrap;
	vertical-align:top;	
}
.weather img{
	margin:0;
}
.contentarea {
	width: 597px;	
}
.copyarea {
	padding: 20px 20px 0 20px;	
}
.copyarea a, .footer-bottom a {
	color: #3586d7;	
}
.copyarea a:hover, .footer-bottom a:hover {
	color: #003366;	
}
.inside-copyarea {
	background: url(../images/inside.png) no-repeat;	
}
.inside-copyarea h1 {
	text-align:right;
	font-size: 30px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
}
h1, p {
	margin-bottom: 20px;	
}
p:last-child {
	margin: 0;	
}
.inside-copyarea ul {
	margin: 0 0 20px 25px;
}
blockquote {
	margin: 0 20px;
	font-style: italic;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.hr {
	height: 1px;
	background: #000;
	border: none;
	margin: 10px 0;
}
div.hr hr {
	display: none;
}
p.expressStart img {
	float: left;
	margin: 0 20px 0 0;
}
.photo-col, .photo-col-wide, .specials-col {
	float: right;
	margin: 0 0 20px 20px;
	text-align: center;
	font-weight: bold;
}
.photo-col {
	width: 177px;
}
.specials-col {
	width: 227px;
	text-align: left;
	font-weight: normal;
}
.photo-col-wide {
	width: 227px;
}
.photo-col img, .photo-col-wide img, .specials-col img {
	border: 1px solid #000;
}
.photo-col blockquote, .photo-col-wide blockquote {
	text-align: left;
	font-weight: normal;
	margin: 0;
}
input,textarea,select {
	padding: 4px;
	margin: 2px;
}
.sidebar-footer {
	text-align: center;	
	padding: 45px 0 20px 0;
}
.sidebar-footer a {
	color: #fffdcc;
	font-size: 11px;
	text-decoration:none;
}
.sidebar-footer a:hover {
	color: #fff;
}
.footer {
	border-top: 1px solid #000;
	padding: 20px 0;
}
.footer ul {
	text-align: center;
}
.footer li {
	display: inline;
	font-size: 11px;
}
.footer-map {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
	height: 62px;
	margin-top: 20px;
}
.footer-map img {
	float: right;
	border: 1px solid #000;
}
.footer-bottom {
	text-align: center;
	padding: 20px 0;
	font-size: 11px;
}
