/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: 0;
	margin: 0px;
	padding: 0px;
	background: #F2F9F2 url(_gfx/cmn/body_bg_strip.gif) top center repeat-x;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:21px;
	color: #40433e;
}

a img
{
	border: 0;
}

.width_container a
{
	color:#D36900;
}

a:hover
{ 
    text-decoration:none; 
}

a[name]
{
	color:#40433e;
	text-decoration: none;
}

/* Default error reporting style */
.error_message
{ 
	/*color: #c60;*/
	/*font-weight:bold;	*/	
	color: #ff3333;
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.contentheader:after, 
.container:after,
.content:after, 
.title:after,
.width_container:after,
.component_listitem:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0px;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.container,
.content, 
.title_right,
.width_container,
.component_listitem
{
	display:inline-block;
}

.clearfix,
.mainSpan,
.contentheader,
.container,
.content,
.title_right,
.width_container,
.component_listitem
{
	display:block;
}

/* Containing frame for the site */
.mainSpan_wrapper,
.mainSpan_wrapper_home,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review
{
	width: 100%;
	background: url(_gfx/cmn/body_bg.jpg) top center no-repeat;
}

.mainSpan
{
	width:960px;
	margin: 0px auto;
	text-align:left;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/
.width_container{
	width: 960px;
	margin: 0 0 0px 0;
	background-color:White;
}

.mainSpan_wrapper_home .width_container
{
}

.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container
{
}

.mainSpan_wrapper .width_container
{
	background:#FFFFFF url('_gfx/cmn/width_container_hasleft.gif') repeat-y;
}

.content_wrapper 
{
}

.mainSpan_wrapper_home .content_wrapper 
{
}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
}

 .content_wrapper2 
{
}

.mainSpan_wrapper_home .content_wrapper2 
{
}

.mainSpan_wrapper_noleftnav .content_wrapper2, .mainSpan_wrapper_review .content_wrapper2
{
}

.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
	line-height: 0px;
}

.content iframe
{
	width: 98%;
	border: 0;
}

