/************************************************
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-image:url(_gfx/cmn/bodyBG.jpg); 
	background-repeat: repeat-x; 
	background-color: #647eb7;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	text-align: center;
}

form
{
	width: 760px;
	margin: 0 auto;
	text-align:left;
}

body,td,th,p,select,li,input,.container,.container_noleftnav,.content
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	color: #000000;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration:underline;
}

.error_message
{
	color: #cc0000;	
}

.mainSpan
{
	background-image:url(_gfx/nav/leftnavbackground.gif); 
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}

.mainSpan_noleftnav
{
	background-color:#FFFFFF;
}

.adminSpan
{
	width:200px;
	float:right;
}

.header
{
	background-image:url(_gfx/cmn/headerBG.jpg);
	background-repeat: no-repeat;
	height:113px;
}

.header_left
{
	float:left;
	width:270px;
	padding:0px 0px 0px 0px;
}

.header_right
{
	float:right;
	width:485px;
}

.header a
{
}

.header_logo
{
}

.header_title
{
}

.header_toplinks
{
	display:none;
}

.header_toplinks a
{
}

.header_toplinks a:hover
{
}

.header_menu
{
}

.loginbuttonpanel
{
	display:none;
}

.searchbox
{
	margin-top:20px;
	height: 30px;
	background-image:url(_gfx/cmn/search.gif);
	background-repeat: no-repeat;
	width: 200px;
	position:relative;
	left: 280px;
}

.searchbox_textbox
{
	margin-top: 8px;
	font-size:9px;
	width:150px;
	padding:2px;
	height: 19px;
	float:left;
}

.searchbox_button
{
	float:left; 
	margin-left:5px;
}

.quicklinks
{
	position: relative;
	left:280px;
	top: 3px;
	width:180px;
	font-size:9px;
}

.breadcrumb_wrapper
{
	padding-top: 3px;
	padding-left: 10px;
	width:100%;
}

.breadcrumb
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.breadcrumb a
{
}

.breadcrumb a:hover
{
}

.title_wrapper
{
	background-image: url(_gfx/cmn/titleBG.jpg);
	background-repeat: repeat-x;
	background-position:left bottom;
	height:56px;
}

.title
{
	font-family: Verdana,Arial,Sanserif;
	font-size: 14px;
	font-weight: bold;
	color: #1B3061;
	margin-top:14px;
	padding-left: 10px;
	padding-bottom: 4px;	
}

.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
{
	background-image: url(_gfx/cmn/titleBG_long.jpg);
	background-repeat: repeat-x;
	background-position:left bottom;
	height: 56px;
}

.title_noleftnav
{
	font-family: Verdana,Arial,Sanserif;
	font-size: 14px;
	font-weight: bold;
	color: #1B3061;
	margin-top:14px;
	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 0px 10px;
	font-family: Verdana,Arial,Sanserif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.sidebox
{
	background-color: #fffce9;
	border: 1px solid #cec9b7;
	padding:3px;
	float:right;
	width: 150px;
	margin-left: 10px;
	position: relative;
	top: 23px;
	left: 450px;
}

.container
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	width: 580px;
	background-color:#FFFFFF;
	overflow: hidden;
}

.container_noleftnav
{
	width:760px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
}

.container_noleftnav_special
{
	width:760px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
}

.content
{
	height:auto;
	padding: 10px 20px 20px 12px;
	margin-bottom: 20px;
	overflow:hidden;
}

.content_noleftnav
{
	width:760px;
	height:auto;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	padding:10px 20px 20px 12px;
	overflow:hidden;
}

.content a
{
	text-decoration:underline;
}

.content a:hover
{
	text-decoration:none;
}

.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:Blue;
}

.footer
{
	display:block;
	clear: both;
	background-image: url(_gfx/cmn/footerBG.gif);
	background-repeat: repeat-x;
	background-color:#bfd6f2;
	width: 760px;
	padding: 5px 0px 5px 0px;
	height:60px;
	color:#333333;
	font-family:Tahoma,Arial,Helvetica, MS Sans Serif;
	font-size:9px;
}

.footer_text
{
	line-height:12px;
	text-align:center;
	padding-top:15px;
}

.footer_text a
{
	font-weight:bold;
}

.footer_text_bottomline
{
}

.footer_text_bottomline a
{
}

.footer_text_bottomline a:hover
{
}



/************************************************
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:760px;
}

.home_content
{
	width:760px;
}

.home_cmt_content
{
	display:none;
}

.home_collage img
{
	display: block;
}

.home_columns
{
}


.home_left
{
	width:538px;
	float:left;
}

.home_right
{
	width:222px;
	float:right;
	overflow:hidden;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
	width: 180px;
	float:left;
	color:#004e82;
}

.leftnav a
{
	display:block;
	padding: 2px 0px 2px 14px;
	color:#004e82;
	text-decoration:none;
}

.leftnav a:hover 
{
	color: #b63d36;
	text-decoration:none;
}

.leftnav_node_wrapper
{
	background-color:#F3F5F9;
}

.leftnav_node_wrapper_root
{
}

.leftnav_node
{
	background-image: url(_gfx/nav/arrow_right.gif);
	background-repeat: no-repeat;
	background-position:4px 5px;
}

.leftnav_node a
{
}

.leftnav_node a:hover
{
}

.leftnav_node_haschildren
{
	background-image: url(_gfx/nav/arrow_down.gif);
	background-repeat: no-repeat;
	background-position:4px 5px;
}

.leftnav_node_haschildren a
{
	color: #b63d36;
}

.leftnav_node_haschildren a:hover
{
}

.leftnav_node_iscurrent
{
	background-image: url(_gfx/nav/arrow_right_current.gif);
	background-repeat: no-repeat;
	background-position:4px 5px;
}

.leftnav_node_iscurrent a
{
	color:#b63d36;
}

.leftnav_node_iscurrent a:hover 
{
}


/************************************************
Dropdown Menu
************************************************/

