
*
{
border: 0;
margin: 0;
}

img
{
border: 0px;
}

body{
	/*line-height: 18px;*/
	/*background-image: url(images/top_right.png);*/
	color: #000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
}

	
#main {
	width: 940px;
	margin: 0px auto;
	padding: 0px 45px 20px 45px;
	/*background:url(images/main.png) right repeat-y;*/
}

#header {
	height: 52px;
	background-repeat: no-repeat;
}


#logo {
	width: 167px;
	height: 48px;
	padding: 3px 0px 0px 3px;
	float:left;
}

#tagline {
	width: 300px;
	height: 35px;
	padding: 15px 50px 0px 50px;
	text-align: left;
	float:left;
}
	
#tagline H1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 100;
	line-height: normal;
	color: #000000;
}

/* Overall CSS3 drop menu strategy from http://www.red-team-design.com/css3-dropdown-menu */
/* but nowhere near as pretty */
#buttons{
	width: 350px;
	height: 50px;
	padding: 0 0 0 0;
	float: right;
	list-style: none;
}

#buttons li{
	float:left;
	padding: 0 0 0 0;
	position: relative;
}

#buttons a {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 22px 0 0 25px;
	float: left;
	line-height: normal;
	text-align: center;	
}

#buttons li:hover > a {
	color:#7788ff;
	text-decoration: underline;
}

/*those below are for the drop-down sub-menus*/
#buttons li:hover > ul{
	display: block;
}

#buttons ul{
	list-style: none;
	padding: 0;
	display: none;
	position: absolute;
	top: 40px;
	left:0;
	z-index: 99999;
}

#buttons ul li {
	float:none;
	padding:0;
	display: block;
	background: white;
}

#buttons ul a {
	padding: 22px 12px 0 13px;
	line-height: normal;
	display: block;
	float:none;
}

/* now the banner */	
#topBanner {
	width: 865px;
	height: 262px;
	padding: 19px 50px 19px 25px;
	background:url(images/memchu_pano.jpg) -30px top no-repeat;

}

#topBanner .pageHeader {
	/*width:570px;*/
	width:auto;
	/*height: 200px;*/
	height: auto;
	padding:30px;
	/*margin-left: 225px;*/
	background: rgba(0,0,0,0.6);
	float:right;
	text-align: right;
	color:white;
}

#topBanner .pageHeader H1 {
	/*TODO This font looks a bit too thick at this size. */
	font-size: 36px;
}

#topBanner .feature {
	width: 230px;
	height: 230px;
	padding: 15px;
	margin-left: 25px;
	float:left;
	background: rgba(0,0,0,0.6);
	/*border: 1px solid white;*/
	color:white;
}

#topBanner .feature H1 {
	font-size: 22px;
}

#topBanner .feature a:link {
	color: #7788FF;
}

/* for better visibility on dark bg */
#topBanner .feature a:visited {
	color: #7788FF;
}

/* now the main content */
#content {
	width: 900px;
	margin: 0px;
	padding: 15px 20px 0px 20px;
	float:clear;
}

#indexContent {
	width: 480px;
	height: 600px;
	margin:0;
	float:left;
}

#calendar {
	width:400px;
	margin: 0;
	float:right;
}

#content H1 {
	color:black;
	font-size: 22px;
	padding-top: 22px;
}

#content H2 {
	color:black;
	font-size: 18px;
	padding-top: 18px;
}

#content p {
	padding-top: 8px;
}

/*TODO: maybe only pad the 1st level*/
#content ul {
	padding-top: 8px;
	padding-bottom: 8px;
}

div.box {
        float:left;
        width:400px;
        min-height:200px;
        margin: 16px;
        padding: 8px;
        background:#deaa87;
        /*border: 1px solid black;*/
}

div.box H2 {
        float:left;
}

div.box img {
        float:right;
        padding:8px;
}

div.box a {
	color:black;
}