#FrontEndForm
{
	padding: 0;
	margin: 0;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

.header
{
	position:relative;
	width: 960px;
	margin:0;
	background: url(_gfx/cmn/header_bg.jpg) top no-repeat;
	height: 101px;
}

.header_left
{
	float:left;
	width:270px;
}


.header_left a.home_link
{
	width: 530px;
	position: absolute;
	top: 30px;
	display:block;
	overflow: hidden;
	height: 60px;
	text-indent: -4000px;
}

.header_left a.translate_link
{
	width: 147px;
	position: absolute;
	top: 0px;
	right:220px;
	display:block;
	overflow: hidden;
	height: 23px;
	text-indent: -4000px;
}

.header_left a.sparkslink
{
	display: none;
}

.header_right
{
	display: none;
}

/* Top line of links */

.header_nav
{ 
	text-align:right;
	padding: 3px;
	color: #ededed;
	font-size: 10px;
	width: 500px;
	float: right;
	margin-top: 5px;
}

.header_nav a
{
	color: #ededed; 
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}

.header_nav a:hover
{
	text-decoration:underline;
}

/* Container for search field and go button */
.searchbox
{
	position: absolute;
	right: 0px;
	top: 113px;
	height:42px;
	width:177px;
}

.searchbox_textbox
{
	border:none;
	float:left;
	height: 13px;
	padding:0px 1px 0px 1px;
	margin:14px 5px 0px 0px;
	font-size:10px;
	line-height:13px;
	background-color:#fff;
	color: #000000;
	width:120px;
}

.searchbox_button
{
	float:right;
}

.searchresult
{
	padding:24px;
}
.searchresult span.l, .searchresult a
{
	color:#0000CC;
	font-weight:normal;
}
.searchresult i
{
	color:#808080;
}
.quicklink 
{
    width:210px;
    line-height:28px;
	font-size: 13px;
	height:22px;
	margin: 2px 0px 2px 0;
	float: right;
	color:#8D8585;
}

.quicklink option 
{
    padding:2px;
}

/************************************************
Left navigation 
************************************************/
.leftnav
{
	background: #e57200 url(_gfx/nav/leftnav_bg.jpg) 0 0 no-repeat;
	width: 228px;
	float:left;
	padding: 0 0 24px 0;
	min-height:211px;
	height: auto !important;
	height: 211px;
}

.leftnav a
{
	display:block;
	padding: 8px 7px 7px 7px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration:none;
	overflow: hidden;
	width: 214px;
}

.leftnav_node_wrapper .leftnav_node a
{
	color: #fff;
}

.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover,
.leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover
{
	color: #4C0207;
	background: #F7D608;
	text-decoration:none;
}

.leftnav .leftnav_node_wrapper a:hover
{
	margin-bottom: -1px;
	padding: 8px 7px 8px 7px;
	position: relative;
}

.leftnav_node_wrapper
{
	border-bottom:1px dashed #BC3501;
	background: #D43E02;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren, .leftnav_node_wrapper_root .leftnav_node_depthome, .leftnav_node_wrapper .leftnav_node_haschildren
{
	border-bottom:1px solid #D43E02;
	background-color: #B43200;
}

.leftnav_node_wrapper .leftnav_node_haschildren
{
	margin-bottom: -2px;
	position: relative;
}

.leftnav .leftnav_node_wrapper .leftnav_node_haschildren a:hover
{
	margin-bottom: 0px;
	padding: 8px 7px 7px 7px;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a
{
	background-color: #B43200;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent
{
	border-bottom:1px dashed #F8C47F;
}

.leftnav_node_wrapper_root .leftnav_node
{
	border-bottom:1px dashed #F8C47F;
}

.leftnav a span{
	padding-left: 9px;
}

.leftnav_node_wrapper a span, .leftnav_node_wrapper_root a span
{
	display: block;
}

.leftnav_node_haschildren a span, .leftnav_node_wrapper .leftnav_node_haschildren a span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a span, .leftnav_node_wrapper_root .leftnav_node_depthome a span
{
	border-bottom: none !important;
	padding-left: 11px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 6px;
	font-weight:bold;
}

.leftnav_node_haschildren a:hover span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover span, .leftnav_node_wrapper_root .leftnav_node_depthome a:hover span
{
	background: url(_gfx/nav/arrow_down_over.gif) no-repeat 0px 6px;
}

.leftnav_node_iscurrent a span
{
	background: url(_gfx/nav/arrow_right_current.gif) no-repeat 0px 4px;
	font-weight:bold;	
}

.leftnav_node_iscurrent a:hover span
{
	background: url(_gfx/nav/arrow_right_over.gif) no-repeat 0px 4px;
}

/************************************************
Content header:  page title, printer friendly link
************************************************/
.mainSpan_wrapper .container,
.mainSpan_wrapper_noleftnav .container,
.mainSpan_wrapper_review .container
{ 
	height: auto !important;
	/*
	min-height: 450px;
	height: 450px;
	*/
	min-height: 858px;
	height: 858px;
}

/* Page content container */
.mainSpan_wrapper .container
{ 
	width: 710px;
	padding:0 11px;
	float:left;
   	background: #ffffff;
}

.contentheader
{
	width: 940px;
	/*background: url(_gfx/int/contentheader_bg.gif) top left no-repeat;*/
}

.mainSpan_wrapper .contentheader
{
	width:710px;
}

.contentheader_banner
{
	width: 100%;
}

.image_banner
{
	display: block;
}

.breadcrumb_wrapper
{
	font-size:11px;
	padding: 10px 10px 0px 15px;
	color:#8d8585;
}
.breadcrumb_wrapper a
{
	color:#8d8585;
	text-decoration:none;
}
.breadcrumb_wrapper a:hover
{
	color:#8d8585;
	text-decoration:underline;
}
.title
{
}
.title h1
{
	font-weight: normal;
	color: #337ffe;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	font-size: 32px;
	font-family: Verdana, geneva, sans-serif;
}

/** decoy sIFR styles, do modify**/
.sIFR-hasFlash h1
{
	visibility: hidden;
	font-weight: normal;
	color: #337ffe;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	font-size: 32px;
	font-family: Verdana, geneva, sans-serif;
}

.title_left
{
	padding: 0px 3px 0px 15px;
	border-bottom:1px solid #FC9F05;
}
.title_right
{
	width:100%;
	float:right;
}
.container h2
{
	font-size:18px;
	font-weight:normal;
	padding: 0 0 0 15px;
}
.printer_friendly, .forward_link, .rss{
    font-size:11px;
    float:right;
    height:20px;
    text-align:left;
}

.printer_friendly{width:50px;}
.forward_link{width:60px;}
.rss{width:45px;}

.printer_friendly a, .forward_link a, .rss a{
    display:block;
    padding-left:24px;
    text-decoration:none;
}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover{
    text-decoration:underline;
}

.printer_friendly a{background: url(_gfx/int/print.gif) 4px 2px no-repeat;}
.forward_link a{background:url(_gfx/int/email.gif) 4px 0 no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) 4px 2px no-repeat;}

#share {cursor:pointer;}
#share div 
{
	width:110px;
    float:right;
    text-align:left;
    display:block;
    
}
.sharelink a
{
	text-decoration:none;
	background:url(_gfx/int/share/share.gif) no-repeat 0 2px;
	padding:0 0 0 18px;
	font-size:11px;
	display:block;
}
.sharelink a:hover
{
	text-decoration:underline;
}
#share ul 
{
	background-color:#fff;
	display:none;
	width:220px;
	border:1px solid #666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	/*overflow:hidden;*/
}
#share div:hover ul, #share div.over ul
{
	display: block;
	/* Added to resolves z-index conflict with dropdown menu */
	position:absolute;
	z-index:1000;
}
#share ul li, #share div:hover ul li, #share div.over ul li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:110px;
	position:relative;
}
#share li a 
{
	text-decoration:none;
	color:#666;
	margin:4px;
	padding:0px 0px 0px 20px;
	display:block;
}
#share li a:hover
{
	color:#000;
}
.shareemail {background:url(_gfx/int/share/email.jpg) no-repeat 0 0;}
.sharefacebook {background:url(_gfx/int/share/facebook.jpg) no-repeat 0 0;}
.sharedel {background:url(_gfx/int/share/del.jpg) no-repeat 0 0;}
.sharegoogle {background:url(_gfx/int/share/google.jpg) no-repeat 0 0;}
.sharedigg {background:url(_gfx/int/share/digg.jpg) no-repeat 0 0;}
.sharetwitter {background:url(_gfx/int/share/twitter.jpg) no-repeat 0 0;}
.sharestumble {background:url(_gfx/int/share/stumble.jpg) no-repeat 0 0;}
.sharemyspace {background:url(_gfx/int/share/myspace.jpg) no-repeat 0 0;}
.sharelive {background:url(_gfx/int/share/live.jpg) no-repeat 0 0;}
.sharereddit {background:url(_gfx/int/share/reddit.jpg) no-repeat 0 0;}





/************************************************
Content: main content area
************************************************/

/* Content: padding should be on content class NOT container */
.mainSpan_wrapper .content,
.mainSpan_wrapper_noleftnav .content,
.mainSpan_wrapper_review .content
{ 
	padding: 5px 20px 25px 17px;
}

.content p
{
	margin-top: 0px;
}

.mainSpan_wrapper .content textarea,
.mainSpan_wrapper_noleftnav .content textarea,
.mainSpan_wrapper_review .content textarea
{
	width:525px;
}

.content ul, .content ol
{
	padding:0px 0 0 auto;
	margin-top: 8px;
	margin-bottom: 0;
}

.content ul li, .content ol li
{
	padding: 0px 0 21px 0;
}

.content ul ul, .content ol ol, .content ul ol, .content ol ul
{
	padding:0px;
	margin:2px 0 0px 30px;
}

.downloadmessage
{
	clear: left;
	background: #fff url(_gfx/int/download_bg.gif) top center repeat-x;
	border:solid 1px #FC9F05;
	text-align:center;
	width: 470px;
	margin: 10px auto;
	padding: 0;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	color: #4b4638;
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{
	background: url(_gfx/cmn/updated.gif) top center no-repeat;
	width: 90%;	
    color:#aba28f;
    font-size:9px;
	margin: 20px auto 0px auto;
    text-align:right;
    display: none;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .container
{
	background-color: #ffffff;
	margin: 0px;
	width:940px;
	padding:0 10px;
}

.mainSpan_wrapper_noleftnav .banner_holder
{
	display: none;
}
.banner_holder
{
	padding:10px 0 0 0;
}
.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	/*background: url(_gfx/int/contentheader_noleftbg.gif) top left no-repeat;*/
}

.mainSpan_wrapper_noleftnav .content
{
	padding: 10px 0px 10px 20px;
    background-color:#ffffff;
    /*border-top:5px solid #2a6477;*/
}

/* Homepage */
.mainSpan_wrapper_home .container
{
	width:960px;
	padding:0;
	margin:0;
	background-color: #ffffff;
}

.mainSpan_wrapper_home .contentheader
{
    display:none;
}

.mainSpan_wrapper_home .content
{
	padding:0;
	margin:0;
	background-color: #FFFFFF;
}

.mainSpan_wrapper_home .content ul
{
	padding:0px;
	margin:0;
}

.mainSpan_wrapper_home .content ul li
{
	padding: 0px 0px;
}

/* Review and error pages */

.component_title_review
{
	font-size:22px;
	color:#3E9FFE;
	font-weight:normal;
	padding: 12px 3px 12px 15px;
	margin-bottom:12px;
	border-bottom:1px solid #FC9F05;
}

.mainSpan_wrapper_review .container
{
	width:940px;
	padding:0 10px;
    background-color:#ffffff;
	margin: 0;
	padding: 0 0 10px 0;
}
	

.mainSpan_wrapper_review .contentheader
{
	display:none;
}

.mainSpan_wrapper_review .content{ padding: 0 0 0 15px;}


.mainSpan_wrapper_review .component_content
{
    padding: 0px;
	margin: 0;
    background-color:#ffffff;
	clear: both;
}

/* Hide review title for all except for review */
.mainSpan_wrapper .component_title_review,
.mainSpan_wrapper_noleftnav .component_title_review,
.mainSpan_wrapper_home .component_title_review
{
	display:none;
}


/************************************************
Footer
************************************************/
.footer_wrapper
{
	clear: both;
	width: 960px;
	height: 134px;
	padding: 16px 0;
	margin: 0 auto;
	text-align: left;
	background-color:#F2F9F2;
	position:relative;
}

.footer
{
	background: url(_gfx/cmn/footer_bg.jpg) top center no-repeat;
	width:807px;
	margin: 0 auto;
	height: 116px;
	padding: 18px 143px 0 10px;
	color:#84888B;
}

.footer a
{
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer a, .footer p
{
	font-size:13px;
	line-height: 13px;
	color: #FFFFFF;
	margin: 5px 0 0 0;
}

.footer_wrapper a.footer_logo
{
	display:block;
	width:123px;
	height:0px;
	padding-top:114px;
	position:absolute;
	right:10px;
	top:10px;
	overflow:hidden;	
	z-index:10px;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
	float:left;
	width:485px;
	margin-bottom: 15px;
}

.mainSpan_wrapper_noleftnav .depthome_left
{
	width: 730px;
}

.depthome_right
{
	float:right;
	margin: 0px 0 15px 12px;
	width:172px;
}

.searchn ame 
{
	margin:10px 10px 10px 0px;
}

.alphabetfilter
{
	margin:10px 10px 10px 0px;
	font-size: 12px;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	width:172px;
	border: 1px solid #ACACAC;
	font-size:10px;
	line-height:12px;
	margin-bottom: 15px;
	/*float:left;*/
}

.depthome_right  .box_title
{
	height: 37px;
	text-indent: -4000px;
	overflow: hidden;
}

.depthome_right .news_box .box_title
{
	background:url(_gfx/int/newsbox_dept_bg.gif) no-repeat;
}
.depthome_right .events_box .box_title
{
	background:#683DB1 url(_gfx/int/eventbox_dept_bg.gif) no-repeat;
}

.depthome_right .box_list
{
    padding: 5px 10px;
}

.depthome_right .box_list a
{
	font-weight:bold;
	text-decoration:none;
}

.depthome_right .box_list a:hover
{
	text-decoration:underline;
}
.depthome_right .box_item_summary
{
	display:none;
}
.depthome_right .box_item_date
{
	font-size:11px;
	line-height:12px;
	color:#8c8e8b;
}
.content .depthome_right ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.content .depthome_right .box_list li
{
	margin:0;
	padding:0;
}
.content .depthome_right .box_list a
{
	color:#41413F;
	font-weight:normal;
	font-size:13px;
	line-height:15px;
	display:block;
	padding:7px 0 5px;
}
.mainSpan_wrapper .content .depthome_right .newsimg
{
	display:none;
}
.depthome_right .box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.depthome_right .box_item_title
{
	padding:0px;
    margin-bottom:0px;
    clear:both;
}

.depthome_right .box_bottomlink
{
	height:35px;
	background: url(_gfx/int/deptbox_divider.gif) top center no-repeat;
	position:relative;
}
.depthome_right .box_bottomlink a
{
	width:57px;
	height:0;
	padding:21px 0 0 0;
	display:block;
	overflow:hidden;
	position:absolute;
	right:5px;
	top: 7px;
}
.depthome_right .news_box .box_bottomlink a
{
	background:#FFFFFF url(_gfx/int/newsbox_dept_more_bg.gif) no-repeat;
}
.depthome_right .events_box .box_bottomlink a
{
	background:#FFFFFF url(_gfx/int/eventsbox_dept_more_bg.gif) no-repeat;
}

.depthome_right .box_bottomlink a img{
	border: none;
}
.depthome_right .box_bottomlink a#meeting
{
	display:none;
}

IMG.deptbanner
{
	display: block;
}

/************************************************
Homepage
************************************************/
/* Images w/o display:block in IE add a bottom margin  */

.home_collage
{
	height: 314px;
	width: 950px;
	overflow: hidden;
	z-index: 0;
	position:relative;
	padding:10px 0 10px 10px;
}
#mostpopular_wrapper
{
	float:right;
	background:transparent url('_gfx/cmn/MostPopular.jpg') no-repeat top left;
	width:247px;
	height:324px;
	margin-top:-10px;
}
#mostpopular
{
	padding:62px 0 0;
	margin: 0px;
	line-height:29px;
}
#mostpopular .wrapper
{
	padding-bottom:2px;
}
#mostpopular .wrapper div:hover
{
	background:#ffd202;
}
#mostpopular a
{
	padding-left:22px;
	text-decoration:none;
	color:#FFFFFF;
	margin:0;
	display:block;
	width:225px;
	height:29px;
}
#mostpopular a:hover
{
	text-decoration:none;
	color:#4C0207;
	background:url('_gfx/cmn/mostpopular_arrow.gif') no-repeat 10px 12px;
}
#connect
{
	padding:0 15px 0 0;
	margin: 0;
	background: url(_gfx/home/connect_bg.gif) 0 0 no-repeat;

	float: right;
	width:232px;
}
#connect a
{
	display:block;
	overflow:hidden;
	height:0;
	padding-top:37px;
	width:32px;
	float:right;
	border:none;
}

#connect a.mostpopRss {width: 31px;background: url(_gfx/home/rss.gif) 0 0 no-repeat;}
#connect a.mostpopEmail{width: 36px;background: url(_gfx/home/email.gif) 0 0 no-repeat;}
#connect a.mostpopTwitter{width: 30px;background: url(_gfx/home/twitter.gif) 0 0 no-repeat;}
#connect a.mostpopFacebook{background: url(_gfx/home/facebook.gif) 0 0 no-repeat;}

#connect a:hover
{
	background-position: 0 -37px;
}

.home_buttons
{
	width: 940px;
	height:140px;
	padding:0 10px;
	margin: 0px;
	position: relative;
	display: block;
}

.home_buttons ul, .home_buttons li
{
	float:left;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.home_buttons li, .home_buttons a, .home_buttons img
{
	display: block; 
	margin:0;
	padding:0;
	border:0;
}

.home_boxes
{
	position: absolute;
	z-index: 1;
	margin: 16px 0px 0px 544px;
}

.important_alert_wrapper
{	
	position: absolute;
	z-index: 100;
	margin: 0;
	padding: 64px 0 20px 0;
	width: 493px;
	overflow: hidden;
	left:104px;
	top:31px;
	color:#474747;
	font-weight:bold;
	background: #F6D30E url(_gfx/home/important_bg.gif) 0 0 no-repeat;	
}

.important_alert
{
	overflow: hidden;
	height:125px;
	padding: 0px 20px;
}

.important_alert p
{
	padding: 0;
	margin: 0px 0px !important;
}

.spotlight .box_title,
.didyou .box_title,
.important_alert_wrapper .box_title,
.weather .box_title
{
	display: none;
}

.home_columns
{
	padding: 0;
	width:960px;
	height:auto;
	min-height:260px;
	background: url(_gfx/cmn/columns_bg.jpg) top no-repeat;
}

.home_left
{
	padding: 82px 10px 0 8px;
	display: inline;
	width: 304px;
	float:left;
	margin-left: 10px;
	line-height: 14px;
}

.home_left .box_list a.readmore
{
	font-size:9px;
	color:#D36900;	
}

.home_middle .box_list a.readmore
{
	font-size:9px;
	color:#4BAA08;	
}

.home_left .box_title
{
	display: none;
}

.home_middle
{
	padding: 82px 0 0 0px;
	display: inline;
	width: 336px;
	float: left;
	margin-left: 24px;
	line-height: 14px;
}

.home_middle .box_title
{
	display: none;
}

.home_right
{
	padding: 94px 20px 0 20px;
	width:206px;
	float:right;
}



/************************************************
Home boxes
************************************************/
.home_events .box_bottomlink,
.home_news .box_bottomlink
{
	float: right;
	margin-bottom:12px;
}

.home_left .home_news .box_bottomlink
{
	width:304px;
	padding-top:12px;
	border-top:dashed 1px #E1E1E1;
}

.home_middle .home_news .box_bottomlink
{
	width:336px;
	padding-top:12px;
	border-top:dashed 1px #E1E1E1;
}

.home_events .box_item,
.home_news .box_item
{
	clear: both;
	display: block;
	padding: 0 0 16px 0;
}

.home_events .box_list,
.home_news .box_list
{
	margin-bottom: 10px;
	padding-top: 10px;
	overflow:hidden;
	color: #464749;	
    font-size:11px;
	line-height: 13px !important;
}

.home_events .box_title,
.home_news .box_title
{
	display: none;
}

.home_events .box_item_title

{
    font-size:11px;
	float: left;
	padding: 0;
	width: 155px;
	margin: 0 6px 0 0;
	display: block;
}

.home_news .newsimg
{
	float:left;
}

.home_news .newsimg img
{
	border:solid 1px #A0A0A0;
	display:block;
	width:64px;
	height:64px;
}
.home_news .newsimg img a
{
	display:block;
	width:65px;
	height:65px;
}
.home_news .box_item_summary
{
	float:left;
	font-size: 13px;
	color:#666666;
	line-height:16px;
	padding-left:14px;
}
.home_left .home_news .box_item_summary
{
	width:206px;
}
.home_middle .home_news .box_item_summary
{
	width:228px;
}
.home_news .box_list .box_item .box_item_title, .home_news .box_list .box_item .box_item_title a
{
	font-size: 15px;
	font-weight:bold;
	line-height:20px;
	color:#40433E;
	margin-bottom: 12px;
	padding-left: 0px;
}
.home_news .box_list .box_item .box_item_title
{
	padding-top:8px;
}
.home_right .home_events .box_list .splitline
{
	height:0;
	border-top:dashed 1px #E0E0E0;
	margin-top:12px;
}
.home_events .box_item_date
{
	display: block;
	width: 206px;
	font-size: 15px;
	font-weight:bold;
	line-height:32px;
	color:#40433E;
}

.home_news .box_list a
{
	color: #464749;
	font-weight: normal;
	text-decoration:none;
}
.home_events .box_list a
{
	color: #0C6AF2;
	font-weight: normal;
	text-decoration:none;
}
.home_right .home_events .box_list li a
{
	font-size: 13px;
	line-height:16px;
}

.home_right .home_events .box_list ul
{
	list-style-type: none;
	line-height:16px;
}

.home_right .home_events .box_list ul li
{
	background:transparent url('_gfx/home/events_list_square.gif') no-repeat 0 6px;
	padding-left:10px;
	line-height:16px;
}

.home_news .box_list a:hover,
.home_events .box_list a:hover
{
	text-decoration:underline;
}
.home_events .box_bottomlink
{
	width:206px;
}
.home_events .box_bottomlink a
{
	display: block;
	position: relative;
	height: 21px;
	text-align: left;
	text-indent: -4000px;
}
.home_news .box_bottomlink a
{
	display: block;
	width: 57px;
	position: relative;
	height: 21px;
	text-align: left;
	text-indent: -4000px;
	float:right;
}

.home_events .box_bottomlink a#event
{
	width:77px;
 	background: url(_gfx/home/event_all.gif) 0 0 no-repeat;
 	float:right;
 }
.home_events .box_bottomlink a#meeting
{
	width:115px;
 	background: url(_gfx/home/event_meeting.gif) 0 0 no-repeat;
 	float:right;
 	margin-right:8px;
 }
.home_left .box_item
{
	border-bottom:solid 1px #FFFFFF;
	border-top:solid 1px #FFFFFF;
	padding-left:7px;
}
.home_left .box_item:hover
{
	border-bottom:solid 1px #E7E7E7;
	border-top:solid 1px #E7E7E7;
	background:#FEF7DF;
}
.home_middle .box_item
{
	border-bottom:solid 1px #FFFFFF;
	border-top:solid 1px #FFFFFF;
	padding-left:7px;
}
.home_middle .box_item:hover
{
	border-bottom:solid 1px #E7E7E7;
	border-top:solid 1px #E7E7E7;
	background:#EAF8DF;
}
.home_left .home_news .box_bottomlink
{
	width:297px;
}
.home_left .home_news .box_bottomlink a
{
 	background: url(_gfx/home/news_topstories_button.gif) 0 0 no-repeat;
}
.home_middle .home_news .box_bottomlink a
{
 	background: url(_gfx/home/news_hightlights_button.gif) 0 0 no-repeat;
}

.home_events .box_bottomlink a:hover,
.home_news .box_bottomlink a:hover
{
	text-decoration: none;
	text-align: left;
	padding: 0;
	text-indent: -4000px;
}

a.external_link
{
}

/************************************************
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: #F68414 url(_gfx/int/form_button.gif) top repeat-x;
	font-size: 11px;
	font-weight:bold;
	color: #fafafa;
	border: 1px solid #E67201;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
	text-decoration: none;
	display: inline-block;
	line-height: 14px;
	vertical-align: top; /* for ie 8*/
}

.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;
}

/************************************************
Search
************************************************/
.search
{
	border-bottom:1px solid #b2d2e9;
	height: auto !important;
	min-height: 300px;
	height: 300px;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
}

.search .paging span.linkpage
{
	margin: 2px;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	border-top:0px;
	background-color:#f4f9fd;
	text-decoration:none;
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background:#ffffff;
	border-top:1px solid #b2d2e9;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
}

.search_result_alternate
{
	background-color:#f4f9fc;
}

.search_result_title
{
	font-weight:bold;
	font-size:12px;
}

.search_result_location
{}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis span.term1,
.search_result_synopsis span.term2,
.search_result_synopsis span.term3
{
	color: #000;
	font-weight: bold;
}

.search_result_synopsis span.term1
{
	background-color: #FFFF66;
}

.search_result_synopsis span.term2
{
	background-color: #A0FFFF;
}

.search_result_synopsis span.term3
{
	background-color: #99FF99;
}

.search_result_synopsis_highlight
{
	background-color:#fcffcc;
}

.search_result_info
{
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field
{}

.advanced_search
{
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}

.autosuggestion div
{
	padding: 0 0 20px 12px;
}

.autosuggestion div span.best_alternative
{
	color: #ff3333;
}

.autosuggestion a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}

div#searchpagination .n
{
	padding:8px 0;
}

/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:10px;
	padding:0px 10px 6px 10px;
}

.search_features
{
	padding: 10px 15px 10px 15px;
	background-color: #F2FBFA;
	border-top: solid 1px #B2D2E9;
	border-bottom: solid 1px #B2D2E9;
}

.advanced_searchbox
{
	float: left;
	width: 40%;
	position:relative;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #BDD0D7;
	line-height:13px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 293px;
}

.sort_container
{
	float: left;
}

div.sort_items
{
	border-top: dashed 1px #C1CCD2;
	border-bottom: dashed 1px #C1CCD2;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0 0 0 18px;
	background: url(_gfx/cmn/searchbullet.jpg) no-repeat;
}

div.sort_items span.item a
{
	line-height: 15px;
	font-weight: bold;
	color: #6C655D;
}

.sort_container,
.sort_container_inline
{
	font-weight: bold;
	overflow: hidden;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: left;
	width: 145px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}

.search_features a.advanced_search_link
{
	position: absolute;
	margin: -30px  0 0 630px;
	font-size: 10px;
}


/************************************************
Google Search
************************************************/
.gs-result, .gs-webResult
{
	border-bottom:1px solid #b2d2e9;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
}

.gs-visibleUrl-long { display:block; }
.gs-visibleUrl-short { display:none; }
table.gsc-branding { display:none; }
td.gsc-branding-text { display:none; }
div.gsc-branding-text { display:none; }
td.gsc-branding-img { display:none; }
a.gsc-branding-clickable { display:none; }
.gsc-keeper{ display:none; }
.gsc-result div.gs-watermark { display: none; }
.gsc-resultsHeader { display: none; }


/************************************************
Lists, including DataGrid classes
************************************************/
.alphabetpicker a
{
	
}

/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 10px 10px 10px 0px;
}

.filter select
{
	font-size:12px;
	width:180px;
}

.listtable
{
	width: 98%;
	border:1px solid #DDDDDD !important;
	background-color:#FFFFFF;
	border-collapse:separate;
	margin: 10px 0;
}

.listtable th
{
	padding:6px 9px 2px 9px;
	line-height: 27px;
	background: #54A814 url('_gfx/cmn/table_header2.gif') repeat-x;
	font-weight: bold;
	text-align:left;	
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.listtable_header a
{
	color:#ffffff;
}

.listtable td
{
	border:0;
	border-top:1px solid #DDDDDD;
	padding:4px 9px;
	margin:0;
}

.listtable a
{
	color:#59A622;
	text-decoration:none;
}
.listtable a:hover
{
	text-decoration:underline;
}

.listtable tr:hover, div.followTwitter:hover
{
	background-color:#D4FBB7;
}

.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:0px;
	width:1px;
}

.listtable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on
{
	background-color:#e4f1ff;
}

.listtable_row_off
{
	background-color:#ffffff;
}



/************************************************
Lists without table grid, like News
************************************************/
.listcomponent
{
	border:0px !important;
	border-collapse: separate !important;
	width: 100%;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px !important;
	padding:4px 4px 10px 0;
}

.listdocument
{
	width: auto !important;
}


/************************************************
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: #ffffff;
	height:20px;
}

.righttable_header a
{
	color:#ffffff;
}

.righttable td
{
    border:0;	
	border-top:1px solid #dadada;
	padding:3px;
	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: #000000;
	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:#ffffff;
}



/*************************************************
Component detail 
*************************************************/
.component_title
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 2px 0px;
    width:95%;
	font-size:16px;
	line-height:18px;
	font-weight: bold;
	color: #F78D05;
}

