body, h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin:0px;
	padding:0px;
}

body {
	background-color:#FFFFFF;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
}

p {
	margin: 10px 0px 10px 0px;
}

h1 {
	clear:both;
	margin:0px 0px 6px 0px;
	border-bottom:1px solid #FFFFFF;
	padding:0px 0px 5px 0px;
	color:#3E5D57;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h2 {
	margin:0px;
	padding:0px;
	color:#444444;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a {
	color:#3E5D57;
	text-decoration:none;
}

a:hover {
	color:#3E5D57;
	text-decoration:underline;
}

ul {
	padding:0px 0px 0px 30px;
}

.frame {
	margin-left:auto;
	margin-right:auto;
	width:917px;
}

.main_wrapper {
	float:left;
	width:917px;
}
/*------------------------------------------------------------------------------------TOP NAVIGATION AND LOGO*/
.top_wrapper {
	float:left;
	width:917px;
}

.logo {
	float:left;
	width:234px;
	margin-top:5px;

}

.top_right {
	float:left;
	width:683px;
	text-align:right;
}

.top_login {
	float:right;
	width:61px;
	height:14px;
	margin-top:5px;
}

.top_navigation_wrapper {
	float:left;
	width:683px;
	padding:48px 0px 0px 0px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
}

.top_menu:link,
.top_menu:active,
.top_menu:visited {
	float:right;
	padding:0px 7px 0px 7px;
	display:block;
	/*color:#3E5D57;*/
	text-decoration:none;
}

.top_menu:hover {
	float:right;
	display:block;
	padding:0px 7px 0px 7px;
	background-image:url(/images/cursor.gif);
	background-repeat:no-repeat;
	background-position:center left;
	/*color:#3E5D57;*/
	text-decoration:none;
}

.top_menu_selected:link,
.top_menu_selected:active,
.top_menu_selected:visited,
.top_menu_selected:hover {
	float:right;
	display:block;
	padding:0px 7px 0px 7px;
	background-image:url(/images/cursor.gif);
	background-repeat:no-repeat;
	background-position:center left;
	/*color:#3E5D57;*/
	text-decoration:none;
}

.top_menu_last:link,
.top_menu_last:active,
.top_menu_last:visited {
	float:right;
	padding:0px 0px 0px 7px;
	display:block;
	/*color:#3E5D57;*/
	text-decoration:none;
}

.top_menu_last:hover {
	float:right;
	display:block;
	padding:0px 0px 0px 7px;
	background-image:url(/images/cursor.gif);
	background-repeat:no-repeat;
	background-position:center left;
	/*color:#3E5D57;*/
	text-decoration:none;
}

