/* ------------------------------------------------------------------
 * GLOBAL
 * ------------------------------------------------------------------ */
html, body {
	height: 100%;
}
body {
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
}
a:focus {
	-moz-outline-style: none;
}
form {
	margin: 0;
	padding: 0;
}
.label {}
.label_required {
	color: #F00;
	font-weight: bold;
}
.bigger {
	font-size: 16px;
}
.smaller {
	font-size: 11px;
}
.fine_print {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.white {
	color: #FFF;
}
.black {
	color: #333;
}
.red {
	color: #F00;
}
.strike {
	text-decoration: line-through;
}
.zero {
	border: none;
	margin: 0;
	padding: 0;
}


/* ------------------------------------------------------------------
 * LOCAL
 * ------------------------------------------------------------------ */
a {
	color: #1C3F95;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: Georgia;
	font-weight: normal;
	letter-spacing: -.01em;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: .75em;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 13px;
}


/* ------------------------------------------------------------------
 * LAYOUT SKELETON
 * ------------------------------------------------------------------ */
#outer_wrapper {
	min-height: 100%;
	margin: 0 auto;
	width: 824px;
}
#inner_wrapper {
	overflow: visible;
	padding: 0 12px;
	position: relative;
}
#header {}
#columns {
	background: url(/new/images/bg-columns.gif) repeat-y;
	overflow: auto;
	position: relative;
}
#left_sidebar {
	float: left;
	padding-top: 300px;
	width: 150px;
}
#main {
	margin-left: 150px;
}
#main_columns_narrow, #main_columns_wide {
	margin-top: -50px;
	overflow: auto;
	position: relative;
}
#main_columns_narrow div.sidebar {
	float: left;
	width: 150px;
}
#main_columns_narrow div.content {
	margin-left: 150px;
	padding-left: 15px;
}
#main_columns_wide div.sidebar {}
#main_columns_wide div.content {}
#footer {
	text-align: center;
}


/* ------------------------------------------------------------------
 * HEADER
 * ------------------------------------------------------------------ */
#logo {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10000;
}
#address {
	font-size: 10px;
	left: 12px;
	line-height: 13px;
	position: absolute;
	text-transform: uppercase;
	top: 265px;
	z-index: 10001;
}
#header_nav {
	right: 55px;
	position: absolute;
	top: 40px;
	z-index: 10002;
}
#header_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header_nav ul li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 0 15px;
	text-align: center;
}
#header_nav ul li a {
	background-color: #1C3F95;
	color: #FFF;
	display: block;
	width: 130px;
}
#header_nav ul li a:hover {
	background-color: #FDE15F;
	color: #1C3F95;
	text-decoration: none;
}


/* ------------------------------------------------------------------
 * SIDEBARS
 * ------------------------------------------------------------------ */
#sidebar_nav {}
#sidebar_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar_nav ul li {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}
#sidebar_nav ul li a {
	background-color: #BAE2D9;
	color: #1C3F95;
	display: block;
	padding: 7px 10px;
	width: 130px;
}
#sidebar_nav ul li a.odd {
	background-color: #C3BEB2;
}
#news_ticker {}
#news_ticker div.nameplate {
	padding: 10px 0;
}
#news_ticker div.nameplate div.line_1 {
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
#news_ticker div.story {
	padding: 0 10px;
	margin-bottom: 10px;
}
#news_ticker div.story div.nameplate {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}
#news_ticker div.story div.content {
	font-size: 11px;
}
#calendar_widget {
	margin-left: 15px;
	padding: 0;
}
#calendar_widget div.nameplate {
	background-color: #1C3F95;
	padding: 8px 0 2px 0;
}
#calendar_widget div.nameplate div.line_1 {
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
#calendar_widget div.nameplate div.line_2 {
	color: #6889C1;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
}
#calendar_widget div.content {
	margin: 0 !important;
	padding: 0 !important;
}
#event_callout {
	margin-left: 15px;
	padding: 0;
}
#event_callout div.nameplate {
	background-color: #FF8A02;
	padding: 8px 0 10px 0;
}
#event_callout div.nameplate div.line_1 {
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
#event_callout div.nameplate div.line_2 {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 8px;
	font-weight: bold;
	line-height: 10px;
	padding: 0 4px;
	text-align: center;
	text-transform: uppercase;
}
#event_callout div.content {
	background: url(/new/images/bg-events_callout.jpg) no-repeat bottom center;
	margin: 0 !important;
	padding: 0 !important;
}
#event_callout div.content ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 80px 0;
}
#event_callout div.content ul li {
	line-height: 13px;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
}
#restarea_callout {
	margin-left: 15px;
	padding: 0;
}
#restarea_callout div.nameplate {
	background-color: #ff8a02;
	padding: 8px 0 10px 0;
}
#restarea_callout div.nameplate div.line_1 {
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
#restarea_callout div.nameplate div.line_2 {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 8px;
	font-weight: bold;
	line-height: 10px;
	padding: 0 4px;
	text-align: center;
	text-transform: uppercase;
}
#restarea_callout div.content {
	x-background: url(/new/images/bg-events_callout.jpg) no-repeat bottom center;
	background-color: #efe2c3;
	margin: 0 !important;
	padding: 0 !important;
}
#restarea_callout div.content ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}
#restarea_callout div.content ul li {
	line-height: 13px;
	margin: 0;
	padding: 8px 8px 0 8px;
	text-align: left;
}

/* ------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------ */
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	border-left: 1px solid #000;
	display: inline;
	line-height: 50px;
	margin: 0;
	padding: 0 6px 0 8px;
}
#footer ul li.first {
	border-left: none;
}
#footer div.copyright {
	font-size: 11px;
	padding-bottom: 15px;
}


/* ------------------------------------------------------------------
 * MAIN
 * ------------------------------------------------------------------ */
#page_title {
	margin-bottom: 20px;
}
#page_title h1 {
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: right;
	line-height: 24px;
}
#page_title h3 {
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: right;
	line-height: 16px;
}
#page_title h4 {
	color: #FFF;
	font-family: Georgia, serif;
	font-size: 32px;
	font-weight: normal;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: left;
	line-height: 32px;
}
#page_title h5 {
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: left;
	line-height: 24px;
}
p.body_copy {
	color: #75643b;
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
	margin-top: 0;
	margin-bottom: 10px;
}


/* ------------------------------------------------------------------
 * ALERT
 * ------------------------------------------------------------------ */
#alert {
	background: url(/new/images/icon-alert.gif) 15px 50% no-repeat;
	background-color: #FFC;
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
	margin: 0;
	padding: 15px 15px 15px 75px;
}
#alert h2 {
	margin: 0;
	padding: 0;
}
#alert p {
	margin: 12px 0 0 0;
	padding: 0;
}
