/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/
body {
	border:0;
	margin:0 0 5px 0;
	padding:0;
	background-image:url(_gfx/8/cmn/body_bg.jpg);
	background-position:center top;
	background-repeat: repeat-x; 
	background-color: #fffdf2;
	text-align: center;
}

/* Base font style and size set here */
body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Verdana, Arial, san-serif;
	font-size:11px;	
}

a img { border: 0 }

a {
	color:#386693;
	text-decoration:none;	
}

a:hover { 
    text-decoration:underline; 
}

.error_message { /*default error reporting style */
	color: #c60;
	font-weight:bold;	
}


#mainSpan { /*containing frame for the site*/
	width: 760px;
	margin: 0 auto 10px;
	text-align:left;
}

#skipnav { /*Section 508 skip navigation menu*/
    position:absolute; 
    top:0; 
    left:0; 
    z-index:10;
}

#skipnav img {
    border:0;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

/*clearfix is used for clearing floats instead 
of clear:both because IE adds a space with clear:both */

.clearfix:after, #mainSpan:after { 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, #mainSpan {
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix, * html #mainSpan {
	height:1%;
}
.clearfix, #mainSpan {
	display:block;
}
/* End hide from IE-mac */

/* container for admin controll panel */
.adminSpan {
	width:200px;
	float:right;
	text-align:left;
}

#header { /* contains search, top links, site logo */
	background-image:url(_gfx/8/cmn/header_bg.gif);
	background-repeat: no-repeat;
	height:72px;
}

#header_left {
	float:left;
	width:422px;
}

#header_right {
	float:left;
	width:338px;
}

.header_logo {
    display:block;
    height:72px;
    width:422px;
    /*border: solid 1px #FF3333;*/
}

.header_nav { /*top line of links*/
	font-weight:bold;
	text-align:right;
	padding: 3px;
	color: #eee;
	font-size: 10px;	
	background-color:#144e5f;
	border-bottom:1px solid #70c3dc;
}

.header_nav a {
	color: #eee; 
	text-decoration:none;
	padding: 0 4px;	
}

.header_nav a:hover{
	text-decoration:underline;
}

.searchbox { /*container for search field and go button */
	padding-top:4px;
	float:left;
	width:165px;
}

.searchbox_button {
	float:left; 
	margin-left:0px;
	margin-right:0px;
}

.quickLinksWrapper{ /* Need Fix: place quicklinks combo */
	float:left;
	margin-top:4px;
}

.searchbox_textbox,
.quick_links {
	font-size:10px;
	font-weight:bold;
	background-color:#fff;
	color:#2a5470 !important;
	border:1px solid #73aef0;
}

.searchbox_textbox {
	color: #000;
	width:135px;
	height:21px;
	padding:3px;
	float:left;
}

.quick_links {
    width:155px;
    height:20px;
    float:left;
}

.quick_links option {
    padding:2px;
}

#contentheader { /* contains breadcrumb, page title, print friendly link */
}

.breadcrumb_wrapper {
	font-size:10px;
	color:#efe2af;
	background-color:#08284b;
	background-image:url(_gfx/8/int/breadcrumb_bg.gif);
	background-repeat:no-repeat;
	padding:3px 10px;
}

.breadcrumb a { 
	color: #efe2af;	
	text-decoration:none;	
}

.breadcrumb a:hover {
	text-decoration:underline;
}

.breadcrumb_spacer{
	height:12px;
	width:1px;
}

.title_wrapper {
    background-color:#e7d692;
    background-image:url(_gfx/8/int/title_wrapper_bg.gif);
    background-repeat:no-repeat;
    background-position:right top;
    margin-bottom:2px;
}

.title_wrapper img { display:block; }

.title {
    padding:30px 15px 0;
    margin-bottom:5px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;;
	font-size:18px;
	line-height:15px;
	color: #4a3e1e;
	background-image: url(_gfx/8/int/title_bg.gif);
	background-repeat: no-repeat;
}

