
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #0b263b url('http://ns11_multiplatform.s3.amazonaws.com/media/web_bg.png') repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	width:100%;
	height:100%;	
}

div {
	position:relative;
}

#print_container { display: none; }

#error_container {
	clear:both;
	float:left;
	position:relative;
	height: 200px;
	width:500px;
	text-align: left;
	margin: 0px 0px 0px 220px;
	line-height: 25px;
	color: #0093D7;	
	font-size: 14px;
}

#logo{
	position:absolute;
	display:block;
	cursor:pointer;
	padding:11px;
    left:0;
}

#logo img{
	border:none;
	text-decoration:none;
}

/* Currently this is an image
#memorial_guide_title{
	width: 500px;
	height: 42px;
	text-align: center;
	float: left;
	position: relative;
	margin-top: 35px;
	margin-left: 200px;
	color: #666;
	font-size: 27px;
	font-weight: 700;
	cursor: pointer;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 27px;
}

#memorial_guide_title:hover {
	color: #b1b1b1;
}

body.es #memorial_guide_title {
	font-size:22px;
	line-height: 22px;
	margin-top: 27px;
}
*/

#memorial_guide_title_img {
	width: 398px;
	height: 54px;
	margin-left: 312px;
	margin-top: 20px;
	float: left;
	cursor: pointer;
	background:url('http://ns11_multiplatform.s3.amazonaws.com/media/memorial_guide_logo_en.gif') no-repeat center top;
}

#memorial_guide_title_img:hover {
	background-position: center bottom;
}

body.en div#memorial_guide_title_img { background-image:url('http://ns11_multiplatform.s3.amazonaws.com/media/memorial_guide_logo_en.gif'); }
body.es div#memorial_guide_title_img { background-image:url('http://ns11_multiplatform.s3.amazonaws.com/media/memorial_guide_logo_es.gif'); }
body.de div#memorial_guide_title_img { background-image:url('http://ns11_multiplatform.s3.amazonaws.com/media/memorial_guide_logo_de.gif'); }
body.fr div#memorial_guide_title_img { background-image:url('http://ns11_multiplatform.s3.amazonaws.com/media/memorial_guide_logo_fr.gif'); }
body.ja div#memorial_guide_title_img { background-image:url('http://ns11_multiplatform.s3.amazonaws.com/media/memorial_guide_logo_ja.gif'); }
body.zh div#memorial_guide_title_img { background-image:url('http://ns11_multiplatform.s3.amazonaws.com/media/memorial_guide_logo_zh.gif'); }

#plaza_map {
	float: left;
}

#print_plaza_map {
	display: none;
}

#page_frame_loader {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/loading.gif') no-repeat center;
	width: 100%;
	height: 600px;
	display: none;
}	

#detail_map {
	margin: 20px 0px 0px 35px;
	width: 450px;
	height: 300px;
	text-align: center;
	padding-top: 0;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	border: solid 2px #0d91dd;
}

#print_detail_map {
	display: none;
}
	
#cobble_thumb {
	color: white;
	font-size: 10px;
	width: 330px;
	height: 85px;
	background-color: #0093D7;
	margin: 0px 0px 0px 35px;
	padding: 0px;
	float: left;
	letter-spacing: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: table;
}

#cobble_thumb_wrap {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 10px;
}

#cobble_thumb_wrap_inner {
	width: auto;
	height: auto;
}

#send_message {
	text-align: center;
	margin: 30px 0px 0px 0px;
	font-size: 14px;
	padding: 0;
	color: #333;
}

#send_error_box {
    color: red;
	font-size: 14px;
	display: none;
	text-align: left;
	clear: both;
	padding-top: 10px;
}

#see_detail {
	margin: 20px 0px 0px 15px;
	text-align: left;
	padding: 12px 5px 5px 30px;
	float: left;
	width: 80px;
	height: 42px;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/cobble_button.png') no-repeat;
}

body.ja div#see_detail, body.zh div#see_detail {
	padding: 18px 10px 0px 30px;
}

#map_overview_button {
	cursor: pointer;
	position: absolute;
	left: 7px;
	top: 575px;
}

#map_overview_button span { 
	position: relative;
	color: #666;
	font-weight: normal;
	padding-left: 20px;
	font-size: 12px;
}

#map_overview_button img {
	position: absolute;
	top: 16px;
	left: 13px;
}

#person_page_content{
	float: left;
    width: 100%;
}

#detail_container { 
	border:solid 1px #CCC;
	float: left;
}
#detail_container img { display: none; }
#detail_container img:first-child { display: block; } /*  border-top: 1px solid #999; border-bottom: 1px solid #999; margin-top: -1px;*/

