/* CSS Document */

/* Yahoo Browser Reset Classes */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* End Yahoo Browser Reset Classes */

body {
	text-align: center;
	background-color: #b2c3d9;
	font-family: Arial, Helvetica, sans-serif;
	color: #382c1e;
	font-size: x-small;
	line-height: 1.5em;
}
label.error {
	color: red;
	font-size: 1em;
}

.alert-text-big {
	color: #ff0000;
	font-size: 1.3em;
}

.alert-text {
	color: #ff0000;
}

a {
	color: #316eaf;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
}
em {
	font-style: italic;
}
div.singleColumn p {
	line-height: 1.5em;
	margin: 15px 30px 0 20px;
}
h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 2.4em;
	color: #44382a;
	padding: 20px 0 16px 20px;
}
h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 1px;
	font-weight:bold;
	color: #976630;
}
li.inline {
	list-style-type: square;
	list-style-position: inside;
	font-size: 1.1em;
	margin-left:40px;
	margin-right:40px;
}
li.inline2 {
	list-style-type:none
	list-style-position: inside;
	font-size: 1.1em;
	margin-left:40px;
	margin-right:40px;
}
strong {
	font-weight: bold;
}

/*------
 Header Related Code
--------*/
div#headerWrapper {
	background: #739dd2 bottom left repeat-x url("images/blueTopDarkBrownSeperator.gif");
	padding-bottom: 5px;
	min-width: 990px;
}
div#header {
	width: 990px;
	height: 124px;
	margin: 0 auto;
	text-align: left;
	background: top left no-repeat url("images/banner-Bg.jpg");
}

div.logoLink {
	position: relative;
	display: block;
	width: 780px;
	height: 100px;
}
a.logoImage {
	position: absolute;
	top: 10px;
	left: 23px;
}
a.logoText {
	position: absolute;
	top: 19px;
	left: 130px;
}
span.byline {
	position: absolute;
	top: 77px;
	left: 289px;
	text-indent: -9000px;
	width: 479px;
	height: 16px;
	display: block;
	cursor: pointer;
	background: top left no-repeat url("../images/Athm-Byline.png");
}

/*------
Navigation Related Code
--------*/
div#navigationWrapper {
	min-width: 990px;
	background: #382c1e;
}
div#navigation {
	margin: 0 auto;
	width: 990px;
	text-align: left;
}
div#navigation ul {
	margin-left: 79px;
	padding-top: 9px;
}
div#navigation ul li {
	float: left;
	margin-left: 1px;
	position: relative;
}
div#navigation ul li a {
	text-indent: -9000px;
}

a.homeBtn {
	background: top left no-repeat url("images/topNav-HomeBtn.gif");
	display: block;
	width: 63px;
	height: 28px;
}
a.visitUsBtn {
	background: top left no-repeat url("images/topNav-VisitUsBtn.gif");
	display: block;
	width: 81px;
	height: 28px;
}
a.exhibitionsBtn {
	background: top left no-repeat url("images/topNav-ExhibitionsBtn.gif");
	display: block;
	width: 108px;
	height: 28px;
}
a.programsAndEventsBtn {
	background: top left no-repeat url("images/topNav-ProgramsAndEventsBtn.gif");
	display: block;
	width: 152px;
	height: 28px;
}
a.collectionsBtn {
	background: top left no-repeat url("images/topNav-CollectionsBtn.gif");
	display: block;
	width: 103px;
	height: 28px;
}
a.educationBtn {
	background: top left no-repeat url("images/topNav-EducationBtn.gif");
	display: block;
	width: 103px;
	height: 28px;
}
a.getInvolvedBtn {
	background: top left no-repeat url("images/topNav-GetInvolvedBtn.gif");
	display: block;
	width: 113px;
	height: 28px;
}
a.contactUsBtn {
	background: top left no-repeat url("images/topNav-ContactUsBtn.gif");
	display: block;
	width: 100px;
	height: 28px;
}
a.homeBtn:hover, a.visitUsBtn:hover, a.exhibitionsBtn:hover, a.programsAndEventsBtn:hover, a.collectionsBtn:hover, a.educationBtn:hover, a.getInvolvedBtn:hover, a.contactUsBtn:hover {
	background-position: 0 -28px;
}

