/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/
body {
	border:0;
	margin:0;
	padding:0;
	background: url(_gfx/cmn/body_bg.jpg) fixed top center;
	text-align:center;
}

/* Base font style and size set here */
body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: #432902;
	line-height:16px;
}

li {
	clear: both;
}

a img, img { border: 0 }

a {
	text-decoration:none;
	font-weight: bold;
	color: #820B14;
}

a:hover { 
    text-decoration:underline;
	 color: #0066CC; 
}

.error_message { /*default error reporting style */
	color: #c60;
	font-weight: bold;
}

.printonly {
	display:none;
	height:0;
}

.mainSpan { /*containing frame for the site*/
	width: 760px;
	margin: 0 auto;
	text-align: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 */


.more {
	color: #383a31;
}

.footer {
	margin: 0 auto;
	height: 15px;
	text-align: center;
}

.footer p, .footer p a{
	color: #DAB432;
	line-height:22px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin:0;
}

/************************************************
Header with SearchBox, Quicklinks, etc.
************************************************/

#header { /* contains search, top links, site logo */
	background: url(_gfx/cmn/header_bg.jpg) no-repeat;
	height: 110px;
}

.searchbox { 
	float: right;
	width: 145px;
	padding-top: 9px;
	margin-right: 8px;
}

.searchbox_textbox{
	font-size:10px;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color:#ffffff;
	color: #000;
	width: 110px;
	padding:2px 2px 2px 2px ;
	margin:0 4px 0px 0px;
	float:left;
	border:1px solid #9e7c5c;
}

.searchbox_button {
	float:left; 
	margin-left:0px;
}

.quicklinks{
	font-size:10px;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color:#ffffff;
	color: #000;
	width:145px;
	padding:2px 2px 2px 2px ;
	margin:57px 0 0 0;
	border:1px solid #9e7c5c;
}


/************************************************
Site Home Page
************************************************/
.home_span {
}

.home_body {
	height: 586px;
}

.home_left {
	float: left;
	background: url(_gfx/home/homeleft_bg.gif) top left no-repeat;
	width: 434px;
	height: 586px;
	overflow: hidden;
}

.home_linkbox {
	padding: 0 5px 0px 12px;
	padding-top: 15px;
}

.home_link_visitors {
	float: left;
	background: url(_gfx/home/visitors_link.gif) top left no-repeat;
	height: 139px;
	width: 202px;
}

.home_link_businesses {
	float: right;
	background: url(_gfx/home/businesses_link.gif) top left no-repeat;
	height: 139px;
	width: 202px;
	padding-right: 5px;
}

.home_link_visitors img, .home_link_businesses img{
	padding: 27px 0 0 10px;
}

.main_infobox {
	padding: 10px 10px 5px 10px;
	height: 60px;
}

.main_infobox img {
	float:left;
	padding: 5px 10px 5px 5px;
}

.link_title {
	padding-top: 15px;
	margin: 0;
	padding-bottom: 0;
}

.main_infobox p {
	margin: 0;
	padding: 0;
	line-height: 15px;
}

.home_right {
	float: right;
	background: url(_gfx/home/homeright_bg.gif) top right no-repeat;
	width: 326px;
	height: 586px;
	overflow: hidden;
}

.home_right h2, .home_right h2 a {
	padding-top: 4px;
	padding-bottom: 10px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
}

.home_right ul, .home_right ul li {
	list-style: none;
	padding: 1px 0;
	margin: 4px 0 4px 7px;
	font-family: Tahoma, Helvetica, sans-serif;	
}

.event_date {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0 0 3px 0;
}

.home_right h2 a:hover {
	color: #0066cc;
	text-decoration: none;
}

.news_notices {
	padding: 15px 0 0 10px;
	height: 180px;
	width: 285px;
	overflow: hidden;
}

.news_list a {
	padding-left: 5px;
	margin: 5px 0 5px 0;
	display: block;
	color: #351500;
}

.news_list a:hover {
	color: #0066cc;
}

.news_list div {
  font-size: 11px;
  line-height:14px;
}

