/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/
body {
	border:0;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	text-align: left;
}

/* 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;	
	line-height:14px;
}

a img { border: 0 }

a {
	color:#071B71;
	text-decoration:underline; 
}

a:hover { 
	text-decoration:none;	
}

.error_message { /*default error reporting style */
	color: #c60;
	font-weight:bold;	
}

#mainSpan,
#mainSpan_wrapper_Screen { /*containing frame for the site*/
	width: 760px;
	/*margin: 0 auto 5px;*/
	text-align:left;
	/*background:#fff;*/
    background-image:url(_gfx/nav/leftnavbackground.gif);
    background-repeat:repeat-y;
}

#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, #mainSpan_wrapper_Screen:after { 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, #mainSpan {
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix, * html #mainSpan, * html #mainSpan_wrapper_Screen {
	height:1%;
}
.clearfix, #mainSpan, #mainSpan_wrapper_Screen {
	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/cmn/headerBG1.jpg);
	background-position:0 0px;
	background-repeat: no-repeat;
	height:129px;
	background-color: #539BC8;
}

.header2 { /* contains search, top links, site logo */
	background-image:url(_gfx/cmn/headerBG2.jpg);
	background-position:0 0px;
	background-repeat: no-repeat;
	height:129px;
	background-color: #539BC8;
}

.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;
	display:none;
}

.header_nav a {
	color: #eee; 
	text-decoration:none;
	padding: 0 4px;	
}

.header_nav a:hover{
	text-decoration:underline;
}

.header_orglink
{
	position:absolute;
	top:23px;
	left:568px;
}

.header_eventlink
{
	position:absolute;
	top:7px;
	left:659px;
}

.header_officiallink
{
	position:absolute;
	top:7px;
	left:559px;
}

.searchbox { /*container for search field and go button */
	position:absolute;
	width: 200px;
	height:50px;
	left: 570px;	
	top:59px;
}

.searchbox_textbox{
	font-size:10px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color:#FFFFFF;
	color: #000000;
	width:105px;
	border:solid 1px #999999;
	margin-top:2px;
	margin-right:3px;
	height:16px;
	padding-left:1px;
}

.searchbox_button {
}

#contentheader { /* contains breadcrumb, page title, print friendly link */
	padding:0px 0px 10px 20px;
}

.breadcrumb_wrapper {
	padding: 5px 3px 5px 0px;	
	font-size:10px;
	background-color:#FFFFFF;
	color: #000000;	
}

.breadcrumb a { 
	color: #071B71;	
	text-decoration: underline;	
}

.breadcrumb a:hover {
	text-decoration:none;
}

.title {
    padding:5px 5px 5px 5px;
    margin-bottom:5px;
	font-family: Tahoma,Verdana, Arial, Sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#00568D;
}

.printer_friendly {
    font-size:10px;
    float:right;
    width:135px;
    height:17px;
    text-align:right;
}

.printer_friendly a {
    display:block;
    height:17px;
    padding-left:18px;
    background-image:url(_gfx/cmn/printer.gif);
    background-repeat:no-repeat;
    background-position:35px 0px;
}

.title_subtitle {
    float:right;
    width:100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color: #00568D;
}

.container_noleftnav .content_noleftnav_special .special_title { /* document, search & image reviewing */
	font-family: Tahoma,Verdana, Arial, Sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #00568D;	
	line-height: 12px;
	margin-bottom:10px;
	color: #FFFFFF;
	background-color:#00568D;
	padding:5px 5px 5px 5px;
}

.container .content_noleftnav_special .special_title { /* document, search & image reviewing */
	visibility:hidden;
}

.container { /* page content container */
	width: 595px;
	float:left;
	overflow: hidden;
    background-color: #fff;
}

.container_noleftnav {
}

/* hide the header for pages without left navigation */
.container_noleftnav #contentheader {
    display:none;
}

/* content padding should be on content class NOT container */
.content { 
	/*line-height: 17px;*/
	padding: 0px 0px 20px 20px;
}