a.homeBtn {
	background: top left no-repeat url("images/homeBtn.gif");
	display: block;
	width: 63px;
	height: 28px;
}
a.basicSearchBtn {
	background: top left no-repeat url("images/basicSearchBtn.gif");
	display: block;
	width: 106px;
	height: 28px;
}
body.home a.homeBtn, body.basicSearch a.basicSearchBtn, body.advancedSearch a.advSearchBtn, body.help a.helpBtn, body.contact a.contactBtn {
	background-position: 0 -28px !important;
}
a.advSearchBtn {
	background: top left no-repeat url("images/advancedSearchBtn.gif");
	display: block;
	width: 131px;
	height: 28px;
}
a.helpBtn {
	background: top left no-repeat url("images/helpBtn.gif");
	display: block;
	width: 100px;
	height: 28px;
}
a.contactBtn {
	background: top left no-repeat url("images/contactBtn.gif");
	display: block;
	width: 74px;
	height: 28px;
}
a.athmHomeBtn {
	background: top left no-repeat url("images/athmHomeBtn.gif");
	display: block;
	width: 96px;
	height: 28px;
}

/* -----
Menu Hover Code
----- */
div#navigation ul li ul {
	position: absolute;
	top: 28px;
	left: -9999em;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #131313;
}
ul#topNav li.sfhover a {
	background-position: 0 -28px;
}
ul#topNav li:hover a {
	background-position: 0 -28px;
}
ul#topNav li.activeMenu a {
	background-position: 0 -28px;
}
#topNav li:hover ul ul, #topNav li.sfhover ul ul {
	left: -9999em;
}
#topNav li:hover ul, #topNav li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul {
	left: auto;
}
/* -----
End Menu Hover Code
----- */

div#navigation ul li ul li {
	float: none;
	width: 210px;
	background: #4a3b28;
	border: solid 1px #131313;
	border-bottom: none;
}
div#navigation ul li ul li a {
	display: block;
	text-indent: 0;
	height: 1%;
	background-image: none;
	padding: 3px 8px;
	text-decoration: none;
	color: #d5cbba;
}
div#navigation ul li ul li a:hover {
	background: #f7f7f5;
	color: #382c1e;
}


/*------
Title Area Code
--------*/
div#titleAreaWrapper {
	background: #ffffff;
	clear: both;
	min-width: 990px;
}
div#titleArea {
	margin: 0 auto;
	padding-top: 1px;
	width: 990px;
	text-align: left;
}
div#titleArea h1 {
	float: left;
	margin-left: 60px;
}
a.checkoutBtn {
	float: right;
	height: 33px;
	width: 101px;
	margin: 10px 65px 0 0;
	text-indent: -9000px;
	background: top left no-repeat url("images/checkoutBtn.gif");
}
a.checkoutBtn:hover {
	background-position: 0 -33px;
}


/*------
Main Content Related Code
--------*/
div#contentAreaWrapper {
	clear: both;
	background: #faf0ce top left repeat-x url("images/whiteToBrownSeperator.gif");
	min-width: 990px;
}
div#contentArea {
	margin: 0 auto;
	padding: 18px 0;
	width: 990px;
	position: relative;
	text-align: left;
}
div#contentArea h2 {
	margin: 10px 20px 15px 20px;
}
div#contentArea div.threeColumn {
	padding: 0 45px;
	background: top left repeat-y url("images/3ColumnSeperators.gif");
}
div#contentArea div.threeColumn p {
	margin: 0 20px;
}
div.threeColumn div.left {
	float: left;
	width: 319px;
}
div.threeColumn div.middle {
	float: left;
	width: 319px;
}
div.threeColumn div.right {
	float: left;
	width: 262px;
}
div.right a {
	display: block;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}
