@import url('/css/layout.css');
@import url('/css/base.css');
@import url('/css/widgets.css');


/* = OVERRIDES
-------------------------------------------------*/

#footer {
	background: #fff url(/images/fp_footer_bg.jpg) no-repeat 0px 0px;
}

#content-area {
	width: 1000px;
	height: 445px;
	padding-right: 17px;
	background: transparent url(/images/fp_fi_right_bg.gif) repeat-y 100% 0%;
}

#home-link {
	display: none;
}

/* = UPCOMING EVENTS
-------------------------------------------------*/

#upcoming-events {
	width: 196px;
	background: #e6d0a6 url(/images/fp_upcoming_events_mid_bg.jpg) repeat-y 0px 0px;
}

#upcoming-events .inside {
	background: transparent url(/images/fp_upcoming_events_bg.jpg) no-repeat 0px 0px;
	height: 423px;
	padding: 22px 15px 0px;
	color: #463f2e;
}

#upcoming-events h2 {
	padding-left: 3px;
	margin: 0px;
}

#upcoming-events ul {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
	background-color: transparent;
}

#upcoming-events ul li {
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 14px;
	line-height: 1.3em;
	background: transparent url(/images/events_bullet.gif) no-repeat 0px 4px;
}

#upcoming-events ul li a {
	color: #463f2e;
}

/* = MAIN CONTENT BLOCK
-------------------------------------------------*/

#main-content-wrapper {
	width: 436px;
	background: #ba0101 url(/images/fp_mc_left_bg.gif) repeat-y 0px 0px;
}

#main-content {
	background: transparent url(/images/fp_mc_top_bg.gif) no-repeat 0px 0px;
	width: 436px;
}

#main-content .inside {
	background: transparent url(/images/fp_mc_watermark_bg.gif) no-repeat 0px 282px;
	min-height: 420px;
	padding: 19px 14px 6px 18px;
	color: #fff;
	height: auto !important;
	height: 420px;
}

#main-content a {
	color: #fff;
}

#main-content h2 {
	margin: 0px 0px 9px;
	line-height: 14px;
}

/* = WHATS HAPPENING AREA
-------------------------------------------------*/

#whats-happening {
}

#whats-happening ul {
	list-style: none;
	margin: 0px 0px 3px;
	padding: 0px;
	width: 100%;
	float: left;
	display: inline;
}

#whats-happening li {
	margin: 0px 0px 6px;
	padding: 0px;
	float: left;
	width: 50%;
	display: inline;
}

#whats-happening li.first {
	width: 100%;
	clear: both;
}

#whats-happening li img {
	display: block;
	border: 0px;
}

#whats-happening li p {
	margin: 2px 12px 2px 0px;
}

/* = QUICKLINKS AREA
-------------------------------------------------*/

#quicklinks {
	margin: 0px;
	padding: 0px;
	clear: left;
}

#quicklinks h2 {
	margin: 0px 0px 2px;
	padding: 0px;
}

#quicklinks ul {
	list-style: none;
	margin: 0px 0px 0px;
	padding: 0px;
	width: 50%;
	float: left;
}

#quicklinks li {
	float: left;
	display: inline;
	clear: left;
	width: 98%;
	padding: 0% 2% 0% 0%;
	margin-bottom: 2px;
	background: transparent none;
}

#quicklinks li a {
	padding: 0px 15px 0px 0px;
	text-decoration: none;
	background: transparent url(/images/quicklinks_bullet.gif) no-repeat 100% 3px;
}

#quicklinks li a:hover {
	text-decoration: underline;
}

#featured-image {
	width: 368px;
	height: 445px;
	overflow: hidden;
}

#featured-image img {
	display: block;
}

#featured-image embed,
#featured-image object {
	display: block;
	margin: 0px;
}

/* = EMERGENCY NOTICE
-------------------------------------------------*/

#fp-emergency {
	position: absolute;
	top: 13px;
	right: 13px;
	width: 314px;
	height: 54px;
	padding: 7px 10px;
	color: #fff;
	background: transparent url(/images/emergency_bg.png) repeat 0px 0px;
}

#fp-emergency h2 {
	margin: 0px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f2e4ca;
	font-size: 1.1em;
	font-weight: bold;
}

#fp-emergency p {
	margin: 3px 0px 0px;
	font-size: 1em;
}

#fp-emergency a {
	color: #fff;
}