@charset "utf-8";
body {
	background-image: url(/images/common/background.gif);
	margin: 0px;
	background-color: #EFE8AF;
	background-repeat: repeat-x;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 775px;
	margin:0 auto;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFF;
}


/*  -----------CONTENT AREA-------------  */

#contentarea {
	background: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid #A5A4A0;
	border-left: 1px solid #A5A4A0;
	border-top: 1px solid #A5A4A0;
	padding-top: 4px;
}
#contentAreaMargin {
	border-right: 1px solid #DFBEBE;
	border-left: 1px solid #DFBEBE;
}
#contentarea a{
	color: #942525;
}
#contentarea p{
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.4em;
}
/*----------------HEADER------------------ */
#header {
	background: #464646;
}
#logo {
	width: 375px;
	float: left;
}
#headernav {
	width: 400px;
	float: right;
	padding-top: 25px;
	background: #464646;
}
#headernav {
	color: #FFF;
	font-size: .85em;
	text-align: right;
}
#headernav a {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
}
#headernav a:hover {
	color: #E9E790;
	text-decoration: underline;
}

/*  ------------NAVIGATION--------------  */

#navigation {
	background-color: #942525;
	background-image: url(/images/common/navBackground.gif);
	background-repeat: repeat-x;
	height: 30px;
	white-space: nowrap;
}
#navigation ul {
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding-top: 8px;
	padding-left: 20px;
	text-transform: capitalize;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 0px;
}
#navigation li {
	display: inline;
	padding-right: 20px;
	padding-left: 0px;	
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #F0E898;
	text-decoration: none;
}
#navigation .navOver a {
	color: #F0E898;
	text-decoration: none;
}

/*  ----------CONTENT COLUMNS------------  */

#column1 {
	width: 180px;
	float: left;
	text-align: left;
	background: url(/images/common/subnavBackground.gif) repeat-x;
}
#column2pre {
	width: 582px;
	float: right;
	border-left: 1px solid #CCC;
	background: #FFFFFF;
}
#column2 {
	width: 532px;
	float: right;
	border-left: 1px solid #CCC;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 460px;
	background: #FFFFFF;
}

/*  -----------SUBNAVIGATION-------------  */

#subnavigation {
	text-align: left;
	list-style: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
}
#subnavigation ul {
	font-size: .9em;
	color: #000000;
	line-height: 1em;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#subnavigation li {
	padding-top: 12px;
	border-bottom: 1px solid #eee8af;
}
#subnavigation a {
	text-decoration: none;
	color: #666;
	display: block;
}
#subnavigation a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#subnavigation .subnavOver a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

/*  ---------CONTENT CONTAINERS----------  */

#mainContent {
	text-align: left;
}
#sidebarContent {
	float: right;
	width: 165px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
}
#searchbar {
	padding-top: 10px;
	float: right;
	width: 400px;
	background: #464646;
	padding-bottom: 10px;
}
#ads {
	float: right;
	width: 165px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
}
#column1Content {
	text-align: left;
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.pageMasthead {
	margin-bottom: 0px;
}
/*  ------------FOOTER--------------  */

#footer {
	background: #464646 url(/images/common/footerLine.gif) repeat-x;
	height: 175px;
	text-align: center;
}


/*  ------------COMMON--------------  */


h1 {
	margin-top: 0px;
	margin-bottom: -10px;
	width: 360px;
}
h2 {
	margin-top: 15px;
	margin-bottom: -5px;
	width: 360px;
}
.headlineContainer {
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}
.clearFloat {
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 1px;
	width: 100px;
}
.clearFloatLeft {
	clear: left;
}
.advertisements {
	font: 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}
.searchSubmit {
	color: #FFF;
	height: 19px;
	background: #666666;
	font-size: 11px;
	padding-bottom: 1px;
	width: 70px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
}
.searchField {
	height: 15px;
	border: 1px solid #999999;
	width: 125px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #666666;
}
.warning {
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}

#SubNavLine1 {
	padding-bottom: 3px;
}
.cartButton {
	background: #F0F0F0;
	border: 1px solid #999999;
	color: #000000;
	font-size: 11px;
}
.cartButton2 {
	background: #666;
	border: 1px solid #999999;
	color: #FFF;
	font-size: 11px;
}
.generalButton {
	background: #F0F0F0;
	border: 1px solid #999999;
	color: #000000;
	font-size: 11px;
}
.MembershipType {
	font-size: 1.1em;
	font-weight: bold;
	color: #942525;
	text-decoration: none;
}
.MuseumName {
	font-size: 16px;
	color: #942525;
}
.NMEDate {
	font-size: 16px;
	color: #942525;
}
#footer, #footer a {
	color: #999;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
#ForumTerms {
	overflow: auto;
	height: 250px;
	width: 500px;
	border: 1px solid #666666;
	padding: 5px;
	background-color: #F3EEB6;
	text-align: left;
}
