html, body { font-family: arial; font-size: 12px; border: 0; color: #565656; background-color: #252525; }

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 { color: #850b0b; padding: 10px 0; font-family: Georgia; }

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #850b0b;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote p {
	padding: 5px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 20px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */

/* Top */

#top-out {
	width: 100%;
	background: url(/images/bg_top.gif) repeat-x 0 0;
}

#top {
	width: 939px;
	margin: 0 auto;
}

/* Page Navigation */

#page_navi {
	width: 100%;
	height: 27px;
	font-size: 11px;
}

#page_navi a {
	color: #CBCBCB;
}

#page_navi a:hover {
	text-decoration: underline;
}

#page_navi ul {
	padding: 0;
}

#page_navi .col-left {
	margin-left: -6px;
}



/* Header */

#header { background-color: transparent; background-image: url(/images/bg_top_gradient.gif); background-repeat: no-repeat; background-attachment: scroll; width: 100%; height: 107px; padding-top: 25px; clear: both; position: relative; }

#header img.title {
	margin-left: 55px;
}

#givetoday { position: relative; top: 10px; right: 60px; float: right; }


#header h1 {
	display: none;
}

#header .advert {
	position: absolute;
	left: 470px;
	top:43px;
}

/* Category Navigation */

#cat_navi { width: 100%; }

#cat_navi li a span {
	font-size: 11px;
	color: #9D9D9D;
	font-weight: normal;
}
/* Middle */
#middle-out-top { /* Background - Middle Top */
	width: 100%;
	background: rgb(239,239,234) url(/images/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
	background: url(/images/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(/images/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	width: 939px;
	margin: 0 auto;
	background: url(/images/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	width: 100%;
	background: url(/images/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
/* Page Nav */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	line-height: 27px;
	padding: 0 10px;
	z-index: 100;
}

#nav li {
	float: left;
	background: url(/images/bg_separator.gif) no-repeat right 10px;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 203px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(/images/bg_page_navi_item.gif) repeat-x;
	line-height: 25px;
	font-size: 11px;
	color: #E0DFE3;
	width: 120px;
}

#nav li ul li a {
	border-right: #2A2A2A 1px solid;
}

#nav li ul ul {
	margin: -26px 0 0 140px;
}

#nav li ul ul li a {
	line-height: 25px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

/*Main Menu - 1st Tier*/

#secnav, #secnav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#secnav a {
	display: block;
	line-height: 58px;
	padding: 0 20px 0 20px;
	line-height: 16px;
	padding: 14px 20px 11px;
	color: #212121;
}

#secnav li:hover, #secnav li.sfhover1 {
	background: url(/images/bg_cat_navi_hover.gif) repeat-x;
	cursor: pointer;
}

#secnav li:hover span, #secnav li.sfhover1 span {
	color: #fff;
}

#secnav li {
	float: left;
	font-size: 16px;
	font-weight: bold;
}

/*Main Menu - 2nd Tier - Dropdown*/

#secnav li ul { position: absolute; width: 1em; width: 160px; left: -999em; z-index: 10; border: solid 1px #e6e6e6; }

#secnav li li { font-weight: normal; }

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
}

#secnav li ul li a {
	background: url(/images/bg_cat_navi_item.gif) repeat-x left bottom;
	line-height: 34px;
	color: #565656;
	font-size: 11px;
	width: 120px;
	padding: 0 20px;
}

#secnav li ul li a {
}

#secnav li ul li a:hover {
	background: #D4D4D3;
}

#secnav li ul ul {
	margin: -35px 0 0 160px;
	border-width:1px;
}

