/* Design44 Base HTML/CSS  -  Written By: Shaun Jensen  -  Last Updated: 2005-10-11 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
table { font-size: 11px; }
td {vertical-align: top;}
#container input {
	font-size: 11px;
	border: 2px inset #CCCCCC;
}
select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4, h5, h6, h7 {
	font-size: 12px;
	color: #0965AE;
}
h1 {
	color: #3F8A9B;
	font-size: 18px;
}
h2 {
	color: #000000;
	font-size: 13px;
}
h3 {
	color: #000000;
	font-size: 11px;
}
ul, ol {
	padding-left: 20px;
	padding-bottom: 15px;
}
a {
	color: #3F8A9B;
}
a:hover {
	text-decoration: none;
}

p {padding-bottom: 15px;}
.link {cursor: pointer; text-decoration: underline;}

/* ====================== layout & columns ========================*/
#container {
	width: 776px;
	border: 1px solid #E2E2E2;
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
}
#main {
	clear: both;
	padding-top: 17px;
}	
.home #main {padding-top: 30px;}
.studentart #main {padding-top: 5px;}
.home .member #main {padding-top: 15px;}
#content {
	width: 449px;
	padding-right: 20px;
	float: left;
	padding-left: 50px;
	padding-top: 15px;
	position: relative;
	padding-bottom: 20px;
}
.home #content, .studentarthome #content {
	width: 299px;
	padding-left: 30px;
	padding-top: 0px;
}
.noCallouts #content {
	width: 705px;
}
#content img {
	padding-right: 10px;
	padding-bottom: 15px;
}
#content h3 img {
	padding: 0px;
}
#content img.pageTitle {
	position: absolute;
	top: -18px;
	left: -22px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#bannerRight, .home .member #bannerRight {
	float: left;
	background-image: url(/Common/Img/heard-bannerRightCat.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 198px;
}
.home .member #bannerRight, .member #bannerRight {
	background-image: url(/Common/Img/heard-member-links.jpg);
}
.home #bannerRight {
	background-image: url(/Common/Img/heard-bannerRightHome.jpg);
	height: 262px;
}
.studentarthome #bannerRight, .studentart #bannerRight {
	background-image: url(/Common/Img/heard-bannerRightArt.jpg);
	height: 198px;
}
#bannerRight h1 {
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.home .studentart #bannerRight h1 {
	padding-top: 100px;
	padding-bottom: 0px;
}
.studentart #bannerRight h2 {
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-bottom: 40px;
	font-weight: normal;
}
#bannerRight li, #bannerRight p {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 7px;
	margin-left: 15px;
}
#bannerRight a {
	color: #FFFFFF;
	text-decoration: none;
}
.search {
	background-image: url(/Common/Img/heard-searchBox.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 237px;
	padding-top: 6px;
	padding-left: 20px;
}
.member .search {
	background-image: url(/Common/Img/heard-member-searchBox.gif);
	color: #FFFFFF;
}
#breadCrumbs {
	color: #939393;
	padding-left: 50px;
	padding-bottom: 10px;
	font-size: 10px;
}
.studentart #breadCrumbs, .studentarthome #breadCrumbs {
	padding-left: 0px;
}
#breadCrumbs a {
	color: #000000;
}
#homeFlash {
	background-image: url(/Common/Img/Musuem-home-page.jpg);
	width: 519px;
	height: 262px;
	float: left;
}
.galleryBlurb {
	position:absolute;
	left: 315px;
	top: 25px;
	color: #FFFFFF;
	width: 200px;
}
input#Application1_rdoActive, input#Application1_rdoAssociated, input#Application1_cbNametag {border:none;}

#bottom_text {
clear:both;
padding-top:10px;
margin-left:-5px;
}

/* ====================== Header & Footer ====================== */
#header {
	padding-top: 24px;
}
.headerArea {
	background-image: url(/Common/Img/heard-loginBG.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 257px;
	float: left;
	margin-left: 170px;
	text-align: center;
	font-size: 12px;
	color: #000000;
	padding-top: 7px;
}
.member .headerArea {
	background-image: url(/Common/Img/heard-member-loginBG.jpg);
	color: #FFFFFF;
}
.headerArea a {
	text-decoration: none;
	color: #000000;
}
.member .headerArea a {
	color: #FFFFFF;
}
.headerArea a:hover {
	text-decoration: underline;
}
.welcome {
	padding-top: 2px;
	padding-bottom: 3px;
}
#footer {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 35px;
	font-size: 12px;
	color: #A8A9A9;
}	
#footer ul {
	padding-left: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
}
#footer a {
	color: #484848;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* ====================== Menu ====================== */
