/***************************
Colours:
o	Orange Text: R237, G113, B35 (#f07122)
o	70% Orange Text: R244, G152, B92 (#f4985c)
o	Background Grey: R248, G247, B250 (#f8f7fa)
o	Normal text (black 85%): R77 G77 B79 (#4d4d4f)
o	Grey Text (black 60%): R129, G130, B133 (#818285)
o	Pale Grey Text (Essence Tag): R195, G195, B195 (#c3c3c3)
***************************/
*
{
	outline-width: 0px;
}
body
{
    margin: 0px;
    background-color: #f8f7fa;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 100.01%; /* .01 to fix opera bug */
    color: #4d4d4f;
}

a 
{
    color: black;
    text-decoration: underline;
}

a:hover 
{
    color: #f07122;
    text-decoration: underline;
}

div#bread_crumb
{
	display: none;
}

div#main_outer
{
    width: 984px;
    margin: 0px auto 0px auto;
}

div#main_outer_margins
{
    padding: 10px 13px 0px 13px;
}

div#main_background
{
    background-color: #f8f7fa;
    background-image: url(/images/background_sides.gif);
    background-position: center top;
    background-repeat: repeat-y;
}

div#main_background_bottom
{
    background-color: #f8f7fa;
    background-image: url(/images/background_bottom.gif);
    height: 21px;
    background-position: center top;
    background-repeat: no-repeat;
}

div#header
{
    position: relative;
    margin-bottom: 6px;
    text-align: right;
    width: 100%;
}

img#header_logo
{
}

div#header_quote
{
    position: absolute;
    left: 0px;
    bottom: 3px;
    color: #f07122;
    font-size: 1em;
}

div#header_quote sup
{
    font-size: 0.6em;
}

div#header_menu_items
{
    position: absolute;
    left: 0px;
    font-size: 0.6em;
}

div#header_menu_items ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div#header_menu_items ul li
{
    display: block;
    float: left;
    margin-right: 20px;
}

div#header_menu_items a
{
    color: #4d4d4f;
    text-decoration: none;
}

div#header_menu_items a:hover
{
    color: #f07122;
    text-decoration: underline;
}

div#banner_outer
{
    /*background-image: url(/images/banner_default.jpg);*/
    width: 958px;
    height: 170px;
    margin-bottom: 21px;
    position: relative;
}

div#banner_outer #banner
{
	position: absolute;
	top: 0px;
	left: 0px; 
	z-index: 0;
}

div#menu_main
{
    /*zbackground-color: White;*/
    background-image: url(/images/menu_main_background.png);
    background-repeat: repeat;
    width: 100%;
    border-top: solid 1px #f07122;
    border-bottom: solid 1px #f07122;
    position: relative;
    z-index: 100;
}

div#menu_main ul
{
    list-style-type: none;
    margin: 0px 0px 0px 1px;
    padding: 0px;
    width: 100%;
}

div#menu_main ul li
{
    display: block;
    float: left;
    font-size: 0.8em;
    margin-right: 0px;
}

div#menu_main ul li a
{
    display: block;
    color: #4d4d4f;
    text-decoration: none;
    padding: 3px 0px 3px 0px;
}

div#menu_main ul li a:hover span,
div#menu_main ul li.selected a span,
div#menu_main ul li.on a span
{
    color: #f07122;
}

div#menu_main ul li a span
{
    padding: 3px 10px 3px 10px;
}

div#menu_main ul li.on a span,
div#menu_main ul li.selected a span
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_main ul li a:hover span, div#menu_main ul li.hover a span
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
    color: #f07122;
}
/*** POPUP MENU START ***/

div.popup_frame
{
    background-color: white; 
    padding: 3px;
    border: solid 1px white;
}

div.popup_menu
{
    position: absolute;
    width: 164px;
    width: 200px;
}

div.popup_menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
} 

div.popup_menu li
{
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 0.8em;
    border-bottom: solid 1px #cccccc;
    padding: 3px 0px 4px 0px;
    margin: 0px 6px 0px 6px;
    display: block;
    /*zbackground-color: #ffeedd;*/
}

div.popup_menu li.last
{
    border-bottom-style: none;
}

div.popup_menu a
{
    display: block;
    text-decoration: none;
    color: #4d4d4f;
    width: 100%;
} 

