/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/
body
{
	border:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #6d101b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;	
	
}

body,td,th,p,select,li,input,.container,.container_noleftnav,.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;	
}

a
{
	text-decoration: underline;
	color: #6d101b;
}


a:hover
{
	text-decoration: underline;
	color: #6d101b;
}

h1, h2, h3, h4, h5 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;
	font-weight: bold;
	color:#6d8d9e;
	
}

h1 {

	font-size: 24px;
	line-height: 1.5em;

}

h2 {

	font-size: 20px;
	line-height: 2em;
	color:#6D101B;
	
}

h3 {

	font-size: 15px;
	line-height: 2em;
	color:#6D101B;	
	
}

h4 {

	font-size: 20px;
	line-height: 1.5em;
	color: #000000;
	
}

h5 {

	font-size: 20px;
	line-height: 1.5em;
	color: #FFFFFF;
	
}

.error_message
{
	color: #cc0000;	
}

#FrontEndForm
{
	/*
	width: 760px;
	margin: 0 auto;
	text-align:left;
	*/
	margin: 0 auto;
	width:800px;
	text-align:left;
}

.mainSpan
{
	width: 800px;
	height: auto;
	background-color: #fff;
	/*background-image: url(_gfx/nav/leftnav_bg.jpg);
	background-repeat: repeat-y;*/
}

.mainSpan_noleftnav
{
	width: 800px;
	height: auto;	
}

.adminSpan
{
	width:200px;
	float:right;
}

.header1
{
	height: 128px;
	width: 800px;
	overflow: hidden;
	text-align: center;
	background-image: url(_gfx/city_header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cityhead li {
    margin: 0; padding: 0; list-style: none; position: absolute;
	
	}
	
#cityhead a {
    
	display: block;
	
	}
	
#panel1b {left: 0px; top: 20px; width: 250px; height: 65px;}
#panel2b {left: 439px; top: 65px; width: 68px; height: 20px;}
#panel3b {left: 527px; top: 65px; width: 100px; height: 20px;}
#panel4b {left: 645px; top: 65px; width: 80px; height: 20px;}
#panel5b {left: 743px; top: 65px; width: 58px; height: 20px;}

#panel1b a {height: 65px;}
#panel2b a {height: 20px;}
#panel3b a {height: 20px;}
#panel4b a {height: 20px;}
#panel5b a {height: 20px;}

.header img
{
	padding: 0px;
	margin: 0px;
}

.header_left
{
	float:left;
	width:270px;
	padding:0px 0px 0px 0px;
}

.header_right
{
	float:right;
	width:485px;
}

.header a
{
}

.header_logo
{
 height: 120px;
	width: 800px;  
}

.header_title
{
	font-family:Tahoma, Arial, Helvetica, MS Sans-Serif;
	font-weight:bold;
	font-size:20px;
	margin:45px 0px 0px 0px;
	padding:0px 0px 0px 0px 0px;
	color:#007799;
}

.header_toplinks
{
	color: #eeead3;
	font-weight:bold;
	text-align:right;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 10px;	
}

.header_toplinks a
{
	color: #eeead3; 
	text-decoration:none;
	padding: 0 4px;	
}

.header_toplinks a:hover
{
	text-decoration:underline;
}

#header_bucket 
{
    position: relative;
    width: 800px;
    background-color: #fff;
}

.header_menu
{
    position: relative;
    background:#FFF;
    padding-left: 15px;
	overflow: hidden;
	width: 785px;
}

.header_menu a
{
	margin: 0px;
	padding: 0px;
}

.header_menu div
{
	float: left;
}

.loginbuttonpanel
{
	position: absolute;
	left:435px;
	top:15px;
	width:300px;
	padding:5px;
	text-align:right;
	font-size:10px;
}

.rezWidget 
{
    position:absolute;
    top: 137px;
    left: 514px;
}

.searchbox
{
	width: 200px;
	position:relative;
	left: 70%;
	top: 10px;
}

.searchbox_textbox
{
	font-size:10px;
	width:150px;
	margin-top: 4px;
	border:1px solid #1e4b59;
	padding:2px;
	height: 19px;
	float:left;
}

.searchbox_button
{
	float:left; 
	margin-left:5px;
}

#contentheader 
{
	/*border-bottom:1px solid #A71A00;*/
}
.breadcrumb_wrapper
{
	height:25px;	
}

.breadcrumb
{
	padding-left: 10px;
	margin-top: 4px;
}

.breadcrumb a
{ 
	color: #87816e;	
	text-decoration: underline;	
}

.breadcrumb a:hover
{
	text-decoration:none;
}

.title_wrapper
{
	height:auto;
	margin-top: 3px;
}

.title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color:#6d8d9e;
	font-size: 24px;
	line-height: 1.5em;
	padding-left: 20px;
	
	/*font-family:Verdana, Tahoma, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #A71A00;
	padding-left: 10px; 
	padding-bottom: 4px;	
	line-height: 24px;*/
}