#secnav li:hover ul ul, #secnav li.sfhover1 ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul {
	left: auto;
}
/*Main Menu - 3rd Tier - Dropdown*/
#secnav li li ul { position: absolute; width: 1em; width: 190px; left: -999em; z-index: 10; border: solid 1px #e6e6e6; }
#secnav li li li {
	font-weight: normal;
}
#secnav li li:hover ul, #secnav li li.sfhover1 ul {
	left: auto;
}
#secnav li li ul li a {
	background: url(/images/bg_cat_navi_item.gif) repeat-x left bottom;
	line-height: 34px;
	color: #565656;
	font-size: 11px;
	width: 150px;
	padding: 0 20px;
}
#secnav li li ul li a {
}
#secnav li li ul li a:hover {
	background: #D4D4D3;
}
#secnav li li ul ul {
	margin: -35px 0 0 190px;
	border-width:1px;
}
#secnav li li:hover ul ul, #secnav li li.sfhover1 ul ul {
	left: -999em;
}
#secnav li li:hover ul, #secnav li li li:hover ul, #secnav li li.sfhover1 ul, #secnav li li li.sfhover1 ul {
	left: auto;
}
/* IE7 Fix */

#secnav  li:hover, #secnav  li.hover {  
	position: static;
}
/* Page Navigation*/
.more_entries {
	width: 100%;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	border-top: #EBEBEB 1px solid;
	padding: 26px 0;
}
.Nav {
	float: right;
}
.Nav a {
	text-decoration: none !important;
}
.Nav .on, .Nav a:hover {
	background: #850b0b !important;
}
.Nav a, .Nav .on {
	background: #9F9F9F;
	color: #fff;
	display: block;
	float: left;
	padding: 5px 9px;
	margin-left: 4px;
}
/* Content */

#content {
	width: 924px;
	min-height: 550px;
	padding: 34px 7px 50px 8px;
	background: url(/images/bg_middle_top.gif) no-repeat 0 0;
}

* html #content {
	height: 550px;
}

/* Main Content */

#main-content {
	width: 553px;
	margin: 24px 0 0 31px;
}

.single #main-content {
	background: #fff;
	width: 553px;
	margin: 24px 0 0 0;
	padding: 0 32px 35px 31px;
}
/* Main Content (style) */
#main-content a {
	text-decoration: underline;
}
#main-content a:hover {
	text-decoration: none;
}
#main-content h2, #main-content h3 {
	font-weight: normal;
}
#main-content h2 { font-size: 24px; margin-bottom: -10px; }
#main-content h3 { font-size: 18px; margin-bottom: -10px; }
#main-content h4 { font-size: 12px; margin-bottom: -10px; }
#main-content .inlineh4 { color: #850b0b; font-size: 12px; font-family: Georgia; font-weight: bold; }
#main-content .section_title { color: #244065; font-size: 12px; font-family: Georgia; font-weight: bold; margin-top: 15px; }
#main-content .section_title a { color: #244065; text-decoration: none; }
#main-content .section_title a:hover { color: #244065; text-decoration: underline; }
#main-content ol, #main-content ul {
	line-height: 18px;
}
#main-content ul {
	padding-left: 15px;
}
#main-content ul li {
	list-style: circle;
	padding: 3px 0;
}
#main-content ol {
	padding-left: 57px;
}
#main-content ol li {
	list-style: decimal;
	padding: 3px 0;
}
#main-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}
#main-content img.framed_left { background-color:#eeeeee; float: left; clear: both; margin-top: 10px; margin-right: 15px; border:solid 1px #dddddd; padding:5px; }
#main-content img.framed_left_wrap { background-color: #eeeeee; margin-top: 10px; margin-right: 15px; padding: 5px; float: left; border: solid 1px #dddddd; }
#main-content img.framed_left_articlethumb { background-color: #eeeeee; margin-top: 10px; margin-right: 10px; padding: 2px; float: left; border: solid 1px #dddddd; }
#main-content img.framed_right { background-color: #eeeeee; margin-top: 10px; padding: 5px; float: right; clear: both; margin-left: 15px; border: solid 1px #dddddd; }
#main-content img.unframed_right { margin-top: 10px; margin-left: 20px; float: right; clear: both; margin-bottom: 10px; }
#main-content .unframed_right { text-align: center; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; float: right; clear: both; }
#main-content .unframed_right { text-align: center; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; float: right; clear: both; }
#main-content img.unframed_left { margin-top: 10px; float: left; clear: both; margin-right: 20px; margin-bottom: 10px; }
#main-content img.unframed_left_wrap { margin-top: 10px; margin-right: 20px; margin-bottom: 10px; float: left; }
#main-content .photocaption_left { font-size: 10px; font-style: italic; line-height: 150%; text-align: center; margin-top: 5px; float: left; clear: both; }
#main-content .photocaption_left_flush { font-size: 10px; font-style: italic; line-height: 150%; margin-top: 5px; float: left; clear: both; }
#main-content .photocaption_right { font-size: 10px; font-style: italic; line-height: 150%; text-align: center; margin-top: 5px; float: right; clear: both; }
#main-content .photocaption_right_flush { font-size: 10px; font-style: italic; line-height: 150%; margin-top: 5px; float: right; clear: both; margin-left: 10px; }
#main-content .staff { width: 320px; float: left; }
#main-content .staff img {  }
#main-content .staff_wide { width: 550px; float: left; }
#main-content .smalltext { font-size: 10px; font-style: italic; line-height: 150%; }
.staff2 { width: 550px; float: left; }
.staff2 h4 {  }
.staff2 p { margin-top: -30px; }
#main-content .library { width: 550px; float: left; }
#main-content .library_short { width: 330px; float: left; }
#main-content .contact { margin-top: 80px; }
#main-content .contactinfo { width: 270px; float: left; }
/* Main Content (post) */
#main-content .post-title { color: #850b0b; width: 100%; position: relative; }
#main-content .post-title h2, #main-content .post-title h3 { color: #850b0b; padding-right: 50px; }
#main-content h2 a, #main-content h3 a {
	color: #850b0b;
	text-decoration: none;
}
#main-content h2 a:hover, #main-content h3 a:hover {
	text-decoration: underline;
}
#main-content .post h4 { margin-top: 1px; }
#main-content .post h4.continue a {
	background: #9f9f9f;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
