/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0;
	margin:0;
	padding:0;
	background: #6e89a5 url("_gfx/body_bg.gif") top center repeat-x;
}

/* Base font style and size set here */
body,td,th,p,select,li,ul,ol,input,blockquote,textarea {
	font-family: Verdana, Arial, san-serif;
	font-size:11px;	
}

.printonly{
	display:none;
}

a img { border: 0 }

a {
	color:#339966;
	text-decoration:none;	
}

a:hover { 
    text-decoration:underline; 
}

.error_message { /*default error reporting style */
	color: #c60;
	font-weight:bold;	
}


.mainSpan { /*containing frame for the site*/
	width: 760px;
	margin: 0 auto;
	padding:0;
}

#mainSpan { /*containing frame for the site*/
	width: 760px;
	margin: 0 auto;
	padding:0;
}

.home_collage {
	background: url("_gfx/home/collage.jpg");
	width:762px;
	height: 200px;
	margin:0;
	padding:0;
	border-bottom: 2px solid #f9f9f9;
	border-top: 2px solid #f9f9f9;
}

#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, .content_container:after { 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, .mainSpan, {
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix, * html .mainSpan {
	height:1%;
}
.clearfix, .mainSpan {
	display:block;
}
/* End hide from IE-mac */


/* container for admin controll panel */
.adminSpan {
	width:200px;
	float:right;
	text-align:left;
}

.header{
	background:url("_gfx/header_bg.gif");
	margin:0;
	padding:0;
	height:91px;
}

.top_nav{
	padding:3px 0 0 75px;
	margin:0;
}

.top_nav a{
	font-size:10px;
	font-weight:bold;
	text-align:right;
	color:#115061;
}

.header_logo {
    display:block;
    height:72px;
    width:422px;
}

.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;
}

.header_nav a {
	color: #eee; 
	text-decoration:none;
	padding: 0 4px;	
}

.header_nav a:hover{
	text-decoration:underline;
}

.searchbox { /*container for search field and go button */
	width: 150px;
	height: 40px;
	float:right;
	padding:20px 15px 0 0;
	margin:0;
}

.searchbox_textbox {
	font-size:9px;
	border:1px solid #d4d3d1;
	color: #000;
	width:110px;
	height:12px;
	padding:1px;
	margin: 0 0 0 10px;
	float:left;
}

.searchbox_button {
	float:right; 
	margin:0;
}

.quick_links{
	font-size:9px;
	border:1px solid #d4d3d1;
	float:right;
	width:140px;
	padding: 1px;
	margin-top:5px;
}

.quick_links option{
}

.contentheader { /* contains breadcrumb, page title, print friendly link */
}

.breadcrumb_wrapper {
	height:19px;
	font-size:9px;
	width:584px;
	padding-left:16px;
	color:#d5eaf8;
	background:#718ca9;
}

.breadcrumb a { 
	line-height: 19px;
	text-decoration:none;
	color: #d5eaf8;	
}

.breadcrumb a:hover {
	text-decoration: underline;	
}

.content_top{
	width:760px;
	background: #ffffff url("_gfx/content_top_bg.gif") top center no-repeat;
	margin:0;
	padding:0;
}

.content_top_int{
	width:760px;
	background: #ffffff url("_gfx/content_top_bg_int.gif") top center no-repeat;
	margin:0;
	padding:0;
}

#content{
	margin:0;
	padding:0;
	width:760px;
	background: url("_gfx/content_bt_bg.gif") bottom center no-repeat;
}

.content_container{
	background: url("_gfx/content_bt_bg.gif") bottom center no-repeat;
	margin:0;
	padding:0 0 100px 0;
	width:760px;
}

.content_container_int{
	background: url("_gfx/content_bt_bg_int.gif") bottom center no-repeat;
	margin:0;
	padding:0 0 100px 0;
	width:760px;
}

.dept_header {
	height: 75px;
	margin:2px 0 0 0;
	padding:0;
}


.title_wrapper {
	height: 39px;
    background-repeat:no-repeat;
    background-position:right top;
	margin:0;
	padding:0;
    margin-bottom:2px;
}

.title_wrapper_wdept {
	height: 39px;
    background-repeat:no-repeat;
    background-position:right top;
	margin:0;
	padding:0;
    margin-bottom:2px;
}