#detail_cobble {
	width: 350px;
	height: 101px;
	padding: 175px 0px 0px 305px;
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
}

#detail_cobble_top {
	padding: 10px;
}

#detail_cobble_bottom {
	padding: 10px;
	border-top: 1px solid white;
}

#cobble_thumb_top {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
}

/*#cobble_thumb_bottom {
	padding: 5px 0px 0px 0px;
}*/

#cobblemap_right {
	float: left;
	width: 390px;
	height: 149px;
}

#detail_more {
	
	margin: 25px 0px 0px 0px;
	width: 500px;
	height: 200px;
}

#cobble_preview {
	
}

/** HOME POOLS OVERLAY FUNCTIONALITY **/

.home_overlay_north {
	width: 226px;
	height: 128px;
	float: left;
	top: 29px;
	left: 300px;
	display: none;
	position:absolute;
}

.home_overlay_south {
	width: 305px;
	height: 215px;
	left: 85px;
	display: none;
	position: absolute;
	top: -54px;
}

#pool_label{
	width:220px;
	color:white;
	display:none;
	position:absolute;
	letter-spacing:1px;
	text-transform:uppercase;
	text-shadow: black 1px 1px 1px;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color=#000000); /** Keep this one for IE 9 **/
}

.pool_label_title {
	display:block;
	font-size: 15px;
	text-transform: uppercase;
}

.pool_label_subtitle {
	display:block;
	font-size: 11px;
	text-transform: uppercase;
}

#overlay_wtc_north {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/pool_overlays/home_wtc_north.png') no-repeat;
}

#overlay_1993 {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/pool_overlays/home_1993.png') no-repeat;
}

#overlay_flight_11 {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/pool_overlays/home_flight_11.png') no-repeat;
}

#overlay_first_responders {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/pool_overlays/home_first_responders.png') no-repeat;
}

#overlay_wtc_south {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/pool_overlays/home_wtc_south.png') no-repeat;
}

#overlay_flight_175 {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/pool_overlays/home_flight_175.png') no-repeat;
}

#overlay_pentagon {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/pool_overlays/home_pentagon.png') no-repeat;
}

#overlay_flight_77 {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/pool_overlays/home_flight_77.png') no-repeat;
}

#overlay_flight_93 {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/pool_overlays/home_flight_93.png') no-repeat;
}

#pool_top {
	height: 287px;
	position:relative;
}

#pool_bottom {
	margin-left: 436px;
	width: 305px;
	height: 215px;
	position:relative;
}

/** HOME **/

.dropdown {
	z-index:100;
	position:relative;
	width: 237px;
}
.dropdown_bar {
	width: 237px;
	height: 51px;
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/dropdown-new.png') no-repeat 0 0;
	text-align: left;
}

.dropdown_bar:hover {
	background-position: -237px 0;
}

.dropdown_title {
	font-size: 16px;
	color: #666666;
	padding: 15px 0px 0px 10px;
}	

.dropdown_option {
	padding: 12px 0px 0px 20px;
	background: #f6f6f6;
	height: 30px;	
	color: #666666;
}

.dropdown_option:hover {
	padding: 12px 0px 0px 20px;
	background: #ffffff;
	height: 30px;	
	color: #666666;
}

.dropdown_content {	
	display: none;
    width: 230px;
	margin: 5px 0px 0px 0px;
	padding: 10px 10px 10px 3px;
	background: transparent;
    position: absolute;
    left:0;
}

#language {
	padding: 18px 0px 0px 10px;
	width: 75px;
	float: left;
}

#language_dropdown {
	margin: 25px 10px 0px 0px;
	float: right;
	cursor: pointer;
}

#ns11mp_site_frame {
	width: 1024px;
	height: 768px;
	margin: 0px auto 0px auto;
	background: #fff url('http://ns11_multiplatform.s3.amazonaws.com/media/home_static.jpg') no-repeat;
}

#ns11mp_site_frame .overlay_sub_block {
	z-index:2;
	background-color: white;
	width: 100%; /*995px*/
	height: 100%; /*660px*/
	position: absolute;
	display: none;
	-khtml-opacity: 0.75;
    opacity: 0.75;
	top: 0; /*95px;*/
	left: 0; /*15px;*/
}

#ns11mp_site_frame .overlay_frame {
	padding: 12px;
    width: 972px;
	min-height: 635px;
	height: 635px;
	position: absolute;
	margin: 95px 0 0 15px;
	display: none;
	z-index: 1;
	background:url('http://ns11_multiplatform.s3.amazonaws.com/media/overlay_frame_bg.png') repeat-x #EDEDED;
	-moz-box-shadow: 0px 5px 10px #333;
  	-webkit-box-shadow: 0px 5px 10px #333;
 	box-shadow: 0px 5px 10px #333;
}