/* Wrapper class if needed */
.dropdownmenu
{
	clear:both;
	position:relative;
	top:14px;
	left:65px;
	width:600px;
	height:29px;
}

.menu
{	
}

.menuitem
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 10px;
	color:#000000;
	background-color:#F3F5F9;
	padding: 3px 1px 3px 1px;
	border-top: solid 0px #D7DEF1;	
	border-left: solid 1px #0F6561;
	border-right: solid 1px #0F6561;
	border-bottom: solid 1px #0F6561;
	cursor: pointer;
}

.menuitem_top
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 10px;
	color:#000000;
	background-color:#F3F5F9;
	padding: 3px 1px 3px 1px;
	border-top: solid 1px #0F6561;
	border-left: solid 1px #0F6561;
	border-right: solid 1px #0F6561;
	border-bottom: solid 1px #0F6561;
	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:#000000;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 10px;
	color:#000000;	
	background-color:#D7DEF1;
	padding: 3px 1px 3px 1px;
	border-top: solid 0px #D7DEF1;	
	border-left: solid 1px #0F6561;
	border-right: solid 1px #0F6561;
	border-bottom: solid 1px #0F6561;
	cursor: pointer;	
}

.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	font-family: Tahoma,Arial,MS Sans-Serif;
	font-size: 10px;
	color:#000000;	
	background-color:#D7DEF1;
	padding: 3px 1px 3px 1px;
	border-top: solid 1px #0F6561;
	border-left: solid 1px #0F6561;
	border-right: solid 1px #0F6561;
	border-bottom: solid 1px #0F6561;
	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:#000000;
}

/* 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
{
}

.menuitem_root_selected,
.menuitem_root_hover,
.menuitem_root_expanded,
.menuitem_root_active
{
}

.menuitem_root_image
{
	border:0px;
	padding:0px;
	margin:0px;
	cursor: pointer;
}


/************************************************
Forms
************************************************/

.form
{
	width:700px;
	height:auto;
}

.form_in_tab
{
	padding-top:15px;
	padding-bottom:10px;
	padding-left: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-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;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background-image: url(_gfx/button_save_bg.gif);
	font-family:Tahoma;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #D7DBB2 #AD9C4D #868660 #E0C859
}

.form_message
{
	color: #cc0000;
}

.form_message td
{
	color: #cc0000;
}

.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:735px;
	font-size:11px;
}

.search_title
{
	margin:7px 0px 7px 0px;
	padding:5px 0px 5px 0px;
	color:#FFFFFF;
	background-color:#003399;
	width:735px;
	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;
}

.calendar
{
	width:700px;
	border: solid 0px #CCCCCC;
	margin-left:10px;
}

.calendar_dayheader
{
	height: 1px;
	color: #FFFFFF;
	background-color: #1B3061;
	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;
	font-family: Arial,Helvetica,MS Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #1B3061;
	background-color:#FFFFFF;
}

.calendar_nextprev
{
	font-family:Arial, Helvetica, MS Sans Serif;
	padding: 0px 5px 0px 5px;
	background-color:#FFFFFF;
	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:0px;
}

.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-image: url(_gfx/table_head_bg.gif);*/
	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;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px solid #FFFFFF;
	padding:4px 4px 10px 0px;
	margin:0px;
}

.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
{
	width:200px;
	overflow: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;
	padding-left:0px;
	margin-top:0px;
	margin-left:0px;
}

.home_box_list li
{
	margin-top:0px;
	margin-bottom: 6px;
	color:#006600;
	font-size:9px;
	font-family:Tahoma, Arial, Sans-Serif;
	font-weight:bold;
}

.home_box_list p
{
}

.home_box_list a
{
	display:block;
	color: #006600;
	text-decoration: underline;
}

.home_box_list a:hover
{
	text-decoration: none;
}

.home_box_bottomlink
{
	display:none;
}

.teaserNews
{
	width:518px;
	height:60;	
	overflow:hidden;
}

.teaserNews a
{
	text-decoration: underline;
	font-weight:bold;
}

.home_events
{
	margin-left: 13px;
}

