@charset "UTF-8";
/* CSS Document */

/* GENERAL STYLES */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #121212;
	line-height: 22px;
	background:url(images/2/top-bg.png) #FFF repeat-x top;
	margin: 0px;
	padding: 0px;
}
.home {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background:url(images/1/top-bg.png) #FFF repeat-x top;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0 auto;
	width: 980px;
}

#header {
	width: 980px;
	height: 97px;
}
#mhs-logo {
	width: 282px;
	height: 60px;
	float: left;
	margin: 21px 0 16px 4px;
}
#members-logos {
	width: 173px;
	height: 34px;
	float: right;
	margin: 31px 0 32px 0;
	background: url(images/1/members-logos.gif) no-repeat;
}
#quote {
	border-top: #CCCCCC 1px dashed;
	border-bottom: #CCCCCC 1px dashed;
	background-color: #F6F5F6;
	padding: 10px 20px 10px 25px;
	margin: 10px 0 10px 0;
}

/* LINKS */

a:link {color: #9b75b4; text-decoration: none;}
a:visited {color: #9b75b4; text-decoration: none;}
a:hover {color: #702c91; text-decoration: underline;}


/* NAVIGATION */

#menu {
	width: 980px;
	height: 41px;
	clear: both;
}
#menu ul {	
	float: left;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	list-style: none;
	letter-spacing: 1px;
	margin: 9px 0 0 -29px;
	text-shadow: #000 1px 1px 1px;
}
#menu li {
	display: inline;
	margin-right: 30px;
}
#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #CCC;
	text-decoration: none;
}

/* BANNER */

#banner {
	width: 980px;
	height: 360px;
}
#banner-image {
	width: 427px;
	height: 360px;
	float: left;
	margin: 7px 0 0 6px;
	background: url(images/1/community-banner-image.jpg);
}
#banner-copy {
	width: 507px;
	float: left;
	margin: 40px 0 0 28px;
	color: #FFF;
}
#banner-copy h1 {
	font-size: 36px;
	font-weight: lighter;
	margin-bottom: 17px;
	line-height: 38px;
	text-shadow: #702c91 1px 1px 1px;
}
#banner-copy p {
	font-size: 14px;
	font-weight: lighter;
	line-height: 22px;
	letter-spacing: 1px;
	text-shadow: #702c91 1px 1px 1px;
}
.findoutmore {
	margin: -10px 0 0 -14px;
	border: none;
}

/* HOMEPAGE */

#column1 {
	float: left;
	width: 560px;
	margin: 20px 29px 0 11px;
	padding-bottom: 70px;
}
#column1 h1 {
	font-size: 24px;
	color: #121212;
	font-weight: lighter;
	font-style: italic;
	margin-bottom: 30px;
}
#column1 p {
	font-size: 14px;
	color: #121212;
	line-height: 22px;
}

#column2 {
	float: left;
	width: 380px;
	margin: 21px 0 0 0;
}
#column2 h2 {
	font-size: 20px;
	font-weight: lighter;
	text-shadow: #FFF 1px 1px 1px;
	color: #121212;
}

#exhibition {
	width: 338px;
	background: #f6f5f6;
	height: auto;
	padding: 21px 21px 65px 21px;
	font-size: 14px;
	line-height: 22px;
}
#exhibition h3 {
	margin: 7px 4px 20px 4px;
}
#exhibition p {
	margin: 0 4px 0 4px;
}
.exhib-findoutmore {
	float: right;
	margin: -10px 0 0 0;
	border: none;
}

.news-date {
	color: #9b75b4;
}

/* Flash File */

.carousel {
	margin-top: -17px;
}

/* SECONDARY */

#sec-column1 {
	float: left;
	width: 629px;
	margin: 40px 55px 0 11px;
	padding-bottom: 70px;
}
#sec-column1 h1 {
	font-size: 24px;
	color: #121212;
	font-weight: lighter;
	text-shadow: #FFF 1px 1px 1px;
	margin-bottom: 30px;
}
#sec-column1 h2 {
	font-size: 16px;
	color: #9b75b4;
	margin-top: 0;
}
#sec-column1 h2 a:link {color: #9b75b4; text-decoration: none;}
#sec-column1 h2 a:visited {color: #9b75b4; text-decoration: none;}
#sec-column1 h2 a:hover {color: #9b75b4; border-bottom: 1px dashed; padding-bottom: 2px;}
#sec-column1 h3 {
	font-size: 14px;
	color: #9b75b4;
}
#sec-column1 p {
	font-size: 14px;
	color: #121212;
	line-height: 22px;
}
#sec-column1 li {
	list-style-image: url(images/1/arrow.png);
	margin-left: -22px;
}