#navMenu, .home .member #navMenu {
	clear: both;
	position: relative;
	background-image: url(/Common/Img/heard-secondNav.gif);
	background-position: bottom;
	height: 60px;
}
.home #navMenu {
	height: 34px;
}
#navMenu ul {
	background-color: #3F8A9B;
	height: 24px;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.member #navMenu ul {
	background-color: #666699;
}
#navMenu ul li {
	float: left;
	font-size: 12px;
	list-style-type: none;
	padding-right: 7px;
	padding-left: 7px;
}
#navMenu ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#navMenu ul li a:hover {
	text-decoration: underline;
}
#navMenu ul ul {
	left: 0px;
	width: 769px;
	position: absolute;
	padding-left: 7px;
	height: 19px;
	padding-top: 4px;
	top: 37px;
	background-color: #636363;
}
.member #navMenu ul ul {
	background-color: #636363;
}
#navMenu ul ul li {
	font-size: 11px;
}
#navMenu ul ul ul {
	left: 519px;
	top: 19px;
	width: 222px;
	padding-left: 35px;
	padding-top: 55px;
	height: 207px;
	background: none;
}
#navMenu ul ul ul li {
	list-style-type: disc;
	color: #FFFFFF;
	padding-left: 0px;
	font-size: 12px;
	float: none;
}
#navMenu ul ul ul li a {
	font-weight: bold;
}
/* ====================== Display and hide second level menus ====================== */

#navMenu ul ul, #navMenu #hidden {display: none;}
#navMenu ul li.CurrentCategory1 ul li ul {display: none;}
#navMenu ul li.CurrentCategory1 ul li.CurrentCategory2 ul {display: block;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}
.gallery #navMenu ul li.CurrentCategory1 ul li.CurrentCategory2 ul {display: none;}
#navMenu ul li.CurrentCategory1 {
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/Common/Img/navOnImage.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 9px;
}
#navMenu ul li.CurrentCategory1 ul li {
	text-transform: none;
	font-weight: normal;
}
#navMenu ul li.CurrentCategory1 ul li.CurrentCategory2 {text-transform: uppercase; font-weight: bold;}
#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ======================= Callout Styles =============================== */
#calloutContainer {
	float: left;
	width: 257px;
}
.callout {
	margin-bottom: 12px;
	background-color: #F4F4F4;
}
.callout h1 {
	background-color: #3F8A9B;
	color: #FFFFFF;
	font-size: 14px;
	height: 15px;
	background-image: url(/Common/Img/heard-blackArrow.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding-left: 28px;
}
.callout p {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 15px;
}



/* ====================== search results ======================== */
#searchContainer {
	height: 37px;
	padding: 0px 0px 0px 20px;
	background: #E7B060 url(/Common/Img/logoSWBM_Header.jpg) no-repeat right top;}
#searchBox {padding-top: 10px;}

#searchResultsPage #content {padding: 0px 15px 0px 45px;}

.SearchResult, .SearchResultAlt {padding-bottom: 15px;}
.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #3F8A9B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;}	
.SearchResultTitle a:hover {text-decoration: underline;}

.SearchResultsHighlight {
	color: #2B496A;
	font-style: italic;
	text-decoration: underline;}
	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #CCCCCC;}
#resultsSearchQty {padding-bottom: 12px;}

.selHint {background-color: #306A77;}

#results div a span {background-color: #3F8A9B;}
	
.ezcount {
	float: right;
	color: #FFFFFF;
	font-size: 9px;}

#results {
	z-index: 99;
	width: 139px;
	display: none;
	overflow: hidden;
	position: absolute;
	margin: 17px 0px 0px -161px;
	visibility: hidden;
	border: solid 1px #FFFFFF;
	background-color: #2D535C;
}
* html #results {
	width: 144px;
	margin: 18px 0px 0px -170px;
}
#results a {color: #FFFFFF;
	padding: 2px 0px 5px 5px;}

#EasySearchLiveResults {
	z-index: 100;
	display: none;
	position: absolute;
	border-width: 13px;
	border-color: black;
	margin-bottom: 10px;
	background-color: white;}


/* ====================== Styling for Submit button on Login ========================*/
.adminButton , a.adminButton, a.adminButton:link, a.adminButton:visited, a.adminButton:hover, .smallButton{
	width: 125px;
	cursor: pointer;
	cursor: hand;
	color: #F5F1D0;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #423E34;
	border-right: 8px solid #4D6177;}	
	
/* =============== Featured Events & Subdomain callout Styles ==================== */
#tableHead {
	position: absolute;
	left: -22px;
	top: 0px;
}
#eventCalendar, #subCalloutContainer {
	width: 170px;
	float: left;
	position: relative;
	background-image: url(/Common/Img/featured-events-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 28px;
}
#eventCalendar td {
	background-color: #EBEBEB;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	color: #636363;
}
#eventCalendar a {
	color: #000000;
}
#subCalloutContainer {
	background-color: #EBEBEB;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	width: 150px;
	color: #636363;
}
#subCalloutContainer h1 {
	font-size: 14px;
	color: #000000;
}

/* ============== Membership ============== */
input#Application1_rdoNewMembership, input#Application1_rdoRenewalMembership {
	border: none;
}
#memberType div {
	float: left;
	width: 225px;
	padding: 0px 10px 5px 0px;
}




.directoryAlpha a {
	color: #3F8A9B;
	font-size: 15px;
	padding-right: 5px;
}
.directoryAlpha a.active {
	font-weight: bold;
	color: #990000;
}
table.directoryTable {
	font-size: 12px;
	margin-bottom: 15px;
	float: left;
	width: 340px;
}
table.lasGuiasTable {
	font-size: 12px;
	margin-bottom: 15px;
}