.content_noleftnav {
	margin:5px 20px 20px;
	padding:0 0 5px;
}

.content_noleftnav_special { /* document, search & image reviewing */
    padding: 10px 20px;
    background-color:#fff;
}

/* content styles */

.content textarea {
	width:525px;
}

.content ul {
	padding:0;
	margin:8px 0 10px 20px;
	}

.content ul li {
	padding: 2px 0;
}

.downloadmessage { /* notification of PDF, Word, etc media */
	border-top:solid 0px #ccc;
	margin-top:20px;
	/*margin-left:20px;*/
	text-align:left;
}

.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;
    display:none;
}

.paging {
	margin-top:10px;
	margin-bottom:10px;
}

.footer,
.footer_home {
	padding:10px 0;
	text-align:center;
	color:#032D73;
	font-size:10px;
	border-top:5px solid #8DBDDB;
	width:760px;
	/*margin:0 auto;*/
	background-image:url(_gfx/cmn/footerBG.gif);
	background-position:0 0px;
	background-repeat: repeat-x;
}

.footer a,
.footer_home a {
	color: #032D73;
	font-weight:bold;
}

/************************************************
Department Home Page
************************************************/

/* don't add padding, left/right margins, 
or borders to these containers */

.depthome_left {
    padding:0;
	float:left;
	width:405px;
}

.depthome_right {
    padding:22px 0px 0px 0px;
	float:right;
	width:175px;
}

/************************************************
Site Home Page
************************************************/

.home_collage img {
    /* images w/o display:block in IE add a bottom margin */ 
	display: block; 
}

.home_columns 
{
	float:right;
	background-image:url(_gfx/home/stripe_bg.gif);
	background-repeat:repeat-x;
	padding:17px 0px 0px 0px;
	width:596px;
}

#home_left {
	width:373px;
	float:left;
	padding:15px 10px 0px 18px;
	background-color: #FFFFFF;	
	line-height:16px;
}

#home_left span.home_title {
	font-weight:bold;
	display:block;
}

#home_right {
	width:174px;
	float:right;
	padding:15px 15px 0px 0px;
	background-color:#FFFFFF;
}

#home_buttons {
    margin-left:7px;
}

#home_buttons .home_button_container {
    float:left;
}

#home_buttons img { display:block; }

.home_county
{
	float:right;
	width:596px;
}


.home_county_left
{
	float:left;
	width:255px;
	height:158px;
}

.home_county_right
{
	float:right;
	width:301px;
	height:118px;
	background-color:#00568D;
	color:#FFFFFF;
	padding:20px 20px 20px 20px;
}


/************************************************
Left navigation 
************************************************/

.leftnav { /* no left/right: padding, margin, border */
	width: 164px;
	float:left;
	padding:0;
	font-size:11px;
	line-height:13px;
}