div.right a.darkBrownBox {
	border: solid 2px #e0ddc0;
	background: #5c452c;
	margin: 0 20px;
	margin-top: 15px;
}
div.right a.darkBrownBox:hover {
	background: #6d5842;
}
div.right a.brownBox {
	background: #b48046;
}
div.right a.brownBox:hover {
	background: #bc8d59;
}
div.right a.greenBox {
	background: #3cb55c;
}
div.right a.greenBox:hover {
	background: #68c781;
}
div.right a.blueBox {
	xbackground: #6892c7;
}
div.right div.blueArea {
	border: solid 2px #e0ddc0;
	background: #6892c7;
	margin: 0 20px;
	display: block;
	padding-top 10px;
}
div.right a.blueBox img {
	float: left;
}
div.right a.blueBox span {
	margin-left: 10px;
	float: left;
	cursor: pointer;
	width: 100px;
}
div.right a.blueBox span strong {
	font-weight: bold;
	font-size: 1.1em;
}
div.right a.blueBox:hover {
	background: #779dcd;
}
div.exhibitItem {
	clear: left;
	margin-top: 15px;
}
div.exhibitItem img {
	float: left;
	margin: 4px 20px;
}
div.newsItem {
	clear: left;
	margin-top: 15px;
}
div.newsItem img {
	float: left;
	margin: 4px 20px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 170px;
}
div.advSearchWide input {
	width: 255px;
}
input.checkBox {
	width: 14px !important;
}
select {
	width: 174px;
	padding: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.searchBtn {
	display: block;
	width: 47px;
	height: 19px;
	background: top left no-repeat url("images/searchBtn.gif");
	text-indent: -9000em;
	margin: 5px 0 20px 20px;
}
a.searchBtn:hover {
	background-position: 0 -19px;
}
a.refineBtn {
	display: block;
	width: 82px;
	height: 19px;
	background: top left no-repeat url("images/refineBtn.gif");
	text-indent: -9000em;
	margin: 5px 0 20px 0 !important;
}
a.refineBtn:hover {
	background-position: 0 -19px;
}
a.advSearch {
	margin-bottom: 5px;
}

div#contentArea div.twoColumn {
	padding: 0 45px;
	background: top left repeat-y url("images/2ColumnSeperator.gif");
}
div#contentArea div.twoColumn p {
	margin: 0 20px 10px 20px;
}
div.twoColumn div.left {
	float: left;
	width: 638px;
}
div.twoColumn div.right {
	float: left;
	width: 262px;
}
div.imageRow {
	vertical-align: baseline;
	display: block;
	margin: 15px 0 0 20px;
	padding-bottom: 10px;
}
div.imageRow img {
	float: center;
	margin: 4px 15px 4px 0;
}

table.searchNav {
	margin-left: 40px;
}
table.searchNav tr td.column1 p {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}
table.searchNav tr td.column2 input {
	margin-left: 15px;
}
table.searchNav tr td.column3 select {
	margin-left: 15px;
	padding: 1px;
}
table.searchNav tr td.column4 {
	padding-top: 12px;
}
table.searchNav tr td.column4 a {
	margin: 0 0 11px 15px;
}
table.searchNav tr td.column5 a.advancedSearchWide {
	color: #fff;
	margin-left: 15px;
	width: 120px;
	height: 28px;
	display: block;
	text-indent: -9000em;
	background: top left no-repeat url(images/advSearchWide.gif);
}
table.searchNav tr td.column5 a.advancedSearchWide:hover {
	background-position: 0 -28px;
}
div.resultsNav {
	margin-left: 20px;
}
div.resultsNav a.disabled {
	color: #FAF0CE;
}
div.resultsNav a.disabled:hover {
	text-decoration: none;
	cursor: default;
}
div.resultsNav table {
	width: 610px;
	border-bottom: 1px solid #dedac7;
	margin-bottom: 10px;
}
div.resultsNav table.bottom {
	border-top: 1px solid #dedac7;
	border-bottom: none;
}
div.resultsNav table.bottom tr td {
	padding-top: 10px;
}
div.resultsNav table tr td {
	font-size: 1.2em;
	vertical-align: top;
	padding-bottom: 10px;
}
div.resultsNav table tr td.left {
	text-align: left;
	vertical-align: middle;
}
div.resultsNav table tr td.center {
	text-align: center;
}
div.resultsNav table tr td.right {
	text-align: right;
	vertical-align: middle;
}
div.result {
	margin-left: 20px;
	width: 610px;
	margin-top: 15px;
	padding-bottom: 15px;
}
div.result h3 {
	margin: 0 0 5px 20px;
	font-size: 1.3em;
	text-transform: uppercase;
}
div.resultLeft {
	width: 120px;
	min-height: 50px;
	float: left;
}
div.resultRight {
	width: 490px;
	float: left;
}
div.fullResult img {
	margin: 5px 0 0 0;
}
div.fullResult {
	
}
div.fullResult div.result {
	width: 720px;
	margin-top: 0;
}
div.fullResult div.resultLeft {
	width: 200px;
}
div.noPhoto {
	margin-left: 0;
}
div.noPhoto div.resultLeft {
	width: 0 !important;
}
div.noPhoto div.resultRight {
	width: 720px !important;
}
div.fullResult div.resultLeft p {
	margin: 10px 0 0 0;
}
div.fullResult div.resultRight {
	width: 520px;
	margin-top: -10px;
}
div.fullResult a.enlargeBtn {
	clear: left;
	background: top left no-repeat url(images/glass.gif);
	padding-left: 18px;
	font-size: 1.2em;
	display: block;
	margin-top: 10px;
}
div.addImage {
	margin: 10px 0 0 0;
}