#main-content .post h4.continue a:hover {
	background: #898989;
}
#main-content .post img.thumbnail {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}
#main-content .post img.gallery {
	margin:0 7px 7px 0;
}
#main-content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}
/* Post (featured) */
#main-content .latest .featured, #main-content .news
 .featured{
	position: relative;
	margin-bottom: 15px;
	clear: both;
}
#main-content .latest .featured {
	margin-left:33px;
}
#main-content .featured h4 {
	margin-bottom: 15px;
}
/* Post (latest) */
#main-content .latest {
	width: 586px;
	margin-left: -33px;
	position: relative;
}
#main-content .latest .block {
	width: 259px;
	float: left;
	margin-left: 33px;
	margin-bottom: 28px;
	display: inline;
}
#main-content .latest h3 {
	padding-top: 7px;
}
#main-content .latest .comment-cloud {
	top: 10px !important;
}
#main-content .latest p.post-details {
	padding-top: 5px;
}
#main-content .latest h4 {
	margin-top: -3px;
	position: relative;
}
/* Sidebar */

#sidebar {
	width: 307px;
	overflow: hidden;
}

#sidebar h2 { font-size: 12px; background: #850b0b; color: #fff; text-decoration: none; padding: 8px 14px; float: left; margin: 0 0 10px 1px; display: inline; }
#sidebar h2 a { color: #fff; text-decoration: none; }
#sidebar h2 a:hover { color: #fff; text-decoration: underline; }
#sidebar ul {
	clear: both;
}


#sidebar a { color: #850b0b; text-decoration: underline; }