/******************************************
* Photo Album 
******************************************/
#albumItem
{
	padding:20px 10px 30px 10px;
	text-align:center;
}
#albumItem em
{
	/*color: #777777;*/
	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 10px 30px 10px;
text-align:center;
vertical-align:top;
}
#photoItem em
{
/*color: #777777;*/
font-style: normal;
font-size: 8px;
line-height:normal;
}
#picturestack
{
padding-right: 21px;
background-position: center center;
padding-left: 20px;
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 */



/*Emergency Home Page*/
.emergency_home
{
	width: 100%;
	margin-top: 7px;
}
.e_header 
{
	/*
	position:absolute;
	top:32px;
	width:530px;
	*/
	position: relative;
	top:30;
	left:260;
	text-align:center;
	color: #ffde00;
	width: 275;
}

.e_header a 
{
	color: #ffde00;
	font-weight:bold;
	text-decoration:none;
}
.e_header a:hover 
{ 
	text-decoration:underline; 
}


#e_info 
{
	padding-top: 5px;
	color: #eeead3;
	height:161px;
	overflow:hidden;
	font-size:11px;
	padding-left:5px;
}
	
#e_info h1 
{
	font-size:17px;
	padding:0;
	margin:0 0 8px 0;
	font-family:Tahoma, Helvetica, sans-serif;
}

#e_info a 
{
	color: #eeead3;
}
#e_info a:hover 
{ 
	text-decoration: none; 
}

#e_contact 
{
	width: 213px;
	float:right;
}

.e_content
{
	padding:5px;
	color: #565246;
	background-color:#eeead3;
	border-bottom: 2px solid #cec8b0;
	border-right: 1px solid #cec8b0;
	border-left: 1px solid #cec8b0;
	overflow:hidden;
}

#e_contact .e_content 
{ 
	max-height: 100px;
	height:105px; 
}

#e_news .e_content    
{ 
	height:100px;
	margin-bottom:5px;
}

.e_content a
{
	text-decoration: underline;	
}
	
#e_info h2, #e_bottom h2 
{
	margin:0;
	padding:7px 0 0 0;
	display:block;
	text-align:center;
	background-image: url(_gfx/emer/brightBG.gif);
	background-repeat: repeat-x;
	color:#245c6d;
	background-color: #dec93c;
}
	
#e_contact h2, #e_news h2    
{ 
	height:37px;
	max-height: 30px;
} 

#e_links h2   
{ 
	height:30px; 
	max-height: 23px;
	margin-bottom: 3px;
}	

#e_news 
{
	height:154px;
	width:386px;
	float:left;
	margin-right: 8px;
	font-size:11px;
}

#e_news a 
{ 
	color:#565246; 
	display:block; 
	margin-bottom: 8px; 
}

#e_news a:hover 
{ 
	text-decoration: none; 
}

#e_news a.showall 
{
	font-weight:bold;
	font-size:10px;
	padding-top:8px;
}

#e_links 
{
	width: 366px;
	height:225px;
	overflow:hidden;
	float:left;
}

#e_links a 
{
	background-image:url(_gfx/emer/buttonBG.gif);
	background-repeat: repeat-x;
	width: 180px;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	color:#565246;
	font-weight:bold;
	/*height:32px;*/
	height: 34px;
	margin: 0 2px 3px 0px;
	padding-top:4px;
}

#e_links a:hover 
{
	background: #968f69;
	color: #eeead3;
}
	
#signup 
{
	background-color: #245c6d;
	width:268px;
	padding-top:10px;
	text-align:center;
	margin-right:5px;
	float:left;
	border:1px solid #154857;
	/*height:60px;*/
	max-height: 60px;
	height: 73px;
}
	
#signup .title 
{
	margin-bottom: 5px;
}

#signup #email 
{
	font-size:10px;
	background-color:#f1eddb;
	background-image:url(_gfx/cmn/searchBG.gif);
	color: #255d6e;
	width:145px;
	margin-top: 4px;
	border:1px solid #1e4b59;
	padding:2px;
}

#signup #signupSumbit 
{
	display:block;
	float:right;
	margin-right:10px;
}

img.colliertv 
{
	float:left;
	display:block;
	width:111px;
	height:74px;
}

.emergency_home_content
{
	/*border:solid 1px #FFFFFF;*/
	width:518px;
	height:84;	
	margin-bottom: 3px;
	overflow:hidden;
	color: #F1EEDC;
}

.emergency_home_content p
{
	color:#F1EEDC;
}

.signup_button
{
	position:relative;
	top: 9px;
}

.signup_email
{
	font-size:10px;
	background-color:#f1eddb;
	background-image:url(_gfx/cmn/searchBG.gif);
	color: #255d6e;
	width:145px;
	margin-top: 4px;
	border:1px solid #1e4b59;
	height: 19px;
	/*padding:2px;*/

}
/********************/
.home_sp_content
{
	height: 200px;
}

.econtact_row
{
	margin-bottom: 3px;
	border: solid 1px #EEEAD3;
}

.econtact_name
{
	width: 110px;
	float:left;
}

.econtact_phone
{
	float:left;
}

.clear
{
	clear: both;
}