.printer_friendly {
    font-size:10px;
    float:right;
    width:120px;
    height:17px;
    text-align:left;
}

.printer_friendly a {
    display:block;
    padding-left:20px;
    background-image:url(_gfx/8/cmn/printer.gif);
    background-repeat:no-repeat;
    color:#386693;
    /*color:#0066cc;*/
}

.title_subtitle {
    float:right;
    width:445px;
	padding: 5px 0;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #4b4638;
}

.container .special_title { display:none; }

.special_title { /* document, search & image reviewing */
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #316f83;	
	line-height: 24px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

.container { /* page content container */
	width: 590px;
	float:left;
	overflow: hidden;
}

.container_noleftnav {
}

/* hide the header for pages without left navigation */
.container_noleftnav #contentheader {
    display:none;
}

.content_noleftnav {
	margin:5px 20px 20px;
	padding:0 0 5px;
	background-color: #f1eddb;
}

.content_noleftnav_special { /* document, search & image reviewing */
    padding: 10px 20px;
   /* background-color:#fff;
    border-top:5px solid #2a6477;*/
}

/* content styles */

/* content padding should be on content class NOT container */
.content {
    line-height:17px;
    color:#4b4638;
	padding:0 15px 15px;
}

.content textarea {
	width:525px;
}

.content ul {
	padding:0;
	margin:8px 0 10px 20px;
	}

.content ul li {
	padding: 2px 0;
}

.content p {
    padding:0;
    margin:0 0 15px;
}

.content a { color:#386693; text-decoration:none; }
.content a:hover { text-decoration:underline; }

.downloadmessage { /* notification of PDF, Word, etc media */
	border-top:solid 1px #ccc;
	margin-top:20px;
	text-align:center;
}

.downloadmessage img { /* download plugin icons */
	border:0;
	margin:0 2px;
}

.downloadmessage p {
	font-size:10px;
	padding:5px 0;
	margin:0;
}

.last_updated {
    border-top:1px solid #ccc;
    color:#666;
    font-size:9px;
    margin-top:10px;
    text-align:right;
}

.paging {
	margin-top:10px;
	margin-bottom:10px;
}

.footer,
.footer_home {
	padding:10px 0;
	text-align:center;
	color:#4b4638;
	font-size:10px;
	width:760px;
	height: 52px;
	max-height:31px;
	margin:0 auto;
	background-image:url(_gfx/8/cmn/footer_bg.gif);
	background-repeat:no-repeat;
	line-height:14px;
}

.footer a,
.footer_home a {
    text-decoration:none;
    color:#386693;
}
.footer a:hover,
.footer_home a:hover {
    text-decoration:underline;
}

.webmail_link{
	position: relative;
	top: 15px;
	left: 35px;	
	width:5px;
	height:5px;
}

/************************************************
Tables
************************************************/

.tableData
{
	border-style: 1px solid #574a18;
	font-family: arial,sanserif;
	font-size: 11px;
	color: #333333;
}

.tableData td
{
	border-style: 1px solid #574a18;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	background: #F3F7E8;
}

.tableData th, td.tableData_hdr
{
	border-top: 0px solid #574a18;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #6a5d29;
	background-image:url(_gfx/8/cmn/td_header_bg.gif);
	text-align:left;
}


/************************************************
Department Home Page
************************************************/

/* don't add padding, left/right margins, 
or borders to these containers */

.depthome_left {
    padding:0 15px;
	float:left;
	width:415px;
	max-width:385px;
}

.depthome_right {
    padding:0;
	float:left;
	width:145px;
}

/************************************************
Site Home Page
************************************************/

.home_collage img {
    /* images w/o display:block in IE add a bottom margin */ 
	display: block; 
	background-color:#dad8bf;
	height:191px;
	width:760px;
	border-bottom:1px solid #fffae3;
}

.home_desc {
    height: 76px;
    width: 541px;
    margin-top:10px;
    text-align:center;
    float:left;
    color:#0b3768;  
    font-family:Georgia, Times New Roman, serif;
    padding:0px 20px;
    line-height:16px;
    font-size:12px;
    text-align:left;
}

.weather {
    background-color:#224938;
    text-align:center;
    color:#fefce2;
    padding-bottom:10px;
}
.weather img { display:inline !important; }
.weather a { color: #8fcaac; font-size:10px; }
.weather .current {
    font-size:12px;
    height:26px;
    font-weight:bold;
}
.weather_title { 
    margin: 0 auto 10px; 
    display:block
    }

.weather_icon { 
    float:left; 
    margin-left:14px;
    background-image:url(_gfx/home/weather_icon_bg.gif);
    background-repeat:no-repeat;
    }

.home_columns {
    background-image:url(_gfx/8/home/tagline.jpg);
    background-repeat:no-repeat;
    background-position:right top;
}

#home_buttons {
    width:179px;
    float:left;
}   

#home_right {
    float:left;
    width:182px;
}