#sec-column2 {
	float: left;
	width: 257px;
	margin: 35px 0 0 0;
	padding-left: 28px;
	background: url(images/2/side-bg.gif) left repeat-y;
}
#sec-column2 h4 {
	font-size: 18px;
	font-weight: lighter;
	text-shadow: #FFF 1px 1px 1px;
	color: #000;
	border-bottom: #edebed 1px solid;
	padding-bottom: 5px;
	background: url(images/2/side-top-bg.gif) top left no-repeat;
}
#sec-column2 ul {
	list-style-type: none;
	margin: -10px 0 50px -40px;
	line-height: 40px;
	text-indent: 1px;
}
#sec-column2 li {
	list-style-image: url(images/1/arrow.png);
	border-bottom: #CCC 1px dashed;
	list-style-position: inside;
}

#sec-column2 ul a:link {color: #9b75b4; padding: 4px 0 4px 0; text-decoration: none;}
#sec-column2 ul a:visited {color: #9b75b4; padding: 4px 0 4px 0; text-decoration: none;}
#sec-column2 ul a:hover {color: #702c91; padding: 4px 0 4px 0; text-decoration: none;}

/* #sec-column2 ul a:link {color: #FFF; background-color: #9b75b4; padding: 4px 6px 4px 5px; text-decoration: none;}
#sec-column2 ul a:visited {color: #FFF; background-color: #9b75b4; padding: 4px 6px 4px 5px; text-decoration: none;}
#sec-column2 ul a:hover {color: #FFF; background-color: #373737; padding: 4px 6px 4px 5px; text-decoration: none;} */

#sidepod-purple {
	background: url(images/2/side-pod-purple.png) no-repeat;
	float: right;
	width: 241px;
	height: 162px;
	text-align: center;
	color: #FFF;
	text-shadow: #481c5e 1px 1px 1px;
	padding: 30px 10px 0 10px;
	margin-left: -11px;
}
#sidepod-black {	
	background: url(images/2/side-pod-black.png) no-repeat;
	float: right;
	width: 241px;
	height: 162px;
	text-align: center;
	color: #FFF;
	text-shadow: #000 1px 1px 1px;
	padding: 30px 10px 0 10px;
	margin-left: -11px;
}
#sidepod-top {	
	background: url(images/2/side-pod-top.png) no-repeat;
	float: right;
	width: 231px;
	height: 162px;
	text-align: center;
	color: #FFF;
	text-shadow: #702c91 1px 1px 1px;
	padding: 30px 15px 0 15px;
	margin: 18px 0 0 -11px;
}
.sidepod-title {
	font-size: 20px;
}
#sidepod-purple p {
	margin-top: -10px;
}
#sidepod-black p {
	margin-top: -10px;
}
#sidepod-top p {
	margin-top: -10px;
}
.purple-highlight {
	color: #FFF; background-color: #702c91; padding: 4px 6px 4px 5px; text-decoration: none;
}
/* #sidepod-top a:link {color: #FFF; text-decoration: none;}
#sidepod-top a:visited {color: #FFF; text-decoration: none;}
#sidepod-top a:hover {color: #FFF; border-bottom: 1px dashed; padding-bottom: 2px;} */

.sidepod-top-download {
	margin-top: -2px;
	border: 0;
}

/* COMMUNITIES */

/* Communities Level 1 */

#comm-column1 {
	float: left;
	width: 560px;
	margin: 40px 29px 0 11px;
	padding-bottom: 30px;
}
#comm-column1 h1 {
	font-size: 24px;
	color: #121212;
	font-weight: lighter;
	font-style: none;
	text-shadow: #FFF 1px 1px 1px;
	margin-bottom: 30px;
}
#comm-column1 p {
	font-size: 14px;
	color: #121212;
	line-height: 22px;
}