#sidebar a:hover {
	text-decoration: none;
}
#sidebar img.icon { float: left; margin-top: 10px; margin-left: -10px; }
#sidebar img.icon_sm { float: left; margin-right: 6px; margin-left: -2px; }
#sidebar img.framed_left { background-color:#eeeeee; float: left; clear: both; margin-top: 10px; margin-right: 15px; margin-bottom: 10px; border:solid 1px #dddddd; padding:5px; }
#sidebar img.framed_left_noclear { background-color:#eeeeee; float: left; margin-top: 10px; margin-right: 15px; margin-bottom: 10px; border:solid 1px #dddddd; padding:5px; }
#sidebar img.framed_right { background-color: #eeeeee; margin-top: 10px; padding: 5px; float: right; clear: both; margin-bottom: 10px; margin-left: 15px; border: solid 1px #dddddd; }
#sidebar img.unframed_right { margin-top: 15px; margin-left: 20px; float: right; clear: both; margin-bottom: 10px; }
#sidebar img.unframed_left { margin-top: 15px; float: left; clear: both; margin-right: 20px; margin-bottom: 10px; }
#sidebar .photocaption_left { font-size: 10px; font-style: italic; line-height: 150%; text-align: center; margin-top: 5px; float: left; clear: both; }
#sidebar .photocaption_right { font-size: 10px; font-style: italic; line-height: 150%; margin-top: 5px; float: right; clear: both; margin-bottom: 15px; margin-left: 15px; }
/* Sidebar (block) */
#sidebar .block { width: 260px; background: url(/images/bg_sidebar_separator.gif) repeat-x 0 bottom; padding: 21px 25px 21px 22px !important; }
/* Sidebar (block > inside)*/
#sidebar .block .inside { border: solid 5px #d5d4d4; background: #ededed; width: 250px; padding-bottom: 5px; }
#sidebar .block .inside ul { padding: 0; }
#sidebar .block .inside li { line-height: 18px; background: url(/images/bg_footer_list.gif) repeat-x 0 bottom; padding-top: 8px; padding-bottom: 8px; padding-left: 10px; }
#sidebar .block .inside li img.thumbnail,
#sidebar .block .inside li img.avatar{
	border: #A4A4A4 2px solid;
	float: left;
	margin-right: 10px;
}
/* Sidebar Text Content*/
#sidebar_text_content { padding: 21px 25px 21px 22px !important; }
#sidebar_text_content h3 { color: #850b0b; text-decoration: none; margin-bottom: -10px; }
#sidebar_text_content h3 a { color: #850b0b; text-decoration: none; margin-bottom: -10px; }
#sidebar_text_content h3 a:hover { color: #850b0b; text-decoration: underline; margin-bottom: -10px; }
#sidebar_text_content h4 { color: #850b0b; text-decoration: none; margin-bottom: -10px; }
#sidebar_text_content h4 a { color: #850b0b; text-decoration: none; margin-bottom: -10px; }
#sidebar_text_content h4 a:hover { color: #850b0b; text-decoration: underline; margin-bottom: -10px; }
#sidebar_text_content a { color: #850b0b; text-decoration: underline; }
#sidebar_text_content a:hover { color: #850b0b; }
/* Sidebar (Search)*/

#sidebar #search_main #searchfield { background: url(/images/bg_search_field.gif) no-repeat; position: relative; width: 260px; height: 33px; }
#sidebar #search_main #searchbuttons { font-size: 10px; background-color: transparent; text-align: right; position: relative; width: 260px; margin-top: 3px; }
#sidebar #search_main input.field {
	width: 163px;
	position: absolute;
	left: 12px;
	top: 7px;
	padding-top: 2px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 0;
	background: transparent;
	z-index: 1;
}

#sidebar #search_main input.submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
/* Sidebar (widgetized)*/
#sidebar .widgetized h2 {
	margin-bottom: 15px;
}
/* Sidebar (widgetized>list>)*/
#sidebar .widgetized ul { clear: both; width: 100%; padding: 0 0 8px; }
#sidebar .widgetized li { line-height: 20px; padding: 5px 0 5px 21px; background: url(/images/bg_sidebar_circle.gif) no-repeat 5px 12px; overflow: hidden; }
/* Sidebar (widgetized>list>inside)*/
#sidebar .widgetized ul ul {
	padding: 0;
	margin: 3px 0 0 0;
}
#sidebar .widgetized ul ul li {
	border: 0;
	padding-bottom: 0;
}
/* Sidebar (widgetized > special list)*/
#sidebar .widgetized .widget_categories ul, 
#sidebar .widgetized .widget_news
 ul,
