/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: none;
	margin: 0px;
	padding: 0px;color:#3F3407 !important;
	background: #475854;
	text-align: center;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;	
	line-height:16px;
	color: #2E2E2E;
}

a img
{
	border: 0px 0px 0px 0px;
}

a
{
	color:#2259B7;
	text-decoration:underline;	
}

a:hover
{ 
    text-decoration:none;color:#2159B7;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;	
}

/* clear fix */
.clearfix:after, .dropdownmenu:after, .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix, *html .content, *html .dropdownmenu { height: 1%; }

/* End hide from IE-mac */
.mac-clearfix{
    clear: both;
    height: 0;
    overflow: hidden;
}
/* end clear fix */

/* Containing frame for the site */
.mainSpan
{
	width: 760px;
	margin: 0px auto 0px auto;
	text-align:left;
}

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header
{
	background-image:url(_gfx/399/cmn/headerBG.jpg);
	background-position:0 25px;
	background-repeat: no-repeat;
	height:153px;
}

.header_left
{
	float:left;
	width:213px;
}

.header_right
{
	float:left;
	width:542px;
}

/* Top line of links */
.header_nav
{ 
	display: none;
}


.sheriff_nav
{
	font-weight:900;
	text-align:right;
	padding: 5px 3px;
	color: #465350;
	font-size: 10px;	
	background-color:#f1ebd0;
	height:15px;	
}

.sheriff_nav a
{
	color: #465350; 
	text-decoration:none;
	padding: 5px 4px;	
}

.sheriff_nav a:hover
{
	text-decoration:underline;color:#C25F39;
}

/* Container for search field and go button */
.searchbox
{ 
	position:relative;
	width: 300px;
	left: 300px;	
	top:93px;
	padding-top:5px;padding-left:70px;
	background:url(_gfx/399/cmn/search.gif) 10px 12px no-repeat;
}

.searchbox_textbox
{
	float:left;
	padding:1px;
	margin:2px 0px 0px 0px;
	font-size:10px;
	background-color:#fff;
	color: #000000;
	border:1px solid #ccc;
	width:135px;display:inline;
	height:20px;
}


.searchbox_button
{
	float:left;
	width:40px;
	display:inline;
	background: url(_gfx/399/cmn/goButton.gif) 0 0 no-repeat;
}

/************************************************
Content section
************************************************/
/* Page content container */

.wrapper {
	background:#f1ebd1;
}

.container
{ 
	width: 573px;
	float:left;
	overflow: hidden;

}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader
{
	background:transparent url(_gfx/399/int/bread_bg.gif) repeat-x 0 0;
}

.breadcrumb_wrapper
{
	float: left;
	padding: 0px 0 3px 15px;	
	margin:5px 0 0 0;
    height:20px;
	font-size:9px;
	color: #463c07;
}

.breadcrumb{
	width: 378px;
}

.breadcrumb a
{ 
	color: #463c07;
	text-decoration: underline;
}

.breadcrumb a:hover
{
	color:#fff;
	text-decoration: none;
}

.printer_friendly, .forward_link, .rss{
	font-size:9px;
    float:right;
    height:20px;
    text-align:left;margin:5px 0;
}

.printer_friendly{width:50px;}
.forward_link{width:60px;}
.rss{width:45px;}

.printer_friendly a, .forward_link a, .rss a{
    display:block;
    padding-left:20px;
	color: #463c07;
    text-decoration:underline;
}

.printer_friendly a{background: url(_gfx/399/int/print.gif) 0 0 no-repeat;}
.forward_link a{background:url(_gfx/399/int/email.gif) 0 0 no-repeat;}
.rss a{background:url(_gfx/399/int/rss.gif) 0 0 no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration:none;color:#C25F39;
}


.title_right{}

.title{}

.contentheader h1
{
	clear: both;
    padding:12px 0px 18px 15px;
    margin:0px 0px 5px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	background: #ddd5b4 url(_gfx/399/int/h1_bg.gif) bottom left no-repeat;
	color: #4a5653;
}

.contentheader h2
{

    padding:0px 0px 0px 20px;
    margin:10px 0px 10px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px; font-weight:bold;
	color: #3f340a;
}

/* Content: padding should be on content class NOT container */
.content
{ 
	padding: 0px 20px 15px 20px;margin-bottom:10px;
}