.overlay_sub_frame {
	padding: 10px 20px 20px 20px;
	width: 590px;
	height: auto;
	position: absolute;
	top: 195px;
	left: 200px;
	display: none;
	z-index:1;
	background:url('http://ns11_multiplatform.s3.amazonaws.com/media/overlay_frame_bg.png') repeat-x fixed #EDEDED;
	-moz-box-shadow: 0px 0px 8px #333;
  	-webkit-box-shadow: 0px 0px 8px #333;
 	box-shadow: 0px 0px 8px #333;
}

#ns11mp_site_frame #header {
	height: 100px;
	padding: 0px;
	margin: 0px;
    position:relative;
    z-index:100;
}

#ns11mp_site_frame #main_nav {
	height: 125px;
	padding: 0px;
	margin: 0px;
}

#ns11mp_site_frame #content {
	height: 550px;/*668px;*/
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#pool_menu {
	position: absolute;
	top: 265px;
	left: 25px;
	color: white;
	text-transform: uppercase;
	margin: 0;
}

.pool_header_button {
	margin-top: -2px;
	width: 120px;
	height: auto;
	float:left;
	text-align:right;
	letter-spacing:1px;
	font-size: 15px;
	font-weight:bold;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color=#000000); /** Keep this one for IE 9 **/
}

body.zh .pool_header_button {
	width:50px;
}

.pool_buttons_left_border {
	border-left:white solid 2px;
	width:12px;
	height:95%;
	position:absolute;
	padding-top:1.5%;
}

.pool_areas {
	clear:both;
	letter-spacing:1px;
	width: 450px;
	font-size: 11px;
	text-shadow: black 1px 1px 1px;
	font-weight: bold;
}

.pool_area_button_list {
	float:left;
	margin-left:10px;
	/*border-left:#ffffff solid 2px;*/
}

.pool_area_button {
	display: block;
	padding: 5px 0px 5px 12px;
	width: 270px;
	line-height:1.4;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=1, direction=135, color=#000000); /* Keep this one for IE 9 **/
}

.pool_area_button.first {
	padding-top: 0; 
}

.pool_area_button.last {
	padding-bottom: 0; 
}

.pool_area_label {
	display: inline;
	cursor: pointer;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.pool_area_label_hover {
	cursor: pointer;
	border-bottom: 2px solid #0093d7;
}

.pool_area_label:hover {
	cursor: pointer;
	border-bottom: 2px solid #0093d7;
}

#home_wtc_south {
	margin: 30px 0px 7px 0px;
}

#ns11mp_site_frame #footer {
	color: #166B90;
	font-size: 11px;
	margin: 10px 0;
	text-align: right;
}

.home_button {
	position:relative;
	color: #0093d7;
	min-height: 75px;
	margin-top:10px;
	letter-spacing:0px;
	cursor: pointer;
	text-align: left;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:10px 15px 15px 15px;
	border: 1px solid #efefef;
    background:url('http://ns11_multiplatform.s3.amazonaws.com/media/home_button_bg.png') repeat-x transparent;
	-moz-box-shadow: 0px 5px 9px #555;
  	-webkit-box-shadow: 0px 5px 7px #555;
 	box-shadow: 0px 5px 9px #444;
}


.home_button_detail {
	position:absolute;
	line-height: 13px;
	width:95%;
    bottom:10px;	
	letter-spacing:0px;
	text-transform: uppercase;
	color: #999999;
	font-size: 11px;
	font-weight: 400;
}

#find_name_button {
	width: 450px;
	font-size: 27px;
	margin-left: 15px;
	float: left;
	line-height: 27px;
	font-weight: 100;
}

#about_button, #cobblestone_button {
	float: left;
	font-size: 14px;
	width: 210px;
	line-height: 17px;
	margin-left: 15px;
	font-weight: 100;
}

.en_us #about_button, .en_us #cobblestone_button {
	font-size: 22px;
	line-height: 24px;
}

#find_name_button:hover, #about_button:hover, #cobblestone_button:hover {
	background-image:none;
	background-color:#FFF;
}

#about_button .home_button_detail, #cobblestone_button .home_button_detail { width: 210px; }

#page_frame_content {
	padding: 0px 10px 10px 10px;
}

.page_header {
	height: 55px;
	border-bottom: 1px solid #999999;
	z-index: 2;
}