#comm-column2 {
	float: left;
	width: 380px;
	margin: 60px 0 0 0;
}
#comm-column2 h2 {
	font-size: 18px;
	font-style: italic;
	color: #000;
}

#community-pod {
	float: right;
	width: 354px;
	height: 162px;
	background: url(images/2/community-pod.gif) no-repeat;
	text-align: center;
	color: #FFF;
	text-shadow: #702c91 1px 1px 1px;
	padding: 30px 10px 0 10px;
}
.comm-title {
	font-size: 20px;
}
#community-pod p {
	margin-top: -10px;
}
.comm-button {
	margin-top: -15px;
	border: 0;
}

#communities-table {
	clear: both;
	width: 980px;
	padding-bottom: 25px;
}
.community-cell {
	width: 285px;
	padding-bottom: 15px;
	vertical-align: top;
}
.community-cell h2 {
	font-size: 16px;
	color: FF0;
}
.community-cell p {
	font-size: 12px;
	margin-top: -10px;
}
.community-cell h2 a:link {color: #9b75b4; text-decoration: none;}
.community-cell h2 a:visited {color: #9b75b4; text-decoration: none;}
.community-cell h2 a:hover {color: #9b75b4; border-bottom: 1px dashed; padding-bottom: 2px;}
.community-cell-blank {
	width: 62px;
}

/* Communities Level 2 */

#community-detail-image {
	clear: both;
	float: left;
	width: 285px;
	vertical-align: top;
	text-align: center;
	margin: 23px 24px 10px 0;
}
#community-detail-copy {
	float: left;
	width: 320px;
	vertical-align: top;
	margin: 23px 0 0 0;
}
#community-detail-copy p {
	font-size: 12px;
}
#community-detail-copy li {
	font-size: 12px;
}

/* Media Packs */

.media-table {
	width: 629px;
	margin: 10px 0 0 0;
}
.media-image {
	width: 50px;
	padding: 10px 24px 10px 0;
	border-bottom: #CCCCCC 1px dashed;
}
.media-copy {
	width: 555px;
	padding: 10px 0 10px 0;
	border-bottom: #CCCCCC 1px dashed;
}

/* SOLUTIONS */

.solution-table {
	width: 629px;
	background: #fcfafc;
}
.solution-cell1 {
	width: 314px;
	padding: 0 24px 10px 6px;
	vertical-align: top;
}
.solution-cell2 {
	width: 285px;
	vertical-align: top;
	text-align: center;
}
#solution-detail-image {
	clear: both;
	float: left;
	width: 285px;
	vertical-align: top;
	text-align: center;
	margin: 23px 24px 10px 0;
}
#solution-detail-copy {
	float: left;
	width: 320px;
	vertical-align: top;
	margin: 23px 0 30px 0;
}
#solution-detail-copy p {
	font-size: 14px;
}
#solution-detail-copy li {
	font-size: 14px;
}
#solution-shade {
	clear: both;
	width: 629px;
	height: 300px;
	background-color: #fcfafc;
	padding: -5px 11px 30px 11px;
}
.contactus-button {
	border: 0;
	margin: 0 0 0 -11px;
}
.sol-banner {
	border: #000 1px solid;
}

/* CORPORATE PAGES*/

.about-members-table {
	width: 629px;
	margin: 25px 0 25px 0;
}
.about-members-cell {
	padding: 12px 0 17px 0;
	border-top: #edebed 1px solid;
	border-bottom: #edebed 1px solid;
}
	
.staff-table {
	width: 629px;
	margin: 20px 0 0 0;
}
.staff-cell1 {
	width: 200px;
	text-align: left;
	padding: 13px 0 20px 0;
	border-bottom: #edebed 1px solid;
	vertical-align: top;
}
.staff-cell2 {
	width: 428px;
	padding-bottom: 20px;
	border-bottom: #edebed 1px solid;
	vertical-align: top;
}
.staff-half {
	width: 50%;
	text-align: left;
	padding: 0px 0 15px 0;
	border-bottom: #edebed 1px solid;
	vertical-align: top;
}
.staff-name {
	font-size: 20px;
	text-shadow: #FFF 1px 1px 1px;
	margin-top: -10px;
}
.staff-desc {
	font-size: 16px;
	color: #9b75b4;	
	text-shadow: #FFF 1px 1px 1px;
	margin-left: 7px;
	margin-top: -10px;
}
.magazine-cell {
	width: 33%;
	text-align: center;
	padding: 0px 0 15px 0;
	border-bottom: #edebed 1px solid;
	vertical-align: top;
}
.mag-name {
	font-size: 20px;
	text-shadow: #FFF 1px 1px 1px;
	margin-top: -10px;
}