.component_subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 2px 0px;
	font-size:13px;
	line-height:18px;
	font-weight: normal;
	color: #F78D05;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px;
	width:100%;
}

.component_listitem div
{
	padding: 0 0 4px;
	width:100%;
	display:block;
	clear: both;
}

.component_listitem_header, .component_listitem_header_wider
{
	font-weight: bold;
	width:100px;
	display:block;
	float:left;
}

.component_listitem_header_wider
{
	width:150px;
}

.component_listitem_content
{
	width:300px;
	display:block;
	float:left;
}

.component_content
{
	clear: both !important;
}

.outlookcalendar
{
	display: block;
	padding-top: 10px;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:5px 0px 20px 0px;
    text-align:left;
}

.calendar_filter select
{
	font-size:11px;
    width:180px;
}

.calendar_wrapper, .calendar
{
	width:99%;
	border-collapse: collapse;
	table-layout: fixed;
}

.calendar td
{
	overflow: hidden;
}

.mainSpan_wrapper .calendar_wrapper, .mainSpan_wrapper .calendar
{
	width: 100%;
}

.calendar_dayheader
{
	color: #fff;
	line-height: 27px;
	padding: 4px 0px;
	background: #F88B08 url('_gfx/cmn/table_header.gif') repeat-x;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	border: 0px solid #F88B08;
}