.page_back_button {
	margin-top: -3px;
	text-align: left;
	float: left;
	width: 110px;
	height: 50px;
	margin-left: -3px;
}


.page_title_header{
	padding: 5px 5px 5px 0;
	text-align: left;
	min-height: 42px;
	float: left;
/*	width: 616px;*/
}

.page_title_header.bold{
	font-weight:bold;
	width:440px;
}

#person_page_subtitle {
/*	margin-top: 0px;*/
}

#result_page_subtitle {
	margin-top: 6px;
	width:600px;
}


#person_page_title {
/*	margin-bottom: 3px;*/
	font-size: 18px;
	font-weight: bold;
}

#group_page_title {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
}

.page_subtitle.page_subtitle_dark.group_page_subtitle#result_page_subtitle {
	margin-top: 2px;
	font-size: 14px;
	font-weight: normal;
	width: 440px;
	line-height: 13px;
}

#cobble_page_subtitle {
	width: 500px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	padding: 2px 0;
}

.button {
	cursor: pointer;
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/button.png') no-repeat;
	width: 76px;
	height: 50px;
	color: #696969;
	text-align: center;
	padding: 15px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 11px;
}

#cancel_btn {
	margin-right: -10px;
	color: #666;
	float: right;
}

#cancel {
	color: #666;
}

.search_back_button {
	float: left;
	cursor: pointer;
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/back_button.png') no-repeat left top;
	color: #666;
	text-align: left;
	padding: 15px 10px 17px 35px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	width: 100px;
	height: 37px;
}

.search_back_button:hover {
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/back_button.png') no-repeat left bottom;
}

.search_results_button {
	float: left;
	margin: 0px 5px 5px -4px;
	cursor: pointer;
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/search_results_btn.png') no-repeat left top;
	width: 100px;
	height: 30px;
	color: #666;
	text-align: left;
	padding: 11px 10px 9px 35px;
	text-transform: uppercase;
	font-size: 12px;	
	font-weight:bold;
	z-index: 2;
	line-height: 110%;
}

.search_results_button:hover {
	background-position: left bottom;
}

body.ja div.search_results_button, body.zh div.search_results_button {
	padding: 18px 10px 2px 35px;
}

body.ja div.search_results_button, body.zh div.search_results_button {
	padding: 18px 10px 2px 35px;
}


#back_button {
	padding: 15px 25px 0px 35px;
}

.page_send_button {
	cursor: pointer;
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/send_btn.png') no-repeat left top;
	width: 80px;
	height: 30px;
	color: #0093D7;
	text-align: left;
	padding: 11px 25px 9px 45px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 2;
	line-height: 110%;
}

body.fr .page_send_button, body.es .page_send_button, body.de .page_send_button, body.ja .page_send_button {
	padding-left: 35px;
	width: 90px;
}

.page_send_button:hover {
	background-position:left bottom;	
}

.page_print_button {
	cursor: pointer;
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/print_btn.png') no-repeat left top;
	width: 74px;
	height: 30px;
	color: #0093D7;
	text-align: left;
	padding: 11px 0px 9px 60px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
	position: absolute;
	top: 0; right: 170px;
	z-index: 2;
	line-height: 110%;
}

body.fr .page_print_button, body.es .page_print_button{
	width: 84px;
	padding-left: 55px;
}

body.de .page_print_button, body.ja .page_print_button {
	width: 84px;
	padding-left: 50px;
}

.page_print_button:hover {
	background-position:left bottom;
}

.page_close_button {
/*	margin: 10px 0px 0px 0px;
	float: right;*/
	cursor: pointer;
	background: white url('http://ns11_multiplatform.s3.amazonaws.com/media/close_btn.png') no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 10px; right: 0;
}

#enter_phone_email {
	font-size: 12px;
	color: #4d4d4d;
	margin: 30px 0px 0px 0px;
	text-transform: uppercase;
	text-align: left;
}

#send_map_info {
	font-size: 14px;
	color: #4d4d4d;
	margin: 15px 0px 0px 0px;
	text-align: left;
	width: 450px;
}

#send_page_content {
	text-align:left;
}

.sub_page_title {
	padding: 15px 0px 0px 0px;
	color: #0093d7;
	font-size: 18px;
}

.sub_page_title #send_the_map{
	padding-top: 15px;
}

.page_title {
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
/*	width: 400px;*/
	letter-spacing:0;
/*	margin-bottom: 5px;*/
}

.page_title #northpool,.page_title #southpool {
	
}

.page_subtitle {
	margin-top: 5px;
	font-size: 18px;
	color: #0093d7;
}