.content img{
	padding: 0px;
}

.content textarea
{
	width:525px;
}

.content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
}

.downloadmessage
{
	background: #ededed;
	border:solid 1px #ccc;
	text-align:center;
	width: 90%;
	margin: 10px auto;
}

.downloadmessage img
{
	border:0px;
	margin:0px 2px;
}

.downloadmessage p
{
	color: #4b4638;
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{

	border-top:1px solid #ccc;
    color:#aba28f;
    font-size:9px;
	margin: 20px auto 10px auto;
    text-align:right;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer, .footer_home
{
	clear:both;
	width:760px;
	margin:0px auto 20px auto;
	padding:55px 0px 10px 0px;
	text-align:center;
	color:#f1ebd2;
	font-size:11px;
}

.footer{
	background: url(_gfx/399/cmn/footer.gif) no-repeat top center;
}

.footer_home{
	background: url(_gfx/399/cmn/footer_home.gif) no-repeat top center;
}

.footer a, .footer_home a
{
	color:#f1ebd2; text-decoration:underline;
}

.footer a:hover, .footer_home a:hover {text-decoration:none;color:#C25F39;}

/* Classes inside .container_noleftnav */
.container_noleftnav
{

	/*margin: 0px 0 20px 0;*/
	padding: 0px 0 0 0px;
}

.container_noleftnav .contentheader { background-color:#C6BA88; }
*html .container_noleftnav .contentheader { background-color:transparent; }

.container_noleftnav .breadcrumb_wrapper {}

.containter_noleftnav .contentheader .title {}

.container_noleftnav .contentheader h1
{ background: #ddd5b4 url(_gfx/399/int/h1noleft_bg.gif) bottom left no-repeat;
}

.container_noleftnav .printerfriendly
{
    font-size:10px;
    float:right;
    width:135px;
    height:17px;
    text-align:left;
}

.container_noleftnav .printerfriendly a
{
    display:block;
    padding-left:24px;
    background-image:url(_gfx/399/cmn/printer.gif);
    background-repeat:no-repeat;
}

.container_noleftnav .content
{
	width:740px;
	padding: 10px 0px 10px 20px;
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{

}

.container_noleftnav_notitle .contentheader
{
    display:none;
}

.container_noleftnav_notitle .content
{
	margin:5px 20px 20px;
	padding:0px 0px 5px;
	background-color: #f1eddb;
}

/* Used for content review pages, also error page */
.container_review
{
}

.container_review .contentheader
{
	display:none;
}

.container_review .component_title_review, .content_review_title
{
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #2259B7;	
	line-height: 24px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}

.container_review .content
{
    padding: 10px 20px;
    background-color:#ffffff;
    border-top:5px solid #DBE8FF;
}


/* Hide review title for all except .container_review */
.container .component_title_review,
.container_noleftnav .component_title_review,
.container_noleftnav_notitle .component_title_review
{
	display:none;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */

.depthome_right {
	margin:0 0 0 20px;
	padding:5px 0 0 0;
	float:right;
	width:150px;
}

.depthome_left {
	margin:0;
	padding: 0;
	float:left;
	width:380px;
}


/************************************************
Left navigation 
************************************************/
.leftnav
{
	width: 187px;
	float:left;
	padding:35px 0 195px 0;margin:0px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background: #c6ba87 url(_gfx/399/nav/leftnavBottom.gif) no-repeat bottom right;
}

.leftnav a
{
	display:block;
	padding: 3px 3px 3px 7px;
	color: #463c07;
	text-decoration:none;
}

.leftnav a span
{
	padding-left: 9px;
	background: url(_gfx/399/nav/arrow_right.gif) no-repeat 0px 5px;
	display:block;
}

.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color: #fff;
	background: #66807a url(_gfx/399/nav/leftnav_over.gif) 0 0 repeat-x;
	text-decoration:none;
}

.leftnav_node_wrapper
{
	background: #ddd3b0;
	border-top: 1px solid #d68b6f;
}

.leftnav img{	border-top: 1px solid #062b72; }

.leftnav_node_wrapper a span { background-position: 0px 5px}

.leftnav_node_wrapper_root
{
	border-top: 1px solid #d8caa7;
}

.leftnav_node_haschildren
{
	background: #d66c45 url(_gfx/399/nav/leftnav_current.gif) 0 0 repeat-x !important;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
	background:;
}

.leftnav_node_haschildren a,
.leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	color: #ffffff;
	font-weight:bold;	
}

.leftnav_node_iscurrent a
{font-weight: bold;}

.leftnav_node_haschildren a span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a span
{
	background: url(_gfx/399/nav/arrow_down.gif) no-repeat 0px 7px;
	font-weight:bold;
}

.leftnav_node_iscurrent a span
{
	background-image: url(_gfx/399/nav/arrow_right_current.gif);
	font-weight:bold;	
}
/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{ 
	border-bottom:6px solid #fff;
	_border: none;
	height:25px;
	float:right;
	width: 495px;
	overflow: hidden;	
}

.dropdownmenu_0
{
	display: none;
}

.dropdownmenu_399
{
	float: left;
}

.dropdownmenu a img {border:0px;}

/* Root menu table */
table.menu
{
	border-collapse: separate;
}

/* That pops up */
table.menu_group
{	
    border:1px solid #4E605B;border-bottom:0px;border-top:0px;
}

.menu_group td
{
	font-family: Tahoma,Arial,san-serif;
	font-size: 11px;
	color:#fff;
	cursor: pointer;
}

.menu_group img
{
    margin-right:3px;
}

/* Default menu style item */
.menuitem,
.menuitem_top 
{ 
	background-color:#98b2ac;
	border-bottom: solid 1px #4e605b;
	border-top:1px solid #b7d6ce;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background: #66807A url(_gfx/399/nav/leftnav_over.gif) repeat-x;
	border-top: solid 1px #6390dc;
	border-bottom: solid 1px #4e605b;
	border-top:1px solid #b7d6ce;
	
}

.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: #7dbea3 url(_gfx/399/cmn/form_button.gif) center repeat-x;
	font-family:Tahoma, :0;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #fff;
	border: 1px solid #3d715c;
}

.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/399/back_arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.backbutton a
{
}

.radeditor div
{
	margin-top:0;
	margin-bottom:0;
}


/************************************************
Site map
************************************************/
.sitemap
{
  border:solid 0 #000;
  background-color: #fff;
  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/399/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/
.search
{
	border-bottom:1px solid #cccccc;
	background:#F1EBD1;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #cccccc;
	border-top:0px;
	background-color:#DDD5B4;
	text-decoration:none;
	background-image:url(_gfx/399/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:#ffffff;
	border-top:1px solid #cccccc;
}

.search_summary
{
	font-weight:bold;
	background-color:#DDD5B4;
	padding:10px;
	text-align:center;
	font-size:10px;
	background-image:url(_gfx/399/cmn/search_summary_bg.gif);
	background-repeat:repeat-x;
	_background-position:0 1px; /* for IE only */
	border:1px solid #cccccc;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #cccccc;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#DDD5B4;
}

.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
{
	padding:10px 0;background:#98863B;
	text-align:center;
	margin-top: -5px;
	position: relative;
}

.advanced_search label
{
	font-weight:bold;color:#fff;
}

.advanced_search_textbox, .advanced_search select
{	
    width:120px;border:1px solid #DBE8FF;
}

#Search_AdvancedSearch1_searchButton {background:url(_gfx/399/cmn/buttonBG.gif) no-repeat 7px 8px;
	border:0px;color:#fff;font-weight:bold;display:inline;padding:10px 0 0 0;
	height:29px; width:38px;}

/************************************************
Google Search
************************************************/
.gs-result, .gs-webResult
{
	border-bottom:1px solid #b2d2e9;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.gs-visibleUrl-long { display:block; }
.gs-visibleUrl-short { display:none; }
table.gsc-branding { display:none; }
td.gsc-branding-text { display:none; }
div.gsc-branding-text { display:none; }
td.gsc-branding-img { display:none; }
a.gsc-branding-clickable { display:none; }
.gsc-keeper{ display:none; }
.gsc-result div.gs-watermark { display: none; }
.gsc-resultsHeader { display: none; }

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:20px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
    width:200px;
}

.calendar_wrapper
{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:720px;
}

.calendar
{
	width:100%;
	border: 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.calendar_dayheader
{
	height: 1px;
	color: #ffffff;
	background: #d1653d url(_gfx/399/int/list_bg.gif) repeat-x;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0px;font-family:trebuchet MS, arial, sans-serif;
	text-transform: uppercase;
	border: 1px solid #465652;
}

.calendar_selector
{
	color:#ffffff;
	background-color:#efdC9e;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 0px 0px 8px 0px;
	background-color:#f1ebd1;
	font-family: Trebuchet MS, Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #465652;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
}

.calendar_nextprev a
{
    font-size:10px;
	color:#465652 !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:100px;
	border: 1px solid #465652;
}

.calendar_day,
.calendar_weekendday
{
	background: #fbfbfb url(_gfx/399/calendar/calendar_day.gif) top left repeat-x;
	color:#465652;
}

.calendar_othermonthday
{
	background: #d7d4c8;
	color:#465652;
}

.calendar_today
{
    background: #fff9e0 url(_gfx/399/calendar/calendar_today.gif) top repeat-x;
	color:#143675;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#999999;
}

.calendar_eventtime
{
	color:#666666;
	font-size:10px;		
	font-weight: normal;	
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:12px;
	display:block;
	padding:3px 0;color:#2259B7;
}


/*************************************************
Component detail 
*************************************************/
.component_title
{
	font-size: 16px;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 0;color:#2259B7;
}

.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;
}

.component_content
{
}

/************************************************
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/399/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;
}

/************************************************
Lists, including DataGrid classes
************************************************/
.listtable
{
	width:530px;
	border: 1px solid #465652 !important;
	background-color:#fff;
	border-collapse:separate;
}

.listtable th
{
	background: #d1653d url(_gfx/399/int/list_bg.gif) repeat-x;
	padding:2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.listtable_header a
{
	color:#ffffff;
}

.listtable td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.listtable tr:hover
{
	background-color:#ffffff;
}

.listtable_buttoncolumn
{
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input
{
	background-image: url(_gfx/399/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:0px;
	width:1px;
}

.listtable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on
{
	background-color:#e4f1ff;
}

.listtable_row_off
{
	background-color:#ffffff;
}

.listtable_pager
{
	text-align:right;
}

/* For plain lists on front end */
.listcomponent
{
	border:solid 0px #ffffff;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px;
	padding:4px 4px 10px 0;
	margin:0px;
}

.listcomponent_pager
{
	text-align:left;
}

/* For links on top of page */
.topselector
{
	margin-bottom: 10px;
}

/* For dropdown filters */
.filter
{
	margin: 10px 0px;
}

.filter select
{
	width:210px;
}

/************************************************
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: #ffffff;
	height:20px;
	font-size:9px;
}

.righttable_header a
{
	color:#ffffff;
}

.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/399/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000000;
	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:#ffffff;
}


/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}

/************************************************
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: url(_gfx/399/cmn/deptboxBG2.gif) no-repeat bottom left;
	padding:0 0 10px 0;
}


.box_title 
{background:url(_gfx/399/cmn/deptboxBG1.gif) no-repeat 0 0px;color:#fff;font-weight:bold;text-align:center;padding: 2px 0;
font-family:trebuchet MS, arial, sans-serif;font-size:13px;
}

.box_list 
{
    padding:10px 20px 10px 10px;
}

.box_list a
{
	font-weight:bold;
	text-decoration:none;
	padding: 0 0 10px 0;color: #2259B7;
}

.box_list a:hover
{
	text-decoration:underline;
}

.box_list p
{
	margin: 2px 0;
	padding:0;
	text-align:center;
}

.home_news .box_item_title
{
    padding:5px 0 5px 0;
}

.box_item_date
{
    margin-bottom:5px;
}

.box_bottomlink a,
.box_bottomlink a:hover
{
    font-size:10px;
    display:block;color:#2259B7;
    text-align:right;
    padding:10px 10px 3px 3px;
}

.box_bottomlink {margin:-15px 0px 0 0;}

.box_bottomlink a img {border:0px;}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin-bottom:20px;
	text-align:center;
}

.album_thumb
{
	background-position: top center;
	background-image: url(_gfx/399/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:0px; 
	border:0px;
	display:block;
	margin:0px 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/399/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_detail
{
    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 #cccccc;
    background-image:url(_gfx/399/album/slideshow.gif);
    background-repeat:no-repeat;
    background-position:4px 4px;
}

.slideshow_nav
{
    text-align:center;
}

.rss_button
{
	float: right;
	margin:-30px auto 0px auto;
}

/************************************************
Official's Corner 
************************************************/
.official_list
{
	width:470px;
	clear:both;
}

.official_list:after { content: ""; display: block; height: 0; clear: both; }

.official_list_thumbnail
{
	float:left;
	width:70px;
}

.official_list_info
{
	float:right;
	padding:25px 0px 0px 00px;
	width:400px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	clear:both;
	width:560px;
	height:auto;
}

.official_top:after { content: ""; display: block; height: 0; clear: both; }

.official_image
{
	float: left;
	width:auto;
	height:auto;
	margin:10px 0px 0px 0px;
	border: solid 1px #000000;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:solid 1px #CCCCCC;
	
}

.official_info_div
{
	clear:both;
	width:390px;
	height:auto;
}

.official_info_div:after { content: ""; display: block; height: 0; clear: both; }

.official_info_header
{
	font-weight:bold;
	float: left;
	width:100px;
	height:auto;
}

.official_info_content
{
	float: right;
	width:285px;
	height:auto;
	padding:0px 0px 0px 5px;
}

.official_info_noimage
{
	width:560px;
	height:auto;
	padding:10px 0px 0px 0px;
}

.official_message
{
	clear:both;
	width:560px;
	padding:5px 0px 0px 0px;
}

.official_message:after { content: ""; display: block; height: 0; clear: both; }

.official_message_list
{
	float: left;
	width:140px;
	padding:5px 0px 0px 0px;
}

.official_message_message
{
	float: right;
	width:410px;
	height:auto;
}

.official_message_subject
{
	font-size:12px;
	font-weight:bold;
	padding:3px 3px 3px 3px;
}

.official_message_body
{
	height:auto;
	width:408px;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }


/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_collage img
{
	display: block; 
}

.home_columns
{

}

.home_columns h2, .home_right_title {
	color:#4a5653; font-family: Trebuchet MS, Arial, Sans-serif;
	font-size:18px;font-weight:normal;
}

.home_left
{
	width:168px;
	float:left;
	padding:0;
}

.home_center {
	width:338px;
	float:left;
}

*html .home_center { width:332px;}

.editable_home {
	margin:25px 10px 0 10px;
}

.home_right
{
	border-top:1px solid #fff;
	width:243px;
	float:left; margin:0; padding:0;
	background:#d3c99f url(_gfx/399/home/rightcolBG.gif) repeat-x;
}

.home_right2 {
	width: 1px;
	float: right;
	height: 415px;
}

.home_quicklinks { background:url(_gfx/399/home/quicklinksBG.gif) repeat-y;width:170px; margin:3px 0 0 4px;}
.home_quicklinks2 { background:url(_gfx/399/home/quicklinksTop.gif) top left no-repeat;padding:25px 0 0 0;}
.home_quicklinks3 { background:url(_gfx/399/home/quicklinksBottom.gif) bottom left no-repeat;padding:0 10px 20px 10px;}
.home_quicklinks a {color:#331701; }

.home_buttons {text-align:center;}
.home_buttons img
{
	border:0px;
}

/************************************************
Home boxes
************************************************/
.home_events, .home_news
{
	padding: 0 10px;
	color: #493b06;	
}

.home_right_title{
	padding: 25px 15px 10px 15px;
}

.home_events .box_title
{
	display:none;
}

.home_events .box_list a
{
	color: #493b06;
	text-decoration:underline; font-weight:normal;
}

.home_events .box_list a:hover
{
	text-decoration:none;
}


.home_news .box_list, .home_events .box_list
{
	padding: 0 10px;
}

.home_news .box_bottomlink a, .home_events .box_bottomlink a
{
	margin: 10px 0 0 0;
}

.home_news .box_title
{
	display:none;
}

.home_news .box_list a
{
	color: #493b06; font-weight:normal;
	text-decoration:underline;
}

.home_news .box_list a:hover
{
	text-decoration:none;
}

/* ERROR */

.error_message {
	padding:50px 20px !important;
	font-size:14px;color:#666;
}

.error_message .content_review_title {
	font-size: 18px;font-weight:bold;
}

.content a {color:#968437 !important;}
.content a:hover {color:#C25F39 !important;}