/* American Museum of Natural History Global Stylesheet */

body, h1,h2,h3,h4,p,span,div,table,td,tr,ul,li {
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif; /* Global text style */
	font-size:12px;
	background:url(/common/navigation/facelift/common/images/main_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #14c2ff;
}
.clearer {
	clear:both;
}
#site_container {
	width:960px; /* Width of the entire site / container */
	margin:auto; /* Centers the site */
	background:#FFF;
}

#wrapper p {
	font-size: 100%;
	margin: 10px 0;
}
#search_wrapper {
        width: 960px;
        height: 28px;
        background:url(/common/navigation/facelift/common/images/translate_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;

}
/* SEARCH HEADER STYLING - SEARCH FORM AT TOP OF HOMEPAGE */
#search_header_google_analytics {
        width: 600px;
	float:left;
	height:28px;
        text-align: left;
        padding-left: 5px;
}
#search_header_social {
	float:left;
        height:28px;
        text-align: left;
}

#search_header_form {
        float:right;
        padding-right: 5px;
	height:28px;
}
.amnh_search_input {
	border:none;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-left:5px;
	width:114px;
	height:19px;
	float:left;
}
.amnh_search_input p {
	margin:0px;
	padding:0px;
	padding-top:3px;
}
.search_submit_btn {
	margin:0px;
	padding:0px;
	float:left;
	margin-top:5px;
	margin-left:3px;
}
/* END SEARCH HEADER STYLING */

#amnh_logo {
	background:url(/common/navigation/facelift/common/images/amnh_main_logo.jpg);
	width:960px;
	height:86px;
	float:left;
}

/* BEGIN FONT STYLES */

html p, #highlights p, .highlights p, #museum p, #visinfo p, #rightbuttons p.text, .contentstyle, .item p{
	font-size:100%;
}

/* END FONT STYLES */

/* BEGIN MAIN NAVIGATION */
#navigation {	
	background:url(/common/navigation/facelift/common/images/navigation_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	width:960px;
	font-size:11px;
}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	font-size: 100%;
}
#navigation ul li {
	float:left;
	margin: 0;
	padding: 0;
	margin-right:1px;
	display:block;
	background:url(/common/navigation/facelift/common/images/list_item_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:39px;
	padding-top:0px;
	text-align:center;
	font-size: 100%;
	font-size: 11px;
	line-height:normal;
}
#navigation ul li.onexhibit {
	width:107px;
}
#navigation ul li.pyv {
	width:127px;
}
#navigation ul li.calendar {
	width:91px;
}
#navigation ul li.science {
	width:81px;
}
#navigation ul li.education {
	width:96px;
}
#navigation ul li.kids {
	width:129px;
}
#navigation ul li.news {
	width:70px;
}
#navigation ul li.shop {
	width:65px;
}
#navigation ul li.membership {
	width:107px;
}

#navigation ul li a {
	height:28px;
	background-position:top;
	color:#FFF!important;
	text-decoration:none;
	font-weight:normal;
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding-top:11px;
}
#navigation ul li:hover,#navigation ul li.over {
	background:url(/common/navigation/facelift/common/images/list_item_bg_over.jpg);
	background-repeat:repeat-x;
	height:39px;
	background-position:top;
	color:#FFF;
	text-decoration:none;
	padding-top:0px;
}
#navigation ul li.lastItem {
	height:39px;
	background-position:top;
	color:#FFF;
	text-decoration:none;
	width:78px;
}
/*
#navigation ul li.lastItem:hover {
	background:url(/common/navigation/facelift/common/images/list_item_bg_over.jpg);
	background-repeat:repeat-x;
	height:29px;
	background-position:top;
	color:#FFF;
	text-decoration:none;
	width:78px;
}
*/
#navigation ul li.lastItem {
	margin-right:0px;
}
/* NAVIGATON STYLES END */

/* FLASH CONTAINER AND CONTENT AREA BEGIN */
#flash {
	width:705px;
	float:left;
}
#flash_container {
	clear:both;
	
}
#flash_callouts {
	width:247px;
	float:left;
	padding:4px;
}

#flash_callouts img.padRight {
	margin-right:4px;
}
#flash_callouts img.padTopRight {
	margin-right:4px;
	margin-top:4px;
}
/* FLASH SECTION STYLING END */

/* CAROUSEL STYLES BEGIN */
#featured_carousel {
	border-bottom:1px solid #bbbbbb;
}
/* CAROUSEL STYLES END */