#home_right img,
#home_buttons img { display:block; }

/************************************************
Left navigation 
************************************************/

.leftnav { /* no left/right: padding, margin, border */
	width: 170px;
	float:left;
	padding:10 0 0 0;
	font-size:10px;
	background-color:#0a325f;
	background-image:url(_gfx/8/int/leftnav_bg.gif);
	background-repeat:no-repeat;
}

.leftnav a {
	display:block;
	padding: 5px 3px 5px 8px;
	color: #efe2af;
	text-decoration:none;	
}

.leftnav a:hover {
	color: #08274c;
	background-color: #e5d49a;
	text-decoration:none;	
}

.leftnav img.leftnav_footer {
    display:block;
    padding-top:5px;
}

.leftnav_node_wrapper {
    background-color:#155092; 
}

.leftnav_node_wrapper a {
    background-image:url(_gfx/8/int/leftnav_arrow_right.gif);
	background-repeat:no-repeat;
	background-position:4px 7px;
	padding-left:12px;
}

.leftnav_node_wrapper,
.leftnav_node_wrapper_root {
    border-bottom:1px solid #3d6aa0;
}

.leftnav_node_wrapper_root a {
}

.leftnav_node_haschildren a {
	color: #fff;
	padding-left:12px;
	background-image: url(_gfx/8/int/leftnav_arrow_down.gif);
	background-repeat: no-repeat;
	background-position:2px 9px;
	padding-left:12px;
	font-weight:bold;
}

.leftnav_node_iscurrent a {
	background-image: url(_gfx/8/int/leftnav_arrow_right1.gif);
	background-repeat: no-repeat;
	background-position:4px 7px;
	padding-left:12px;
	color:#fff;
	font-weight:bold;		
}

/************************************************
Dropdown Menu
************************************************/

.dropdownmenu { /* menu wrapper */ 
    border-bottom:1px solid #fffae2;
}

table.menu {/* root menu table */
	border-collapse: separate;
}

table.menu_group {	/* that pops up */
    border:1px solid #79692d;
}

.menu_group td {
	font-family: Tahoma,Arial,san-serif;
	font-size: 10px;
	cursor: pointer;
}

.menu_group img {
    margin-right:3px;
}