.leftnav a {
	display:block;
	padding: 1px 3px 1px 17px;
	color: #FFFFFF;
	text-decoration:none;
	line-height:13px;
	background-image: url(_gfx/int/arrow_right2.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
}

.leftnav a:hover {
	color: #FFFFFF;
	text-decoration:underline;	
}

.leftnav_node_wrapper 
{
	background-color:#539BC8;
}

.leftnav_node_wrapper,
.leftnav_node_wrapper_root {
    border-bottom:2px solid #539BC8;
}

.leftnav_node_wrapper_root a {
}

.leftnav_node_haschildren a {
	color: #FFFFFF;
	padding: 1px 3px 1px 17px;
	background-image: url(_gfx/int/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	font-weight:bold;
}

.leftnav_node_iscurrent a 
{
	padding: 1px 3px 1px 17px;
	background-image: url(_gfx/int/arrow_right1.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	color:#FFFFFF;
	font-weight:bold;		
}

.leftnav_enotices
{
	color:#666666;
	width:160px;
	background-color:#FFFFFF;
	margin:40px 0px 0px 0px;
}

.leftnav_enotices h1
{
	width:160px;
	background-color:#BB0505;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.leftnav_enotices p
{
	width:140px;
	padding:0px 10px 0px 10px;
}

.leftnav_enotices a
{
	background-image: none;
	margin: -10px 0px 0px 0px;
	padding:0px 0px 15px 10px;
}

/************************************************
Dropdown Menu
************************************************/

.dropdownmenu { /* menu wrapper */
	position:absolute;
	top:98px;
	left:50px;

}

table.menu {/* root menu table */
	border-collapse: separate;
}

table.menu_group {	/* that pops up */
    border-top:1px solid #AEAECE;
    border-left:1px solid #AEAECE;
    border-right:1px solid #AEAECE;
}

.menu_group td {
	font-family: Verdana,Arial,San-Serif;
	font-size: 10px;
	color:#FFFFFF;
	cursor: pointer;
}

.menu_group img {
    margin-right:3px;
}

/* default menu style item */
.menuitem,
.menuitem_top 
{
	background-color:#333366;
	border-bottom: solid 1px #AEAECE;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background-color:#666699;
	border-bottom:1px solid #AEAECE;	
}

.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/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/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/_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/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/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;
}

.search_result_synopsis .term1
{
	font-weight:bold;
	background-color: rgb(255, 255, 102); color: rgb(0, 0, 0);
}

/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:10px;
	padding:0px 10px 6px 10px;
}

.search_features
{
	padding: 10px 15px 10px 15px;
	background-color: #F2FBFA;
	border-top: solid 1px #B2D2E9;
	border-bottom: solid 1px #B2D2E9;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #BDD0D7;
	line-height:13px;
}

.adsearch_button
{
	position: absolute;
	margin: -23px 0px 0px 293px;
	_margin: -30px 0px 0px 293px;
}

.sort_container
{
	float: left;
}

div.sort_items
{
	border-top: dashed 1px #C1CCD2;
	border-bottom: dashed 1px #C1CCD2;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0 0 0 18px;
	background-image: url(_gfx/cmn/searchbullet.jpg);
	background-repeat: no-repeat;
}

div.sort_items span.item a
{
	display: inline-block;
	height: 15px;
	font-weight: bold;
	color: #6C655D;
}

.sort_container,
.sort_container_inline
{
	font-weight: bold;
	overflow: hidden;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: left;
	width: 145px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}

.search_features a.advanced_search_link
{
	position: absolute;
	margin: -30px  0 0 600px;
	font-size: 10px;
}

/*****************************************
* 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: #007799;
	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:#fff;
	font-family: Trebuchet MS, Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #007799;
	width:60%;
}

td.calendar_nextprev {
	width:200px !important;
}

.calendar_nextprev a {
    font-size:10px;
	color:#007799 !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/calendar/calendar_day_BG.gif);
	background-repeat:repeat-x;
	color:#aaa69b;
}

.calendar_othermonthday {
	background-color:#e1ded1;
	color:#9c9787;
}

.calendar_today {
    background-color:#fff6a3;
    /*background-image:url(_gfx/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/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;
}

/************************************************
    Lists, including DataGrid classes
************************************************/

.listtable {
	width:550px;
	border:1px solid #999999 !important;
	background-color:#FFFFFF;
	border-collapse:separate;
}

.listtable th {
	background-color: #999999;
	padding:2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	text-transform:uppercase;
}

.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/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:#FFFFFF;
}

.listtable_row_off {
	background-color:#FFFFFF;
}

.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;
}
.area_div div{
	padding: 3px 0;
}
.area_div .area_label
{
	width:120px !important;
	float:left;
}
.area_div .form_smalltextbox
{
	width:150px;	
	height:17px;
	padding-left:3px;
}
/************************************************
Survey
************************************************/

.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-color: #FFFFFF;
	font-size:10px;
	line-height:12px;
	width:175px;
}

.box_container .box_title { overflow:hidden; }