.title_wrapper_noleftnav {
	height: 39px;
	margin:0;
	padding:5px 0 25px 0;
    margin-bottom:5px;
}

.title_wrapper img { display:block; }

.printer_friendly {
    font-size:10px;
    float:right;
	margin-right:15px;
	padding:0;
	margin-top: -5px;
	width:105px;
    height:25px;
    text-align:right;
}

.printer_friendly a {
     height:25px;
   display:block;
    padding-left:20px;
    background-image:url(_gfx/cmn/printer.gif);
    background-repeat:no-repeat;
    color:#084a70;
}

.title_subtitle {
	padding: 15px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #718ca9;
}

.special_title { /* document, search & image reviewing */
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #316f83;	
	line-height: 24px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

.container { /* page content container */
	width: 600px;
	float:right;
	margin:0;
	padding:0;
	
}

.container_noleftnav {
	width: 100%;
	margin:0;
	padding:0;
}

/* hide the header for pages without left navigation */
.container_noleftnav .contentheader {
}

/* content padding should be on content class NOT container */
.content 
{
	color:#415267;
}

.content_home
{
	color:#415267;
	margin:0;
	padding:0;
	width:760px;
	background: url("_gfx/content_bt_bg.gif") bottom center no-repeat;
}

.content_noleftnav {
	margin:5px 20px 20px;
	padding:0 0 5px;
}

.content_noleftnav_withtitle {
	width: 100%;
}

.content_noleftnav_special { /* document, search & image reviewing */
    padding: 10px 20px;
}


/* content styles */
.content {
    line-height:16px;
}

.content textarea {
	width:525px;
}

.texta {
	color:#084a70;
	text-decoration:underline;
}

a:hover.texta {
	color:#084a70;
	text-decoration:none;
}

.content ul, .content ol {
	padding:0;
	padding-left: 20px;
	color:#415267;
	margin:8px 0 10px 20px;
	}

.content ul li {
	padding: 2px 0;
}

.content p {
    padding:0;
    margin:0 0 15px;
}


.downloadmessage { /* notification of PDF, Word, etc media */
	border-top:solid 1px #ccc;
	margin-top:20px;
	text-align:center;
}

.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;
}

.paging {
	margin-top:10px;
	margin-bottom:10px;
}


.footer {
	width:760px;
	margin:0 auto;
}

.footer p, .footer p a{
	padding: 0 0 0 0px;
	color: #c4dbfe;
	text-decoration:none;
	line-height:24px;
}

.footer p{position: relative;}

.subfootinfo {
	font-size:10px;
	color:#88959c;
}

.footer a:hover,
.footer_home a:hover {
    text-decoration:underline;
}

.footer img
{
	position: absolute;
	top: 47px;
	right: 0;
}

/************************************************
Department Home Page
************************************************/

/* don't add padding, left/right margins, 
or borders to these containers */

.depthome_left 
{
    padding:0px 15px;
	float:left;
	width:395px;
	color: #415267;
}

.depthome_right {
    padding:0 10px 0 0;
	float:right;
	width:145px;
}

.nondepthome
{
	padding:0 15px;
	float:left;
	width:550px;
	color: #415267;
}

/************************************************
Site Home Page
************************************************/

.intro{
	width:400px;
	float:left;
	padding: 15px 0 0 15px;
	
}

.intro p{
	padding-right: 10px;
}

.intro_pic{
	border: 1px solid #FFF;
}

p{
	color:#415267;
	font-size:10px;
}

.learn{
	border:0;
	float:right;
	margin:0;
	padding-right:15px;
}

.box_buttons{
	float:right;
	padding: 15px 15px 0 0;
}

.news{
	margin:0;
	padding:0;
	height:192px;
	width:326px;
	background:url("_gfx/news_bg.gif");
	margin-bottom: 10px;
}

.news ul{
	list-style-image:url("_gfx/list.gif");
	padding: 0 5px;
	margin: 0 5px 0 20px;
}

.news ul li a{
	margin:0;
	padding:0;
	font-size:11px;
	color:#415267;
}

.home_news_title_group
{
	clear:both;
}

.home_news_title
{
	padding:3px 15px;
}

.home_news_title a
{
	margin:0;
	padding:0;
	font-size:11px;
	color:#415267;
}

.home_news_title img
{
	padding-right:10px;
}