.home_calendar_events {
	height: 190px;
	width: 285px;
	padding: 0px 0 0 10px;
	overflow: hidden;
}

.home_calendar_events .calendar_list, .home_calendar_events .news_list {
	padding-left: 12px;
	padding: 2px 0 0 5px;
	line-height:14px;
	font-size: 11px;
}

.home_icon {
	float: left;
	padding: 0px 5px 0 5px;
	margin-bottom: 0 0 -2px 0;
}

.home_buttons {
	padding: 2px 0 0 15px;
	margin:0;
}

/************************************************
Interior Page
************************************************/

.int_span {
	width: 760px;
	background: #f7efbd url(_gfx/int/int_top_bg_2.gif) top right no-repeat;
	margin: 0;
	padding: 0;
}

.int_span_nolnav {
	width: 760px;
	background: #f7efbd url(_gfx/int/int_top_bg_nolnav.gif) top right no-repeat;
	margin: 0;
	padding: 0;
}

.breadcrumb_wrapper {
	padding: 7px 20px;	
	font-size:10px;
	font-weight: normal;
	color: #453210;	
	height:13px;
}

.breadcrumb_wrapper a { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: #453210 !important;
	text-decoration: none;	
}

.breadcrumb_wrapper a:hover {
	text-decoration: underline;
}

.title_wrapper {
	background: url(_gfx/int/title_bg_tall.gif)  bottom no-repeat;
	color: #2f0e10;
	padding: 10px 20px 9px 20px;
	margin: 0px;
}

.title_wrapper_noleftnav {
	color: #2f0e10;
	padding: 15px 20px 10px 20px;
	margin: 0px;
}

.title {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #a56319;
}

.title_noleftnav_withtitle {
	font-family: Georgia, Times, serif;
	font-size:18px;
	font-weight:bold;
	line-height: 24px;
	padding: 15px 20px 10px 20px;
	color: #a56319;
}

.title_noleftnav {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #A56319;
}

.title_subtitle {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #ae6a00;
	padding: 0px 20px 0 20px;
	margin-bottom: 12px;
}

.container { /* page content container */
	width: 570px;
	float:left;
}

.content_container {
	background: url("_gfx/int/int_bot_bg.gif") bottom center no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 25px 0;
	width: 760px;
}

.container_noleftnav{
	background: url("_gfx/int/int_bot_bg.gif") bottom center no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0px 0;
	width: 760px;
}


.content {
	padding-left: 20px;
	margin-bottom: 50px;
}

.content_noleftnav_special {
	margin-bottom: 50px;
	padding: 5px 20px;
}

.content_noleftnav_withtitle {
	margin-bottom: 50px;
	padding: 5px 20px;
}

.print {
	float: right;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 2px;
} 

.rss {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}

.print a {
	height: 20px;
	float: right;
	display: block;
	font-size: 9px;
	line-height: 20px;
	padding: 0 0 0 22px;
	padding-right: 20px;
	margin: 0 0 0 5px;
    background: url(_gfx/cmn/printer.gif) left no-repeat;
}

.rss a {
    
}

.printer_friendly {
	font-size: 10px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	text-align: left;
}

.printer_friendly a {
	display: block;
	font-weight: normal;
	padding-left: 23px;
	background-image: url(_gfx/cmn/printer.gif);
	background-repeat: no-repeat;
}

.downloadmessage { /* notification of PDF, Word, etc media */
	border-top: solid 0px #e3ce6d;
	margin-top: 0px;
	text-align: left;
}

.downloadmessage img { /* download plugin icons */
	border: 0;
	margin: 0 2px;
}

.downloadmessage p {
	font-size: 10px;
	color: #9b5b17;
	padding: 5px 0;
	margin: 0;
}

.last_updated {
	width: 80%;
	border-top: 1px solid #e3ce6d;
	color: #cda439;
	font-size: 9px;
	margin-top: 10px;
	text-align: left;
}

.rss_button {
	text-align: right;
	margin: -30px 5px 10px 0;
	padding-top: 0;
}

/************************************************
Department Home Page
************************************************/

/* don't add padding, left/right margins, 
or borders to these containers */

