@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #1f1f1f;
	margin: 0px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header, #header div, #outer_wrapper, #outer_wrapper div, #footer_wrapper, #footer_wrapper div {
	overflow: hidden;
	color: #FFFFFF;
}
#header {
	height: 165px;
	width: 980px;
	margin: 24px auto 0px;
}
#logo_wrapper {
	width: 152px;
	height: 153px;
	margin-right: 20px;
	float: left;
}
#logo {
	background-image: url(../img/logo.jpg);
	height: 115px;
	width: 132px;
	cursor: pointer;
	margin: 7px 0px 2px 8px;
}
#logo h1 {
	display: none;
}
#city {
	font-size: 12pt;
	padding: 5px 0px 6px 0px;
	text-align: center;
}
#city h2 {
	font-weight: normal;
}
#city h2 a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#city h2 a:hover{
	color: #AA0000;
	text-decoration: none;
	font-weight: bold;
}
#header .google {
	background-color: #262626;
	margin-bottom: 12px;
}
#menu_wrapper {
	width: 808px;
	float: left;
}
#menu {
	height: 133px;
	border-bottom: 2px solid #aa0000;
	background-repeat: no-repeat;
	font-size: 12pt;
}
#menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 112px;
	margin-left: 17px;
}
#menu li {
	float: left;
	margin-right: 22px;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, #menu a:active {
	color: #bbb;
}
#menu li.selected a {
	color: #aa0000;
}
#outer_wrapper {
	background-image: url(../img/background_outer_wrapper.gif);
	background-repeat: repeat-x;
}
#inner_wrapper, #footer {
	width: 980px;
	margin: 0px auto;
	padding-top: 17px;
}
#inner_wrapper .google {
	margin-bottom: 18px;
	text-align: center;
}
.column {
	float: left;
	margin-right: 20px;
}
.column.left {
	width: 152px;
}
.column.center {
	width: 628px;
}
.column.right {
	width: 160px;
	margin-right: 0px;
}
.widget {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #101010;
	margin-bottom: 18px;
	clear: both;
}
.left .widget {
	background-image: url(../img/widget_left_upper.gif);
}
.right .widget {
	background-image: url(../img/widget_right_upper.gif);
}
.center .widget {
	background-image: url(../img/widget_center_upper.gif);
}
.widget .content {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 22px;
	padding-left: 16px;
}
.left .widget .content {
	background-image: url(../img/widget_left_bottom.gif);
}
.right .widget .content {
	background-image: url(../img/widget_right_bottom.gif);
}
.center .widget .content {
	background-image: url(../img/widget_center_bottom.gif);
}
.widget h2 {
	border-bottom: 1px solid #aa0000;
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-size: 12pt;
}
.widget h1 {
	border-bottom: 2px solid #aa0000;
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 15pt;
}
.widget a:link, .widget a:visited {
	color: #ccc;
}
.widget li a:link, .widget li a:visited {
	text-decoration: none;
	margin-bottom:4px;
	display: block;
}
.widget li a:hover, .widget li a:active, .widget a:hover, .widget a:active {
	color: #fff;
	text-decoration: underline;
}
.widget ol, .widget ul {
	list-style-position: outside;
	color: #fff;
}
.widget ol {
	list-style-type: decimal;
	margin-left: 26px;
	font-weight: bold;
}
.widget ul {
	list-style-type: square;
	margin-left: 16px;
	font-weight: normal;
}
.widget ol a {
	font-weight: normal;
	position: relative;
	left: -3px;
}
.widget.banner {
	text-align: center;
	background: none;
}
.widget.banner img {
	border: 2px solid #101010;
}
.widget.banner img:hover {
	border-color: gray;
}
.right .widget.banner img {
	border-color: #000;
}
.right .widget.banner img:hover {
	border-color: gray;
}
.banners {
	margin-bottom: 18px;
}
.banners a {
	margin-right: 20px;
	display: block;
	float: left;
}
.banners a.last {
	margin-right: 0px;
}
.banners img {
	border: 2px solid #000;
}
.banners img:hover {
	border-color: gray;
}
.widget p {
	color: #ccc;
}
.time_ampm {
	padding: 0px 0px 0px 2px !important;
	margin: 0px !important;
	font-variant: small-caps !important;
}
.no_content {
	margin-bottom: 14px;
	color: #ccc;
	font-size: 11pt;
	padding: 8px;
	text-align: center;
}
#footer_wrapper {
	background-color: #000;
}
#footer {
	padding: 18px 20px;
	text-align: center;
	color: #444;
}
#footer a:link, #footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #ccc;
	text-decoration: underline;
}
#footer .links a {
	padding: 0px 4px;
}
#footer .links .selected {
	color: #AA0000;
}
#footer .address {
	color: #666666;
	margin-top: 4px;
}
#footer .address a:link, #footer .address a:visited {
	color: #666666;
}
#footer .address a:hover, #footer .address a:active {
	color: #999999;
}
.ext-el-mask {
	background-color: #000 !important;
}
.pseudo_button {
	background-color: #121212;
	border: 2px solid #080808;
	color: #ccc !important;
	float: right;
	font-size: 8pt;
	padding: 2px;
	position: relative;
	right: -8px;
	top: -6px;
	text-align: center;
	width: 110px;
	cursor: pointer;
}
.pseudo_button:hover {
	background-color: #202020;
	border-color: #282828;
	color: #fff !important;
}
.widget.options p {
	text-align: center;
	margin-bottom: 8px;
}
.widget.options p.info {
	text-align: left;
	margin: 10px 0px 0px 0px;
	font-size: 7pt;
	color: #777;
}
.banner_link:link, .banner_link:visited {
	color: #000;
	text-decoration: none;
}
.banner_link:hover, .banner_link:active {
	text-decoration: underline;
}