.calendar_title
{
	background: url(_gfx/int/calendar_header.gif) 0 0 no-repeat;
}

.mainSpan_wrapper .calendar_title
{
	background: url(_gfx/int/calendar_header_leftnav.gif) 0 0 no-repeat;
}

.calendar_title td
{
	padding: 10px 0px 12px 0px;
	font-size: 22px;
	color: #444645;
	width:50% !important;
	overflow: visible;
}

.calendar_title  td.calendar_nextprev
{
	width:25% !important;
	text-align: center!important;
}

.calendar_nextprev a
{
    font-size:10px;
	color:#F78D05 !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:18px;
	line-height:25px;
	padding: 3px 3px 3px 3px;	
	height:100px;
	border: 1px solid #E2E2E2;
}

.calendar_day,
.calendar_weekendday
{
	background: #fff;
	color:#3E403F;
}

.calendar_othermonthday
{
	background:#EDEDED;
	color:#D7D7D7;
}

.calendar_today
{
    background: #4D93F3;
	color:#FFFFFF;
}

.calendar_eventtime
{
	color:#666666;
	font-size:10px;		
	font-weight: normal;	
	line-height:11px;
	padding: 0px 0 2px 0 !important;
	display: block;
}

.calendar_today .calendar_eventtime
{
	color:#333333;	
}