.home_news_list
{
	padding: 0px;
	margin: 0 5px 0 0px;
	width:310px;
}

.home_news_list a
{
	color:#415267;
}

.home_news_list p
{
	margin:0 5px 0 20px;
	padding:0 5px;
	font-size:11px;
	color:#415267;
}

.more
{
	padding-top:5px;
}

.more a{
	color:#415267;
	text-decoration:none;
	font-weight:bold;
	margin: 0 0 15px 15px;
}

.working{
	overflow:hidden;
	height:119px;
	width:326px;
	background:url("_gfx/working_bg.gif");
}

.working p{
	padding: 0 10px 0 15px;
	margin-top: 13px;
}

.buttons{
	margin: 10px 0 10px 10px;
}

.buttons a img{
	border:0;
}

.buttons p{
	margin-top:1px;
}

h3 ,.title{
	padding:5px 0 0 15px;
	margin:0 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#0b1962;
	font-weight:normal;
}

/************************************************
Left navigation 
************************************************/

.leftnav { /* no left/right: padding, margin, border */
	width: 160px;
	background: url(_gfx/nav/leftnav_top.gif) top left no-repeat;
	padding: 10px 0 0;
	float:left;
	margin:0;
}

/*
.leftnav div:hover{
	background: #8ea66c url(_gfx/nav/leftnav_bg_over.gif) bottom center no-repeat;
}*/

.leftnav a:hover
{
	color: #FFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	padding: 5px 5px 5px 15px;
	line-height: 12px;
	display: block;
	background: #6a8455 url(_gfx/nav/leftnav_bg_over.gif) top center no-repeat;
}

.leftnav a {
	color: #FFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	padding: 5px 5px 5px 15px;
	line-height: 12px;
	display: block;
	background: url(_gfx/nav/arrow_right.gif) no-repeat 5px 7px;
}

.leftnav_footer
{
	background-image:none;
    display:block;
    padding:0;
}

/* Wrappers */
.leftnav_node_wrapper_root
{
	background-color:#718CA9;
	background-image:none;
	background-repeat:repeat-y;
	border-bottom: 1px solid #AFB9B8;
}

.leftnav_node_wrapper
{
	background-color:"";
	background-image:url(_gfx/nav/leftnav_bg02.gif);
	background-repeat:repeat-y;
	border-bottom: 1px solid #5F809D;
}

/* Root items that are not current or have children */
/* Root items with children*/
.leftnav_node_haschildren
{
	font-weight:bolder;
}

.leftnav_node_haschildren a 
{
	background: url(_gfx/nav/arrow_down.gif) no-repeat 2px 7px;
}

/* Root items that are current */
.leftnav_node_iscurrent
{
	color:#f7fff1;
	font-weight:bolder;
}

/* Items under root */

/*
.leftnav ul{
	list-style:none;
	font-size:10px;
	padding:0;
	margin:0;
}

.leftnav a {
	color:#FFF;
	background:url(_gfx/nav/leftnav_bg.gif) repeat-y;
	border-top: 1px solid #a4b0b7;
	margin:0;
	border-bottom: 1px solid #a4b0b7;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;	
	color:#FFF;
	padding:0px 5px 0px 15px;
	line-height:18px;
	display:block;
}

.leftnav a:hover {
	background: #8ea66c url(_gfx/nav/leftnav_bg_over.gif) bottom center no-repeat;
	text-decoration:none;
	color:#FFF;
}*/