.banner_holder
{
	text-align:center;
	margin: auto;
}

.printerfriendly
{
	/*
	width:100px;
	text-align:right;
	position:relative;
	left:500px;
	bottom:10px;
	font-family: Verdana, Arial,Helvetica,MS Sans-Serif; 
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	*/
}

.title_wrapper_noleftnav
{
	height: 22px;
	margin-top: 3px;	
}

.title_noleftnav
{
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #316f83;
	padding-left: 10px; 
	padding-bottom: 4px;	
}

.printerfriendly_noleftnav
{
	/*
	width:100px;
	text-align:right;
	position:relative;
	left:650px;
	bottom:10px;
	font-family: Verdana, Arial,Helvetica,MS Sans-Serif; 
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	*/
}

.title_subtitle
{
	margin:  10px 10px 10px 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #3d3930;
}

.content .title_subtitle
{
	margin:  10px 10px 10px 0px;
}

.sidebox
{
	background-color: #fffce9;
	border: 1px solid #cec9b7;
	padding:3px;
	float:right;
	width: 150px;
	margin-left: 10px;
	position: relative;
	top: 23px;
	left: 450px;
}

.container_noleftnav
{
	width:800px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #EAF5F7;*/
	min-height:375px;
	
	background-color: #FFF;
	
	/*
	background-image: url(_gfx/cmn/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: 0 0px;
*/
	
}