.depthome_left {
	width: 75%;
	float: left;
	padding: 0;
	margin: 0;
}

.depthome_right {
    padding: 0;
	float: right;
	width: 23%;
}

/************************************************
Department boxes
************************************************/

.box_container {
	width: 135px;
	font-size: 10px;
	line-height: 12px;
	color: #0c6497;
	margin-bottom: 15px;
}

.box_title {
	width: 133px;
	margin: 0;
	height: 17px;
	line-height: 17px;
	color: #2f0e10;
	font: Georgia, "Times New Roman", Times, serif !important;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding: 0;
  	border-top: 1px solid #b97d25;
	border-left: 1px solid #b97d25;
	border-right: 1px solid #b97d25;
	background: url(_gfx/int/box_title_bg.gif) repeat-x;
}

.box_list {
	padding: 0 5px 5px 5px;
	background: #f2e69b url(_gfx/int/box_list_bg.gif) bottom center no-repeat;
	border: 1px solid #b97d25;
}

.box_list a {
	text-decoration: none;
	color: #960b03;
}

.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: #2f0e10;
}

.box_list .news_title {
	padding: 5px 0;
}
/************************************************
Left navigation 
************************************************/

.leftnav { /* no left/right: padding, margin, border */
	font-family: Tahoma, Arial, sans-serif;
	width: 170px;
	float: left;
	padding: 0 0 67px 0;
	margin: 0;
	margin-bottom: 70px;
	font-size: 11px;
	line-height: 130%;
	background: url(_gfx/nav/leftnav_ender.gif) bottom center no-repeat;
}

.leftnav a {
	display: block;
	padding: 4px 3px 4px 12px;
	color: #351500;
	text-decoration: none;
	font-weight: normal;
	background: #004f92 url(_gfx/nav/leftnav_bg.gif) repeat-y 0 0;
}

.leftnav a span {
	display: block;
}

.leftnav a:hover {
	color: #820B14;
	background:#B39E49;
	text-decoration: none;
}

.leftnav_node_wrapper a{
	padding-left: 17px;
	padding-right: 10px;
	background: #F2E69B;
	color: #820B14;
}

.leftnav_node_wrapper,
.leftnav_node_wrapper_root {
	border-bottom: 1px solid #bda854;
	background: #004f92 url(_gfx/nav/leftnav_bg.gif) repeat-y 0 0;
}

.leftnav_node_wrapper_root a {
	color: #820b14;
	font-weight: normal;
}

.leftnav_node_haschildren a {
	background: #b39e49;
	color: #fff;
	font-weight: bold;	
}

.leftnav_node_child a {
	background: #f2e69b;
	color: #351500;
	padding-left: 17px;
}

.leftnav_node_iscurrent a {
	background: #b39e49;
	color: #fff;
	font-weight: normal;
}


/************************************************
Dropdown Menu
************************************************/

.dropdownmenu { /* menu wrapper */ 
border-top: 1px solid #ebc055;
border-bottom: 1px solid #bf8211;
}

table.menu {/* root menu table */
	border-collapse: separate;
}

table.menu_group {	/* that pops up */
	border: 1px solid #B39E49;
}

.menu_group td {
	font-family: Tahoma,Arial,san-serif;
	font-size: 10px;
	color: #523c13;
	cursor: pointer;
}

.menu_group img {
	margin-right:3px;
}

/* default menu style item */
.menuitem,
.menuitem_top {
	background: #F2EAB6;
	border-bottom: solid 1px #D9CA7A;

}

.menuitem_top a {
	color: #ffffff;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top {
	background: #B39E49;
	border-bottom: 1px solid #D9CA7A;
	color: #fff;
}

.menuitem_root_image {
	cursor: pointer;
}


#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;
}