/* Root items that are not current or have children */
/*
.leftnav_node_wrapper_root .leftnav_node a
{
	background:url(_gfx/int/left_nav_bg.gif);
	border-top:solid 1px #409FB5;
	border-bottom:solid 1px #004D74;
}

.leftnav_node_wrapper_root .leftnav_node a:hover
{
	color:#FFFFFF;
	background:url(_gfx/int/leftnav_bg_over.gif);
	background-repeat: no-repeat;
	background-color:#8B2E27;
	text-decoration:none;
}
*/
/* Root items with children*/
/*
.leftnav_node_wrapper_root .leftnav_node_haschildren
{
	background-color:#094A70;
	border-top:solid 1px #409FB5;
	border-bottom:solid 1px #052D46;	
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	background:url(_gfx/int/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:4px 9px;
	font-weight:bold;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
*/
/* Root items that are current */
/*
.leftnav_node_wrapper_root .leftnav_node_iscurrent
{
	color:#f7fff1;
	font-weight:bold;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a
{
	font-weight:bold;
	display:block;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover
{
	background-color:#8B2E27;
	text-decoration:none;
}
*/
/* Items under root */
/*
.leftnav_node_wrapper
{
}

.leftnav_node_wrapper a, .leftnav_node_wrapper a:hover
{
	padding: 0 0 0 25px;
	border:none !important;
	color:#FFFFFF;
	text-decoration:none;
}

.leftnav_node_wrapper .leftnav_node_haschildren a
{
	font-weight:bold;
}

.leftnav_node_wrapper .leftnav_node_iscurrent a
{
	font-weight:bold;
}

.leftnav_node_haschildren a
{
	font-weight:bolder;
}

.leftnav_node_iscurrent a {
	font-weight:bolder;
}

.leftnav img.leftnav_footer {
    display:block;
	border-top:1px solid #a3aeb5;
    padding:0;
}
*/


/************************************************
Dropdown Menu
************************************************/
.dropdownmenu{	
	height:47px;
	width:760px;
	background:url("_gfx/dropdownnav_bg.gif");
	
}

.dropdownmenu div{
	height: 29px;
	width: 665px;
	margin: 18px 7px 0 0;
	float: right;
	
}

/* default menu style item */
.menuitem,
.menuitem_top
{
	font-size: 9px;
	padding: 3px 3px 3px 3px;
	color: #FFFFFF;
	background-color: #5F809D;
	border-bottom: 1px solid #AFB9B8;
	
}

.menu_group td 
{
	font-size: 9px;
	cursor: pointer;
}

.menu_group img {
    margin-right:3px;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded_top,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded
{
	padding: 3px 3px 3px 3px;
    color:#FFFFFF;
	background-color:#829956;
	border-bottom: solid 1px #AFB9B8;
}

.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: url(_gfx/cmn/form_button.gif) top repeat-x;
	font-family:Tahoma;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #FFF;
	border1: 1px solid #1a222a;
}

.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: #415267;
} 

.rootnode a,
.parentnode a { 
	color: #415267;
	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;
}

/*****************************************
* Calendar month view
*****************************************/

.calendar_filter {
    padding:5px 0;
    text-align:center;
}

.calendar_filter select {
    width:200px;
}

.calendar_div {
	width: 100%;
	padding: 10px 0;
	text-align:center;
}

.calendar_content{
	padding-left: 20px;
}

.calendar {
	width:95%;
	margin: 0 auto;
	padding:  0 10px;
	border: 0;
}

.calendar_dayheader {
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0;
	text-transform: uppercase;
	border: 1px solid #c3bfa7;
	background: url(_gfx/cmn/table_header.gif) repeat-x;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 14px;
}

.calendar_selector {
	color:#fff;
	background-color:#FFF;
	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 #c3bfa7;
}

.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 
{
	padding-bottom: 5px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #718ca9;
}

.component_subtitle {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	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 #4A5F6D !important;
	background-color:#ecf5fc;
	border-collapse:separate;
}

.listtable{
	color:#415267;
}

.listtable th {
	background-color: #4A5F6D;
	font-size: 10px;
	font-weight: bold;
	border:0;
	text-align:left;
	color: #fff;
	text-transform:uppercase;
	background: url(_gfx/cmn/table_header.gif) repeat-x;
	height:20px;
	padding:0 2px ;
}

.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:#E4F1FF;
}

.listtable_row_off {
	background-color:#fff;
}

.listtable_pager {
	text-align:right;
}

/*For plain lists on front end*/
.listcomponent {
	border:solid 0 #fff;
}

.listcomponent th {
	display:none;
}

.listcomponent td {
	border:0;
	padding:4px 4px 10px 0;
	margin:0;
}

.listcomponent_pager {
	text-align:left;
}

/*For links on top of page*/
.topselector {
	margin-bottom: 10px;
}

/*For dropdown filters*/
.filter {
	margin: 10px 0;
}

/************************************************
* Image-using item list 
************************************************/

.righttable {
    width:200px;
	border:1px solid #007799;
	border-collapse: separate;
}

.righttable th {
	background-color: #007799;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #fff;
	height:20px;
	font-size:9px;
}

.righttable_header a {
	color:#fff;
}

