/* GLOBAL */
body{
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	margin: 0;
	color: #444444;
	text-align:center;
	background: #555555 url(http://www.themadhouseproject.org/images/page_bg.gif) top repeat-x;
}
img, div {
	border:0;
	margin: 0;
	padding: 0;
}
a{
	color: #cc3300;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color: #cc9b29;
	text-decoration:underline;
}
#master_container {
	width:100%;
	text-align:center;
}



/* HEADER */
#header {
	width:962px;
	margin:0;
	background: url(http://www.themadhouseproject.org/images/header_bg.gif) center repeat-x;
}
#header #headerLogo {
	margin:24px 43px 16px 67px;
}



/* MAIN NAV */
#navMain {
	width:962px;
	height:43px;
	background: url(http://www.themadhouseproject.org/images/nav_bg.gif) repeat-x;
	margin:0;
}
#navMain a {
	color: #FFFFFF;
	display:block;
	height:32px;
	padding-top:9px;
}
#navMain a:hover {
	color:#FFCC33;
	text-decoration:none;
}
#navMain table {
	width:900px;
	height:32px;
	margin:0 auto;
}
#navMain table tr td {
	width:180px;
	height:32px;
}

#home #navHome a, #about #navAbout a, #scca #navScca a, #register #navRegister a, #getInvolved #navGetInvolved a, #yahoo-store-checkout #navRegister a {
	background: url(http://www.themadhouseproject.org/images/nav_bg_over.gif) no-repeat;
}		  



/* CONTENT */
#content {
	width:962px;
	margin:0 auto;
	position:relative;
}
#sponsors {
	margin:8px;
	clear:both;
}
#eventSplash {
	float:left;
	margin:0 6px 6px 17px;
	width: 575px;
	background: url(http://www.themadhouseproject.org/images/home_event_ribbon_bg.jpg) no-repeat;
	border: 1px solid #CCCCCC;
}
#eventDetail p {
	margin: 20px 10px 20px 198px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
#eventDetail a {
	color:#CDADEB;
	text-decoration:underline;
}
#eventDetail a:hover {
	color:#FFFFFF;
}
#eventDetail img {
	vertical-align:middle;
}
#eventDetail p.hilite {
	color: #C692f7;
}
#eventDetail .label {
	font-size:90%;
}
#eventDetail .vital {
	font-size:120%;
}

#missionStatement {
	text-align:left;
}
#missionStatement h3 {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	text-align:center;
	padding:3px;
}
.btnMapBG {
	width:61px;
	height:26px;
}
.btnRegBG {
	width:167px;
	height:44px;
}



/* INTERIOR PAGES */
.pageContent h2 {
	float:left;
	text-align:right;
	width:244px;
	font-weight:bold;
	margin:0;
	font-size:120%;
}

.pageContent p, .pageContent ul, .pageContent table#registerTable {
	margin: 0 50px 1em 260px;
	text-align:left;
}

.pageContent {
	margin-top:1em;
	background: #e1e1e1;
}

table#registerTable td, table#registerTable th {
	padding:2px 6px;
}
table#registerTable th {
	border:1px solid #777777;
	background-color:#777777;
	color:#ffffff;
	font-weight:bold;
	font-size:110%;
}
table#registerTable tr.regDetails td {
	border-bottom:1px solid #777777;
	background-color:#ffffff;
}
table#registerTable tr.regDetails td.tdFirst {
	border-left:1px solid #777777;
}
table#registerTable tr.regDetails td.tdLast {
	border-right:1px solid #777777;
}

/* FOOTER */
#footer {
	padding:26px;
	text-align:center;
}
#footer table#footerLinks {
	width:800px;
	margin: 0 auto;
	color:#CCCCCC;
}
#footer table#footerLinks a {
	color:#FFCC33;
}
#footer table#footerLinks a:hover {
	color:#FFFFFF;
}