/************************************************
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:#0066cc;
}

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 {
	padding:2px 5px;
	margin:0;
	background:url(_gfx/cmn/submit.gif) repeat-x;
	border: 1px solid #003241;
	color:#2f0e10;
	font-weight: bold;
}

.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/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: #f7efbd;
	padding-left: 15px;
}

.leafnode a {
	font-weight: normal;
	color: #8c000b;
}

.leafnode a:hover {
	color: #0066cc;
}

.rootnode,
.parentnode,
.leafnode {
	padding: 3px 3px 0;
}

.rootnode {
	font-weight: bold;
	color: #625c4d;
} 

.rootnode a,
.parentnode a { 
	color: #625c4d;
	font-weight: bold;
} 

.rootnode a:hover,
.parentnode a:hover { 
	color: #0066cc;
	font-weight: bold;
} 

.sitemap_file {
	list-style-image: url(_gfx/_SiteMap/file.gif);	
}

.backtotoplink {
	padding: 10px 50px 10px 5px;
	font-size: 9px;
	text-align: right;
}


/************************************************
Search
************************************************/

.search {
	width: 738px;
}

.search .paging { 
	text-align: center; 
	font-weight: bold;
	margin-bottom: 10px;
}
	
.search .paging a { 
	display: inline;
	padding: 3px; 
	font-weight: normal; 
	border: 1px solid #960b03;
	background-color: #fff;
	text-decoration: none;
	background-image: url(_gfx/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 #960b03;
}

.search_summary {
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	border: 1px solid #960b03;
}

.search_title {	
	display: none;
}

#Search_AdvancedSearch1_searchButton{
	padding: 2px 8px;
	margin: 0;
	font-weight: bold;
	background: url(_gfx/cmn/submit.gif) repeat-x;
	border: 1px solid #003241;
	color: #2f0e10;
}

.search_result,
.search_result_alternate {
	padding: 10px 0 0 10px;
	border-top: 1px solid #960b03;
	border-bottom: 0;
}

.search_result_alternate {
	background-color: #fff;
}

.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: 10px 0;
	text-align: center;
}

.advanced_search label {
	font-weight: bold;
}

.advanced_search select {
	padding: 2px 1px;
	background-color: #fff;
	border: 1px solid #9e7c5c;
}

.advanced_search_textbox {	
	padding: 2px 5px;
	margin: 0 0 0px 0;
	width:120px;
	background-color:#FFF;
	border:1px solid #9e7c5c;
}

/*****************************************
* Calendar month view
*****************************************/

.calendar_filter {
	padding: 5px 0 5px 0px;
	margin: 0;
	text-align: left;
}