#sidebar .widgetized .widget_links ul { margin-top: 3px; border: 0; width: 270px; margin-left: -9px; position: relative; }
#sidebar .widgetized .widget_categories ul li, 
#sidebar .widgetized .widget_news
 ul li, 
#sidebar .widgetized .widget_links ul li {
	width: 240px;
	float: left;
	display: inline;
	margin-left: 10px;
}
#sidebar .widgetized .widget_categories ul li,
#sidebar .widgetized .widget_news
 ul li {
	background: url(/images/bg_sidebar_folder.gif) no-repeat 0 7px;
}
#sidebar .widgetized .widget_links ul li {
	background: url(/images/bg_sidebar_circle.gif) no-repeat 5px 13px;
}
/* Tabs */

ul#idTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul#idTabs li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
}
ul#idTabs li a { line-height: 31px; background: #9f9f9f; color: #fff !important; text-decoration: none; display: block; float: left; padding: 0 12px; margin-right: 4px; }

ul#idTabs li a.selected, ul#idTabs li a:hover {
	background: #850b0b;
	text-decoration:none;
}
ul#news { margin: 0 0 -5px; list-style-type:none; }
ul#events { list-style-type: none; margin: 0 0 -5px; }
#sidebar .block .inside ul#news li { background-image: url(/images/redarrow.gif); background-repeat: no-repeat; background-position: 10px 1.1em; padding-left: 22px; }
#sidebar .block .inside ul#news li a { color: #565656; text-decoration: none; }
#sidebar .block .inside ul#news li a:hover { text-decoration: underline; }
li.more { position: relative; height: auto; margin-bottom: 0; padding-bottom: 0; }
ul.more { background-color: #ededed; margin-bottom: 0; margin-left: -22px; padding-bottom: 0; }
#sidebar .block .inside ul#news li.trigger { background:#e4e3e3 url(/images/expand-collapse.gif) no-repeat 90px 3px; width: 100%; margin: 0; padding: 0; cursor:pointer; }
#sidebar .block .inside ul#events li.trigger { background: #e4e3e3 url(/images/expand-collapse.gif) no-repeat 90px 3px; cursor: pointer; margin: 0; padding: 0; width: 100%; }
#sidebar .block .inside ul#news li.trigger.open
{ background-position:90px -997px; }
#sidebar .block .inside ul#events li.trigger.open { background-position: 90px -997px; }
#sidebar .block .inside ul#events li { background-image: url(/images/redarrow.gif); background-repeat: no-repeat; background-position: 10px 1.1em; padding-left: 22px; order-top-style: solid; }
/*news*/
#news1 {  }
#news2 {  }
ul#newstabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul#newstabs li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
}

ul#newstabs li a {
	line-height: 31px;
	background: #9F9F9F;
	color: #fff !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}

ul#newstabs li a.selected, ul#newstabs li a:hover {
	background: #850b0b;
	text-decoration:none;
}

#news p {
	padding:0;
}
#news h2 {
	margin-bottom:7px !important;
}
#news .latest {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	width:250px;
}
#news .newstabs ul li {
	background: none !important; 
	border: 0px !important;
	padding: 0px !important;
}
.newstabs ul#newstabs {
	padding:7px 0 !important;
}
#footer .block .newstabs ul {
	background:none;
	border:0;
}


/*Events*/
#events {  }
ul#eventstabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul#eventstabs li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
}

ul#eventstabs li a {
	line-height: 31px;
	background: #9F9F9F;
	color: #fff !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}

ul#eventstabs li a.selected, ul#eventstabs li a:hover {
	background: #850b0b;
	text-decoration:none;
}
#sidebar .block .inside ul#events li a { color: #565656; text-decoration: none; }
#sidebar .block .inside ul#events li a:hover { text-decoration: underline; }
#events p {
	padding:0;
}
#events h2 {
	margin-bottom:7px !important;
}
#events .latest {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	width:250px;
}
#events .eventstabs ul li {
	background: none !important; 
	border: 0px !important;
	padding: 0px !important;
}
.eventstabs ul#eventstabs {
	padding:7px 0 !important;
}
#footer .block .eventstabs ul {
	background:none;
	border:0;
}
/* Video*/
ul#vidTabs {
	width: 100%;
	padding: 0 0 7px 0;
}
ul#vidTabs li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
}
ul#vidTabs li a {
	line-height: 31px;
	background: #9F9F9F;
	color: #fff !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}