div.popup_menu a:hover div, div.popup_menu li.hover a div
{
    color: #f07122;
} 

div.popup_menu li.popup_menu_footer
{
    background-image: url(/images/three_boxes.gif);
    background-position: 1px center;
    background-repeat: no-repeat;
    /*zheight: 20px;*/
}
/*** POPUP MENU END ***/

/*** SUB MENU START ***/
div#menu_sub
{
    float: left;
    width: 212px;
    padding: 0px 0px 10px 0px;
    background-image: url(/images/sub_menu_border_left.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

div#menu_sub sup
{
    font-size: 0.7em;
}

div#menu_sub ul li a span
{
    display: block;
}

/*** level 1 ***/
div#menu_sub ul.l1
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

div#menu_sub ul.l1 li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    font-size: 0.9em;
    background-image: url(/images/sub_menu_underline.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}


div#menu_sub ul.l1 li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    cursor: pointer;
    margin-left: 4px;
}

div#menu_sub ul.l1 li a:hover,
div#menu_sub ul.l1 li.selected a:hover,
div#menu_sub ul.l1 li.on a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 li.selected a
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 li a span
{
    color: #4d4d4f;
    padding: 2px 0px 2px 10px;
}

div#menu_sub ul.l1 li.on a span, div#menu_sub ul.l1 li.selected a span
{
    /*zpadding: 2px 0px 5px 10px;*/
    color: #f07122;
}

div#menu_sub ul.l1 li a:hover span
{
    color: #f07122;
}

/*** level 2 ***/
div#menu_sub ul.l1 ul.l2
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    border-left: solid 2px #f07122;
}

div#menu_sub ul.l1 ul.l2 li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    font-size: 0.75em;
    background-image: none;
}

div#menu_sub ul.l1 ul.l2 li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    cursor: pointer;
    margin-left: 2px;
    background-image: none;
}

div#menu_sub ul.l1 ul.l2 li a:hover,
div#menu_sub ul.l1 ul.l2 li.selected a:hover,
div#menu_sub ul.l1 ul.l2 li.on a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 li.selected a
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 li a span
{
    width: 100%;
    padding: 2px 0px 2px 10px;
    font-weight: normal;
    color: #f07122;
}

div#menu_sub ul.l1 ul.l2 li.selected a span
{
    font-weight: bold;
}

div#menu_sub ul.l1 ul.l2 li a:hover span
{
    color: #f07122;
}

/*** level 3 ***/
div#menu_sub ul.l1 ul.l2 ul.l3
{
    margin: 0px 0px 0px 3px;
    padding: 0px;
    list-style-type: none;
    border-left-style: none;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    font-size: 1em;
    background-image: none;
}


div#menu_sub ul.l1 ul.l2 ul.l3 li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    cursor: pointer;
    margin-left: 18px;
    background-image: none;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li a:hover,
