/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
    border: none;
    margin: 0px;
    padding: 0px 0 0 0px;
    background: #FFFFFF url(_gfx/cmn/main_bg_strip.jpg) center 0 repeat-y;
    text-align: center;
}

table img
{
    margin: 0px 10px 0px 10px;
}

table
{
    font-size: 11px;
}

body, td, th, p, select, li, ul, input, blockquote, textarea
{
    font-family: 'Lato', Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #573a08;
}

h3
{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 13px !important;
    line-height: 16px;
    color: #bd8321 !important;
    font-weight: bold !important;
}

a img
{
    border: 0;
}

a
{
    color: #c75e2b;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

/* Default error reporting style */
.error_message
{
    color: #c60;
    font-weight: bold;
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after,
.mainSpan:after,
.contentheader:after,
.content:after,
.content_wrapper:after,
.container:after,
.width_container:after,
.title:after,
.home_columns:after,
.content_wrapper2:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

.clearfix,
.mainSpan,
.contentheader,
.content,
.content_wrapper,
.container,
.width_container,
.title_right,
.home_columns,
.content_wrapper2
{
    display: inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix,
* html .mainSpan,
* html .contentheader,
* html .content_wrapper,
* html.content,
* html.container,
* html.width_container,
* html.title_right,
* html.home_columns,
* html.content_wrapper2
{
    height: 1%;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .width_container, .content_wrapper, .title_right, .home_columns, .content_wrapper2
{
    display: block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */
body > form
{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(_gfx/cmn/main_bg_top.jpg) center 0 no-repeat;
}

.mainSpan_wrapper_home,
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review
{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(_gfx/cmn/main_bg_bottom.jpg) center bottom no-repeat;
    min-height: 1728px;
    position: relative;
}

.mainSpan
{
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
    padding-bottom: 200px;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/

.width_container
{
    /*background: #fbf1e3 url(_gfx/int/int_left_strip.gif) 0 0 repeat-y;*/
}

.mainSpan_wrapper_home .width_container
{
    /*background: #f5e7d3 url(_gfx/home/home_left_strip.gif) 0 0 repeat-y;*/
}

.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container
{
    /*background: #fbf1e3;*/
    /*background-image: none;*/
}

.content_wrapper
{
    /*background: url(_gfx/int/content_bottom.gif) bottom center no-repeat;*/
    padding-bottom: 54px;
}

.mainSpan_wrapper_home .content_wrapper
{
    /*background: url(_gfx/home/container_bg.gif) bottom center no-repeat;*/
    padding-bottom: 0;
}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
    /*background: url(_gfx/int/content_bottom_noleft.gif) bottom center no-repeat;*/
}

.content_wrapper2
{
    margin-top: 40px;
}

.mainSpan_wrapper_home .content_wrapper2
{
    margin-top: 0px;
}


/* Container for admin control panel */
.adminSpan
{
    width: 200px;
    float: right;
    text-align: left;
}

.content iframe
{
    width: 98%;
    _width: 100%;
    _margin-left: 20px;
    border: none;
}

iframe.external_link
{
    background: none;
}

/************************************************
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_wrapper
{
}

.printonly
{
    display: none;
}

.header
{
    width: 960px;
    padding: 0 0px;
    height: 162px;
}

.header_left
{
    float: left;
    width: 420px;
    height:0px;
    position: relative;
}

.header_left a.home_link
{
    width: 230px;
    position: absolute;
    top:17px;
    left:8px;
    display: block;
    overflow: hidden;
    height: 105px;
    text-align: left;
    text-indent: -10000px;
    background: transparent url(_gfx/cmn/header_logo.png) center center no-repeat;
}

.header_right
{
    float: right;
    width: 700px;
    position: relative;
}

.header_logo
{
    height: 1px;
    width: 1px;
    border: none;
}

.CustomDeptSite { display:none; }

/* Top line of links */

.header_nav
{
    text-align: right;
    padding-top: 14px;
    font-size: 12px;
    float: right;
    clear: none;
    color: #5d87a1;
}

.header_nav a
{
    color: #5d87a1;
    text-decoration: none;
}

.header_nav a:hover
{
    color: #5d87a1;
    text-decoration: underline;
}

/* Container for search field and go button */
.searchbox
{
    height: 40px;
    width: 236px;
    float: right;
    clear: both;
    margin: 30px 0 0 0;
    display: block;
}

.searchbox_textbox
{
    float: left;
    padding: 6px 0 5px 30px;
    margin: 10px 0 0px 0px;
    line-height: 15px;
    border: 1px solid #d1d1d1;
    font-size: 11px;
    width: 143px;
    height: 17px;
    background: #fcfcfc url(_gfx/cmn/mg.gif) no-repeat 10px;
    color: #618aa3;
}

.searchbox_button
{
    width: 31px;
    float: left;
    margin: 10px 0px 0px 0px;
}


.quicklink_wrapper
{
    float: right;
    clear: both;
    width: 172px;
    margin-right: 17px;
    display: inline;
}

.quicklink
{
    border: 1px solid #b98440;
    color: #863f1f;
    font-size: 13px;
    padding: 1px 0 1px 1px;
    width: 172px;
    line-height: 15px;
}

.quicklink option
{
    font-size: 13px;
    color: #863f1f;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
    width: 256px;
    float: left;
    margin: 0px 0px 0px 0;
    background: #d8cfc6;
    border: 1px solid #bdb098;
    padding-top: 6px;
    padding-bottom: 300px;
    border-radius: 4px;
}

.leftnav a
{
    display: block;
    width: 236px;
    padding: 8px 5px 8px 15px;
    line-height: 14px;
    color: #201d00;
    text-decoration: none;
    overflow: hidden;
    color: #425968;
}

.leftnav a:hover,
.leftnav_node_wrapper .leftnav_node_iscurrent a:hover,
.leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover,
.leftnav_node_wrapper .leftnav_node a:hover,
.leftnav_node a:hover, .leftnav_node_wrapper .leftnav_node a:hover, .leftnav_node_wrapper_root .leftnav_node_haschildren a:hover,
.leftnav_node_iscurrent a:hover span,
.leftnav_node_haschildren a:hover span
{
    color: #f6ecdf !important;
    background: #8b0e04;
    text-decoration: none;
}

.leftnav_node_iscurrent a:hover span, .leftnav_node_wrapper .leftnav_node_iscurrent a:hover span
{
    background: url(_gfx/nav/arrow_right_current_over.gif) no-repeat 0px 4px;
}

.leftnav_node_haschildren a:hover span
{
    background: url(_gfx/nav/arrow_down_over.gif) no-repeat 0px 6px;
}


.leftnav_node_wrapper, .leftnav_node_wrapper_root
{
    border-bottom: 1px solid #bdb098;
}


.leftnav a span
{
    padding-left: 13px;
}



.leftnav_node_wrapper .leftnav_node a
{
}


.leftnav_node_wrapper a span
{
    /*background: url(_gfx/nav/arrow_right_child.gif) no-repeat 0px 4px;*/
    display: block;
}

.leftnav_node_wrapper_root
{
}


.leftnav_node_wrapper_root .leftnav_node_iscurrent,
.leftnav_node_wrapper_root .leftnav_node
{
}

.leftnav_node_haschildren
{
    background: #918473 url(_gfx/nav/leftnav_haschildren.gif) 0 0 repeat-x;
}

.leftnav_node_haschildren a
{
    color: #FFFFFF;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
}


.leftnav_node_haschildren a span
{
    padding-left: 15px;
    background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 6px;
}

.leftnav_node_iscurrent a span
{
    padding-left: 13px;
    background: url(_gfx/nav/arrow_right_current.gif) no-repeat 0px 4px;
}

.leftnav_node_wrapper .leftnav_node_iscurrent a span
{
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a
{
}

.leftnav_node_wrapper .leftnav_node_iscurrent a
{
}


.leftnav_node_wrapper_root .leftnav_node a span
{
    /*background: url(_gfx/nav/arrow_right.gif) no-repeat 0px 6px;*/ /*Level 1 arrows*/
}

.leftnav span
{
    display: block;
}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */
.container
{
    float: left;
    width: 702px;
}

.contentheader, .contentheader_banner
{
    display: block;
    width: 702px;
    padding: 0px 0px 0px 0px;
}

.banner_holder
{
    padding: 0px 0px 30px 0px;
    background: url(_gfx/int/dept_banner_bg.png) no-repeat bottom center transparent;
}

.contentheader img, .contentheader_banner IMG
{
    display: block;
}

.image_banner
{
    display: block;
}

.breadcrumb_wrapper
{
    padding: 5px 15px 6px 15px;
    font-size: 10px;
    line-height: 12px;
    color: #7c6a55;
    width: 672px;
    background: none;
}

.breadcrumb
{
}

.breadcrumb a
{
    color: #7c6a55;
}

.breadcrumb a:hover
{
    color: #7c6a55;
}

.printer_friendly, .forward_link, .rss
{
    font-size: 11px;
    float: right;
    height: 25px;
    line-height: 25px;
    text-align: left;
}


.printer_friendly
{
    width: 57px;
    margin-left: 10px;
}

.forward_link
{
    width: 50px;
    margin-right: 5px;
}

.rss
{
    width: 40px;
}

.printer_friendly a, .forward_link a, .rss a, .sharelink a
{
    display: block;
    padding-left: 20px;
    font-size: 10px;
    height: 26px;
    color:#7c6a55;
}

.printer_friendly a
{
    background: url(_gfx/int/print.gif) center left no-repeat;
}

.forward_link a
{
    background: url(_gfx/int/share.gif) center left no-repeat;
}

.rss a
{
    background: url(_gfx/int/rss.gif) center left no-repeat;
}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
}

#share {cursor:pointer;}
#share div 
{
	width:120px;
    float:right;
    text-align:left;
    display:block;
    z-index:2000;
    
}
.sharelink a
{
	background:url(_gfx/int/share.gif) center left no-repeat;
	padding:0 0 0 20px;
	font-size:10px;
	display:block;
	line-height: 24px;
	height:26px;
}
.sharelink a:hover
{
	text-decoration:none;
}
#share ul 
{
	background-color:#ffffff;
	display:none;
	width:250px;
	border:1px solid #8b0e04;
	margin: -10px 0 0 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:125px;
	position:relative;
}
#share li a 
{
	color:#7c6a55;
	margin:4px;
	padding:0px 0px 0px 25px;
	display:block;
	font-size: 10px;
}
#share li a:hover
{
}
.shareemail {background:url(_gfx/int/share/email.gif) no-repeat 0 0;}
.sharefacebook {background:url(_gfx/int/share/facebook.gif) no-repeat 0 0;}
.sharedel {background:url(_gfx/int/share/delicious.gif) no-repeat 0 0;}
.sharegoogleplus {background:url(_gfx/int/share/googleplus.gif) no-repeat 0 0;}
.sharegoogle {background:url(_gfx/int/share/google.gif) no-repeat 0 0;}
.sharedigg {background:url(_gfx/int/share/digg.gif) no-repeat 0 0;}
.sharetwitter {background:url(_gfx/int/share/twitter.gif) no-repeat 0 0;}
.sharestumble {background:url(_gfx/int/share/stumbleupon.gif) no-repeat 0 0;}
.sharemyspace {background:url(_gfx/int/share/myspace.gif) no-repeat 0 0;}
.sharelive {background:url(_gfx/int/share/live.gif) no-repeat 0 0;}
.sharereddit {background:url(_gfx/int/share/reddit.gif) no-repeat 0 0;}
.sharetumblr {background:url(_gfx/int/share/tumblr.gif) no-repeat 0 0;}
.sharelinkedin {background:url(_gfx/int/share/linkedin.gif) no-repeat 0 0;}

.title
{
    width: 702px;
    background: none;
    min-height: 65px;
    height: auto !important;
    height: 65px;
    float: left;
}


.title_right
{
    text-align: right;
    height: 26px;
    padding: 5px 15px 0px 0px;
    margin: 8px 0px 0px 0;
    float: right;
    width: 674px;
    border-top: 1px solid #c4baab;
}

.title_left
{
    width: 712px;
    padding: 2px 0px 5px 18px;
    float: left;
}


.font_size
{
    float: left;
    color: #ededed;
    font-size: 10px;
    margin-top: 7px;
    margin-left: 8px;
}

.font_size div
{
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    cursor: hand;
    float: left;
    margin: 0px 2px 0px 2px;
    border: solid 1px #4C8CC4;
    padding: 0 0 2px 0;
    text-align: center;
}

.contentheader h1,
.contentheader_banner h1
{
    font-size: 22px;
    font-family: 'lato', Arial, sans-serif;
    color: #8b0e04;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.contentheader h2,
.contentheader_banner h2
{
    padding: 0px 15px 15px 18px;
    margin: 0px 0px 0px 0px;
    width: 719px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #00788a;
    float: left;
    display: block;
}

/************************************************
Content: main content area
************************************************/

.fix_intheight
{
    display: none;
    float: right;
    width: 0px;
    height: 300px;
}

.last_updated
{
    display: none;
}

/* Content: padding should be on content class NOT container */
.mainSpan_wrapper .content,
.mainSpan_wrapper_noleftnav .content,
.mainSpan_wrapper_review .content
{
    padding: 0 0 0 18px;
    height: auto !important;
    min-height: 300px;
    height: 300px;
}

.mainSpan_wrapper .content p,
.mainSpan_wrapper_noleftnav .content p,
.mainSpan_wrapper_review .content p
{
    margin-top: 0px;
}

.mainSpan_wrapper .content textarea,
.mainSpan_wrapper_noleftnav .content textarea,
.mainSpan_wrapper_review .content textarea
{
    width: 525px;
}

.mainSpan_wrapper .content ul,
.mainSpan_wrapper_noleftnav .content ul,
.mainSpan_wrapper_review .content ul
{
    padding: 0px;
    margin: 8px 0 10px 20px;
}

.mainSpan_wrapper .content ul li,
.mainSpan_wrapper_noleftnav .content ul li,
.mainSpan_wrapper_review .content ul li
{
    padding: 2px 0px;
}


.mainSpan_wrapper .container .content .downloadmessage,
.mainSpan_wrapper_noleftnav .container .content .downloadmessage,
.mainSpan_wrapper_review .container .content .downloadmessage
{
    clear: both !important;
    background: #ffffff;
    border: solid 1px #afa7a0;
    text-align: center;
    width: 85%;
    margin: 10px auto;
    padding: 0;
}

.downloadmessage img
{
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 2px 0px 2px;
}

.downloadmessage p
{
    font-size: 10px;
    padding: 5px 0px;
    margin: 0px;
}

.paging
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .container
{
    /*overflow: hidden;*/
    width: 960px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.mainSpan_wrapper_noleftnav .contentheader
{
    width: 960px;
    padding: 0px 0px 0px 0px;
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper
{
    width: 930px;
}

.mainSpan_wrapper_noleftnav .title
{
    width: 100%;
    margin: 0px 0px 0px 0px;
    background: none;
}

.mainSpan_wrapper_noleftnav .title_left
{
    width: 942px;
}

.mainSpan_wrapper_noleftnav .title_right
{
    width: 940px;
}

.mainSpan_wrapper_noleftnav .contentheader h2,
.mainSpan_wrapper_noleftnav .contentheader_banner h2
{
    width: 927px;
}

.mainSpan_wrapper_noleftnav .fix_intheight
{
    float: right;
    width: 0px;
    height: 300px;
}

.mainSpan_wrapper_noleftnav .content
{
}

/* Review and error pages */
.mainSpan_wrapper_review .container
{
    width: 960px;
}

.mainSpan_wrapper_review .fix_intheight
{
    display: none;
}

.mainSpan_wrapper_review .contentheader
{
    display: none;
}

.mainSpan_wrapper_review .content
{
    background: url(_gfx/int/container_strip.gif) 0 0 repeat-x;
}

.mainSpan_wrapper_review .component_title_review
{
    margin: 0px 0 30px 0;
    width: 100%;
    font-size: 29px;
    font-weight: bold;
    font-style: italic;
    font-family: times new roman, serif;
    padding: 4px 0px 0px 0px;
    color: #874021;
    line-height: 32px;
}

.mainSpan_wrapper_review .component_title_review h1
{
}

.mainSpan_wrapper_review .component_title,
.mainSpan_wrapper_review .component_subtitle,
.mainSpan_wrapper_review .component_listitem
{
}

.mainSpan_wrapper_review .content > div
{
}

.mainSpan_wrapper_review .component_content
{
    width: 100%;
    padding: 0px 0px;
    margin: 0 0px;
}

/* Hide review title for all except .container_review */
.mainSpan_wrapper .component_title_review,
.mainSpan_wrapper_noleftnav .component_title_review,
.mainSpan_wrapper_home .component_title_review
{
    display: none;
}

/* Homepage */
.mainSpan_wrapper_home .container
{
    width: 960px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.mainSpan_wrapper_home .fix_intheight
{
    display: none;
}

.mainSpan_wrapper_home .contentheader
{
    display: none;
}

.mainSpan_wrapper_home .content
{
    padding: 0;
    margin: 0;
}

.mainSpan_wrapper_home .content ul
{
    padding: 0px;
    margin: 0;
}

.mainSpan_wrapper_home .content ul li
{
    padding: 0px 0px;
}


/************************************************
Footer
************************************************/

.footer_wrapper
{
    clear: both;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
}

.mainSpan_wrapper_home .footer_wrapper
{
    /*background: url(_gfx/home/footer_bg.gif) 0px 0px no-repeat;*/
}

.mainSpan_wrapper .footer_wrapper
{
    /*background: url(_gfx/int/footer_bg_int.gif) 0px 0px no-repeat;*/
}

.mainSpan_wrapper_noleftnav .footer_wrapper, .mainSpan_wrapper_review .footer_wrapper
{
    /*background: url(_gfx/int/footer_bg_noleft.gif) 0px 0px no-repeat;*/
}

.footer
{
    background: url(_gfx/cmn/footer_bg.jpg) no-repeat center top transparent;
    padding: 35px 15px 30px 15px;
    height: 77px;
    font-size: 11px;
    text-align: center;
    color: #006174;
    line-height: 24px;
    width: 960px;
    margin: 0px auto 0px auto;
}

.mainSpan_wrapper_home .footer,
.mainSpan_wrapper_noleftnav .footer,
.mainSpan_wrapper_review .footer
{
    width: 930px;
}

.footer a
{
    color: #006174;
    text-decoration: none;
}

.footer a:hover
{
    color: #006174;
    text-decoration: underline;
}

.footer a, .footer p
{
    margin: 0 4px;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    color: #006174;
}

.footer p
{
    color: #006174;
}

.footer p.footer_copyright
{
    margin-top: 10px;
    color: #425968;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
    padding: 0px;
    float: left;
    width: 466px;
}

.depthome_right
{
    padding: 0px;
    float: right;
    margin: 0px 0px 15px 0px;
    width: 201px;
}


img.deptbanner
{
    border: 0 none;
    display: block;
    float: right;
    height: auto;
    text-align: right;
    width: 691px;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
    font-size: 11px;
    line-height: 24px;
    color: #7e5341;
    background: url(_gfx/int/events_bg_strip.jpg) repeat-y top center transparent;
    width: 201px;
    float: right;
    margin-bottom: 14px;
    overflow: hidden;
}

.depthome_right .box_title
{
    height: 43px;
    width: 201px;
    background: url(_gfx/int/news_box_top.gif) top center no-repeat;
    padding: 0;
    margin: 0;
    text-align: left;
    text-indent: -4000px;
}

.depthome_right .box_item_subtitle
{
    display:none;
}

.depthome_right .news_box .box_title
{
    background: url(_gfx/int/news_header_bg.jpg) no-repeat top center transparent;
}

.depthome_right .events_box .box_title
{
    background: url(_gfx/int/events_header_bg.jpg) no-repeat top center transparent;
}

.depthome_right .box_list
{
    padding: 7px 12px 0px 5px;
    min-height: 60px;
    height: auto !important;
    height: 60px;
}

.depthome_right .box_list p
{
    margin: 6px 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: #7e5341;
}

.depthome_right .news_box .newsimg, .depthome_right .news_box .box_item_summary
{
    display: none;
}

.depthome_right .events_box .box_item_title a, .depthome_right .news_box .box_item_title a
{
    float: left;
    color: #00788a;
    text-decoration: none;
}

.depthome_right .news_box .box_item:nth-child(even) .box_item_title a
{
    color: #425968;
}
.depthome_right .news_box .box_item:nth-child(even) .box_item_title a:hover
{
    color: #7e5341;
}

.depthome_right .events_box .box_item_title a:hover, .depthome_right .news_box .box_item_title a:hover
{
    color: #7e5341;
    text-decoration: underline;
}

.depthome_right .events_box .box_item_title span, .depthome_right .news_box .box_item_title span
{
    color: #425968;
    clear: both;
    float: left;
    line-height: 24px;
}

.depthome_right .news_box .box_item_title
{
    padding-bottom: 8px;
}

.depthome_right .box_item_date
{
    float: left;
    font-size: 11px;
    color: #425968;
    padding-bottom: 5px;
}

.depthome_right .box_item_date_box
{
    display:none;
}

.depthome_right .box_bottomlink
{
    padding: 0px 0px 0px 0px;
    display: block;
    height: 35px;
    background: url(_gfx/int/events_bg_bottom.jpg) no-repeat bottom center transparent;
    float: left;
    width: 100%;
}

.depthome_right .box_bottomlink a,
.depthome_right .box_bottomlink a:hover
{
    font-family: 'lato', Arial;
    color: #921d13;
    font-weight: bold;
    font-size: 11px;
    display: block;
    padding: 5px 12px;
    text-align: left;
    float: left;
}

.depthome_right .news_box .box_bottomlink a
{
}

.depthome_right .events_box .box_bottomlink a
{
}

/************************************************
Home Page
************************************************/

.home_left,
.home_right
{
    position: relative;
    float: left;
    width: 640px;
    padding: 0;
    margin: 22px 0 0 0;
    min-height:300px;
    height: auto !important;
}

.home_left
{
}
.home_right
{
    width: 640px;
}

.home_left > div
{
    position: relative;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
}

.home_collage
{
    padding: 0 0 20px 0 !important;
    background: url(_gfx/home/home_collage_bg.png) no-repeat center bottom transparent;
    background-size: 100% auto;
    width:640px;
}

.home_collage .collage_desc
{
    background: url(_gfx/home/home_collage_bg_strip.png) repeat top left transparent;
    bottom: 4px;
    position: absolute;
    right: 4px;
    padding: 10px 18px;
    width: 490px;
    border-radius: 5px 0 0 0;
}

.home_collage .collage_desc h2
{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #007283;
}

.home_collage .collage_desc p
{
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #eeeeee;
    font-weight: normal;
}

.home_collage .flex-direction-nav
{
}

.home_collage .flex-direction-nav .flex-prev
{
    background: url(_gfx/home/collage_prev.png) no-repeat center center transparent;
    width: 52px;
    height: 52px;
}

.home_collage .flex-direction-nav .flex-next
{
    background: url(_gfx/home/collage_next.png) no-repeat center center transparent;
    width: 52px;
    height: 52px;
}

/* Images w/o display:block in IE add a bottom margin*/
.home_collage img
{
    display: block;
    max-width: 100%;
    width: 100%;
}

.home_collage a
{
	/*color: #DAC792;*/
	color: #ACA095;
	text-decoration: underline;
}

.home_left > div.home_buttons
{
    float: left;
    width: 80%;
    padding: 0 10%;
    margin: 20px auto 0;
    display: block;
    position: relative;
}

.home_buttons .slides
{
    margin: 0 auto;
}

.home_buttons .cycle_control .prev,
.home_buttons .cycle_control .next
{
    position: absolute;
    top: 34%;
    text-align: left;
    text-indent: -10000px;
    width: 24px;
    height: 27px;
}

.home_buttons .cycle_control .prev.disabled,
.home_buttons .cycle_control .next.disabled
{
    opacity: 0.5;
}

.home_buttons .cycle_control .prev
{
    left: 20px;
    background: url(_gfx/home/buttons_prev.png) no-repeat center center transparent;
}

.home_buttons .cycle_control .next
{
    right: 20px;
    background: url(_gfx/home/buttons_next.png) no-repeat center center transparent;
}

.home_buttons img
{
    width: auto;
    height: auto;
}

.home_left .home_content
{
    display:block;
    float: left;
    margin-top: 28px !important;
    border-top: solid 1px #d7cfc4;
    width:640px;
    overflow:auto;
}

/*
.home_left .home_content ul
{
    list-style: none;
}

.home_left .home_content ul li
{
    display: block;
    float: left;
    padding-top: 28px;
    margin-left: 5%;
    margin-right: 5%;
    width: 256px;
} */

.home_left .home_content ul
{
    list-style: none;
	width: 620px; 
	overflow: none;	
}

.home_left .home_content ul li
{
    display: block;
    float: left;
    height:300px;
    margin:0 20px 40px 20px;
    width:260px;	
	padding-top: 28px;
}

.home_left .home_content ul li:nth-cild(even){
	margin-right:0;
}

.home_left .home_content ul li > div
{
    box-shadow: 4px 4px 4px #6c6b66;
    border-radius: 0 5px 5px 5px;
}

.home_left .home_content ul li h2
{
    background: url("_gfx/home/home_content_header_bg_strip.gif") repeat-x left top #065f70;
    color: #FFFFFF;
    margin: 0 0 6px 0;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 5px 5px 0 0;
}

.home_left .home_content ul li img
{
    border-radius: 0 0 5px 5px;
}

.home_left .home_content ul li p
{
    color: #006174;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 10px;
    margin: 8px 0 4px;
}

.home_left .home_content ul li a.box_bottomlink
{
    color: #921d13;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    padding: 0 10px;
}

.home_left .home_content ul li a.box_bottomlink:hover
{
    text-decoration: underline;
}

.home_right
{
    float: right;
    width: 306px;
    padding: 0 0 0 14px;
}

.home_right > div
{
    position: relative;
    float: right;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
}

/************************************************
Home boxes
************************************************/
.home_news,
.home_events
{
    color: #425968;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 36px !important;
    width: 100%;
    position: relative;
    border-radius: 0 4px 4px 4px;
    box-shadow: 4px 4px 4px #7d7b76;
}

.home_events .box_title,
.home_news .box_title
{
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    text-indent: -4000px;
    height: 59px;
    width: 100%;
    background: url(_gfx/home/events_header_bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.home_events .box_list,
.home_news .box_list
{
    padding: 2px 10px 10px;
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
    float: left;
    width: 286px;
}

.home_events .box_list
{
    padding: 2px 6px 10px;
}

.home_events .box_item,
.home_news .box_item
{
    border-bottom: 1px solid #c7bfb6;
    margin-bottom: 10px;
    float: left;
    clear: left;
    width: 100%;
}

.home_events .box_item:last-child,
.home_news .box_item:last-child
{
    border-bottom: 0 none;
    margin-bottom: 0;
}

.home_events .box_bottomlink,
.home_news .box_bottomlink
{
    position: absolute;
    top: 20px;
    right: 10px;
}

.home_events .box_bottomlink a,
.home_news .box_bottomlink a
{
    color: #FFFFFF;
    text-decoration: none;
}

.home_events .box_bottomlink a:hover,
.home_news .box_bottomlink a:hover
{
    text-decoration: underline;
}

/**events box**/
.home_events .box_title
{
}

.home_events .box_item
{
    padding-bottom: 12px;
}

.home_events .box_item_title
{
    clear: none;
    float: none;
    margin-left: 90px;
    margin-top: 10px;
}

.home_events .box_item_subtitle
{
    clear: none;
    float: none;
    margin-left: 90px;
}

.home_events .box_item_title,
.home_events .box_item_title a
{
    color: #00788a;
    text-decoration: none;
    font-weight: bold;
    line-height: 14px;
    font-size:14px;
}

.home_events .box_item_title a:hover
{
    color: #bd8321;
    text-decoration: underline;
}

.home_events .box_item_date_box
{
    width: 74px;
    float: left;
    font-family: 'Myriad Pro';
    font-size: 66px;
    line-height: 56px;
    font-weight: bold;
    color: #7c6a55;
    text-align: center;
}

.home_events .box_item_date_box span
{
    color: #00788A;
    display: block;
    float: none;
    font-size: 18px;
    line-height: 18px;
    margin: 0 auto;
    text-transform: uppercase;
}

.home_events .box_item_date { display:none; }

/**news box**/
.home_news .box_title
{
    background: url(_gfx/home/news_header_bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border-radius: 4px 4px 0 0;
}

.home_news .box_item_title,
.home_news .box_item_title a
{
    color: #8b0e04;
    text-decoration: none;
    font-weight: bold;
    font-size:13px;
}

.home_news .box_item_title a:hover
{
    color: #bd8321;
    text-decoration: underline;
}

.home_news .newsimg
{
    float: left;
    max-width: 89px;
}

.home_news .newsimg img
{
    margin-right: 10px !important;
    width: 79px;
    height: 60px;
    padding-bottom: 15px !important;
    background: url(_gfx/home/home_news_bg.png) no-repeat center bottom transparent;
}

.home_news .newstitle
{
    display: inline;
}

/**social links**/
.home_social
{
    padding-bottom: 20px !important;
}

.home_social ul
{
    list-style: none;
}

.home_social li
{
    width: 24%;
    margin-right: 1%;
    display: block;
    float: left;
}

.home_social img
{
    width: 100%;
}

.home_right .home_content
{
    padding-bottom: 20px !important;
}

/************************************************
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: #bd8321;
}

fieldset
{
    border: solid 1px #e0be86;
}

hr
{
    color: #e0be86;
    background-color: #e0be86;
}

.form_normaltextbox
{
    width: 300px;
    border: 1px solid #e0be86;
    background-color: #ffffff;
    height: 19px;
    padding: 2px 3px;
}

.form_normaldropdown
{
    width: 300px;
    border: 1px solid #e0be86;
    background-color: #ffffff;
    height: 17px;
    padding-left: 3px;
}

.form_button
{
    background: #924c17;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    color: #f5e7d3;
    border: 2px solid #e0be86;
    cursor: pointer;
    cursor: hand;
}

.form_message,
.form_message td
{
    color: #cc0000;
}

.form_calendarbutton
{
    vertical-align: top;
    border: 0;
    cursor: pointer;
    cursor: hand;
}

.backbutton
{
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.backbutton a
{
}

.radeditor div
{
    margin-top: 0;
    margin-bottom: 0;
}

/************************************************
Search
************************************************/
.search
{
    margin: 20px 0px 0px 0px;
}

.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 #e0be86;
    border-top: 0px;
    background-color: #f8eee1;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

.search .paging a:hover
{
    border-top: 1px solid #e0be86;
    background-color: #ffffff;
}


.search_title
{
    display: none;
}

.search_result,
.search_result_alternate
{
    padding: 10px 0 0 10px;
    border-top: 1px solid #e0be86;
    border-bottom: 0;
    zoom: 1;
}

.search_result
{
    background: #fffdfa;
}

.search_result_alternate
{
    background-color: transparent;
}

.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
{
    padding: 0;
    /*display:none;*/
}

.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;
    /*display:none;*/
}

.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;
}



/**************************
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: #fffdfa;
    border-top: solid 1px #e0be86;
    border-bottom: solid 1px #e0be86;
    /*overflow: auto !important;
	overflow: visible;*/
}

.advanced_searchbox
{
    float: left;
    width: 40%;
}

.advanced_searchbox p
{
    margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
    width: 220px;
    border: solid 1px #e0be86;
    line-height: 13px;
}

.adsearch_button
{
    position: absolute;
    margin: -23px 0px 0px 367px;
    _margin: -30px 0px 0px 367px;
}

.sort_container
{
    float: left;
}

div.sort_items
{
    border-top: dashed 1px #e0be86;
    border-bottom: dashed 1px #e0be86;
    padding: 4px 0;
    margin: 8px 0px 14px 0px;
    font-weight: normal;
}

div.sort_items span.item
{
    margin: 0px 6px;
    padding: 3px 0 3px 22px;
    background: url(_gfx/cmn/arrow.gif) 0px 5px no-repeat;
    background-repeat: no-repeat;
}

div.sort_items span.item a
{
    display: inline-block;
    height: 18px;
    font-weight: bold;
}

.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
************************************************/
#cse-search-results iframe
{
    width: 845px;
}

.gs-result, .gs-webResult
{
    border-bottom: 1px solid #e0be86;
}

.gs-title
{
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
}

.gs-snippet
{
    padding: 10px 0 0 10px;
    border-top: 1px solid #e0be86;
    border-bottom: 0;
}

.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
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
}

/* For links on top of page */
.topselector
{
    margin: 10px 0;
}

/* For dropdown filters */
.filter
{
    margin: 0px 10px 10px 0px;
    padding: 10px 0 0 0;
    font-size: 12px;
    
}

.filter a
{
    color: #425968;
}

.filter select
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    width: 180px;
}

.timing
{
}

.listtable
{
    width: 95%;
    border: 1px solid #e0be86 !important;
    background-color: #f8eee1;
    border-collapse: collapse;
    margin: 10px 0;
}

.listtable th
{
    padding: 6px 4px 7px 9px;
    text-align: left;
    color: #f5e7d3;
    background-color: #924c17;
    border-top: 1px solid #924c17;
    border-right: 1px solid #924c17;
    border-left: 1px solid #924c17;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

.listtable_header a
{
    color: #f5e7d3;
}

.listtable td
{
    border: 0 !important;
    border-bottom: 1px solid #e0be86 !important;
    border-right: 1px solid #e0be86 !important;
    padding: 4px 4px 4px 9px;
    margin: 0;
    font-size: 11px;
}

.listtable tr:hover
{
    background-color: #fffffe;
}

.listtable_buttoncolumn
{
    width: 70px;
    font-size: 10px;
}

.listtable_buttoncolumn input
{
    background-image: url(_gfx/button_bg.gif);
    font-size: 11px;
    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: #fffffe;
}

.listtable_row_off
{
    background-color: #f8eee1;
}

/************************************************
Lists without table grid, like News
************************************************/
.listcomponent
{
    border: solid 0px #fbf1e3 !important;
}

.listcomponent th
{
    display: none;
}

.listcomponent td
{
    border: 0px;
    padding: 4px 4px 10px 0;
    margin: 0px;
}

.listcomponent img
{
    margin: 0;
}

.listcomponent .newsimg img {margin: 4px 10px 0 0; width: 77px;}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width: 200px;
    border: 1px solid #e0be86;
    border-collapse: collapse;
    background-color: #f8eee1;
}

.righttable th
{
    background: #924c17;
    padding: 6px 4px 7px 9px;
    border-top: 1px solid #924c17;
    border-right: 1px solid #924c17;
    border-left: 1px solid #924c17;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    color: #f5e7d3;
}

.righttable_header a
{
    color: #f5e7d3;
}

.righttable td
{
    border: 0;
    border-bottom: 1px solid #e0be86;
    border-right: 1px solid #e0be86;
    padding: 4px 4px 4px 9px;
    margin: 0;
    font-size: 11px;
}

.righttable tr:hover
{
    background-color: #fffffe;
}

.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: #fffffe;
}

.righttable_row_off
{
    background-color: #f8eee1;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 2px 0px;
    width: 95%;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #874021;
}

.component_subtitle
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 2px 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #bd8321;
    width: 95%;
}

.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;
    float: left;
}

.component_listitem_header
{
    font-weight: bold;
    width: 100px;
    vertical-align: top;
    display: block;
    float: left;
}

.component_listitem_header_wider
{
    font-weight: bold;
    width: 150px;
    vertical-align: top;
    display: block;
    float: left;
}

.component_listitem_content
{
    width: 300px;
    vertical-align: top;
    display: block;
    float: left;
}

.component_content
{
}

.outlookcalendar
{
    display: block;
    margin-top: 10px;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin: 0px 0px 20px 0px;
    text-align: center;
    font-size: 12px;
}

.calendar_filter select
{
    width: 180px;
}

.calendar_wrapper
{
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 0px 0px 10px 0px;
    width: 940px;
}

.calendar
{
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
}

.calendar_dayheader
{
    height: 29px;
    color: #ffffff;
    background: #8b0e04;
    padding: 0px 0px;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, arial, sans-serif;
    text-transform: uppercase;
}

.calendar_selector
{
    color: #eeeae4;
    background-color: #788c41;
    font-size: 11px;
}

.calendar_title td
{
    padding: 15px 0px 12px 0px;
    font-size: 22px;
    color: #8b0e04;
    width: 60%;
    font-family: "lato", "Myriad Pro", Arial, serif;
    font-weight: bold;
}

td.calendar_nextprev
{
    width: 200px !important;
    text-align: center;
}

td.calendar_nextprev a
{
    color: #8b0e04 !important;
    font-size: 12px;
    font-family: 'Lato', 'Myriad Pro', arial, sans-serif;
    font-style: normal;
    text-decoration: none;
}

td.calendar_nextprev a:hover
{
    color: #8b0e04 !important;
    text-decoration: underline;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday
{
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    padding: 3px 8px 3px 8px;
    height: 110px;
    border: 1px solid #bbb3ac;
    font-family: verdana, arial, sans-serif;
}


.calendar_day,
.calendar_weekendday
{
    background: #ffffff;
    color: #7c6a55;
}

.calendar_othermonthday
{
    background: #e2deda;
    color: #c0b8ae;
}

.calendar_today
{
    background: #b95915;
    color: #faf4ef;
}

.calendar_selectedday
{
    background: #fccb62 url(_gfx/int/calendar_today_strip.gif) 0 0 repeat-x;
    color: #924c17;
}

.calendar_eventtime
{
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    margin: 0px 0 0 0;
    padding: 0px 0px 2px 0px !important;
    display: block;
    color: #573a08;
}

.calendar_eventlink
{
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    display: block;
    padding: 0px 0px 10px 0px;
    margin: 0px 0;
}

.calendar_today .calendar_eventtime,
.calendar_selected .calendar_eventtime
{
    color: #ffffff;
}

.calendar_today .calendar_eventlink,
.calendar_selected .calendar_eventlink,
.calendar_today .calendar_eventlink a,
.calendar_selected .calendar_eventlink a
{
    color: #ffffff;
}

.calendar_today a.calendar_eventlink:hover
{
    color: #ffffff;
}

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, .calendar_allinone .listtable td
{
}



/************************************************
Site map
************************************************/
.sitemap
{
    border: solid 0 #000;
    padding-left: 15px;
}

.sitemap img
{
    padding: 0 5px 0 0;
    margin: 0;
}

.rootnode,
.parentnode,
.leafnode
{
    padding: 0px;
}

.rootnode
{
    font-weight: bold;
    color: #6f7645;
}

.rootnode a,
.parentnode a
{
    color: #bd8321;
    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_name a
{
    padding-left: 0px;
    /*background-image:url(_gfx/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;*/
}

.link_content
{
    padding-left: 0px;
    display: block;
}

.link_content img
{
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}



/************************************************
FAQ List
************************************************/
.listfaq
{
    width: 95%;
    padding: 0;
    border-collapse: separate !important;
    background-color: #f8eee1;
    border: 1px solid #e0be86;
}

.listfaq td
{
    padding: 4px;
    border: 0px;
}

.listfaq_answers
{
    width: 95%;
    padding: 0;
    border-collapse: separate !important;
}

.listfaq_answers td
{
    padding: 4px;
    font-size: 12px;
    line-height: 20px;
    border: 0px;
}

.listfaq_q
{
    font-weight: bold;
}

.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: 660px;
    margin: 0px 0px 0px 0px;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0be86;
}

.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 #e0be86;
    border-top: 0px;
    background-color: #f8eee1;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
    background: #fffffe;
    border-top: 1px solid #e0be86;
}

.listcomponent_pager
{
    text-align: left;
}


/************************************************
Link List
************************************************/

.listlink
{
    width: 100%;
    padding: 0;
    border-collapse: separate;
}

.listlink td
{
    padding: 0px !important;
    border: none;
}


/***********************************************
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 2px 0;
    margin: 0;
}

.form_list_title
{
}

.survey_container span
{
    background: transparent !important;
}

.survey_container TABLE tr
{
    background: transparent !important;
}

.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;
}

/*works in Safari!*/
.survey_container table tr:nth-child(0n+2) 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 table table table tr:nth-child(0n+2) td
{
    padding: 3px 5px 0px 0px !important;
}

.survey_container table td br
{
    display: block !important;
    height: 0px !important;
    line-height: 0px !important;
}

/*Add to my calendar Styles*/
.addtocalendar
{
	margin:15px 0 5px 0;
	clear: both;
	float: left;
}

.calendar_Controls
{
   display: block;
   padding:0px 0 0 25px;
   width:175px;
   margin: 0;
   background:url(_gfx/int/ical.png) no-repeat 0 0;
}

#calendarControls, #calendarControlsBottom
{
   display: none;
   border:1px solid #666;
   background-color: #ffffff;
   line-height: 18px;
   width: 160px;
}

div:hover.addtocalendar #calendarControls, div:hover.addtocalendar #calendarControlsBottom
{
    display: block;
	position: absolute; /*ie7 needs it to be here*/
}

#calendarControls br, #calendarControlsBottom br{display: none;}

#calendarControls a, #calendarControlsBottom a
{
       text-decoration:none;
      color:#666;
      margin:4px;
      padding:0px 0px 0px 25px;
      display:block;
      font-size: 11px !important;
      width: 130px;
}

#calendarControls a:hover, #calendarControlsBottom a:hover
{
    color:#000;
     text-decoration: underline;
}

.outlookcalendar{background:url(_gfx/int/calendar_add.gif) no-repeat 0px 0px;}
.googleCal {background:url(_gfx/int/google.gif) no-repeat 0px 0px;}
.yahooCal {background:url(_gfx/int/yahoo.gif) no-repeat 0px 0px;}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
    margin: 10px 0px 0px 0px;
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

.staff_thumbnail_span
{
    float: left;
    width: 105px;
    margin-right: 5px;
}

.staff_thumbnail_span img
{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    border-width: 1px;
    border-style: solid;
}

.staff_listitem_span
{
    float: right;
    width: 450px;
    margin: 0px 0px 10px 0px;
}

.staff_component_title
{
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 876px;
    font-size: 14px;
    font-weight: bold;
    color: #874021;
}

.mainSpan_wrapper_noleftnav .content div, .mainSpan_wrapper .content div
{
    clear: none !important;
}

.staff_column_div .component_title
{
    margin-left: 0px;
}


/******************************************
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: 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;
    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_detail
{
    text-align: center;
}

.photo_name
{
}

.slideshow_link
{
    float: right;
    font-weight: bold;
    font-size: smaller;
    width: 140px;
    background: #924c17 url(_gfx/int/form_button.gif) top repeat-x;
    border: 1px solid #e0be86;
    text-align: left;
    margin: 0px 0px 0px 10px;
}

.slideshow_link a
{
    display: block;
    padding: 4px 3px 4px 27px;
    color: #f5e7d3;
    background-image: url(_gfx/album/slideshow.gif);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    font-size: 9px;
}

.slideshow_nav
{
    text-align: center;
}

.rss_button
{
    float: right;
    margin: -30px auto 0px auto;
}

/************************************************
Official's Corner 
************************************************/
.official_list
{
    width: 470px;
    clear: both;
}

.official_list:after
{
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.official_list_thumbnail
{
    float: left;
    width: 70px;
}

.official_list_info
{
    float: right;
    padding: 25px 0px 0px 00px;
    width: 400px;
}

.official_section_title
{
    font-size: 12px;
    font-weight: bold;
    clear: both;
    padding: 10px 0px 3px 0px;
}

.official_top
{
    overflow: auto;
    width: 566px;
    height: auto;
}

.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;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    border: solid 1px #CCCCCC;
}

.official_info_div
{
    float: left;
    width: 390px;
    height: auto;
}

.official_info_div:after
{
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.official_info_header
{
    font-weight: bold;
    float: left;
    width: 100px;
    height: auto;
}

.official_info_content
{
    float: right;
    width: 285px;
    height: auto;
    padding: 0px 0px 0px 5px;
}

.official_info_noimage
{
    width: 560px;
    height: auto;
    padding: 10px 0px 0px 0px;
}

.official_message
{
    clear: both;
    width: 560px;
    padding: 5px 0px 0px 0px;
}

.official_message:after
{
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.official_message_list
{
    float: left;
    width: 140px;
    padding: 5px 0px 0px 0px;
}

.official_message_message
{
    float: right;
    width: 410px;
    height: auto;
}

.official_message_subject
{
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
}

.official_message_body
{
    height: auto;
    width: 411px;
    padding: 3px 3px 3px 3px;
    border: solid 1px #CCCCCC;
}

.official_bio
{
    width: 560px;
    clear: both;
    padding: 3px 3px 3px 3px;
    border: solid 1px #CCCCCC;
}

.official_bio:after
{
    content: "";
    display: block;
    height: 0;
    clear: both;
}

/************************************************
Map
************************************************/
.map_size
{
    width: 500px;
    height: 300px;
}

/************************************************
Important Alert
************************************************/
.alert_container
{
	position: relative;
	background:  url(_gfx/cmn/alert_strip.png) 0 bottom repeat-x;
	margin-bottom: -5px;
	padding-bottom: 5px;
	min-width: 960px;
	z-index: 1;
}

#alert_controls
{
	display: block;
	text-indent: -4000px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 1;
}

#alert_controls.hide
{
	background: url(_gfx/cmn/alert_controls.png) right 0px no-repeat;
	width: 28px;
	height: 30px;
	bottom: 5px;
}

#alert_controls.hide:hover
{
	width: 47px;
	height: 70px;
	bottom: -35px;
}

#alert_controls.show
{
	background: url(_gfx/cmn/alert_controls.png) right -70px no-repeat;
	width: 32px;
	height: 35px;
	top: 0px;
}

#alert_controls.show:hover{background-position: right -140px;width: 81px;}

.alert_container .important_alert_wrapper
{
	width: 100%;
	background: #c21c1c;
	padding: 5px 0px;
}

.alert_right{background: url(_gfx/cmn/alert_border.png) right 0 repeat-y;}

.alert_container .important_alert
{
	overflow: hidden;
	width: 948px;
	font-size: 13px !important;
	line-height: 20px!important;
	padding: 0;
	margin: 0 auto;
	color:#ffffff;
	text-align:left;
}

.alert_container .important_alert h2{display: inline;margin: 0;text-transform: uppercase; font-weight: bold;font-size: 125%;color:#ffffff;}

.alert_container .important_alert p,
.alert_container .important_alert div
{	
	margin:0;
	padding:0;
	display: inline;
}

/************************************************
Weather component
************************************************/
.weather
{
    float: right;
    margin-right: 40px;
    padding-top: 9px;
    position: relative;
}

.weather span
{
    color: #911b12;
    font-weight: bold;
    line-height: 26px;
    float:left;

}

.weather a
{
    text-transform:uppercase;
}

.weather img
{
    float:left;
    height:31px;
}

.weather_button
{
    margin: 5px 0px 0px 50px;
}

.weather_button img
{
    border: 0px;
}

.forecast_item
{
    text-align: center;
    float: left;
    border: solid 2px #e0be86;
    height: 180px;
    width: 127px;
    margin: 5px;
    overflow: hidden;
    line-height: 18px;
    background-color: #fff;
}

.forecast_item img
{
    width: 79px;
    height: 49px;
}

.forecast_container
{
    padding: 20px;
}

.weather_home_icon
{
    width: 79px;
    height: 49px;
}

.weather_home_icon img
{
    margin-top: 7px;
    border: 0px;
}

/* Yahoo weather forecast */
.weatherFeed {
	font-size:11px;
}


.weatherForecast
{
	background: none repeat scroll 0 0 #fff;
	float: left;
	margin-top: 10px;
	padding: 5px 0 15px;
	width: 100%;
}

.weatherFeed a { }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	background-position: 0 0;
	padding: 0.8em;
	text-align: center;
}
.weatherCity 
{
	text-transform: uppercase; 
	font-size: 1.6em;
	padding-top: 6px;
	text-align: right;
}
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
	line-height:100%;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 1em; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: center;
}
.weatherForecastItem {
	background-position: center top;
	background-size: 80% auto;
	float: left;
	padding: 52px 0 0;
	width: 20%;
}
.weatherLink{ font-size:1.3em; line-height: 180%;}
.weatherForecastDay,.weatherForecastText { font-size: 1.2em; }

.odd { background-color: #e8e8fc; }
.even { background-color: #d4d4e8; }

/* END Yahoo weather forecast */

/************************************************
Facility component
************************************************/
.facility_header_cell
{
    font-weight: bold;
}

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: 10px;
    float: left;
}

.facility_detail a
{
    font-weight: bold;
}

/************************************************
Poll component
************************************************/
.poll
{
    float: left;
    width: 400px;
    margin: 20px 0px 0px 0px;
    padding: 0;
    overflow: hidden;
}

.poll_result_answer
{
    margin: 0px 0px 0px 0px;
}

.poll_choices
{
    padding-bottom: 10px;
}

.poll_choices INPUT
{
    margin: 5px 10px -2px 0;
    padding: 0;
}

.poll_result_answer table tr
{
    height: 10px !important;
}

/**********************************************
CAPTCHA
**********************************************/


.captcha img
{
    padding: 0;
    margin: 0;
    float: left;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
    border: 1px solid #c2bca6;
}

/*
.recaptcha_image
{
    float:left !important;
    display:block !important;
    clear:none !important;
}

.recaptcha_icons
{
    float:left !important;
    display:block !important;
    clear:none !important;
}

.recaptcha_response_area
{
    clear:both !important;
}*/

.recaptcha_reload,
.recaptcha_only_if_image,
.recaptcha_only_if_audio
{ float:left; }

img.sticky
{
	display: none;
}