.righttable td {
    border:0;	
	border-top:1px solid #DADADA;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover {
	background-color:#fffcee;
}

.righttable_buttoncolumn {
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input {
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2
}

.righttable_checkboxcolumn {
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input {
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on {
	background-color:#E4F1FF;
}

.righttable_row_off {
	background-color:#fff;
}


/***********************************************
* E-Notifier
***********************************************/

.tag_div {
	padding: 10px 0 20px;
}

.area_div {
	padding: 5px 0;
}


/************************************************
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
************************************************/

.depthome_news_list 
{
	width: 130px;
    padding:5px 5px 5px 5px;
	background: #eef5fb url(_gfx/int/box_list_bg.gif) bottom center no-repeat;
	border: 1px solid #607a4a;
}

.box_container {
	width: 142px;
	font-size:10px;
	line-height:12px;
	color:#0c6497;
	margin-bottom:15px;
}

.box_container .home_news_title{
	padding: 2px 0;
	margin: -3px;
}

.box_container .home_news_title a{
	font-size: 10px;
}

.box_title {
	width: 142px;
	margin:0;
	height:17px;
	line-height:17px;
	color:#FFF;
	font: Georgia, "Times New Roman", Times, serif !important;
	font-size:11px;
    text-align:center;
	font-weight:bold;
	padding:0;
    background-image:url(_gfx/int/box_title_bg.gif);
    background-repeat:no-repeat;
}

.box_list {
    padding:0 5px 5px 5px;
	background: #eef5fb url(_gfx/int/box_list_bg.gif) bottom center no-repeat;
	border: 1px solid #607a4a;
}

.box_list a {
	text-decoration:none;
	color:#294562;
}

.box_list a:hover {
	text-decoration:underline;
}

.box_list p {
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.box_bottomlink a,
.box_bottomlink a:hover {
    font-size:10px;
    display:block;
    text-align:right;
    padding:3px;
}

.box_list .event_title {
	padding: 2px 0;
	margin: -3px;
	font-size:10px;
}
.box_list .event_date {
    margin-bottom:2px;
    color:#0c6497;
}

/************************************************
Home boxes
************************************************/

.home_events {
	width: 199px;
	overflow:hidden;
	font-size:10px;
	float:left;
}

.home_events_title {
    margin-bottom:7px;
    margin-left:10px;
}

.home_events .event_title {
    background-image:url(_gfx/home/event_arrow.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
    padding-left:8px;  
    margin-bottom:8px;
    margin-left:10px;
}

.home_events a {
	color: #2b6242;
	text-decoration:underline;
	font-size:11px;
}

.home_events .event_date {
    font-size:10px;
    color: #2b6242;	
}

.home_events a:hover {
	text-decoration:none;
}

.home_middle .view_more {
    text-align: right;
	padding-right: 9px;
	position: relative;
	margin:0;
	top:35px;
	
}

.home_middle .view_more a {
    font-weight:bold;
    font-size:10px !important;
	color:#585858;
}


.home_updates .view_more {
    text-align: right;
	padding-right: 9px;
	position: relative;
	padding-top: 5px;
}

.home_updates .view_more a {
    font-weight:bold;
    font-size:10px !important;
	color:#585858;
}

/******************************************
* 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;
	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
}

.slideshow_nav {
    text-align:center;
}

/* End Picture List */

.rss_button {
	float: right;
	margin-right: 20px;	
}

/******************************************
* Interactive Map
******************************************/

.interactiveMap
{
	text-align:center;
}

.interactiveMapText
{
	margin-bottom:10px;
}

.InteractiveMapNum
{
	text-align:right;
}

.IMlisttable {
	width:550px;
	border:1px solid #4A5F6D !important;
	background-color:#ecf5fc;
	border-collapse:separate;
}

.IMlisttable{
	color:#415267;
}

.IMlisttable th {
	background-color: #4A5F6D;
	font-size: 10px;
	font-weight: bold;
	border:0;
	color: #fff;
	text-transform:uppercase;
	background: url(_gfx/cmn/table_header.gif) repeat-x;
	height:20px;
	padding:0 2px ;
}

.IMlisttable td {
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.IMlisttable tr:hover {
	background-color:#fff;
}

.IM_dropdown
{
	width:auto;
	margin-top:12px;
	margin-left: 40px;
}

/* End Interactive Map */