div#menu_sub ul.l1 ul.l2 ul.l3 li.selected a:hover,
div#menu_sub ul.l1 ul.l2 ul.l3 li.on a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li.selected a
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li a span
{
    width: 100%;
    padding: 1px 0px 1px 10px;
    color: #f4985c;
    font-weight: normal;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li.selected a span
{
    font-weight: bold;
    color: #f07122;
}

div#menu_sub ul.l1 ul.l2 ul.l3 li a:hover span
{
    color: #f07122;
}
/*** SUB MENU END ***/

/*** CONTENT MAIN START ***/
div#content_main
{
    margin-left: 243px;
    width: 475px;
}
div#content_main.video
{
    margin-left: 0px;
    width: 775px;
}
div#content_main.video #menu_sub
{
	display: none;
}
div#video-container
{
	width: 775px;
	margin: 0px auto;
}

div#content_main_inner
{
}

div#content_main_inner ul ul
{
    font-size: 1em;
    margin-left: 20px;
}

div#content_main_inner ul ul ul
{
    font-size: 1em;
    margin-left: 40px;
}

/*** CONTENT MAIN END ***/

/*** FOOTER START ***/
div#footer_outer
{
    clear: both;
    padding-top: 30px;
    padding-bottom: 5px;
}

/*** left menu ***/
div#footer_menu_left
{
    float: left;
    width: 60%;
}

div#footer_menu_left ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div#footer_menu_left ul li
{
    float: left;
    padding-right: 25px;
}

div#footer_menu_left ul li a
{
    color: #4d4d4f;
    text-decoration: none;
}

div#footer_menu_left ul li a:hover
{
    color: #f07122;
}

div#footer_menu_left ul li a span
{
    font-size: 0.7em;
    color: #4d4d4f;
}

div#footer_menu_left ul li a:hover span
{
    color: #f07122;
    text-decoration: underline;
}

/*** right menu ***/
div#footer_menu_right
{
    float: right;
    width: 35%;
}

div#footer_menu_right ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div#footer_menu_right ul li
{
    float: right;
    padding-left: 25px;
}

div#footer_menu_right ul li a
{
    color: #f07122;
    text-decoration: none;
}

div#footer_menu_right ul li a:hover
{
    color: #4d4d4f;
}

div#footer_menu_right ul li a span
{
    font-size: 0.7em;
    color: #f07122;
}

div#footer_menu_right ul li a:hover span
{
    color: #4d4d4f;
    text-decoration: underline;
}

/*** footer content ***/
div#footer_content_main
{
    clear: both;
}

div#footer_content_main p
{
    text-align: right;
    font-size: 0.7em;
    color: #818285;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

/*** FOOTER END ***/

/*** ESSENCE TAG START ***/
div#essence_tag
{
    width: 984px;
    margin: 0px auto 10px auto;
    padding: 0px;
}

div#essence_tag div
{
    text-align: right;
    padding-right: 13px;
    color: #c3c3c3;
    font-size: 0.7em;
}

div#essence_tag a
{
    color: #c3c3c3;
    text-decoration: none;
}

div#essence_tag a:hover
{
    color: #f07122;
    text-decoration: underline;
}
/*** ESSENCE TAG END ***/

/*** PEOPLE TAG LIST START ***/
div#content_main_inner ul#people_tag_list
{
    margin: 0px 0px 0px 2px;
    padding: 0px;
    list-style-type: none;
}

div#content_main_inner ul#people_tag_list li
{
    margin: 3px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.1em;
}

div#content_main_inner ul#people_tag_list li a
{
    text-decoration: none;
}

div#content_main_inner ul#people_tag_list li a span
{
    background-image: url(/images/main_menu_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

/*** PEOPLE TAG LIST END ***/

/*** PERSON RESULT LIST START ***/
div#content_main_inner ul#person_result_list
{
    margin: 0px 0px 0px 2px;
    padding: 0px;
    list-style-type: none;
}

div#content_main_inner ul#person_result_list li
{
    margin: 3px 0px 9px 0px;
    padding: 0px 0px 0px 10px;
    font-size: 1.1em;
    background-image: url(/images/main_menu_dot.gif);
    background-position: 0px 6px;
    background-repeat: no-repeat;
}

div#content_main_inner ul#person_result_list li p
{
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    line-height: 1em;
}

div#content_main_inner ul#person_result_list li p.name,
div#content_main_inner ul#person_result_list li a
{
    color: #f07122;
    text-decoration: none;
    font-size: 1em;
}

div#content_main_inner ul#person_result_list li p.description
{
    color: #818285;
}

div#content_main_inner ul#person_result_list li a
{
    text-decoration: none;
}

div#content_main_inner ul#person_result_list li a:hover
{
    text-decoration: underline;
}
/*** PERSON RESULT LIST END ***/

/*** PERSON PAGE START ***/
.top-content h1.person_name,
div#content_main_inner h1.person_name 
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.top-content p.person_roles,
div#content_main_inner p.person_roles
{
    margin: 0px;
    padding: 0px;
}
.top-content p.person_locations,
div#content_main_inner p.person_locations
{
    margin: 0px;
    padding: 0px;
}

div#content_main_inner div.person_description
{
    margin-top: 30px;
}

div#content_main_inner img.person_photo
{
    float: left;
    margin: 3px 15px 10px 0px;
}

/*** BUTTONS START ***/
input.button_search
{
    color: White;
    background-color: #f07122;
}
/*** BUTTONS END ***/

/*** TERMS AND CONDITIONS ACCEPTANCE - START ***/
div#t_and_c_acceptance
{
    
}

div#t_and_c_acceptance p.info_message
{
    border: solid 1px #f07122;
    padding: 10px;
    color:  #f07122;
    margin-bottom: 10px;
}

div#t_and_c_acceptance label
{
    font-size: 0.8em;
}
 
/*** TERMS AND CONDITIONS ACCEPTANCE - END ***/

/*** DOCUMENT LIST - START ***/
div.document_list_item img.thumbnail
{
    float: left;
}

div.document_list_item
{
    margin-bottom: 25px;
}

div.document_list_item img.thumbnail
{
    float: left;
    margin-top: 3px;
    border-style: none;
}

div.document_list_item div.document_details
{
    margin-left: 60px;
}

div#content_main_inner div.document_list_item div.document_details h2
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

div#content_main_inner div.document_list_item div.document_details p
{
    margin: 0px 0px 5px 2px;
    padding: 0px;
}

div#content_main_inner div.document_list_item div.document_details a
{
    font-size: 0.8em;
    padding-left: 2px;
}

div#content_main_inner div.document_list_item div.document_details h2 a
{
	font-size: 1em;
	padding-left: 0px;
	text-decoration: none;
	color: #F07122;
}

/*** DOCUMENT LIST - END ***/

/*** EVENTS ***/
#event-banner
{
	margin: 0px 0px 12px 0px;
}

#event-banner a img
{
	border-width: 0px;
}

#items .item .information,
.date-location,
.author
{
	color: #818285;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;	
}

#items .item p
{
    margin-left: 10px;
}

.date-location
{
	padding-bottom: 10px !important;
}

h1.news
{
	padding-bottom: 10px !important;
}

.author
{
	padding-bottom: 20px !important;
}

#items .item
{
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

#items .item .item-title
{
	position: relative;
}
#items .item .item-title h2
{
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

#items .item .item-title h2 a
{
    display: block;
	color: #F07122;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/images/main_menu_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}

#items .item .item-title h2 a:hover span
{
    text-decoration: underline;
	/*color: #f4985c;*/
}

#items .item .item-title h2 a span
{
    display: block;
}

/*#items .item .item-title img
{
	position: absolute;
	top: 8px;
	left: -10px;
}*/

#snippets_outer #calendar,
#snippets_outer .news-announcement
{
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#snippets_outer #calendar .head-date,
#snippets_outer .news-announcement .head-date
{
	background: url(/images/events_calendar_head_bg.gif) repeat-y top left;	
}
#snippets_outer #calendar .head-date .inner,
#snippets_outer .news-announcement .head-date .inner
{
	background: url(/images/events_calendar_head_inner_bg.gif) no-repeat top left;
	min-height: 26px;
	height: auto!important;
	height: 26px;
}
#snippets_outer #calendar .head-date .inner .date,
#snippets_outer .news-announcement .head-date .inner .title
{
	padding: 6px 15px;
	font-size: 0.8em;	
	color: #6d6763;
}
#snippets_outer .news-announcement .main-body,
#snippets_outer #calendar .main-body
{
	width: 209px;
	background: url(/images/events_calendar_body_bg.gif) repeat-y top left;
	overflow: hidden;
	position: relative;
}
#snippets_outer .news-announcement .main-body .outer,
#snippets_outer #calendar .main-body .inner
{
	background: url(/images/events_calendar_body_inner_bg.gif) no-repeat top left;

}
#snippets_outer #calendar .main-body .inner .img
{
	float: left;
	padding: 0px 10px 5px 0px;
}
#snippets_outer #calendar .main-body .inner .img a img
{
	border-width: 0px;
	width: 70px;
	height: 70px;
}
#snippets_outer .news-announcement .main-body .outer .summary,
#snippets_outer #calendar .main-body .inner .summary
{
	margin: 0px 10px 0px 0px;
}
#snippets_outer #calendar .main-body .inner .summary
{
padding: 10px 0px 15px 10px;
}

#snippets_outer #calendar .main-body .has-image .summary
{
	margin: 0px 10px 0px 80px !important;
}
#snippets_outer .news-announcement .main-body .outer .summary,
#snippets_outer #calendar .main-body .inner .summary a
{
	font-size: 0.8em;
	text-decoration: none;
	color: #818285;
}
#snippets_outer #calendar .main-body .inner .summary a:hover
{
	color: #f4985c; 
}
#snippets_outer #calendar .foot-date
{
	clear: both;
	background: url(/images/events_calendar_body_bg.gif) repeat-y top left;
}
#snippets_outer .news-announcement .main-body .outer .inner
{
	padding: 10px 0px 15px 10px;
	background: url(/images/events_calendar_foot_inner_bg.gif) no-repeat bottom left;
}
#snippets_outer .news-announcement .main-body .outer .inner .summary .read-more
{
	margin: 30px 0px 20px 0px;
}

#snippets_outer #calendar .foot-date .inner
{
	background: url(/images/events_calendar_foot_inner_bg.gif) no-repeat bottom left;
	min-height: 68px;
	height: auto!important;
	height: 68px;
	margin: 0px;
	padding: 0px;
}

#snippets_outer #calendar .foot-date .inner .date
{
	color: #4d4d4f;
	margin: 0px;
	padding: 10px 0px 0px 13px;
	font-size: 2.7em;
	font-weight: bold;
}

#snippets_outer .menu,
#snippets_outer .menu li ul
{
	list-style: none;
}

#snippets_outer #tags-list li,
#snippets_outer .menu li ul li
{
	background-image: url(/images/sub_menu_underline.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
}

#snippets_outer .menu li .year,
#snippets_outer .tags-title
{
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #F07122;
}

#snippets_outer .tags-title
{
	font-size: 1.2em;
}

#snippets_outer .menu li
{
	line-height: 1.6em;
	font-size: 1.2em;
	display: block;
	margin: 0px;
	padding: 0px 0px 1px 0px;
}

#snippets_outer #tags-list li
{
	font-size: 1.1em;
}

#snippets_outer .menu li a
{
	cursor: pointer;
	display: block;
	margin: 0px;
	padding: 2px 0px;
	text-decoration:none;
	width: 100%;
    color: #4d4d4f;
}

#snippets_outer #dates ul,
#snippets_outer #tags-list ul
{
    font-size: 0.7em;
}

#snippets_outer #dates span.year img
{
	margin: 0px 0px 2px 3px;
}


#snippets_outer #tags-list li.active a,
#snippets_outer #dates li ul li.active a,
#snippets_outer .menu li a:hover,
#snippets_outer .menu li ul.events li a:hover .dates
{
	color: #f4985c;
}

#snippets_outer .menu li ul.events
{
	background-image: url(/images/sub_menu_border_left_grey.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 10px;
}

#snippets_outer .menu li ul.events li
{	
	width: 199px;
	background: none !important;
	line-height: 0.95em;
	display: block;
	font-size: 1.3em;
}
#snippets_outer .menu li ul.events li a
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #4d4d4f !important;
}

#snippets_outer .menu li ul.events li a:hover
{
	color: #f4985c !important;
}

#snippets_outer .menu li ul.events li a .dates
{
    color: #818285;
}

#snippets_outer .menu li ul.events li.last a
{
	margin: 0px !important;
}

#snippets_outer .menu li ul.events li a
{

}
#snippets_outer .menu li ul.events li.active
{
	position: relative;
}
#snippets_outer .menu li ul.events li.active img
{
	position: absolute;
	top: 5px;
	left: -12px;
}

#snippets_outer .menu li ul.events li.active a
{
	color: #f4985c !important;
}
/*** EVENTS - END ***/

/*** HOME - START ***/
#home-grid
{
	width: 958px;
}
#home-grid .images,
#home-grid .menus
{
	width: 958px;
	clear: both;
	overflow: hidden;
}
#home-grid .images
{
	margin: 0px 0px 7px 0px;
}

#home-grid .three-col
{
	background-image: url(/images/home-grid-3-col.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#home-grid .two-col
{
	background-image: url(/images/home-grid-2-col.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#home-grid .one-col
{
	background-image: url(/images/home-grid-1-col.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#home-grid .images .column
{
	position: relative;
	font-size: 0.9em;
}
#home-grid .menus .column
{
	font-size: 0.75em;
}

#home-grid .images .column a
{
	display: block;
	width: 312px;
	height: 156px;
	text-decoration: none;
}

#home-grid .images .column a img
{
	border-width: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#home-grid .images .column a .text
{
	position: absolute;
	display: block;
	height: 32px;
	line-height: 32px;
	left: 15px;
	bottom: 0px;
	font-size: 1.1em;
	color: #f07122;
	cursor: pointer;
}

#home-grid .images .column a:hover .text
{
	color: #f4985c;
}

#home-grid .column
{
	float: left;
	width: 312px;
	margin: 0px 11px 0px 0px;
}
#home-grid .last
{
	margin-right: 0px;
}
#home-grid .menus h2
{
	display: none;
}
#home-grid .menus dl,
#home-grid .menus ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#home-grid .menus ul li
{
	/*background-image:url(/images/sub_menu_underline.gif);
	background-position:left bottom;
	background-repeat:repeat-x;*/
	display: block;
	/*font-size:0.9em;*/
	margin: 0px;
	padding: 0px 0px 1px 1px;
	width: 311px;
}

#home-grid .menus ul li a
{
	cursor: pointer;
	display: block;
	margin-left: 4px;
	padding: 2px 0px;
	text-decoration: none;
}

#home-grid .menus ul li a:hover
{
    background-image: url(/images/main_menu_hover_dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

#home-grid .menus ul li a span
{
    color: #4d4d4f;
    padding: 2px 0px 2px 10px;
}

#home-grid .news-events
{
	margin: 0px !important;
	padding: 0px;
}
#home-grid .news-events .item
{
	background-image:url(/images/sub_menu_underline.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	margin: 0px 0px 6px 14px;
	padding: 0px 0px 6px 0px;
	width: 298px;
	overflow: hidden;
}

#home-grid .news-events .last
{
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#home-grid .news-events .item .type
{
	float: left;
	width: 43px;
	color: #f07122;
	margin: 0px;
	padding: 0px;
}

#home-grid .news-events .item .type a
{
	color: #f07122;
	text-decoration: none;
}

#home-grid .news-events .item .type a:hover
{
	color: #f07122;
	text-decoration: underline;
}

#home-grid .news-events .item .details
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 242px;
	float: right;
}

#home-grid .news-events .item .details a
{
	text-decoration: none;
	display: block;
}
#home-grid .news-events .item .details a span
{
	display: block;
}

#home-grid .news-events .item .details a span.news_source
{
	display: inline;
	font-style: italic;
	color: #818285;
}

#home-grid .news-events .item .details a .event-info
{
	color: #818285;
	font-size: 0.9em;
}

#home-grid .news-events .item .details a:hover .event-info
{
	color: #f07122;
}
/*** HOME - END ***/

/*** PEOPLE LISTS - START ***/
table.people_list
{
    font-size: 16px; /* apologies, but IE and FF use different sizes for tables */
}

table.people_list
{
    border-collapse: collapse;
    border-style: none;
}

table.people_list td
{
    font-size: 0.8em;
    padding: 2px;
    vertical-align: top;
}

table.people_list td.name
{
    width: 150px;
}

table.people_list td.role
{
}

/*** PEOPLE LISTS - END ***/

/*** SITE MAP - START ***/
#sitemap
{
	margin: 0px;
}
#sitemap li
{
	font-size: 1em !important;
	list-style-type: square;
	color: #f07122;
	margin-bottom: 5px;
}
#sitemap ul
{
	font-size: 1em !important;
	margin-top: 5px;
}
/*** SITE MAP - END ***/

/*** MAP - START ***/
#content-map
{
	position: relative;
	margin: 0px 0px 15px 0px;
}
#content-map img.map
{
}
#content-map .pin
{
	position: absolute;
	z-index: 50;
}
#content-map .pin img
{
	border-width: 0px;
}
/*** MAP - END ***/

/*** POPUP MEDIA - START ***/
.media_popup_outer
{
    text-align: left;
}

.media_popup
{
    cursor: pointer;
}

.media_popup_outer .media_popup_enlarge_message span
{
    cursor: pointer;
    font-size: 0.7em;
    color: #c3c3c3;
    padding-top: 2px;
}
/*** POPUP MEDIA - END ***/

/*** BANNER IMAGE INFO - START ***/
#eye
{
	z-index: 1;
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 14px;
	height: 14px;
}
#eye a
{
	width: 18px;
	height: 18px;
	background: no-repeat bottom right;
	background-image: url(/images/icon-i-normal.png);
	display: block;
	text-decoration: none;
	outline-width: 0px;
	overflow: hidden;
	cursor: pointer;
}
#eye a:hover
{
	background-image: url(/images/icon-i-hover.png);
}

/*** BANNER IMAGE INFO - END ***/