.page_subtitle_dark {
	color: #333333;
	width: 440px;
	font-size: 15px;
}

.page_subtitle_dark .long {
	width:900px;
	font-size:17px;
}

.page_subtitle_dark .medium {
	width:600px;
	font-size:15px;
}

.page_subtitle_dark .short {
	width:440px;
	font-size:13px;
}

.page_subtitle_dark_cobblestone {
	color: #333333;
	width: 440px;
	font-size: 12px;
}

.search_info_label{
	float:left;
	color: #333333;
	font-size: 11px;
	text-align:right;
	text-transform: uppercase;
	width: 200px;
	letter-spacing:1px;
	margin: 5px 10px 5px 0;
	padding-right: 5px;
}

.search_info_label.center{
	margin-top: 20px;
}

.colon{
	position: absolute;
	right: 0;
	bottom: 0;
}

#search_page_content {
	width: 100%;
	text-align: center;
}

#search_main_box {
	width: auto;
	margin: 15px auto 0px auto;
}

.search_boxes {
	float:left;
	width:585px;
	height: 200px;
}	

#quick_search {
	display: none;
}

.qsboxl {
    width:70%;
    font-size:13px;
    float: left;
}

.qsboxr {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 20px 0px 0px;
}

.search_result_box .qsboxl {
	width:350px;
	font-size:13px;
	float: left;
}

.search_result_box .qsboxr {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 10px 0px 0px;
	width: 100px;
	text-align: right;
}


.quick_search_box {
	cursor: pointer;
	height: 25px;
	width: 100%;
	background-color: #ededed;
	color: #333333;
	font-size: 16px;	
	border-bottom: 1px solid #a9a9a9;
	text-align: left;
	padding: 11px 0px 2px 11px;
}

.search_example {
	height: 25px;
	width: 100%;
	background-color: transparent;
	color: #333333;
	font-size: 14.4px;
	letter-spacing:1px;	
	text-align: left;
	padding: 5px 0px 13px 11px;
	text-transform: uppercase;
}

#search_entry_box {
	margin: 10px 0px 0px 0px;
	text-align: left;
	width: 100%;
	float: left;
}

.search_input {
	float: left;
	height: 32px;
	padding: 5px 10px;
	color: #0093d7;
	font-size: 17px;
    display: block;
    line-height: 17px;
	margin-top:3px;
	vertical-align:baseline;
}

#send_entry_input {
	width: 380px;
	float:left;
}

#search_entry_input {
	width: 390px;
    
}

/* PERSON PROFILE STYLE
 *
 *
 */

#memorial_panel_print {
	display: none;
}

#print_info {
	display: none;
}

#memorial_panel {
	width: 62500em;
	left: -31250em;
}

#rightPanelScroll {
	cursor:pointer;
	position: absolute;
	bottom: 0;
	right: 0;
}

#leftPanelScroll {
	cursor:pointer;
	position: absolute;
	bottom: 0;
	left: 0;
}

#panel0, #panel1, #panel2 { width: 47.5em; }

.panelDiv img { display: inline; cursor: pointer; }

#leftPanelScroll, #rightPanelScroll { width: 100px; height: 35px;}

#loadingPanelScroll { position: absolute; top: 0; left: 100px; background: url('%(media_url)s/media/arrow-bg.png'); width: 760px; height: 123px; padding-top: 92px; text-align: center; }

#panelBackground {
	background-color:#333333;
	height: 210px;
	padding: 0 0 5px 0;
	margin: 5px 0 20px 0;
}

#memorial_panel_window {
	width: 100%;
	height: 215px;
	cursor: pointer;
	overflow: hidden;
}
	
#memorial_map {
	width: 320px;
	height: 320px;
	float: left;
}

#memorial_photo {
	text-align:center;
	width:500px;
	margin:0 0 0 -180px;
}

#memorial_photo_frame {
	overflow:hidden;
	width:140px;
	height: 200px;
	float: left;
	padding: 0px 30px 0 20px;
	margin:0;

}

#memorial_group {
	padding-right:0;
}

#memorial_group_detail {
	font-size:13px;
/*	float: left;*/
	color: #5e5e5e;
	text-align: left;
	margin: 0px 0px 0px 350px;
}

#memorial_detail {
	font-size:13px;
	float: left;
	color: #5e5e5e;
	text-align: left;
}

#person_name {
	font-size: 18px;
	margin: 0px 0px 3px 0px;
}

#person_name {
	font-size: 18px;
	margin: 0px 0px 3px 0px;
	width: 440px;
}

#person_nonroman_name {
	color: #767676;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}