.filter a[disabled="disabled"] {color:#000; font-weight:bold;}

.calendar_filter select {
	width: 200px;
	margin-top: 0;
	padding: 2px 1px;
	background-color: #ffffff;
	border: 1px solid #9e7c5c;
}

.calendar_div {
	background-color: #f7efbd;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

.calendar_panel {
	padding: 0;
	margin: 0;
	width: 100% !important;
	overflow: hidden;
}

.calendar {
	background-color: #f7efbd;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.calendar_dayheader {
	height: 1px;
	color: #fff;
	background: url(_gfx/cmn/tablehdr_bg.gif) #ddc159 repeat-x ;
	font-weight: bold;
	font-size: 9px;
	padding: 3px;
	text-transform: uppercase;
	border: 1px solid #9e7e52;
}

.calendar_selector {
	color: #fff;
	background-color: #efdc9e;
	font-size: 9px;
	font-weight: bold;
}

.calendar_title td {
	padding: 0px 0 15px 0;
	background-color: #f7efbd;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066cc;
	width:60%;
}

td.calendar_nextprev {
	font-family: Verdana, Arial, sans-serif;
	background-color: #f7efbd;
	width: 20% !important;
	padding: 0;
	margin: 0;
}

.calendar_nextprev a {
 	background-color: #f7efbd;
	font-size: 10px;
	color: #2f0e10 !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday {
	text-align: left;
	vertical-align: top;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0 3px;	
	width: 14%;
	height: 60px;
	border: 1px solid #9e7e52;
}

.calendar_day,
.calendar_weekendday {
	background-color: #f3eab8;
	color: #820b1a;
}

.calendar_othermonthday {
	background-color:#d4b671;
	color:#765017;
}

.calendar_today {
	background-color: #eecf6a;
	color: #0066cc;
}

.calendar_selectedday {
	background-color: #f7fcff;
	color: #999999;
}

.calendar_eventtime {
	color: #0066cc;
	font-size: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: normal;
}

.calendar_eventlink {
	color: #2f0e10;
	font-size: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
	display: block;
	padding: 0px 0;
	margin: 0;
}


/*************************************************
* Component detail 
*************************************************/

.filter select{
	padding: 2px 1px;
	margin-bottom: 0px;
	background-color: #fff;
	border: 1px solid #9e7c5c;
}

.special_title {
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #ae6a00;
	padding: 0 0 10px 0;
}

.component_title {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #7a410d;
	letter-spacing: normal;
}

.component_subtitle {
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #ae6a00;
	padding: 10px 0px;
}

.component_listitem {
	padding-bottom: 20px;
	width: 100%;
}

.component_listitem_header {
	font-weight: bold;
	color: #4b4638;
	line-height:18px;
	vertical-align: top;
}

.component_listitem_content {
	line-height: 18px;
	color: #4b4638;
	vertical-align: top;
}

.component_content {
	width: 100%;
	line-height: 16px;
	padding-bottom: 15px;
	color: #4b4638;
}

/************************************************
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/cmn/link_list_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

/************************************************
    Lists, including DataGrid classes
************************************************/

.listtable {
	width: 550px;
	border: 1px solid #9e7c5c !important;
	background-color: #fffcee;
	border-collapse: separate;
}

.listtable th {
	background: #cc9930 url(_gfx/cmn/tablehdr_bg.gif) repeat-x;
	padding: 3px 5px;
	border: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.listtable_header a {
	color: #fff;
}

.listtable a {
	color: #820b14;
}

.listtable td {
	border: 0;
	border-top:1px solid #9e7c5c;
	font-size: 10px;
	padding: 5px;
	margin: 0;
}

.listtable tr:hover {
	background-color: #e8dcaa;
}

.listtable_buttoncolumn {
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input {
	background-image: url(_gfx/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: solid 0 #fff;
}

.listcomponent th {
	display: none;
}

.listcomponent td {
	border: 0;
	padding: 4px 4px 10px 0;
	margin: 0;
}

.listcomponent_pager {
	text-align: left;
}

/*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/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;
}

fieldset label {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

/************************************************
Survey
************************************************/

.survey_title {
	font-weight: bold;
	padding: 0 0 20px 0;
	margin:0;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:16px;
	line-height:14px;
	font-weight:bold;
	color: #7a410d;
}


/************************************************
Staff Directory
************************************************/

.staff_column_div {
	margin: 10px 0;
	clear:both;
	width:100%;
}

.staff_thumbnail_span {
display:block;
float:left;
}

.staff_listitem_span{
	display:block;
}

/******************************************
* Photo Album 
******************************************/

.album_item {
	margin-bottom:20px;
	text-align:center;
}

.album_thumb {
	background-position: top center;
	background-image: url(_gfx/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_single{
	margin-top:15px;
}

.photo_item {
    padding:20px;
    text-align:center;
    vertical-align:top;
}

.photo_thumb {
    background-position: top center;
    background-image: url(_gfx/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;
    margin-right:25px;
}

.slideshow_link a {
    display:block;
	padding:3px 5px;
	text-align: center;
	background:url(_gfx/cmn/submit.gif) repeat-x;
	border: 1px solid #003241;
	color:#f9f9f9;
}

.slideshow_nav {
    text-align:center;
}

/* End Picture List */

.printonly {
	display:none;
}

/******************************************
 * Mobile view 
******************************************/

#SwitchToMobile 
{
	background: #fff9a5 url(_gfx/cmn/mobile/mob_visionlink_strip.gif) bottom left repeat-x;
}

#SwitchToMobile a 
{
	display: block;
	background: url(_gfx/cmn/mobile/mob_visionlink_bg.jpg) center bottom no-repeat;
	text-align: center;
	font-size: small;
	color: #000000;
	padding: 5px 0 4px 0;
	border: 1px solid #bdbdbd;
	text-decoration: none;
}
