html {
	background: #dcdcdc url('../images/htmlbg.jpg') left top repeat-x;
}

body {
	/* 760 minimum width + padding for dropshadows */
	width: 860px;
	margin: 0 auto 40px auto;
	background-color: transparent;
	text-align: left;
	font-size: 100%;
}

/* ============================================================
	Drop Shadows
============================================================ */

#top,
#middle,
#bottom {
	padding-left: 50px;
	padding-right: 50px;
}

#top {
	/* padding-top: 15px; */
	background: transparent url('../images/dropshadow_top-trans.png') center top no-repeat;
}

#top .content {
	background: white url('../images/logo_2010.jpg') center top no-repeat;
	min-height: 50px;
	padding-top: 354px;
}

#middle {
	background: transparent url('../images/dropshadow_middle-trans.png') center center repeat-y;
}

#middle .content {
	min-height: 50px;
	padding: 10px;
	background-color: #fff;
}

#bottom {
	height: 50px;
	padding-bottom: 15px;
	background: transparent url('../images/dropshadow_bottom-trans.png') center bottom no-repeat;
}

#bottom .content {
	padding: 10px;
	background-color: #fff;
}

/* ============================================================
	Nav
============================================================ */

/*
#nav {
	height: 3em;
	background-color: #2e85cf;
	line-height: 1;
}

#nav ul {
	background-color: #2e85cf;
}

#nav li {
	display: inline;
}

#nav li a {
	padding: .85em;
	*padding: .9em;
	text-decoration: none;
	color: white;
	line-height: 3em;
	text-transform: capitalize;
}

#nav li a:hover,
#nav li.current a {
	background-color: #619ccf;
}
*/

/* ============================================================
	Main
============================================================ */

.content {
	font-family: helvetica, arial, sans-serif;
	font-size: .8em;
}

#bottom .content {
	height: 10px;
	padding-top: 30px;
	font-size: .6em;
	text-align: right;
}

h1 {
	margin: 0 0 .5em 0;
	font-size: 1.8em;
	font-weight: normal;
}

#thrown p {
	border-width: 2px;
	border-style: solid;
	color: black;
	cursor: pointer;
	padding: 0.5em;
}

#thrown p.error {
	background-color: #ffa0a0;
	border-color: #800000;
}
#thrown p.error:hover {
	background-color: #ffb0b0;
	border-color: #901010;
}

#thrown p.notice {
	background-color: #a0ffa0;
	border-color: #008000;
}
#thrown p.notice {
	background-color: #b0ffb0;
	border-color: #109010;
}

/*
#middle .content ul {
	list-style-type: square;
	padding-left: 1.5em;
}
*/


/* ============================================================
	Sponsor/Donor Form - Sponsor types table
============================================================ */

table.sponsor_types {
	width: 100%;
}

table.sponsor_types tr th {
	font-family: Trajan, "Times New Roman", serif;
	font-size: 130%;
	text-transform: uppercase;
	vertical-align: top;
}

table.sponsor_types tr td {
	padding-bottom: 1em;
}

table.sponsor_types tr td ul {
	list-style-type: disc;
	padding-left: 1.5em;
}


/* ============================================================
	Clearfix
============================================================ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