.person_content {
	font-size:12px;
}
	
.person_dates {
	font-size: 17px;
	margin: 0px 0px 15px 0px;
}

.person_places {
	margin: 0px 0px 5px 0px;
}

.detail_content {

}

.person_content{
	width: 430px;
	min-height: 10px;
	border-top: 1px solid #5e5e5e;
	padding: 8px 0px 5px 0px;
	margin: 8px 0px 0px 0px;
}

#adjacency_content {
	margin-top: 5px;
}

.person_content#affiliation_content{
	min-height: 32px;
}

.person_field_label {
	width:100%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.inline{
	float:left;
	width:auto;
	padding-right:5px;
}

.inline_break {
	clear: none;
}

.inline_nospace {
	float:left;
	width:auto;
}

.group_field_content {
	font-size: 24px;
}

.person_field_content {
	width:78%;
	margin: 0px 0px 0px 0px;
}

.hidden {
	display:none;
}

.show_button {
	width: 89px;
	height: 42px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url('http://ns11_multiplatform.s3.amazonaws.com/media/show_btn.png') no-repeat left top;
	line-height: 42px;
	top: 5px;
	right: -5px;
	position:absolute;
	letter-spacing:0px;
	z-index: 2;
}

#adjacency_list {
	width: 330px;
	float: left;
}

.adjacency_box {
	float: left;
	font-size: 12px;
	cursor: pointer;
	margin: 2px 5px 0px 0px;
	white-space: nowrap;
	text-decoration:none;
}

.adjacency_box:hover {
	text-decoration:underline;
}

#memorial_adjacent_names_d {
	margin-top: 2px;
}

#memorial_adjacencies_description {
	font-size:9px;
	font-weight:bold;
	margin-top:10px;
	clear: both;
	width: 80%;
	float: left;
}

#memorial_responders_instructions {
	color:#0093d7;
	font-weight:bold;
	font-size:9px;
	height:auto;
	min-height:20px;
	padding: 8px 0 0 0;
	width: 100%;
	clear: both;
}

memorial_responders_instructions.hidden {
	display:none;
}

#memorial_group_detail div#memorial_responders_instructions {
	color: #0093D7;
	font-weight: bold;
	font-size: 9px;
	height: 20px;
	width: 100%;
	float: left;
	margin-top: 10px;
	clear:none;
}

/*
 *
 *
 */

.result_list {
	position: relative;
	margin: 20px 0px 0px 0px;
	height: 420px;
}

.result_list_l {
	position:absolute;
	height: 420px;
	text-align: left;
	width: 460px;
	left: 0;	
}

.result_list_r {
	position:absolute;
	height: 420px;
	text-align: left;
	width: 460px;
	right:0;
}

.result_list.person_result_list{
	height:440px;
}

.search_result_box {
	text-align: left;
	padding: 15px 10px 11px 10px;
	width: 100%;
	height: 25px;
	cursor: pointer;
	color: #333333;
	font-size: 15px;	
	text-align: left;
}

.search_result_box:hover {
	color:#666666;
}

.result_box {
	font-size: 17px;
	height: 50px;
	color: #444;
	cursor: pointer;
	padding-left:30px;
}

.result_box:hover {
	color:#777;
}

#result_control {
	border-top: 1px solid #999;
	float: left;
	width: 950px;
}

#result_pager {
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
	color: #5e5e5e;
	position:relative;
    float:right;/*:27px;*/
	font-size:13px;
	letter-spacing:1px;
}

ul{
	padding:0;
	margin:0;
	/* Override defaults **/
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

#alphabet_list{
	margin-bottom:10px;
}

li.letter_button {
	text-align:left;
	color:#666666;
	display:inline;
	list-style-type:none;
	font-weight: bold;
	margin:0px 3px 0px 3px;
	padding:0px 10px 0px 10px;
	cursor:pointer
}

#pager_previous {
	text-align:right;
	float: left;
	width: 90px;
	padding:6px 20px 6px 0px;
	background:url('http://ns11_multiplatform.s3.amazonaws.com/media/arrow_left_blue.png') no-repeat center right;
    margin-right:10px;
	font-weight:bold;
}

#pager_next {
	text-align:left;
	float: left;
	width: auto;/*50px;*/
	padding:6px 0px 6px 20px;
	background:url('http://ns11_multiplatform.s3.amazonaws.com/media/arrow_right_blue.png') no-repeat center left;
    margin-left:10px;
	font-weight:bold;
}

#pager_info {
	float: left;
	display:inline;
	padding:5px 0 5px 0;
}