ul#vidTabs li a.selected, ul#vidTabs li a:hover {
	background: #850b0b;
	text-decoration:none;
}
#video p {
	padding:0;
}
#video h2 {
	margin-bottom:7px !important;
}
#video .latest {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	width:250px;
}
#video .vidtabs ul li {
	background: none !important; 
	border: 0px !important;
	padding: 0px !important;
}
.vidtabs ul#vidTabs {
	padding:7px 0 !important;
}
#footer .block .vidtabs ul {
	background:none;
	border:0;
}

.video_text { padding: 10px; }
.video_text p { font-size: 11px; line-height: 150%; margin-bottom: 10px; }
/* Footer */

#footer-out { width: 100%; background: rgb(159,159,159); }

#footer { width: 939px; margin: 0 auto; background: url(/images/bg_footer_gradient.jpg) no-repeat; height: 1px; padding: 23px 0 10px; }
* html #footer { height: 1px; margin-bottom: -12px; }
#footer .position {
	width: 960px;
	margin-left: -20px;
}
#footer_menu { color: #252525; font-size: 11px; float: right; margin-top: -12px; padding-right: 10px; }
#footer a {
	text-decoration: none;
	color: #252525;
}

#footer a:hover { color: #414141; text-decoration: underline; }

#footer h2.widget_title {
	font-size: 14px;
	background: #2A2A2A;
	color: #fff;
	padding: 10px 15px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

/* Footer (block) */

#footer .block {
	width: 300px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{

	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-bottom: 10px;
	clear: both;
	margin:0 0 15px;
}

#footer .block .textwidget {
	padding: 5px 10px;

}
/* Footer (copyright) */

#copyright-out {
	width: 100%;
	background: rgb(37,37,37);
	padding: 10px 0 14px 0;
}

#copyright {
	width: 939px;
	margin: 0 auto;
	font-size: 11px;
	color: #CECECE;
}

#copyright .col-right img {
	vertical-align: middle;
}

#copyright .col-right span {
	display: none;
}

/* Fix */

.wrap:after,
#sidebar .widgetized .widget_categories ul:after,
#sidebar .widgetized .widget_news
 ul:after,
#sidebar .widgetized .widget_links ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}
/*BREADCRUMBS
------------------------------------------------------------------*/
#breadcumbs {
	font:9px/165% "Lucida Grande", Lucida, Verdana, sans-serif;
	}
ul#crumbs {
	list-style-type:none;
	padding:0;
	margin:0;
	}	
ul#crumbs li {
	list-style-type:none;
	padding:0 1.2em 0 0;
	margin:0 0 0 0.5em;
	}	
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	background:url(/images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0.5em;
	}
#crumbs li.current { background-image: none; }
#crumbs li a {
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#850b0b;
	}	
	
	
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
#tabs1 { margin-top: 15px; margin-bottom: -15px; margin-left: 24px; }
#tabs2 { float: right; margin-top: 15px; }
.directory_main { border: solid 1px #dedede; }
#main-content img.framed_left_directory { background-color: #eeeeee; z-index: 9999; float: left; margin-top: 20px; margin-right: 15px; padding: 5px; border: solid 1px #dddddd; }
#view { line-height: 200%; width: 420px; }
#entry { width: 60px; float: left; }
.archive_link { float: right; background-image: url(/images/redarrow.gif); background-repeat: no-repeat; background-position: 10px 0.2em; margin-top: 10px; padding-left: 22px; }
.giftareas td { border-bottom: 1px solid #e7e7e7; }

/*--UAF Added Styles--*/

/* ICA Header for Sports and Rec Pages */
.ica_header {
	text-align: center;
}

/*--HR Dividers--*/
div.hr {
	border-bottom: 1px dotted #244065;
}

div.hr hr {
	display: none;
}