/*------
Advanced Search Page
--------*/
div.advancedSearch p {
	margin-top: 5px;
	position: relative;
}
div.advancedSearch {
	background: top left no-repeat url(images/searchTop.gif);
}
div.advancedSearchBottom {
	padding: 15px 8px;
	background: bottom left no-repeat url(images/searchBottom.gif);
}
div.advancedSearch div.hrule {
	margin: 0 50px 0 18px;
	height: 1px;
}
a.advSearch {
	margin-left: 20px;
	margin-top: 0;
	float: left;
}
p.imagesOnly {
	float: left;
	font-weight: bold;
	margin-top: 2px !important;
}
p.imagesOnly.bottom {
	float: left;
	font-weight: bold;
	margin-top: 11px !important;
}
p.imagesOnly.bottom input {
	position: relative;
	top: 2px;
}
body.basicSearch table tr td {
	vertical-align: top;
}
body.basicSearch div.searchGradient p {
	margin-bottom: 0 !important;
}
body.basicSearch p.imagesOnly {
	float: none;
	margin-top: 0;
}
a.advSearch.bottom {
	margin-top: 12px;
}
div.advancedSearch select {
	xheight: 20px;
}
div.advancedSearch select option {
	padding: 2px;
}
div.advancedSearch div.hrule {
	margin-top: 12px;
}
div.contact div.advancedSearch {
	margin-top: 20px;
}
div.contact div.advancedSearchBottom {
	padding-right: 100px;
	padding-bottom: 30px;
}
div.contact div.advancedSearch h2 {
	padding-top: 15px;
	margin-top: 0 !important;
}
a.submitBtn {
	display: block;
	height: 19px;
	width: 48px;
	text-indent: -9000em;
	float: left;
	background: top left no-repeat url(images/submitBtn.gif);
}
a.submitBtn:hover {
	background-position: 0 -19px;
}
a.cancelBtn {
	font-size: 1em;
	margin-left: 15px;
}
input.zip5 {
	width: 50px;
}
input.zip4 {
	width: 40px;
}
table.interestList {
	margin: 5px 0 0 20px;
}
table.interestList tr td {
	padding-right: 15px;
	font-size: 1.2em;
}
div.advancedSearch table tr td p {
	margin-top: 10px;
}