.container_noleftnav_special
{
	width:800px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*
	background-image: url(_gfx/cmn/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: 0 0px;
	*/
}

.content
{
	color: #565246;
	font-size: 11px;
	line-height: 17px;
	padding: 10px 20px 20px 20px;
	margin-bottom: 20px;
	/*background-color: #EAF5F7;*/
}

.content_noleftnav
{
	width:800px;
	height:auto;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	overflow:hidden;
}

.content a
{
	text-decoration:none;
	color: #6D101B;
}

.content a:hover
{
	text-decoration:underline;
		
}

.content h3
{
	font-size:12px;
}

.content textarea
{
	width:525px;
}

.downloadmessage
{
	border-top:solid 1px #CFBF92;
	margin:30px 0px 20px 0px;
}

.downloadmessage img
{
	border:0px;	
}

.downloadmessage p
{
	font-size:10px;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.paging a
{
	color: #6D101B;
}

.footer
{
	display:block;
	clear: both;
	width: auto;
	height: 58px;
	border-top: solid 0px #FFFFFF;
	text-align: center;
	background-color: #6d101b;
}

.footer_text
{
	margin: 0px;
	color:#FFFFFF;
	text-align:center;
}

.footer_text a
{
	color: #FFFFFF;
	text-decoration: underline;
}

.footer_text a:hover
{
	text-decoration: none;
}

.footer_bottom
{
	background-color: #6d101b;
}



/***********************************************
Image Rotation Code
**********************************************/

.mainImage {

	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 375px;
	background:url(_gfx/mainImage-accommodations.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	
}

.mainImage-accommodations {

	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 375px;
	background:url(_gfx/mainImage-accommodations.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	background-repeat: no-repeat; 
	
}

.mainImage-todo {

	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 375px;
	background:url(_gfx/mainImage-todo.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	
}

.mainImage-news {

	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 375px;
	background:url(_gfx/mainImage-news.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	
}


/************************************************
Department home page
************************************************/

.depthome_left
{
	float:left;
	width:370px;
}

.depthome_right
{
	background-color: #fffce9;
	border: 1px solid #cec9b7;
	padding:3px;
	float:right;
	width: 150px;
	margin-left: 10px;	

}


/************************************************
Home page
************************************************/
a img 
{ 
	border: 0; 
}

.home
{
	width:800px;
}

.home_content
{
	width:800px;
}

.home_cmt_content
{
	color: #565246;
	font-size: 11px;
	line-height: 17px;
	padding: 10px 20px 20px 20px;	

}

.home_cmt_content a
{
	text-decoration: none;
	color: #6d101b;
}


.home_cmt_content a:hover
{
	text-decoration: underline;
	color: #6d101b;
}

.home_columns
{
    background: #fff /*url(_gfx/home/home_columns.gif)*/ 0 0 no-repeat;
	/*height: 175px;*/
	width:800px;
	display:block;
	overflow:hidden;
}

.home_mainimg
{
	
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 375px;
	background:url(_gfx/mainImage-home.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	
/*	padding: 137px 0px 0px 492px; */

}

#home_left
{
	width:467px;
	color: #565246;
	float:left;
	line-height:16px;
	/*border: dashed 1px #000000;	*/
}

#home_left span.home_title 
{
	font-weight:bold;
	display:block;
}

#home_left p 
{
	width: 355px;
	padding: 5px 0 0 0; 
	margin: 0 0 8px 95px;
	font-family: Verdana, Arial, san-serif;
	font-size:10px;	
	line-height:16px;
}

#home_left a
{
	font-size: 11px;
}

#home_left .home_thumbnail 
{
	background-image:url(_gfx/home/whatsnew_pictureBG.gif);
	background-repeat: no-repeat;
	width:88px;
	height:92px;
	float:left;
}
#home_left .home_thumbnail img 
{
	margin-top:12px;
	margin-left:15px;
}


#home_right
{
	/*width:270px;
	float:left;*/
	/*border: dashed 1px #000000;*/
}

#home_buttons
{
	background-image:url(_gfx/home/me_buttons.gif);
	background-repeat: no-repeat;
	width:292px;
	height:27px;
}

#home_buttons img
{
	display:block;
	float:left;
}

.home_links{ 
	width: 800px;
	height: 60px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	list-style: none;
}

.home_links li{ 
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.home_links li.forms{left: 126px;}
.home_links li.resources{left: 253px;}
.home_links li.economic{left: 380px;}
.home_links li.shop{left: 506px;}
.home_links li.service{left: 632px;}

.home_links li a{
	display: block;
	position: relative;
	height: 60px;
	text-indent: -4000px;
}

.online_services_button
{
	margin:30px 0px 0px 50px;
}

.online_services_button img
{
	border:0px;
}

.weather_button
{
	margin:5px 0px 0px 50px;
}

.weather_button img
{
	border:0px;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
	width: 147px;
	margin-right:3px;
	padding-top:8px;
	float:left;
}

.leftnav a
{
	display:block;
	padding: 4px 4px 4px 4px;
	color: #eeead3;
	text-decoration:none;
	border-left:1px solid #6397a7;
}

.leftnav a:hover 
{
	color: #2f6c80;
	background-color: #ece7ce;
	text-decoration:none;	
}

.leftnav_node_wrapper
{

}

.leftnav_node_wrapper_root a
{
	border-left:0;
	border-bottom: 1px solid #265666;
	
}


.leftnav_node
{

}

.leftnav_node_haschildren
{
	color: #2f6c80;
	font-weight:bold;
	background-color: #ece7ce;
	background-image: url(_gfx/nav/arrow_down.gif);
	background-repeat: no-repeat;
	background-position:2px 9px;
	border-bottom-color: #81928d;
	border-top-color: #f0ecd7;
	text-decoration:none;		
}

.leftnav_node_haschildren a
{
	color: #2f6c80;
	padding-left:12px;
}

.leftnav_node_haschildren a:hover
{
	background-color:transparent;
}

.leftnav_node_iscurrent
{
	color: #fffcee;
}

.leftnav_node_iscurrent a
{
	background-image: url(_gfx/nav/arrow_right_current.gif);
	background-repeat: no-repeat;
	background-position:0px 8px;
	color:#fffcee;
	font-weight:bold;
	padding-left: 8px;
	text-decoration:none;		
}

.leftnav_node_iscurrent a:hover 
{
	color:#fffcee;
	background-color: transparent;
	padding-left: 8px;
	border-bottom-color: #265666;
	border-top-color: #6397a7;
}

/**Top Navigation Static Menu**/

.topnav_menu_container
{
	width: 800px;
	background-color: #000000;
	text-align: center;
	border-bottom: solid 1px #FFFFFF;	
}

.topnav_menu
{
	background-color:#000000;
	width:800px;
	/*height:300px;*/
	/*margin: 0px auto 0px auto;*/
}

.topnav_menu img
{
	margin:0px;
	padding:0px;
	border: none;
	/*height: 21px;*/
}

.topnav_menu a:hover img
{
	visibility: hidden;
}

* html a:hover { visibility:visible }

/******************************************/

/************************************************
Dropdown Menu
************************************************/

/* Wrapper class if needed */
.dropdownmenu
{
}

.menu
{	
	width:600px;
	border-collapse:separate;
	
}

/* This is the class for the table that surrounds each menu. */
.menu_group
{	
    border:1px solid #0078c1;

  
}

.menuitem
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 10px;
	color:#000;
	background-color:#FFF;
	padding: 3px 1px 3px 1px;
	/*border-top: solid 1px #E8E5D6;	
	border-left: solid 1px #C6C6C6;
	border-right: solid 1px #C6C6C6;
	border-bottom: solid 1px #ADA990;*/
	cursor: pointer;
	
}

.menuitem_top /*This is for the top menu item */
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 10px;
	color:#000000;
	background-color:#FFFFFF;
	padding: 3px 1px 3px 1px;
	
	/*border-top: solid 1px #E8E5D6;
	border-left: solid 1px #C6C6C6;
	border-right: solid 1px #C6C6C6;
	border-bottom: solid 1px #ADA990;*/
	cursor: pointer;
}

/* Need to define this because if image is used the item gets a table wrapper. */
.menuitem td,
.menuitem_top td
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 10px;
	color:#FFFFFF;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 10px;
	color:#FFF;
	background-color:#0078c1;
	padding: 3px 1px 3px 1px;
	/*border:1px solid #888;
	border-top: solid 1px #E8E5D6;	
	border-left: solid 1px #C6C6C6;
	border-right: solid 1px #C6C6C6;
	border-bottom: solid 1px #ADA990;*/
	cursor: pointer;	
}

.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 10px;
	color:#FFF;	
	background-color:#0078c1;
	padding: 3px 1px 3px 1px;
	/*border-top: solid 1px #E8E5D6;
	border-left: solid 1px #C6C6C6;
	border-right: solid 1px #C6C6C6;
	border-bottom: solid 1px #ADA990;*/
	cursor: pointer;	
}

.menuitem_hover td,
.menuitem_active td,
.menuitem_expanded td,
.menuitem_hover_top td,
.menuitem_active_top td,
.menuitem_expanded_top td
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 10px;
	color:#173964;
}

/* Use for offsetting arrow */
.menuitem img,
.menuitem_top img,
.menuitem_hover img,
.menuitem_active img,
.menuitem_expanded img,
.menuitem_hover_top img,
.menuitem_active_top img,
.menuitem_expanded_top img
{
	margin-right:3px;
}

.menuitem_root
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	color:#5D544D;
	padding: 3px 1px 3px 1px;
	padding-left:3px;
	background-color:#0078c1;
	border-top: solid 1px #E8E5D6;
	border-left: solid 1px #C6C6C6;
	border-bottom: solid 1px #ADA990;
	cursor: pointer;
}

.menuitem_root_selected,
.menuitem_root_hover,
.menuitem_root_expanded,
.menuitem_root_active
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	color:#5D544D;	
	padding: 3px 1px 3px 1px;
	padding-left:3px;
	background-color:#0078c1;
	border-top: solid 1px #E8E5D6;
	border-left: solid 1px #C6C6C6;
	border-bottom: solid 1px #ADA990;
	cursor: pointer;	
}

.menuitem_root_image
{
	border:0px;
	padding:0px;
	margin:0px;
	cursor: pointer;
}


/************************************************
Forms
************************************************/

.form
{
	width:560px;
	height:auto;
}

.form_subtitle
{
	clear:both;
	font-weight: bold;
	font-size:12px;
	margin:10px 0px 5px 0px;
}

.form_in_tab
{
	padding-top:15px;
	padding-bottom:10px;
	padding-left:10px;	
}


.form_div
{
	padding:5px 0px 5px 0px;
	width:auto;
	height:auto;
	clear: both;
}

.form_div:after { content: ""; display: block; height: 0; clear: both; }


.form_div textarea
{
	width:300px;
	height:150px;
	background-color: #fdfaed;
}

.form_div .short_textarea
{
	width: 300px;
	height: 60px;
}

.form_label
{
	display:block;
	margin:5px 0px 5px 0px;
	font-weight: bold;
	float: left;
	width: 125px;
	text-align: left;
	vertical-align:middle;
}

.form_field
{
	float: right;
	width: 435px;
	text-align: left;
	vertical-align:middle;
}

.form_div_sub
{
	padding:3px 0px 3px 0px;
	width:400px;
	height:auto;
	clear: both;
}

.form_div_sub:after { content: ""; display: block; height: 0; clear: both; }


.form_label_sub
{
	margin-bottom:5px;
	font-weight: bold;
	float: left;
	width: 100px;
	text-align: left;
	vertical-align:middle;
}

.form_field_sub
{
	margin-bottom:5px;
	float: right;
	width: 300px;
	text-align: left;
	vertical-align:middle;
}

.form_div_sub:after { content: ""; display: block; height: 0; clear: both; }

legend
{
	font-weight: bold;
	color:#625C4D;
}

fieldset
{
	border:solid 1px #c2bca6;
}

.form_normaltextbox
{
	width:300px;	
	border-left: solid 1px #c2bca6;
	border-right: solid 1px #c2bca6;
	border-top: solid 1px #c2bca6;
	border-bottom: solid 1px #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 2px 2px 3px;
}

.form_smalltextbox
{
	width:200px;	
	border-left: solid 1px #c2bca6;
	border-right: solid 1px #c2bca6;
	border-top: solid 1px #c2bca6;
	border-bottom: solid 1px #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 2px 2px 3px;
}

.date_smalltextbox
{
	width:80px;	
	border-left: solid 1px #c2bca6;
	border-right: solid 1px #c2bca6;
	border-top: solid 1px #c2bca6;
	border-bottom: solid 1px #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 2px 2px 3px;
}

.form_tinytextbox
{
	width:50px;	
	border-left: solid 1px #c2bca6;
	border-right: solid 1px #c2bca6;
	border-top: solid 1px #c2bca6;
	border-bottom: solid 1px #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 2px 2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border-left: solid 1px #c2bca6;
	border-right: solid 1px #c2bca6;
	border-top: solid 1px #c2bca6;
	border-bottom: solid 1px #c2bca6;
	height:17px;
	padding-left:3px;
	background-color: #fdfaed;
}

.form_smalldropdown
{
	width:150px;	
	border-left: solid 1px #c2bca6;
	border-right: solid 1px #c2bca6;
	border-top: solid 1px #c2bca6;
	border-bottom: solid 1px #c2bca6;
	height:17px;
	padding-left:3px;
	background-color: #fdfaed;
}

.form_tinydropdown
{
	width:45px;	
	border-left: solid 1px #c2bca6;
	border-right: solid 1px #c2bca6;
	border-top: solid 1px #c2bca6;
	border-bottom: solid 1px #c2bca6;
	height:17px;
	padding-left:3px;
	background-color: #fdfaed;
}

.form_multipleselect
{
	background-color: #fdfaed;
	width:300px;
}

.form_multiple_select_label
{
	position: relative;
	left: -125px;
	top: 20px;
	font-weight: bold;
}

.form_button
{
	background-image: url(_gfx/button_save_bg.gif);
	font-family:Tahoma;
	font-size: 11px;
	font-weight:bold;
	padding: 0px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #D7DBB2 #AD9C4D #868660 #E0C859;
	height: 18px;
}

.form_button_permit_submit
{
	background-image: url(_gfx/button_save_bg.gif);
	font-family:Tahoma;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
	padding: 0px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #D7DBB2 #000 #000 #000;
	height: 22px;
	clear: both;
	margin-top: 10px;
}

.form_message
{
	color: #cc0000;
}

.form_message td
{
	color: #cc0000;
}

.form_checkbox_threecolumn td
{
	width:33%;
}

.form_error
{
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.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:0px;
	margin-bottom:0px;
}

/************************************************
Site map
************************************************/

.sitemap
{
  border:solid 0px #000000;
  background-color: #FFFFFF;
  padding-left:15px;
}

.sitemap a
{
}

.rootnode
{
	font-weight: bold;
	color: #625C4D;
	padding:3px 3px 0px 3px;
} 

.rootnode a
{ 
	color: #625C4D;
	font-weight: bold;
} 

.rootnode a:hover
{ 
} 

.parentnode
{
	padding:3px 3px 0px 3px;
}

.parentnode a
{
	color: #625C4D;
	font-weight: bold;
} 

.parentnode a:hover
{ 
} 

.leafnode
{
	padding:3px 3px 0px 3px;
} 

.leafnode a
{ 
} 

.leafnode a:hover
{ 
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0px 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/

.search
{
	width:720px;
	font-size:11px;
}

.search_title
{
	margin:7px 0px 7px 0px;
	padding:5px 0px 5px 0px;
	color:#FFFFFF;
	background-color:#007799;
	width:720px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.search_summary
{
	font-weight:bold;
}

.search_result
{
	padding-top:5px;
	padding-bottom:5px;
}

.search_result_alternate
{
	padding-top:5px;
	padding-bottom:5px;
	background-color:#EEEEEE;
}

.search_result_title
{
	font-weight:bold;
	font-size:12px;
}

.search_result_location
{
}

.search_result_location_field
{
	font-weight:bold;
}

.search_result_synopsis
{
	padding:0px 0px 0px 0px;
}

.search_result_synopsis_highlight
{
	background-color:Yellow;
}

.search_result_info
{
}

.search_result_info_field
{
	font-weight:bold;
}


/*****************************************
* Calendar month view
*****************************************/

.calendar_div
{
	padding-bottom: 10px;
	text-align:center;
}

.calendar
{
	width:540px;
	border: solid 0px #CCCCCC;
}

.calendar_dayheader
{
	height: 1px;
	color: #FFFFFF;
	background-color: #C8BA92;
	font-family:Verdana, Helvetica, MS Sans Serif;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0px 2px 0px;
	text-transform: uppercase;
	border: 1px solid #c2bca6;
}

.calendar_day
{
	text-align:left;
	vertical-align: top;
	background-color:#FFFFFF;
	color:#aaa69b;
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;
	width:14%;
	height:60px;
	border: 1px solid #c2bca6;
}

.calendar_othermonthday
{
	text-align:left;
	vertical-align: top;
	background-color:#edebe3;
	color:#b6b1a3;
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;	
	width:14%;
	height:60px;
	border: 1px solid #c2bca6;
}

.calendar_selectedday
{
	text-align:left;
	vertical-align: top;
	background-color:#F2C532;
	color:#999999;
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;	
	width:14%;
	height:60px;
	border: 1px solid #c2bca6;
}

.calendar_selector
{
	color:#FFFFFF;
	background-color:#EFDC9E;
	font-size:13px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 5px 0px 5px 0px;
	background-color:#f1eddb;
	font-family: Arial,Helvetica,MS Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #007799;
}

.calendar_nextprev
{
	font-family:Arial, Helvetica, MS Sans Serif;
	padding: 0px 5px 0px 5px;
	width:180px;
	font-size:10px;	
}

.calendar_nextprev a
{
	font-size:10px;
	font-weight:normal;
	width:180px;
}

.calendar_nextprev a:hover
{
	font-size:10px;
	font-weight:normal;
	width:180px;
}

.calendar_today
{
	text-align:left;
	vertical-align: top;
	background-color:#FFF0A0;
	color:#bfa862;
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;	
	width:14%;
	height:60px;
	border: 1px solid #c2bca6;
}

.calendar_weekendday
{
	text-align:left;
	vertical-align: top;
	background-color:#FFFFFF;
	color:#999999;
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;	
	width:14%;
	height:60px;
	border: 1px solid #c2bca6;
}

.calendar_eventtime
{
	color:#000000;
	font-family: Verdana, Arial, san-serif;
	font-size:10px;		
	font-weight: normal;	
}

.calendar_eventlink
{
	font-family: Verdana, Arial, san-serif;
	font-size:10px;		
	font-weight: normal;
}


/*************************************************
* Component detail 
*************************************************/

.component_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

.component_subtitle
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

.component_listitem
{
	padding: 0px 0px 15px 0px;
	width:400px;
}

.component_listitem div
{
	padding: 0px 0px 4px 0px;
	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:540;
	border:solid 0px #ffffff;
}

.listfaq td
{
	border-top:0px solid #DADADA;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	padding:4px;
	margin:0px;
}

.listfaq_pager
{
	text-align:right;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_a
{
}

/************************************************
*Link List
************************************************/
.link_name a
{
	color:#007799;
	text-decoration:none;
	font-weight:bold;
}

.link_name a:hover
{
	text-decoration:underline;
}

/************************************************
* Lists, including DataGrid classes
************************************************/

.listtable
{
	width:540;
	border:1px solid #007799;
	border-collapse:  separate;
}

.listtable th
{
	background-color: #007799;
	padding:4px;
	border-top:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #FFFFFF;
	height:25px;
}

.listtable_header a
{
	color:#FFFFFF;
}

.listtable td
{
	border-top:1px solid #C4CBD3;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	padding:4px;
	margin:0px;
}

.listtable tr:hover
{
	background-color:#E4F1FF;
}

.listtable_buttoncolumn
{
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000000;
	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;
	border: hidden 0px #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
}

.listcomponent th
{
	text-align:left;
	font-size:11px;
	border: solid 0px #FFFFFF;
	border: hidden 0px #FFFFFF;
	margin:0px 0px 0px 0px;
	padding:4px 4px 10px 0px;
	border-collapse:collapse;
}

.listcomponent td
{
	border: solid 0px #FFFFFF;
	border: hidden 0px #FFFFFF;
	margin:0px 0px 0px 0px;
	padding:4px 4px 10px 0px;
	border-collapse:collapse;
}

.listcomponent_pager
{
	text-align:left;
}

/*For links on top of page*/
.topselector
{
	margin-bottom: 10px;
}

/*For dropdown filters*/
.filter
{
	margin-bottom: 10px;
	margin-top:10px;
}

/************************************************
* Image-using item list 
************************************************/

.righttable
{
	width:200;
	border:1px solid #f2c532;
	border-collapse:  separate;
}

.righttable th
{
	background-color: #f2c532;
	padding:4px;
	border-top:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #FFFFFF;
	height:25px;
	
}

.righttable_header a
{
	color:#FFFFFF;
}

.righttable td
{
	border-top:1px solid #DADADA;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	padding:4px;
	margin:0px;
}

.righttable tr:hover
{
	background-color:#E4F1FF;
}

.righttable_buttoncolumn
{
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input
{
	background-image: url(_gfx/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:0px;
	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: 10 0 20 0;
}

.area_div
{
	padding: 5 0 5 0;
}


/************************************************
Survey
************************************************/

.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}


/************************************************
Staff Directory
************************************************/

.staff_column_div
{
	margin:10px 0px 0px 0px;
	clear:both;
	width:560px;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
}

.staff_listitem_span
{
	float:right;
	width:450px;
}


/************************************************
Department boxes
************************************************/
.box_container
{
	border:solid 0px #CCCCCC;
	margin: 0px 0px 0px 0px;
}

.box_title h1
{
	color:#75632F;
	font-size:11px;
	line-height:12px;
	margin:0px 0px 0px 0px;
	text-transform: uppercase;
}

.box_title span
{
	margin:0px 0px 0px 0px;
	padding:0px 2px 0px 0px;
}

.box_list ul
{
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

.box_list a
{
	color:#B6A77D;
	font-weight:bold;
	text-decoration:none;
}

.box_list a:hover
{
	text-decoration:underline;
}

.box_list p
{
	margin: 10px 0px 10px 0px;
}

.box_bottomlink
{
	display:none;
}

/************************************************
Department home boxes
************************************************/
.home_box_container
{
	height:250px;
	/*over-flow:hidden;	*/
}

.home_box_title
{
	/*display:none;*/
}

.home_box_title h1
{
	/*display:none;*/
}

.home_box_title span
{
	/*display:none;*/
}

.home_box_list ul
{
	
	list-style-type: none;
	margin-left: -1px;
	
}

.home_box_list li
{
	margin-bottom: 10px;
	color:#C2F2FC;
}

.home_box_list p
{
	
	margin: 0px 0px 0px 0px;
	text-align:left;
	color:#C2F2FC;
	
	/*color:#F1EEDC;*/
}

.home_box_list a
{
	display:block;
	/*color: #eeead3;*/
	color: #000;
	text-decoration:none;
	margin-bottom: 6px;
	font-weight:bold;	
}

.home_box_list a span
{
	color:#cec8b0;
	display:block;
	font-weight:normal;
}


.home_box_list div
{
	margin-top: -6;
}

.home_box_list a:hover
{
	text-decoration:underline;
}

.home_box_bottomlink
{
	/*display:none;*/
}


.home_events
{
	margin-left: 13px;
}
/******************************************
* Photo Album 
******************************************/
#albumItem
{
	padding:20px 10px 30px 10px;
	text-align:center;
}
#albumItem em
{
	font-style: normal;
	font-size: 8px;
	line-height:normal;
}
#photostack
{
	padding-right: 21px;
	background-position: center center;
	padding-left: 21px;
	background-image: url(_gfx/album/exported_group.jpg);
	padding-bottom: 20px;
	overflow: hidden;
	width: 204px;
	padding-top: 25px;
	background-repeat: no-repeat;
	height: 204px;
	margin: 0px auto;
}
#photoStackImage
{
	text-align:center;
	margin: 0px auto;
	overflow: hidden;
	width: 160px;
	height: 110px;
	position:relative;
	vertical-align:middle;
	left: 0px; /*!important;
	left: 0px;*/
	top:21px; /*!important;
	top:0px;*/
}
#photoStackImage img
{
	display:block;
	overflow: hidden;
	margin: 0px auto;
}

#galleryName
{
	text-transform:uppercase;
	font-weight:bold;
}
#categoryListFooter
{
	float:none;
	display:block;
	margin-bottom:20px;
}
/* End Category List */

/* Picture List */

#photoItem
{
padding:20px 0px 30px 0px;
text-align:center;
vertical-align:top;
}
#photoItem em
{
/*color: #777777;*/
font-style: normal;
font-size: 8px;
line-height:normal;
}
#picturestack
{
padding-right: 11px;
background-position: center center;
padding-left: 10px;
background-image: url(_gfx/album/single_photo.gif);
padding-bottom: 20px;
overflow: hidden;
width: 240px;
padding-top: 60px;
background-repeat: no-repeat;
height: 250px;
margin: 0px auto;
}
#pictureStackImage
{
text-align:center;
margin: 0px auto;
overflow: hidden;
width: 208px;
height: 130px;
position:relative;
vertical-align:middle;
left: 0px; /*!important;
left: 0px;*/
top:0px; /*!important;
top:0px;*/
}
#pictureStackImage img
{
display:block;
overflow: hidden;
margin: 0px auto;
}

#photoName
{
/*text-transform:uppercase;*/
font-weight:bold;
}
/* End Picture List */
/*Resource Library*/

/*********Permit List and Details classes***********/
.permit_list
{
	list-style-type:none;
	margin-left: 10px;
	padding-left: 0px;
}

.permit_list:after { content: ""; display: block; height: 0; clear: both; }


.permit_list li
{
	width:550px;
}

.permit_list hr
{
	height:1px;
	width:100%;
}

.permit_list_item
{
	clear:both;
	width:550px;
}

.permit_list_item:after { content: ""; display: block; height: 0; clear: both; }

.permit_list_thumbnail
{
	display:block;
	float:left;
	width:110px;
}

.permit_list_body
{
	float:right;
	width:440px;
}

.permit_list_name
{
	
	margin: 0px 0px 10px 0px;
}

.permit_list_name a
{
	font-weight: bold;
}

.permit_list_contact
{
	margin: 0px 10px 0px 0px;
	width: 190px;
	float:left;
}

.permit_list_website
{
	padding: auto 0px auto 0px;
	margin: 0px 0px 0px 10px;
	float:right;
}


.permit_detail_main
{
	margin-top: 25px;
}

.permit_detail_description
{
	margin: 0px 0px 10px 0px;
}

.permit_detail_address
{
	width: 185px;
	margin: 10px 10px 10px 0px;
	float:left;
}

.permit_detail_contact
{
	width: 185px;
	margin: 10px 0px 10px 10px;	
	float: left;
}

.permit_detail_credit
{
	width: 185px;
	margin: 10px 0px 10px 10px;
	float: left;
}

.permit_detail_image
{
	margin: 10px 0px 2px 0px;
}

.permit_detail_image_caption
{
	width: 300px;
	padding: 0px 0px 0px 12px;
	height: 22px;
	background-image: url(_gfx/cmn/image_caption_bg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}

.resource_image
{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
}


/*Front end permit filtering*/
.permit_fieldset_filter
{
	padding: 0px 10px 10px 10px;
	overflow: auto;
	width:97%;
}

.permit_fieldset_filter:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.permit_filter_div
{
	clear:both;
	width:520px;
	height:auto;
	padding-top:10px;
}

.permit_filter_div label
{
	font-weight:bold;
	display:block;
}

.permit_category_filter
{
	float:left;
	width:52%;
	height:auto;
}

.permit_keyword_filter
{
	margin-left:10px;
	float:right;
	width:44%;
	height:auto;
}

.category_title
{
	font-weight:bold;
	font-size: 12px;
}

.permit_detail_main .category_title
{
	text-align: center;
}

.specialButton
{
	width:90%;
}


/********************/
.clear
{
	clear: both;
}

.textarea_counter
{
	width: 100px;
	margin-left: 123px;
}

.clearfix
{ 

}