.panel_name, .panel_name_hilite {
	color: #5b5b5b;	
	font-size: 16px;
	font-family: Georgia, serif;
	font-variant: small-caps;
	cursor: pointer;
	padding: 5px;
	overflow: hidden;
	float: left;
}

.panel_name_hilite {
	color: white;
	background-color: #0093d7;
	border: 1px solid white;
}

#cobble_sponsors {
	position: absolute;
	bottom: 0;
	left: -22px;
	width: 952px;
	text-align: left;
	padding: 0 22px;
	text-transform: uppercase;
	line-height: 46px;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	-webkit-box-shadow: 0px -2px 5px #999;
    -moz-box-shadow: 0px -2px 5px #999;
    box-shadow: 0px -2px 5px #999;
}

#cobble_sponsors a {
	text-decoration: none;
	color: #666;
}

#cobble_sponsors a:hover { 
	color: #0093D7;
}

#cobble_page_title {
	font-weight:bold;
	font-size: 15px;
}

#cobble_page_title span {
	padding-right: .5em; 
}

#cobble_top_section {
	float: left;
	border-bottom: 1px solid #999999;
	color: #333333;
	min-height: 70px;
	overflow: visible;
	width: 100%;
}

#cobble_top_section.just-note  { border: none; }

#cobble_top_left {
	float:left;
	text-align:left;
	width: 630px;
	padding: 15px 0;
	min-height: 50px;
}

.just-note #cobble_top_left { display: none; }

#cobble_top_right {
	float: left;
	padding: 15px 0; 
	width: 320px;
}

.just-note #cobble_top_right { 
	position: static; 
	width: auto; 
}

#cobblestone_note {
	font-size: 11px;
	text-align: justify;
	color: #595959;
}

#cobble_honoree {
	font-size: 18px;
	text-align: left;
}

#cobble_dedication {
	font-size: 13px;
    margin-top: 10px;
    text-align: justify;
    width: 90%;
}

#cobble_dedication span { 
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.panelDiv {
	width: 760px; 
	overflow: hidden;
	float: left;
	text-align: right;
}

.submit_button {
	cursor: pointer;
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/search_btn.png') no-repeat left top;
	width: 175px;
	height: 52px;
	color: #0093d7;
	text-align: center;
	letter-spacing: 1px;
	font-weight:700;
	text-transform: uppercase;
	font-size: 17px; 
	line-height: 52px;  
	margin-left: 460px;
}

.submit_button:hover {
	background-position: left bottom;   
}

#search_submit_button { margin-left: 640px; }

.submit_button.email_submit {
	margin-right: -5px;
	float: right;
	margin-left: 0;
}

.showonmemorial_button {
	float: right;
	margin: -3px 25px 0px 0px;
	cursor: pointer;
	color: #0093D7;
	letter-spacing: 0;
	text-transform: uppercase;
    width:200px;
    height:100%;
    font-size:12px;
    background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/show-memorial.png') left top no-repeat;
    position:relative;
	font-weight:bold;
	
}

.showonmemorial_button:hover {
    background-position: left bottom;
}

#showonmemorial {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 54px;
  margin-top: -8px;
  width: 170px;
  margin-left: -85px;
  display:block; 
}

body.es #showonmemorial, body.de #showonmemorial, body.fr #showonmemorial {
  margin-top: -15px;
}

.generic_button {
	margin: 50px auto 0px auto;
	cursor: pointer;
	background: transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/search_btn.png') no-repeat left top;
	width: 174px;
	height: 52px;
	color: #0093d7;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 52px;
	font-weight: bold;
}

.generic_button:hover {
	background-position: left bottom;
}

.generic_button#close {
	margin-top: 30px;
}

.new_search_button {
	font-weight:400;
	letter-spacing:1px;
	float: left;
	margin: 10px 0px 20px 0px;
	cursor: pointer;
}

#newcobblesearch {
	top: -50px; 
}

#pool_animation_north {
position: absolute;
top: 24px;
left: 300px;
opacity: 0.8;
}

#pool_animation_south {
position: absolute;
top: 209px;
right: 251px;
opacity: 0.8;
}

body.de span#hide_affiliation {
	letter-spacing:-1px;
}

body.de span#hide_adjacency {
	letter-spacing:-1px;
}

/** ABOUT FLOW **/

.display_none {
	display:none;
}

.about_content{
	color: #666;
	text-align: left;
	line-height: 150%;
	height:565px;
}

.about_big_text {
	width: 500px;
	padding-left: 10px;
	float: left;
	font-size: 16px;
}

.about_medium_text {
	width: 100%;
	padding-left: 10px;
	float: left;
	font-size: 13px;
	line-height: 135%;
}

