article, header, footer, nav, aside, hgroup, section
{
	display: block;
}

body
{
	padding: 0 0 20px 0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../../images/layout/bg.jpg');
	background-repeat: repeat-x;
	font-size: 1em;
}

#container
{
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	position: relative;
}

#logo_area
{
	background-image: url('../../images/layout/logo_box.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 431px;
	text-align: center;
}

#social_media
{
	position: absolute;
	width: 210px;
	height: 76px;
	bottom: 0px;
	left: 0px;
}

#social_media img
{
	margin-top: 14px;
	padding: 0 8px;
}

header.top
{
	margin-left: 210px;
	height: 101px;
	width: 770px;
}

#slides
{
	width: 770px;
	height: 330px;
	margin-left: 210px;
}

nav.first_row
{
	position: absolute;
}

nav.first_row ul li
{
	display: inline;
}

nav.first_row ul li a
{
	color: #fff;
	font-size: 80%;
	text-decoration: none;
	padding: 10px;
}

nav.first_row ul li a:hover
{
	color: #000;
}

nav.second_row
{
	position: absolute;
	text-align: center;
	position: relative;
	top: 58px;
    width:800px;
}

nav.second_row ul
{
	margin: 0;
	padding: 0;
}

nav.second_row ul li
{
	display: inline;
    font-size:12px;
}

nav.second_row ul li a
{
	text-decoration: none;
	padding: 0px 16px;
	font-size: 1.05em;
	color: #002276;
	font-weight: 700;
}

nav.second_row ul li a:hover
{
	color: #af1b0f;
}

#featured_events
{
	width: 980px;
	height: 270px;
	background-color: #efece4;
	margin-top: 9px;
	position: relative;
}

#featured_events header
{
	width: 980px;
	height: 60px;
	background-image: url('../../images/layout/bg_featured_events.jpg');
	background-repeat: repeat-x;
}

img
{
	border: 0;
}

#featured_events section
{
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#featured_events section article
{
	width: 205px;
	float: left;
	padding: 0 10px;
}

#featured_events section article h1, #latest_news_area .column h2
{
	color: #083a81;
	font-size: .75em;
	font-weight: 700;
	margin: 4px 0;
	padding: 0;
}

#featured_events section article h1 a
{
	color:#083a81;
	text-decoration:none;
}

#featured_events section article p, #latest_news_area .column p, li.rss-item
{
	color: #333;
	font-size: .75em;
	margin: 4px 0;
	padding: 0;
}

#featured_events section article p.view_details a
{
	color: #b40f00;
	font-size: .8em;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

#featured_events section article p.view_details a:hover
{
	color: #000;
}

.column p.view_details a
{
	color: #b40f00;
	font-size: .8em;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

.column p.view_details a:hover
{
	color: #000;
}


#featured_events header h1
{
	color: #fff;
	font-weight: 500;
	position: relative;
	top: 18px;
	left: 36px;
	font-size: 1.3em;
	letter-spacing: -1px;
  width: 944px;
}

#featured_events header h2 a
{
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: 22px;
	right: 36px;
	font-size: .5em;
	text-transform: uppercase;
	text-decoration: none;
}

p
{
	font-size: .8em;
}

.alert_message
{
	color: Red;
}

#left_footer
{
	width: 49%;
	float: left;
	border-right: thin solid #cdcdcd;
	border-bottom: thin solid #cdcdcd;
}

#right_footer
{
	float: right;
	height: 300px;
	width: 50%;
}

#latest_news_area
{
	min-height: 500px;
	width: 961px;
	margin-top: 20px;
  padding: 0;
}

#latest_news_area .column
{
	min-height: 500px;
	width: 306.66px;
	background-color: #EBEBEB;
	float: left;
	margin: 0 10px 10px 10px;
	position: relative;
}

#latest_news_area #column_left
{
	width: 654.32px;
  float: left;
}

#latest_news_area #column_right
{
	width: 306.66px;
  min-height: 788px;
  float: right;
}

#latest_news_area #column_right .column
{
  min-height: 786px;	
}

#latest_news_area #wider.column
{
	width: 633.32px;
	min-height: 306px;

}

#latest_news_area #wider.column .latest_news_area_bottom_bg
{
	background-image: url('../../images/layout/latest_news_bottom_bg_long.jpg');
	height: 12px;
	position: absolute;
	width: 633.32px;
	bottom: 0;
}

#latest_news_area .column h1
{
	color: white;
	background-image: url('../../images/layout/bg_featured_events.jpg');
	min-height: 22px;
	font-weight: normal;
	font-size: 110%;
	padding: 15px;
	margin: 0 0 10px 0;
}

.latest_news_area_bottom_bg
{
	background-image: url('../../images/layout/latest_news_bottom_bg.jpg');
	height: 12px;
	position: absolute;
	width: 306.66px;
	bottom: 0;
}

#latest_news_area .column img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul.rss-items {
list-style-type: none;
  margin: 0;
  padding: 0;
}

#latest_news_area .column p, li.rss-item
{
	line-height: 150%;
}

#latest_news_area .column p, #latest_news_area .column h2, ul.rss-items
{
	padding: 0 24px;
}

.left_footer_top
{
	height: 101px;
	border-bottom: 1px solid #cdcdcd;
}

.left_footer_top h1
{
	font-size: .7em;
	font-weight: bold;
	color: #073981;
}

.left_footer_top p, #right_footer_bottom p
{
	font-size: .7em;
	vertical-align: text-top;
	color: #6B6B6B;
}

.left_footer_top img
{
	padding: 0 20px;
	float: left;
}

#left_footer_middle_left
{
	height: 79px;
	width: 49.7%;
	float: left;
	border-right: 1px solid #cdcdcd;
}

#left_footer_middle_left p
{
	line-height: 79px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#left_footer_middle_left p img
{
	vertical-align: middle;
}

#left_footer_middle_right
{
	height: 79px;
	width: 50%;
	float: right;
}

#left_footer_middle_right p
{
	line-height: 79px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#left_footer_middle_right p img
{
	vertical-align: middle;
}

#left_footer_bottom
{
	height: 91px;
	border-top: 1px solid #cdcdcd;
}

#left_footer_bottom p
{
	line-height: 91px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#left_footer_bottom p img
{
	vertical-align: middle;
}

#right_footer_top
{
	min-height: 77%;
}

#right_footer_bottom
{
	min-height: 50%;
	text-align: center;
}

#right_footer_bottom img
{
	vertical-align: middle;
	padding: 0 20px 0 0;
}

#right_footer_top_left
{
	position: relative;
	float: left;
	width: 48%;
	text-align: center;
}

#right_footer_top_right
{
	width: 52%;
	float: right;
}

#right_footer_top_right ul
{
	margin: 0;
	/*padding: 0 12px;*/
	float: left;
}

#right_footer_top_right li
{
	list-style-type: none;
}

#right_footer_top_right li a
{
	font-size: .65em;
	text-decoration: none;
	color: #7E7E7E;
	font-weight: 700;
}

#left_footer, #right_footer
{
	margin-top: 20px;
}

#right_footer_top_right li.indent
{
	margin-left: -23px;
}
.firstResourceChild {
    margin-left: -30px;

}

.footer_LinkList_left {
    width:44%;
}

.footer_LinkList_right {
    width:56%;
    float:right;
    
}

#logo_area input#QuickSearchTextBox, input#TextBox1
{
	background-image: url('../../images/layout/search_bg.png');
	background-color: transparent;
	background-position: top right;
	background-repeat: no-repeat;
	border: 0;
	width: 141px;
	height: 25px;
	padding: 0 30px 0 14px;
	margin: 0;
	font-size: .7em;
	color: #B50F00;
	font-weight: 700;

}

#quicksearchmain #QuickSearchLabel
{
	font-size: .7em;
	color: #B50F00;
	font-weight: 700;
	position: absolute;
	left: 20px;
	top: 5px;
}

#quicksearchmain
{
	position: relative;
	width: 185px;
	height: 25px;
	margin: 0 30px 0 14px;
}

input#TextBox1
{
	background-image: url('../../images/layout/footer_search_bg.jpg');
}

#logo_area input#QuickSearchButton
{
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: transparent;
	border: 0;
	width: 30px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-image: url('../../images/layout/button_spacer.png');
}

input#Button1
{
	cursor: pointer;
	position: absolute;
	top: 43px;
	right: 25px;
	background-image: url('../../images/layout/button_spacer.png');
	background-color: transparent;
	border: 0;
	width: 30px;
	height: 25px;
	margin: 0;
	padding: 0;
}

#logo_area p
{
	text-align: left;
	padding: 0 14px;
	font-size: .7em;
	color: #B50F00;
	font-weight: bold;
	margin: 0 0 8px 0;
}


#resource_map {
	float: right;
	background-color: #ddd;
	padding: 20px;
	margin: 0 10px;
	display: block;
}

#resource_map ul li a
{
	text-decoration: none;
	margin: 0;
}

#resource_map ul li
{
	margin-left: 10px;
	padding: 5px 0;
}

section article h2
{
	padding: 0;
	margin: 15px 0 0 0;
}

a[href $='.pdf']
{
	padding-right: 18px;
	background: transparent url('../../images/buttons/pdf_button.png') no-repeat center right;
}

a[href $='.doc'], a[href $='.docx']
{
	padding-right: 18px;
	background: transparent url('../../images/buttons/word_button.png') no-repeat center right;
}

.event_thumb
{
	float: right;
	padding: 20px;
	width: 150px;
}

#ContentPlaceHolder2_ListView1_DataPager1 a, #ContentPlaceHolder2_ListView1_DataPager1 span
{
	padding: 5px;
	color: #000;
}

#ContentPlaceHolder2_ListView1_DataPager1 a
{
	background-color: #ddd;
}

#ContentPlaceHolder2_ListView1_DataPager1 a:hover, #ContentPlaceHolder2_ListView1_DataPager1 span:hover
{
	background-color: #eee;
}

#ContentPlaceHolder2_ListView1_DataPager1 span
{
	background-color: #F9C42A;
}

#quicksearchmain label
{
	font-size: 70%;
	font-weight: bold;
	color: #093B82;
}

ul.level1 li {
width: 210px !important;
  text-align: left;
}

span.mainPageFeaturedStory a{
    text-decoration:none;
    font-size:1.1em;
    font-weight:bold;
    color: #093B82;
    width:auto;
}