.calendar_today a
{
	color:White;
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:11px;
	display:block;
	color: #01507f;
	padding: 0 5px 8px 0px;
}

td.calendar_day br,
td.calendar_today br,
td.calendar_weekendday br,
td.calendar_selectedday br,
td.calendar_othermonthday br
{
	display: none;
}

.calendar_allinone .listtable
{
	width:98%;
}

.outlookcalendar
{
}


/************************************************
Site map
************************************************/
.sitemap
{
  border:solid 0 #000;
  background-color: #fff;
  padding-left:15px;
}

.sitemap img{
	padding: 0 5px 0 0;
	margin: 0;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:0px;
}

.rootnode
{
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a
{ 
	color: #FF8C00;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}



/************************************************
Link List
************************************************/

.link_content
{
	display:block;
}

.listlink
{
	width: 100%;
	padding:0;
	border-collapse: separate !important;
}

.listlink td
{
	padding: 0 0 14px 0 !important;
	border:0 !important;
}


/************************************************
FAQ List
************************************************/
.listfaq
{
	background-color:#f4f9fd;
	border:1px solid #bcb599;
	width:98%;
	border-collapse: separate !important;
}

.listfaq td
{
	padding:4px;
	border:none;
}

.listfaq_answers
{
	width:98%;
	padding:0;
	border-collapse: separate;
}

.listfaq_answers td
{
	padding:4px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_q_js
{
	font-weight:bold;
	cursor: pointer;
}

.listfaq_a p, .listfaq_a ul
{
	margin-top:0px;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:96%;
	margin:0px 0px 0px 0px;
}

/* Component list pagers*/
.listtable_pager td,
.listcomponent_pager td,
.listfaq_pager td
{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #bcb599;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:10px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	display:inline;
	padding:3px; 
	border:1px solid #bcb599;
	border-top:0px;
	background-color:#f4f9fd;
	text-decoration:none;
	font-size:10px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#ffffff;
	border-top:1px solid #b2d2e9;
}

.listcomponent_pager
{
	text-align:left;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0;
	margin: 0;
}

.form_list_title
{
	display:none;
}

/*
Specify width if needed; since Survey control 
will render a set of nested tables with width="100%"
*/
div.survey_container
{

}

.survey_container table, .survey_container td
{
	padding: 0px !important;
	margin: 0px !important;
}

/*add correct padding, then remove it from the nested tables */
.survey_container table tr td
{
	padding: 8px 0px 8px 0 !important;
}

/*following two styles reduce the gap at the top of the page in Firefox and Safari, caused by the padding on two empty table rows*/
.survey_container table tr:first-child td
{
	padding: 0px 0px 0px 0 !important;
}

.survey_container table table tr td, .survey_container table table table tr td, .survey_container table table table table tr td
{
	padding: 0px 0px !important;
}

.survey_container table table table table tr td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table table table table tr:first-child td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table td br
{
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	width:98%;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
	margin-right: 5px;
}

.staff_thumbnail_span img
{
	margin:0px 0px 10px 0px;
	border-width:1px;
	border-style:solid;
}

.staff_component_title
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	color: #F78D05;
}

.staff_column_div .component_title
{
	margin-left: 0px;
}

.staff_column_div .component_listitem
{
	width: 420px !important;
	float: left;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin-bottom:20px;
	text-align:center;
}

.album_thumb
{
	background: url(_gfx/album/exported_group.jpg) top center no-repeat;
	overflow: hidden;
	width: 260px;
	height:152px;
	max-height:130px;
	padding-top:22px;
}

.album_thumb img
{
	width: 160px;
	height: 110px;
	position:relative;
	left:0px; 
	border:0px;
	display:block;
	margin:0px auto;
	overflow: hidden;
}

.album_name
{
	text-transform:uppercase;
	font-weight:bold;
}

.album_details
{
    font-size:9px;
}

.photo_item
{
    padding:20px;
    text-align:center;
}

.photo_thumb
{
    background: url(_gfx/album/single_photo.gif) top center no-repeat;
    overflow: hidden;
    width:240px;
    height:240px;
    padding-top:50px;
    max-height: 190px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    overflow: hidden;
    margin: 0 auto;
}

.photo_detail
{
    text-align:center;
}

.slideshow_link
{
    float:right;
    font-weight:bold;
    font-size:smaller;
    width:140px;
	background: #082956 url(_gfx/int/form_button.gif) top repeat-x;
   	border: 1px solid #031b37;
 	text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #fafafa;
    background:url(_gfx/album/slideshow.gif) 7px 7px no-repeat;
    font-size:9px;
}

.slideshow_nav
{
    text-align:center;
}

/************************************************
Official's Corner 
************************************************/
.official_list
{
	width:100%;
	clear:both;
}

.official_list:after { content: ""; display: block; height: 0; clear: both; }

.official_list_thumbnail
{
	float:left;
	width:70px;
}

.official_list_info
{
	float:left;
	padding:25px 0px 0px 0px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	width: 98%;
}

.official_top:after { content: ""; display: block; height: 0; clear: both; }

.official_image
{
	float: left;
	width:auto;
	height:auto;
	margin:10px 0px 0px 0px;
	border: solid 1px #000000;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	margin:10px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:solid 1px #CCCCCC;
}

.mainSpan_wrapper_noleftnav .official_info 
{
	width: 500px;
}

.official_info_div
{
	clear:both;
}

.official_info_div:after { content: ""; display: block; height: 0; clear: both; }

.official_info_header
{
	font-weight:bold;
	float: left;
	width:120px;
}

.official_info_content
{
	float: left;
	padding:0px 0px 0px 5px;
}

.official_info_noimage
{
	width:97%;
	padding:10px 0px 0px 0px;
}

.mainSpan_wrapper_noleftnav .official_info_noimage
{
	width: 660px;
}

.official_message
{
	clear:both;
	width:97%;
	padding:5px 0px 0px 6px;
}

.official_message:after { content: ""; display: block; height: 0; clear: both; }

.official_message_list
{
	float: left;
	width:20%;
	padding:5px 0px 0px 0px;
}

.official_message_message
{
	float: right;
	width:78%;
}

.official_message_subject
{
	font-size:12px;
	font-weight:bold;
	padding:3px 3px 3px 3px;
}

.official_message_body
{
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio
{
	width:97%;
	clear:both;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }

/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Weather component
************************************************/
.weather_button
{
	margin:5px 0px 0px 50px;
}

.weather_button img
{
	border:0px;
}

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #2466BF;
	height: 180px;
	width: 17%;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#fff;
}

.clear
{
	clear: both;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.weather_home_icon 
{
	width: 79px;
	height: 49px;
}

.weather_home_icon img
{
	margin-top:7px;
	border:0px;
}

/************************************************
Facility component
************************************************/
.facility_header_cell{
	font-weight:bold;
	font-size: 14px;
}

td.facility_detail li {
	margin: 0px;
	padding:0px;
	line-height:15px;
}

td.facility_thumbnail img {float:left;margin:0px 10px 10px 0; border:1px solid #032C48;}
td.facility_thumbnail {vertical-align:top;}

.facility_detail {margin:0px;float:left;}

.facility_detail span
{
	display: block;
}

/**Reno specific**/

.header_logo
{
	height: 1px;
	width: 1px;
	border: none;
}

.spotlight{
	padding: 0px;
	width: 206px;
	height: 85px;
	overflow: hidden;
	background: url(_gfx/home/spotlight.gif);
	z-index: 1;
}

.spotlight a, .didyou a{
	text-decoration: none;
}

.spotlight a:hover, .didyou a:hover
{
	text-decoration: underline;
}

.didyou
{
	padding: 0;
	margin: 5px 10px 0 0;
	width: 206px;
	left: 544px;
	height: 87px;
	overflow: hidden;
	background: url(_gfx/home/didyou.gif);
	z-index: 100;
}

.spotlight p, .didyou p, .important_alert p{
	margin: 38px 10px 10px 20px;
	line-height: 14px;
	font-size: 11px;
}

.weather
{
	position: absolute;
	z-index: 3;
	margin: 208px 0px 0px 550px;
	float: left;
	font-size: 10px;
	color: #141b5c;
	font-weight: bold;
}

.weather span
{
	float:left;
}

.weather a
{
	color: #BD970F;
}
.weather img
{
	padding:0;
	margin:0;
	float:left;
}

.home_left span.home_title
{
	font-weight:bold;
	display:block;
}

/*******************/


/************************************************
Business Directory
************************************************/
.business_list_name
{
	font-size: 14px;
	font-weight: bold;
}

.business_image_container
{
	float: left;
	clear: left;
	margin-top: 10px;
}

.business_image_container IMG
{
	margin:0px 10px 10px 0; border:1px solid #032C48;
}

.business_list_container
{
	width: 290px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.business_list_title
{
	width:60px;
	display: inline-block;
	font-weight: bold;
}

.business_thumbnail_span
{
	float: left;
	margin-right: 15px;
	padding-bottom: 20px;
}

.business_thumbnail_span IMG
{
	border:1px solid #032C48;
}

.business_listitem_span
{
	float: left;
	width: 290px;
}

.business_listitem_span .component_listitem_content
{
	width: 190px;
}


/**********************************************
CAPTCHA
**********************************************/

.captcha img
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}

/************************************************
Poll component
************************************************/

.poll
{
	margin: 20px 0px 0px 0px;
	width: 98%;
}

.poll_q
{
	font-weight: bold;
}

.poll_choices
{
	padding-bottom: 10px;
}

.poll_choices INPUT
{
	float: left;
	clear: left;
	margin: 3px 10px 0px 0px;
	height: 13px;
	width: 13px;
	padding: 0;
}

.poll_choices label
{
	float: left;
}

.poll_result_answer table tr
{
	height: 12px !important;
}

.poll_result_answer table
{
	border:1px solid #001c3e !important;
}



/************************************************
Follow Twitter
************************************************/
.followTwitter
{
	border-bottom:dashed 1px #CCCCCC;
	padding:8px;
}

.followTwitter .img
{
	float:left;
	width:48px;
	margin-right:12px;
}

.followTwitter .summary
{
	float:left;
}

.followTwitter .button
{
	float: right;
	margin-top: 3px;
}

.followTwitter .summary span
{
	font-size:12px;
	margin-right:7px;
}

.accountFullName
{
	font-weight: bold;
}

.accountStatus
{
	font-style:  italic;
}

/************************************************
Rss Feed Viewer
************************************************/

.rsslist
{
	/*border-top:dashed 1px #CCCCCC;*/
}

.rssitem
{
	/*border-bottom:dashed 1px #CCCCCC;*/
	border:0px !important;
	padding:4px 4px 10px 0;
}

.rssitem span.time
{
	font-style:italic;
	display:block;
}

/*** For Member Login ***/
.memberLogin
{
	position:absolute;
	left:749px;
	top:65px;
}

.memberSignup .form_div
{
	width:500px;
	overflow:hidden;
	float:left;
}

.memberSignup .form_error
{
	vertical-align:top;
	display:block;
	margin-top:-5px;
	margin-bottom:10px;
	float:left;
}

.memberSignup .form_label
{
	margin-top:0px;
	font-weight: bold;
	height:30px;
	float: left;
	width: 150px;
	text-align: left;
	vertical-align:middle;
	display:block;
}

.memberSignup .form_field
{
	margin-top:0px;
	height:30px;
	float: left;
	width: 330px;
	text-align: left;
	vertical-align:middle;
	display:block;
}

.memberSignup .form_button_div
{
	width:500px;
	height:50px;
	overflow:hidden;
	float:left;
}

.memberSignup .form_button
{
	margin-top:20px;
}

.mobile_only
{
	display: none;
}

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/*** mobile view ***/
#SwitchToMobile
{
	background: #fff9a5 url(_gfx/cmn/mobile/mob_visionlink_strip.gif) bottom left repeat-x;
}

#SwitchToMobile a
{
	display: block;
	background: url(_gfx/cmn/mobile/mob_visionlink_bg.jpg) center bottom no-repeat;
	text-align: center;
	font-size: small;
	color: #000000;
	padding: 5px 0 4px 0;
	border: 1px solid #bdbdbd;
	text-decoration: none;
}