/* default menu style item */
.menuitem,
.menuitem_top 
{
    color:#386693;
	background-color:#f7ecc6;
	background-image:url(_gfx/8/nav/menuitem_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	border-bottom: solid 1px #d1c17f;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
    color:#655a2f;
	background-color:#e9daa9;	
	border-bottom:1px solid #d1c17f;
    background-image:url(_gfx/8/nav/menuitem_hover_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.menuitem_root_image {
	cursor: pointer;
}

/************************************************
Forms
************************************************/

.form {
	height:auto;
}

.form_in_tab {
	padding:15px 0 10px 10px;
}

.form div {
	width:auto;
	margin-top:8px;
	margin-bottom:8px;
	clear: both;
}

.form textarea {
	width:200px;
	height:150px;
}

.form_label {
	padding-top:3px;
	font-weight: bold;
	height:20px;
	float: left;
	width: 150px;
	text-align: left;
	vertical-align:middle;
}

.form_field {
	height:20px;
	float: right;
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

legend {
	font-weight: bold;
	color:#625C4D;
}

fieldset {
	border:solid 1px #c2bca6;
}

.form_normaltextbox {
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown {
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button {
	background-image: url(_gfx/8/button_save_bg.gif);
	font-family:Tahoma, :0;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D7DBB2 #AD9C4D #868660 #E0C859
}

.form_message, 
.form_message td {
	color: #cc0000;
}

.form_calendarbutton {
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton {
	padding-left: 15px;
	font-weight: bold;
	background-image: url(_gfx/8/back_arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.backbutton a {
}

.radeditor div {
	margin-top:0;
	margin-bottom:0;
}


/************************************************
Site map
************************************************/

.sitemap {
  border:0;
  padding-left:15px;
}

.rootnode,
.parentnode,
.leafnode {
	padding:3px 3px 0;
}

.rootnode {
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a { 
	color: #625C4D;
	font-weight: bold;
} 

.sitemap_file {
	list-style-image: url(_gfx/8/_SiteMap/file.gif);	
}

.backtotoplink {
	padding:10px 0 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/

.search {
	border-bottom:1px solid #b2d2e9;
}

.search .paging { 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #b2d2e9;
}
	
.search .paging a { 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	border-top:0;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url(_gfx/8/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover {
	background:#fff;
	border-top:1px solid #b2d2e9;
}

.search_summary {
	font-weight:bold;
	background-color:#eef8ff;
	padding:10px;
	text-align:center;
	font-size:10px;
	background-image:url(_gfx/cmn/8/search_summary_bg.gif);
	background-repeat:repeat-x;
	_background-position:0 1px; /* for IE only */
	border:1px solid #b2d2e9;
	border-bottom:0;
}

.search_title {	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.search_result_alternate {
	background-color:#f4f9fc;
}

.search_result_title {
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}

.search_result_location {
	padding-left:10px;
}

.search_result_location_field {
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis {
	padding:0;
	display:none;
}

.search_result_synopsis_highlight {
	background-color:#fcffcc;
	display:none;
}

.search_result_info {
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field {
	font-weight:bold;
	text-transform:uppercase;
}

.advanced_search {
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label {
	font-weight:bold;
}

.advanced_search_textbox {	
    width:120px;
}

/*****************************************
* Calendar month view
*****************************************/

.calendar_filter {
    padding:20px 0;
    text-align:center;
}

.calendar_filter select {
    width:200px;
}

.calendar_div {
	padding-bottom: 10px;
	text-align:center;
}

.calendar {
	width:550px;
	border: 0;
}

.calendar_dayheader {
	height: 1px;
	color: #fff;
	background-color: #205fa0;
	background-image:url(_gfx/8/calendar/day_bg.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0;
	text-transform: uppercase;
	border: 1px solid #c2bca6;
}

.calendar_selector {
	color:#fff;
	background-color:#EFDC9E;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td {
	padding: 0 0 8px 0;
	background-color:#fff8db;
	font-family: Trebuchet MS, Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #17458c;
	width:60%;
}

td.calendar_nextprev {
	width:200px !important;
}

.calendar_nextprev a {
    font-size:10px;
	color:#17458c !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-family:Arial, Helvetica, san-serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;	
	width:14%;
	height:60px;
	border: 1px solid #c2bca6;
}

.calendar_day,
.calendar_weekendday {
	background-color:#fff;
	background-image:url(_gfx/8/calendar/calendar_day_BG.gif);
	background-repeat:repeat-x;
	color:#aaa69b;
}

.calendar_othermonthday {
	background-color:#e2d9af;
	color:#a59769;
}

.calendar_today {
    background-color:#fff6a3;
    background-image:url(_gfx/8/calendar/calendar_today_BG.gif);
	background-repeat:repeat-x;
	color:#bfa862;
}

.calendar_selectedday {
	background-color:#F2C532;
	color:#999999;
}

.calendar_eventtime {
	color:#666;
	font-size:10px;		
	font-weight: normal;	
}

.calendar_eventlink {
	font-size:10px;		
	font-weight: normal;
	line-height:12px;
	display:block;
	padding:3px 0;
}


/*************************************************
* Component detail 
*************************************************/

.component_title {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0;
}

.component_subtitle {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
	color:#999;
}

.component_listitem {
	padding: 0 0 15px;
	width:400px;
}

.component_listitem div {
	padding: 0 0 4px;
	width:400px;
}

.component_listitem_header {
	font-weight: bold;
	width:100px;
	vertical-align: top;
}

.component_listitem_content {
	width:300px;
	vertical-align: top;
}

/************************************************
FAQ List
************************************************/

.listfaq {
	width:540px;
	padding:0;
	border-collapse: separate;
}

.listfaq td {
	padding:4px;
}

.listfaq_pager {
	text-align:right;
}

.listfaq_q {
	font-weight:bold;
}

/************************************************
    Link List
************************************************/

.link_name a {
    padding-left:10px;
    background-image:url(_gfx/8/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;
}

/************************************************
    Lists, including DataGrid classes
************************************************/

.listtable {
	width:550px;
	border:1px solid #007799 !important;
	background-color:#fffcee;
	border-collapse:separate;
}

.listtable th {
	background-color: #007799;
	padding:2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	text-transform:uppercase;
	border:0;
}

.listtable_header a {
	color:#fff;
}

.listtable td {
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.listtable tr:hover {
	background-color:#fff;
}

.listtable_buttoncolumn {
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input {
	background-image: url(_gfx/8/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2;
}

.listtable_checkboxcolumn {
	padding:0;
	width:1px;
}

.listtable_checkboxcolumn input {
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on {
	background-color:#E4F1FF;
}

.listtable_row_off {
	background-color:#fff;
}

.listtable_pager {
	text-align:right;
}

/*For plain lists on front end*/
.listcomponent {
	border:0;
	border-collapse:separate;
}

.listcomponent th {
	display:none;
}

.listcomponent td {
	border:0;
	padding:4px 4px 10px 0;
	margin:0;
}

.listcomponent_pager {
	text-align:left;
}

ul.business_list {
    padding:0;
    margin:0;
    list-style:none;
}

/*For links on top of page*/
.topselector {
	margin-bottom: 10px;
}

/*For dropdown filters*/
.filter {
	margin: 10px 0;
}

/************************************************
* Image-using item list 
************************************************/

.righttable {
    width:200px;
	border:1px solid #007799;
	border-collapse: separate;
}

.righttable th {
	background-color: #007799;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #fff;
	height:20px;
	font-size:9px;
}

.righttable_header a {
	color:#fff;
}

.righttable td {
    border:0;	
	border-top:1px solid #DADADA;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover {
	background-color:#fffcee;
}

.righttable_buttoncolumn {
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input {
	background-image: url(_gfx/8/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2
}

.righttable_checkboxcolumn {
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input {
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on {
	background-color:#E4F1FF;
}

.righttable_row_off {
	background-color:#fff;
}


/***********************************************
* E-Notifier
***********************************************/

.tag_div {
	padding: 10px 0 20px;
}

.area_div {
	padding: 5px 0;
}


/************************************************
Survey
************************************************/

.survey_title {
	font-size: 14px;
	font-weight: bold;
}


/************************************************
Staff Directory
************************************************/

.staff_column_div {
	margin:10;
	clear:both;
	width:560px;
}

.staff_thumbnail_span {
	float:left;
	width:105px;
}

.staff_listitem_span {
	float:right;
	width:450px;
}


/************************************************
Department boxes
************************************************/

.box_container {
	background-color: #275642;
	font-size:10px;
	line-height:12px;
	background-image:url(_gfx/8/int/box_container_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-bottom:10px;
}

.box_title {
	color:#4b4638;
	font-size:10px;
	text-transform: uppercase;
    text-align:center;
	font-weight:bold;
	padding:5px 3px 1px;
	background-color:#e9d999;
    background-image:url(_gfx/8/int/box_title_bg.gif);
    background-repeat:no-repeat;
    border-bottom:1px solid #fffae2;
}

.box_list {
    padding:5px 5px 10px;
    background-image:url(_gfx/8/int/box_list_bg.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.box_list a {
	text-decoration:none;
	color:#ece5c4;
}

.box_list a:hover {
	text-decoration:underline;
}

.box_list p {
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.box_bottomlink a,
.box_bottomlink a:hover {
    font-size:10px;
    display:block;
    text-align:right;
    padding:3px;
}

.box_list .event_title {
    padding-top:5px;
}
.box_list .event_date {
    margin-bottom:5px;
    color:#a4c4d4;
}

/************************************************
Home boxes
************************************************/

.home_events {
	width: 199px;
	overflow:hidden;
	font-size:10px;
	float:left;
}

.home_events_title {
    margin-bottom:7px;
    margin-left:10px;
}

.home_events .event_title,
.home_events .news_title {
    background-image:url(_gfx/8/home/event_arrow.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
    padding-left:8px;  
    margin-bottom:2px;
}

.home_events .news_title {
    margin-bottom:8px;
}

.home_events a {
	color: #386693;
	text-decoration:none;
	font-size:11px;
}

.home_events .event_date {
    font-size:10px;
    color: #666666;	
    padding-left:8px;
    margin-bottom:8px;
}

.home_events a:hover {
	text-decoration:underline;
}

.home_events .view_more {
    text-align:right;
    padding-right:8px;
    padding-top:10px;
}

.home_events .view_more a:hover {
	text-decoration:underline;
}

.home_events .view_more a {
    font-weight:bold;
    font-size:10px !important;
	text-decoration:none;
}

.home_events p {
    font-style:italic;
    margin:0;
    padding:0;
}

.home_events_list {
	margin-left:11px;
	margin-right:2px;
}
/******************************************
* Photo Album 
******************************************/

.album_item {
	margin-bottom:20px;
	text-align:center;
}

.album_thumb {
	background-position: top center;
	background-image: url(_gfx/8/album/exported_group.jpg);
	overflow: hidden;
	width: 260px;
	height:152px;
	max-height:130px;
	padding-top:22px;
	background-repeat: no-repeat;
    
}

.album_thumb img {
	width: 160px;
	height: 110px;
	position:relative;
	left:0; 
	border:0;
	display:block;
	margin:0 auto;
	overflow: hidden;
}

.album_name {
	text-transform:uppercase;
	font-weight:bold;
}

.album_details {
    font-size:9px;
}

.photo_item {
    padding:20px;
    text-align:center;
    vertical-align:top;
}

.photo_thumb {
    background-position: top center;
    background-image: url(_gfx/8/album/single_photo.gif);
    overflow: hidden;
    width:240px;
    height:240px;
    background-repeat: no-repeat;
    padding-top:50px;
    max-height: 190px;
    margin: 0 auto;
}

.photo_thumb img {
    display:block;
    overflow: hidden;
    margin: 0 auto;
}

.photo_details {
    text-align:center;
}

.photo_name {
}

.slideshow_link {
    float:right;
    font-weight:bold;
    width:140px;
    text-align:left;
    margin-left:10px;
}

.slideshow_link a {
    display:block;
    padding:4px 0 4px 24px;
    border:1px solid #ccc;
    background-image:url(_gfx/8/album/slideshow.gif);
    background-repeat:no-repeat;
    background-position:4px 4px;
}

.slideshow_nav {
    text-align:center;
}

/* End Picture List */

.rss_button {
	float: right;
	margin-right: 20px;	
}