div.popUp {
	background: #fffaea;
	border: solid 1px #e7dfc6;
}
div.popUp div.resultsBlock {
	border-top: solid 1px #e7dfc6;
	height: 400px;
	width: 380px;
	overflow-y: scroll;
	clear: left;
}
div.pagination span {
	display: block;
	padding: 0 2px;
	cursor: pointer;
}
div.pagination span.bold {
	font-weight: bold;
}
div.pagination span:hover {
	text-decoration: underline;
}
select.year {
	width: 125px;
	padding: 0;
}
input.yearInput {
	width: 60px !important;
}
iframe.ie6Fix {
	position: absolute;
	top: 0;
	left: 0;
	height: 400px;
	width: 375px;
}
div#standardResult {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
div#paginatedResults {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
div#imagePopUp {
	position: absolute;
	padding-right: 20px;
	top: 25px;
	left: 160px;
	width: 700px;
	min-height: 500px;
}
div.imageBox {
	margin: 15px;
}
div#standardResult a.closeBtn, div#paginatedResults a.closeBtn, div#imagePopUp a.closeBtn {
	display: block;
	width: 12px;
	height: 12px;
	background: top left no-repeat url(images/closeBtn.gif);
	position: absolute;
	line-height: .1em;
	text-indent: -9000em;
	top: 5px;
	right: 5px;
}
div#standardResult a.closeBtn:hover, div#paginatedResults a.closeBtn:hover, div#imagePopUp a.closeBtn:hover {
	background-position: 0 -12px;
}
p.menuTitle {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	color: #976630;
	margin: 5px 15px 0 10px !important;
	padding: 0 0 5px 0 !important;
}
div.pagination {
	font-size: 1.1em;
	margin: 0 15px 10px 10px !important;
	padding: 0 0 0 0 !important;
}
div.resultList {
	font-size: 1.1em;
	margin: 5px 10px 10px 10px;
}
div.resultList span {
	display: block;
	padding: 2px;
	cursor: pointer;
}
div.resultList span:hover {
	text-decoration: underline;
}
img.largePhoto {
	cursor: pointer;
}
div.adminPanel textarea {
	width: 350px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
h3 {
	font-size: 1.4em;
	color: #9c662a;
	font-weight: bold;
	text-transform: capitalize;
}
div.searchGradient {
	margin: 15px 35px 15px 80px;
	padding-left: 5px;
	height: 226px;
	background: top left no-repeat url(images/searchBg.jpg);
}
div.searchGradient h3 {
	margin: 0 0 0 20px;
	display: block;
	padding: 18px 0 8px 0;
	text-transform: uppercase;
}
div.searchGradient p.subText {
	margin-top: 0;
	display; block;
	padding: 3px 0 4px 0;
}
div.searchGradient table tr td p {
	margin: 0 0 20px 10px !important;
}
div.searchGradient table tr td p.secondary {
	margin: 0 0 20px 20px !important;
}
div.searchGradient table {
	margin-left: 10px;
}
div.searchGradient table tr td a.searchBtn {
	margin-top: 15px !important;
	margin-left: 15px !important;
}
a.darkBrownBox span {
	display: block;
	padding-top: 5px;
	cursor: pointer;
}
div.searchGradient a.advancedSearch {
	margin: 5px 0 0 20px !important;
	width: 104px;
	height: 19px;
	display: block;
	text-indent: -9000em;
	background: top left no-repeat url(images/advSearch.gif);
}
div.searchGradient a.advancedSearch:hover {
	background-position: 0 -19px;
}
div.right h3 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal !important;
	margin: 10px 10px 0 10px;
}
div.searchGradient h3 {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
div.singleColumn {
	margin: 0 160px 0 160px;
}
div.advSearchWide {
	margin: 0 80px 0 80px;
}
div.contact input.skinny {
	width: 15px;
	position: relative;
	top: 1px;
}

/*------
Footer Related Code
--------*/
div#footerWrapper {
	clear: both;
	background: top left repeat-x url("images/brownToBlueSeperator.gif");
	min-width: 990px;
}
div#footer {
	margin: 0 auto;
	width: 990px;
	letter-spacing: 1px;
	color: #675c4f;
}
div#footer p {
	padding: 16px 0;
	font-size: 1em;
}
div#footer a {
	color: #045b9c;
	text-decoration: underline;
}
div#footer a:hover {
	text-decoration: none;
}

.hide {
	display: none;
}
.show {
	display: block;
}
a.current {
	font-weight: bold !important;
	color: #382c1e;
}
a.current:hover {
	cursor: default;
	text-decoration: none;
}
a.subjectLink {
	padding-top: 5px !important;
	display: block !important;
}
div.singleColumn ul {
	list-style: disc;
	margin-left: 40px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 5px 30px 0 40px;
}
div.singleColumn div.optionsSection {
	margin-left: 20px;
}

/*------
Float Fix Codes
--------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

div.hrule {
	display: block;
	clear: both;
	border-top: solid 1px #dfdac7;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
a.chooseValue {
	position: absolute;
	top: 18px;
	left: 275px;
}
table.advancedSearch tr td {
	width: 390px;
	vertical-align: top;
}
table.advancedSearch tr td p {
	margin-right: 10px;
}
/*-------------  Auto complete styling overrides ------------*/
.yui-skin-sam .yui-ac-input {
	width: 255px !important;
	margin: 0 30px 0 20px;
}