.box_container .box_search { }

.box_container .box_search_textbox
{
	margin:10px 0px 0px 7px;
	padding:0px 0px 0px 0px;
	width:110px;
	vertical-align:middle
}

.box_container .box_search_button
{
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:middle;
}

.box_container .box_list
{
	padding:7px 0px 0px 7px;
}

.box_container .box_list a 
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:9px;
	text-decoration:underline;
}

.box_container .box_list a:hover
{
	text-decoration:none;
}

.box_container .box_list ul
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	list-style-type:none;
}

.box_container .box_list li
{
	margin:0px 0px 0px 0px;
}

.box_container .box_bottom
{
    margin:7px 0px 20px 7px;
}

.box_container .box_bottom select
{
	width:160px;
}

.box_container .box_list p
{
	padding:7px 0px 0px 7px;
}

.box_container .box_list .news_title
{
	padding:7px 0px 0px 0px;
}

.box_container .box_list .news_date 
{
	display:none;
}

.box_container .box_list .event_title
{
	padding:0px 0px 5px 0px;
}

.box_container .box_list .event_date 
{
	padding:10px 0px 0px 0px;
	font-weight:bold;
}

.box_container .box_bottomlink
{
	padding:7px 0px 15px 7px;
}

.box_container .box_bottomlink a, .box_bottomlink a:hover
{
}

/************************************************
Home boxes
************************************************/

.home_box
{
	width:175px;
	color: #000000;	
	font-size:10px;
}

.home_box .box_title { overflow:hidden; }

.home_box .box_list p
{
	padding:7px 0px 0px 7px;
}

.home_box .box_search_textbox
{
	margin:10px 0px 0px 7px;
	padding:0px 0px 0px 0px;
	width:110px;
	vertical-align:middle
}

.home_box .box_search_button
{
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:middle;
}

.home_box .box_list ul
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	list-style-type:none;
}

.home_box .box_list li
{
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
}

.home_box .box_list
{
	padding:7px 0px 0px 7px;
}

.home_box .box_list a 
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:9px;
	text-decoration:underline;
}

.home_box .box_bottom
{
    margin:10px 0px 20px 7px;
}

.home_box .box_bottom select
{
	width:160px;
}

.home_box .box_list .news_title
{
	padding:7px 0px 0px 0px;
}

.home_box .box_list .news_title a:hover {
	text-decoration:none;
}

.home_box .box_list .news_date 
{
	display:none;
}

.home_box .box_list .event_title
{
	padding:0px 0px 5px 0px;
}

.home_box .box_list .event_date 
{
	padding:10px 0px 0px 0px;
	font-weight:bold;
}

.home_box .box_bottomlink
{
	padding:7px 0px 15px 7px;
}

/******************************************
* 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_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;
    text-align:left;
    margin-left:10px;
}

.slideshow_link a {
    display:block;
    padding:4px 0 4px 24px;
    border:1px solid #ccc;
    background-image:url(_gfx/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;	
}


/************************************************
* 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:120px;
	height:160px;
	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; }

/* Tax billing and breakdown */

.tax_billing
{
	border: 1px solid #999999;
	font-family: arial,sanserif;
	font-size: 11px;
	color: #333333;
	width:560px;
}

.tax_billing td
{
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 11px;
	border-top: 0px solid #999999;
	padding: 4px 4px 4px 4px;
	
}

.tax_billing th
{
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#999999;
	text-align:left;
	padding: 4px 4px 4px 4px;
}

.tax_breakdown
{
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 11px;
	border: 1px solid #999999;
	color: #333333;
	width:575px;
}

.tax_breakdown td
{
	border-top: 1px solid #999999;
	padding: 4px 4px 4px 4px;
}

.tax_breakdown th
{
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color:#999999;
	padding: 4px 4px 4px 4px;
}

/******************************************
* Service Lists (page lists)
******************************************/
.service_list h3
{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.service_list p
{
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

a.current
{
	text-decoration: 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;
}