.top_menu_last_selected:link,
.top_menu_last_selected:active,
.top_menu_last_selected:visited,
.top_menu_last_selected:hover {
	float:right;
	display:block;
	padding:0px 0px 0px 7px;
	background-image:url(/images/cursor.gif);
	background-repeat:no-repeat;
	background-position:center left;
	color:#3E5D57;
	text-decoration:none;
}
/*------------------------------------------------------------------------------------MIDDLE NAVIGATION*/
.homepage_header_navigation_wrapper {
	position:absolute;
	top:175px;
	left:18px;
	height:25px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

.homepage_header_navigation_body {
	float:left;
	height:25px;
	background-color:#C7D28A;
}

.homepage_header_navigation_left {
	float:left;
	width:6px;
	height:25px;
	background-image:url(/images/header_menu_left.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.homepage_header_navigation_right {
	float:left;
	width:6px;
	height:25px;
	background-image:url(/images/header_menu_right.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.middle_menu:link,
.middle_menu:active,
.middle_menu:visited,
.middle_menu:hover {
	float:left;
	padding:7px 7px 0px 7px;
	display:block;
	color:#3E5D57;
	text-decoration:none;
}

.middle_menu_selected:link,
.middle_menu_selected:active,
.middle_menu_selected:visited,
.middle_menu_selected:hover {
	float:left;
	display:block;
	padding:7px 3px 0px 3px;
	color:#3E5D57;
	text-decoration:none;
}
/*------------------------------------------------------------------------------------LEFT NAVIGATION*/
.left_navigation_wrapper {
	float:left;
	width:156px;
}

.left_menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.menu1 a:link,
.menu1 a:active,
.menu1 a:visited {
	display:block;
	width:146px;
	padding:4px 5px 0px 5px;
	font-weight:bold;
	color:#3E5D57;
	text-decoration:none;
}

.menu1 a:hover,
.menu1_selected a:link,
.menu1_selected a:active,
.menu1_selected a:visited,
.menu1_selected a:hover {
	display:block;
	width:146px;
	padding:4px 5px 0px 5px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(/images/left_menu_on.gif);
	background-repeat:no-repeat;
}

.menu2 a:link,
.menu2 a:active,
.menu2 a:visited {
	display:block;
	width:141px;
	padding:4px 5px 0px 10px;
	background-color:#F3F3F3;
	color:#3E5D57;
	text-decoration:none;
}

.menu2 a:hover,
.menu2_selected a:link,
.menu2_selected a:active,
.menu2_selected a:visited,
.menu2_selected a:hover {
	display:block;
	width:141px;
	padding:4px 5px 0px 10px;
	background-color:#F3F3F3;
	color:#98A552;
	text-decoration:none;
}

.menu3 a:link,
.menu3 a:active,
.menu3 a:visited {
	display:block;
	width:136px;
	padding:4px 5px 0px 15px;
	background-color:#F3F3F3;
	color:#3E5D57;
	text-decoration:none;
}

.menu3 a:hover,
.menu3_selected a:link,
.menu3_selected a:active,
.menu3_selected a:visited,
.menu3_selected a:hover {
	display:block;
	width:136px;
	padding:4px 5px 0px 15px;
	background-color:#F3F3F3;
	color:#98A552;
	text-decoration:none;
}
/*------------------------------------------------------------------------------------QUICK TABS*/
.quicktabs_cb_wrapper {
	float:left;
	width:268px;
	padding-left:9px;
}

.quicktabs_cb_top {
	float:left;
	width:268px;
	height:9px;
	background-image:url(/images/quicktabs_cb_top.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.quicktabs_cb_body {
	float:left;
	width:252px;
	padding:0px 8px 8px 8px;
	background-image:url(/images/quicktabs_cb_body.gif);
	background-repeat:repeat-y;
}

.tabs_cb_item {
	float:left;
	width:258px;
	padding:5px 0px 0px 10px;
	background-image:url(/images/tabs_cb_body.gif);
	background-repeat:repeat-y;
}

.quicktab1:link,
.quicktab1:active,
.quicktab1:visited {
	float:left;
	display:block;
	padding:5px 7px 0px 2px;
	text-decoration:none;
}

.quicktab2:link,
.quicktab2:active,
.quicktab2:visited {
	float:left;
	display:block;
	padding:5px 7px 0px 5px;
	text-decoration:none;
}

.quicktab3:link,
.quicktab3:active,
.quicktab3:visited {
	float:left;
	display:block;
	padding:5px 7px 0px 6px;
	text-decoration:none;
}

.quicktab4:link,
.quicktab4:active,
.quicktab4:visited {
	float:left;
	display:block;
	padding:5px 0px 0px 6px;
	text-decoration:none;
}
/*------------------------------------------------------------------------------------BREADCRUMBS*/
.breadcrumbs {
	float:left;
	/*width:720px;*/
	font-size:10px;
	color:#3E5D57;
	padding:0px 0px 10px;
}

.breadcrumbs a {
	color:#3E5D57;
	text-decoration:none;
}

.breadcrumbs a:hover {
	color:#8B8D8E;
	text-decoration:underline;
}
/*------------------------------------------------------------------------------------HEADER AND CONTENT*/
.homepage_header_text {
	position:absolute;
	padding:111px 15px 40px 28px;
	font-size:13px;
	font-weight:bold;
	color:#EBE8B1;
}

.body_wrapper {
	float:left;
	width:917px;
}

.main_content_wrapper {
	float:left;
	width:640px;
}

.homepage_header {
	position:relative;
	width:640px;
}

.homepage_content_wrapper {
	width:610px;
	min-height:290px;
	padding:20px 10px 15px 20px;
	background-image:url(/images/shadow.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#F5F5F5;
}
/*------------------------------------------------------------------------------------INSIDE TOP, HEADER, CONTENT */
.header_wrapper {
	float:left;
	width:917px;
}

.header {
	float:left;
	width:640px;
}

.content_wrapper {
	float:left;
	width:761px;
	min-height:290px;
	padding:0px 0px 15px 0px;
	background-color:#FFFFFF;
}

.page_content_big {
	float:left;
	width:727px;
	padding:0px 17px 15px 17px;
	min-height:450px;
	background-image:url(/images/content_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F5F5F5;
}

.page_content_left {
	float:left;
	width:450px;
	padding:0px 17px 15px 17px;
	min-height:450px;
	background-image:url(/images/content_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F5F5F5;
}

.page_content_right {
	float:left;
	width:268px;
	padding-left:9px;
	background-image:url(/images/cb_wrapper_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
/*------------------------------------------------------------------------------------WHY AMES AND MAP CONTENT BOXES*/
.map_cb_wrapper {
	float:right;
	width:252px;
	margin-bottom:6px;
}

.map_cb_body {
	float:left;
	width:232px;
	padding:13px 10px 13px 10px;
	background-image:url(/images/green_cb_body.gif);
	background-repeat:repeat-y;
	color:#3E5D57;
	font-size:12px;
	font-weight:bold;
}

.view_map {
	float:left;
	text-align:right;
	height:13px;
	padding-right:14px;
	background-image:url(/images/right_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.why_link {
	font-size:10px;
	margin-top:12px;
}

.why_text {
	color:#000000;
	font-size:10px;
	margin-top:12px;
}
/*------------------------------------------------------------------------------------NEWS AND EVENTS CONTENT BOX*/
.news_cb_wrapper {
	float:left;
	width:252px;
	padding-left:8px;
	margin-bottom:8px;
}
/*------------------------------------------------------------------------------------FOOTER*/
.bottom_wrapper {
	float:left;
	width:904px;
	height:18px;
	padding:6px 13px 0px 0px;
	border:1px solid #7C918D;
	background-color:#3E5D57;
	color:#FFFFFF;
	text-align:right;
}

.footer_wrapper {
	float:left;
	width:917px;
	padding-top:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

.footer_left {
	float:left;
	width:395px;
}

.footer_right {
	float:right;
	width:522px;
	text-align:right;
}

.footer_link {
	color:#999999;
	text-decoration:none;
}

.footer_link:hover {
	color:#999999;
	text-decoration:underline;
}
/*------------------------------------------------------------------------------------COMMON CLASSES*/
.shadow {
	clear:both;
	float:left;
	width:917px;
}

.interactive_map_wrapper {
	float:left;
	width:230px;
	padding:12px 11px 5px 11px;
	background-image:url(/images/green_cb_body.gif);
	background-repeat:repeat-y;
	color:#3E5D57;
	font-size:15px;
	font-weight:bold;
}

.interactive_map {
	float:left;
	width:216px;
	padding-right:14px;
	background-image:url(/images/right_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
}

.cb_wrapper {
	float:right;
	width:260px;
	margin:0px 0px 8px 8px;
}

.green_cb_wrapper {
	float:left;
	width:268px;
	margin-bottom:10px;
}

.green_cb_title {
	padding-bottom:5px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

.green_cb_top {
	float:left;
	width:268px;
	height:11px;
	background-image:url(/images/green_cb_top.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.green_cb_body {
	float:left;
	width:248px;
	padding:0px 10px 8px 10px;
	background-image:url(/images/green_cb_body.gif);
	background-repeat:repeat-y;
}

.green_cb_bottom {
	float:left;
	width:268px;
	height:11px;
	background-image:url(/images/green_cb_bottom.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.white_cb_wrapper {
	float:left;
	width:268px;
	margin-bottom:10px;
}

.white_cb_title {
	padding-bottom:5px;
	color:#3E5D57;
	font-size:16px;
	font-weight:bold;
}

.white_cb_top {
	float:left;
	width:268px;
	height:9px;
	background-image:url(/images/white_cb_top.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.white_cb_body {
	float:left;
	width:248px;
	padding:0px 10px 8px 10px;
	background-image:url(/images/white_cb_body.gif);
	background-repeat:repeat-y;
}

.white_cb_bottom {
	float:left;
	width:268px;
	height:10px;
	background-image:url(/images/white_cb_bottom.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.more_link {
	float:left;
	text-align:right;
	width:232px;
}

.related_link {
	float:left;
	width:222px;
	padding:10px 10px 0px 0px;
}

.square_img {
	margin-right:3px;
	vertical-align:bottom;
}

.white_square_img {
	margin-right:5px;
	vertical-align:bottom;
}

.session_message {
	padding: 5px;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	background-color: #ffefef;
	color: #ff0000;
	margin-bottom: 5px;
}

.cb_item {
	margin-bottom:5px;
}
/*------------------------------------------------------------------------------------TABLE CLASSES*/
.tr_bg {
	background-color:#C7D28A;
}

.tbl_head {
	color:#3E5D57;
	font-weight:bold;
}

.td_bottom_border {
	border-bottom:1px solid #CCCCCC;
}

.rightcolumn {
	float: right;
	width: 24%;
}

.rightcolumn div {
	background-color: #c7d28a;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 7px;
	color: #ffffff;
}

.rightcolumn div a {
	color: #ffffff;
}

.rightcolumn img {
	padding-right: 7px;
}

.rightcolumn table td.label {
	width:100%;
}

.rightcolumn h4 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #3e5d57;
}

.plus_right {
	float: left;
	width: 73%;
}

.required {
	padding-top: 8px;
}
/*------------------------------------------------------------------------------------NEWS AND JOBS CLASSES*/
.jobs_item,
.news_item {
	padding: 10px;
}

.jobs_item_white,
.news_item_white {
	background-color: #f9f9f9;
	padding: 10px;
}

.news_item_date {
	font-size: 10px;
}

.jobs_item_title,
.news_item_title {
	font-size: 12px;
}

.jobs_item_company,
.news_item_company {
	font-style: italic;
}

.jobs_item_type {}

.news_no_records,
.jobs_no_records,
.jobs_alternate_search {
	text-align: center;
}

.job_title,
.news_title {
	font-weight: bold;
	font-size: 13px;
}

.job_company,
.news_company {
	font-style: italic;
}

.job_contact,
.news_contact {
	margin: 15px 0px 0px 0px;
}

.job_contact div:first-child,
.news_contact div:first-child {
	font-weight: bold;
}

.job_requirements,
.job_description {
	margin-top: 10px;
}

ul.job-information {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

ul.job-information li {
	font-size: 10px;
	padding-top: 5px;
}

ul.job-information li div {
	font-weight: bold;
	float: left;
	width: 70px;
}

.news_date {
	margin: 7px 0px 7px 0px;
}

.news_body img {
	margin: 0px 0px 10px 10px;
}

.job_footer,
.news_footer {
	margin-top: 10px;
}

.tab_news {
	display:block;
	width:82px;
	height:37px;
	background-image:url(/images/tab_news_off.gif);
	background-repeat:no-repeat;
}

.tab_news:hover,
.tab_news_selected,
.tab_news_selected:hover {
	display:block;
	width:82px;
	height:37px;
	background-image:url(/images/tab_news_on.gif);
	background-repeat:no-repeat;
}

.tab_events {
	display:block;
	width:166px;
	height:37px;
	background-image:url(/images/tab_events_off.gif);
	background-repeat:no-repeat;
}

.tab_events:hover,
.tab_events_selected,
.tab_events_selected:hover {
	display:block;
	width:166px;
	height:37px;
	background-image:url(/images/tab_events_on.gif);
	background-repeat:no-repeat;
}

.item_separator {
	width:248px;
	height:1px;
	padding:5px 0px 0px 0px;
	border-bottom:1px solid #CCCCCC;
}
/*------------------------------------------------------------------------------------TENANT CLASSES*/
.tenant_form table tr td:last-child input,
.tenant_form table tr td:last-child select,
.tenant_form table tr td:last-child textarea {
	border: 1px solid #8B8D8E;
}

.tenant_form > table {
	width: 100%;
}

.tenant_form_time_control td {
	text-align: left;
}

.tenant_form > table > tbody > tr > td:last-child {
	padding-left: 4px;
}

.tenant_form > table > tbody > tr > td:first-child {
	text-align: right;
	padding-right: 15px;
	width: 20%;
}

.tenant_form .field_required {
	background: url(/images/required.gif) no-repeat center right;
}

.tenant_form_buttons {
	padding-left: 150px;
}

.tenant_form_buttons input {
	border: 1px solid #8B8D8E;
}
/*------------------------------------------------------------------------------------INTERACTIVE MAP*/
.building_numbers_wrapper {
	float:left;
	width:718px;
	padding:0px 0px 4px 9px;
}

.building_bttn_wrapper {
	float:right;
	margin-left:5px;
	text-align:right;
}

.building_bttn_left_off {
	float:left;
	display:block;
	width:5px;
	height:25px;
	padding-top:12px;
	background-image:url(/images/interactive_map/square_bttn_left_off.gif);
	background-repeat:no-repeat;
}

.building_bttn_left_on {
	float:left;
	display:block;
	width:5px;
	height:25px;
	padding-top:12px;
	background-image:url(/images/interactive_map/square_bttn_left_on.gif);
	background-repeat:no-repeat;
}

.building_bttn_off {
	float:left;
	display:block;
	min-width:27px;
	height:25px;
	padding-top:12px;
	background-image:url(/images/interactive_map/square_bttn_bg_off.gif);
	background-repeat:repeat-x;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#3E5d57;
}

.building_bttn_on,
.building_bttn_on:hover {
	float:left;
	display:block;
	min-width:27px;
	height:25px;
	padding-top:12px;
	background-image:url(/images/interactive_map/square_bttn_bg_on.gif);
	background-repeat:repeat-x;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.building_bttn_right_off {
	float:left;
	display:block;
	width:5px;
	height:25px;
	padding-top:12px;
	background-image:url(/images/interactive_map/square_bttn_right_off.gif);
	background-repeat:no-repeat;
}

.building_bttn_right_on {
	float:left;
	display:block;
	width:5px;
	height:25px;
	padding-top:12px;
	background-image:url(/images/interactive_map/square_bttn_right_on.gif);
	background-repeat:no-repeat;
}

.map_wrapper {
	float:left;
	width:468px;
	padding:0px 9px 0px 0px;
}

.map_top {
	float:left;
	width:468px;
	height:6px;
	background-image:url(/images/interactive_map/map_top.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.map_body {
	float:left;
	width:456px;
	padding:0px 6px 0px 6px;
	background-image:url(/images/interactive_map/map_body.gif);
	background-repeat:repeat-y;
}

.map_bottom {
	float:left;
	width:468px;
	height:6px;
	background-image:url(/images/interactive_map/map_bottom.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.search_cb_wrapper {
	float:right;
	width:250px;
}

.search_cb_top {
	float:left;
	width:250px;
	height:11px;
	background-image:url(/images/interactive_map/search_cb_top.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.search_cb_body {
	float:left;
	width:230px;
	padding:0px 10px 8px 10px;
	background-image:url(/images/interactive_map/search_cb_body.gif);
	background-repeat:repeat-y;
}

.search_cb_bottom {
	float:left;
	width:250px;
	height:11px;
	background-image:url(/images/interactive_map/search_cb_bottom.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.search_bttn {
	width:115px;
	height:35px;
	background-image:url(/images/interactive_map/search_bttn.gif);
	background-repeat:no-repeat;
	color:#3E5D57;
	border:none;
	font-size:10px;
	font-weight:bold;
}

.search_tabs_wrapper {
	clear:both;
	float:left;
	width:727px;
	margin-top:10px;
	background-color:#D9D9D9;
}

.search_table {
	float:left;
	width:727px;
}

.search_title_row {
	height:19px;
	background-image:url(/images/interactive_map/underlined_green_bg.gif);
	background-repeat:repeat-x;
}

.search_title_cell {
	color:#FFFFFF;
	font-size:10px;
}

.spaced_search_title_cell {
	color:#FFFFFF;
	font-size:10px;
	padding-left:9px;
}

.search_cell {
	padding:6px 0px 6px 0px;
	color:#000000;
}

.spaced_search_cell {
	padding:6px 0px 6px 4px;
	color:#000000;
}

.search_odd_row {
	background-color:#F3F3F3;
}

.search_even_row {
	background-color:#E8E8E8;
}

.green_text {
	font-size:10px;
	font-weight:bold;
	color:#405F59;
}

.details_link {
	display:block;
	margin-right:7px;
	font-size:10px;
	color:#405F59;
	text-align:right;
}

.suite_details {
	padding:2px 0px 8px 130px;
}

.all_bttn {
	display:block;
	float:left;
	width:28px;
	height:16px;
	padding:6px 0px 0px 10px;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#363636;
	background-image:url(/images/interactive_map/all_off.gif);
	background-repeat:no-repeat;
}

.all_bttn:hover,
.all_bttn_selected,
.all_bttn_selected:hover {
	display:block;
	float:left;
	width:28px;
	height:16px;
	padding:6px 0px 0px 10px;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(/images/interactive_map/all_on.gif);
	background-repeat:no-repeat;
}

.available_bttn {
	display:block;
	float:left;
	width:93px;
	height:16px;
	padding:6px 0px 0px 10px;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#363636;
	background-image:url(/images/interactive_map/available_off.gif);
	background-repeat:no-repeat;
}

.available_bttn:hover,
.available_bttn_selected,
.available_bttn_selected:hover {
	display:block;
	float:left;
	width:93px;
	height:16px;
	padding:6px 0px 0px 10px;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(/images/interactive_map/available_on.gif);
	background-repeat:no-repeat;
}

.metadata1,
.metadata3 {
	font-weight:bold;
	font-size:13px;
	color:#3E5D57;
}

.metadata2 {
	font-style: italic;
}

.list .list_item {
	border-bottom: 1px solid #e1e3e0;
}

.list_subheading,
.entity_subheading {
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#3E5D57;
	font-size:16px;
	font-weight:bold;
}
/*------------------------------------------------------------------------------------HOMEPAGE*/
.homepage_content_wrapper p {
	margin-top:0;
}

.homepage_content_wrapper h4 {
	color:white;
	font-size:19px;
	margin:0px 0px 5px 0px;
}

.homepage_left_side {
	float:left;
	width:338px;
}

.homepage_right_side {
	float: right;
	margin-bottom: 6px;
}

.homepage_right_side .cb .hd {
	background: url(/images/cb_hd.gif) no-repeat;
	height:10px;
	width:252px;
	overflow:hidden;
}

.homepage_right_side .cb .bd {
	background: url(/images/cb_bd.gif) repeat-y;
	padding:0px 10px;
	width:232px;
}
	.homepage_right_side .cb .bd p {
		margin:0px;
	}

.homepage_right_side .cb .ft {
	background: url(/images/cb_ft.gif) no-repeat;
	height:10px;
	width:252px;
}

.home .metadata2.date {
	font-style: normal;
	margin: 7px 0;
}

.home .metadata1.title {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.home .content {
	font-style: italic;
}

/*------------------------------------------------------------------------------------SLIDESHOW*/
.slideshow .button_previous {
	background-image: url(/images/slideshow/btn_prev.png);
	width: 32px;
}

.slideshow .button_next {
	background-image: url(/images/slideshow/btn_next.png);
	width: 32px;
}

.slideshow .button_pause,
.slideshow .button_play {
	display: none;
}