/* BOTTOM CALLOUTS CONTAINER */
#container ul {
	margin: 5px 5px 5px 15px;
}
#callout_container {
	background:url(/common/navigation/facelift/common/images/callout_background.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
#leading_article {
	padding-bottom:15px;
}
.callout_article {
	padding-bottom:10px;
}
.callout_img {
	width:75px;
	float:left;
	margin-left:16px;
}
.callout_img img {
	border: 2px solid #ccc;
}
#surpriseme_callout .callout_img img {
	border:none;
}
#callouts .callout_img img {
	border:none;
}
*html .callout_img {
	margin:0px;
	padding:0px;
	margin-left:8px;
}
.callout_txt {
	float:left;
	width:190px;
}

#callout_container h2{
	color:#4a4a4a;
	font-size:12px;
	padding-left:16px;
	padding-top:12px;
	padding-bottom:7px;
}
#callout_container p {
	color:#4a4a4a;
	font-size:11px;
	padding-left:16px;
	padding-right:5px;
	padding-bottom:9px;
}
#callout_container .callout_txt h2 {
	padding-top:0px;
}
/* NEWS CALLOUTS STYLE BEGIN */
#news_callout {
	clear:both;
	width:319px;
	float:left;
	background:#e9e9e9;
	border-right:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
}
#callout_container h3 {
	margin:0px;
	padding:0px;
}
#callout_container h3 a{
	background:url(/common/navigation/facelift/common/images/news_bullet.jpg);
	background-position:top left;
	padding-left:20px;
	font-size:11px;
	color:#ff6b04;
	background-repeat:no-repeat;
	margin-left:16px;
	display:block;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
}


#callout_container h3 a:hover {
	text-decoration:underline;
}
#callout_container h3 {
	padding-bottom:0px;
	}
.leading_image {
	margin-left:16px;
	border:2px solid #ccc;
}

#surpriseme_callout {
	width:309px;
	float:left;
	border-right:1px solid #bbbbbb;
	background:#f5f5f5;
	border-top:1px solid #bbbbbb;
}
#surpriseme_callout h3 a {
	background:url(/common/navigation/facelift/common/images/surpriseme_bullet.jpg);
	background-position:top left;
	padding-left:20px;
	font-size:11px;
	color:#ff6b04;
	background-repeat:no-repeat;
	margin-left:16px;
	display:block;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
}
#surpriseme_callout .callout_img {
	width:102px;
	border:2px solid #cccccc;
}
#surpriseme_callout .callout_txt {
	float:left;
	width:185px;
}
#surpriseme_callout .surpriseme_btn {
	margin-left:16px;
}
#callouts {
	width:330px;
	float:left;
	border-top:1px solid #bbbbbb;
}
#followus_media {
	padding-bottom:10px;
}
#callouts .callout_article {
	border-bottom:1px solid #bbbbbb;
}
#callouts h3 {
	padding-bottom:0px;
}
#callouts h3 a {
	background:url(/common/navigation/facelift/common/images/white_bullet.jpg);
	background-position:top left;
	padding-left:20px;
	font-size:11px;
	color:#ff6b04;
	background-repeat:no-repeat;
	margin-left:16px;
	display:block;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
}
#callouts .callout_txt h3 {
	margin-bottom:5px;
}
#interior_sidebar_callout {
	width: 147px;
	padding-right: 10px;
}

#interior_sidebar_callout ul{
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
#interior_sidebar {
	float: right;
	text-align: left;
}
#interior_sidebar_callout li {
	list-style-type: disc;
}
#interior_sidebar_callout h2,
#interior_sidebar_callout ul,
#interior_sidebar_callout li{
	text-align: left;
}
#interior_sidebar_callout a {
	font-weight: bold;
}

#interior_sidebar a img { 
    border: none; 
}

/* NEWS CALLOUTS STYLE ENDS */

/* FOOTER STYLES */
#footer {
	height:56px;
	background:url(/common/navigation/facelift/common/images/footer_bg.jpg);
	background-repeat:no-repeat;
	color:#043982;
	padding-top:20px;
	padding-left:20px;
	clear:both;
	position: static;
	top: 0;
}
#footer ul {
	list-style:none;
	list-style-type:none;
}
#footer ul li {
	border-right:1px solid #043982;
	float:left;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#043982;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 0;
	background: none;
}
#footer ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#043982!important;
	text-decoration:none;
	font-size:11px;
	font-weight: normal;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer ul li.lastItem {
	border:none;
}



/* FOOTER STYLES END */

/* SOCIAL MEDIA BUTTONS STYLE */
.socialmedia {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:8px;
}
.socialmedia li {
	float:left;
	margin-right:8px;
}
.socialmedia2 {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:13px;
        margin-top: 5px;
}
.socialmedia2 li {
	float:left; 
	margin-right:8px;
        margin-top:2px;
}