.about_small_text {
	font-size: 10px;
	line-height: 115%;
}

.about_landscape_img {
	padding: 20px 10px;
}

.about_content ul {
	list-style:none;
}

.about_column {
	width: 22%;
	margin: 0 7% 0 0;
	float: left;
}

.about_column.first_about_column {
	width: 30%;
}

.about_column.fulltext{
	width: 30%;
	margin: 0 3% 0 0;
}

.about_column_title {
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	font-weight:bold;
}

.about_pools_side {
	border-left: 1px #333 solid;
	height: 100%;
	width: 30%;
	float: left;
	margin: 20px 0 0 7%;
}

.about_pools_side.right_side {
    width: 55%;
}

.about_pool_img {
	zoom:1;
	width:266px;
	height:266px;
	overflow:hidden;
	float: left;
	margin: 0px 20px 10px 20px;
}

.about_legend {
	clear: both;
	height: auto;
}

.about_column_legend {
	float: left;
}

.about_column_legend.second_column {
	margin: 0 0 0 20%;
	float: left;
	border-left:1px black solid;
}

.about_legend li {
	clear: both;
	margin: 0 -30px;
	height: auto;
	padding: 15px 0;
}

.about_key_color {
	width: 30px;
	height: 12px;
	display: block;
	float: left;
}

.about_key_content {
	width: 200px;
	display: block;
	font-size: 10px;
	line-height: 120%;
	float: left;
	padding: 0;
	margin-left: 10px;
}

.about_page {
	display:none;
}

.about_pager {
	position: absolute;
	bottom: 0;
	right: 0;
}

.about_button {
	height:25px;
	float: right;
	margin: 20px 0px 0px 20px;
	cursor: pointer;
	color: #0093D7;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:bold;
	background: white;
	-webkit-box-shadow: 0px 5px 5px #CCC;
    -moz-box-shadow: 0px 5px 5px #CCC;
    box-shadow: 0px 5px 5px #CCC;
	padding: 10px;
	vertical-align: middle;
	-webkit-border-radius: 5px;
}

.about_top_button {
/*	float: right;
	margin-right: 10px;*/
	position: absolute !important;
	top: -5px;
	right: 30px;
}

body.es #about_find_name_button_text {
	width: 210px;
	font-size: 13px;
	display: block;
	line-height: 15px;
	text-align: left;
}

.about_bottom_button {
	float:right;
	margin:0 0 0 5px;
}

#about_next {
	width: 100px;
}

#about_prev {
	width: 10px;
	display:block;
	height:26px;
	padding:2px 0;
	margin-left:-5px;
}

#about_prev img {
 	border:0;
	display:block;
  	/*margin:-5px 0 0 0;
 	vertical-align:baseline;*/
}


/** UTILS **/

/** This classes will tell javascript to grab this element and create a standard button with it **/
.make_standard_button{
	position:relative;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:0;
	text-transform:uppercase;
}

a.standard_button{
	background:transparent url('http://ns11_multiplatform.s3.amazonaws.com/media/buttons/standard_button_bg_right.png') scroll top right no-repeat;
    display: block;
    float: left;
    color: #0093D7;
    height: 50px;
	max-height: 50px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
	border:none;
}

a.standard_button .button_tip{
	background: url('http://ns11_multiplatform.s3.amazonaws.com/media/buttons/standard_button_bg.png') scroll top left no-repeat;
    display: block;
	float: left;
    line-height: 30px;
    padding: 10px 15px 10px 30px; /* add parent paddin-right padding */
}

a.standard_button .button_tip img{
	border:none;
}

a.standard_button:hover{
	background-position:bottom right;
}

a.standard_button:hover .button_tip{
	background-position:bottom left;
}


/** Avoid blue selection **/
/* 	Not sure this disclaimer still applies: DO NOT COMBINE... IF COMBINED, IT WILL REFUSE TO WORK, FOR CHROME 5+ (untested in 4), ONLY ::SELECTION IS REQUIRED */
/*
*::selection {
    background:transparent;
}
*::-moz-selection {
    background:transparent;
}

*::-webkit-selection {
    background:transparent;
}
*/

#letter_A {
	padding-left:3px;
}

.active {
  cursor:pointer;
  -khtml-opacity: 1;
  opacity: 1;
}

.inactive {
   cursor:default;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}

li.letter_button.active {
  cursor:pointer;
 -khtml-opacity: 1;
  opacity: 1;
}

li.letter_button.inactive {
  cursor:default;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}

#victim_panel {
 margin-left:5px;
}