/* CONTRIBUTIONS */

.contrib-table {
	width: 629px;
	margin: 20px 0 0 0;
	border: 0;
}
.contrib-detail-copy {
	width: 424px;
	vertical-align: top;
	padding: 20px 10px 22px 0;
	border-bottom: #edebed 1px solid;
	margin: 0;
}
.contrib-detail-image {
	width: 195px;
	vertical-align: top;
	text-align: right;
	padding: 35px 0 22px 0;
	border-bottom: #edebed 1px solid;
	margin: 0;
}
.contrib-title {
	color: #121212;
	font-size: 20px;
	font-weight: lighter;
	text-shadow: #FFF 1px 1px 1px;
	line-height: 30px;
}

/* NEWS */

.news-line {
	border-bottom: #edebed 1px solid;
	padding-bottom: 15px;
	margin-top: 20px;
}
.news-title {
	color: #121212;
	font-size: 20px;
	font-weight: lighter;
	text-shadow: #FFF 1px 1px 1px;
	line-height: 27px;
	text-transform: capitalize;
}

/* EVENTS */

.event-banner {
	border: #000 1px solid;
}

/* CONTACT US */

.telephone-table {
	width: 258px;
	margin-bottom: 45px;
}
.contact-space {
	margin-bottom: 45px;
}
.map {
	margin: 15px 0 15px 0;
}
.contact-line {
	border-bottom: #edebed 1px solid;
	padding-bottom: 30px;
}
.contact-counterline {
	margin-top: 30px;
}
.contact-title {
	color: #121212;
	font-size: 20px;
	font-weight: lighter;
	text-shadow: #FFF 1px 1px 1px;
	line-height: 30px;
}
.overseas-table {
	width: 629px;
	margin: 20px 0 0 0;
}
.overseas-cell {
	vertical-align: top;
}

/* FOOTER */

#footer {
	clear: both;
	width: 100%;
	height: 278px;
	background: #333333 url(images/1/footer-menu-bg.png) repeat-x;
}
#footer-menu {
	width: 980px;
	height: 278px;
	color: #FFF;
	text-shadow: #000 1px 1px 1px;
	margin: 0 auto;
}
#footer-menu a:link {color: #CCC; text-decoration: none}
#footer-menu a:visited {color: #CCC; text-decoration: none}
#footer-menu a:hover {color: #9b75b4; border-bottom: 1px dashed; padding-bottom: 2px;}

#menu-pod {
	float: left;
	width: 221px;
	margin: 34px 32px 0 0;
}
#menu-pod-address {
	float: left;
	width: 253px;
	margin: 34px 0 0 0;
}
#menu-pod-contact {
	float: left;
	width: 221px;
	margin: 34px 0 0 0;
}
#menu-pod h3, #menu-pod-address h3, #menu-pod-contact h3 {
	font-size: 16px;
	color: #CCC;
	line-height: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: #CCC 1px solid;
	padding-bottom: 18px;	
}
#menu-pod ul, #menu-pod-address ul, #menu-pod-contact ul {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #CCC;
	list-style-type: none;
	margin: -5px 0 0 -39px;
}
#menu-copyright, #menu-footernav {
	float: left;
	font-size: 10px;
	color: #CCC;
	letter-spacing: 1px;
	border-top: #CCC 1px solid;
	padding-top: 10px;
	margin-top: 44px;
}
#menu-copyright{
	clear: both;
	width: 38%;
	text-align: left;
}
#menu-footernav {
	width: 62%;
	text-align: right;
	color: #FF0;
}
#menu-footernav ul {
	list-style: none;
	margin: 0;
}
#menu-footernav li {
	display: inline;
	margin-left: 10px;
}