/* CSS Document */

/* Humor to Fight the Tumor */
/* Fuzzy Duck Design */

/* ------ html elements ------ */
html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:18px;
	margin:0;
	padding:0;
	background:#C7C8CA;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:18px;
	margin:0;
	padding:0;
	background:#C7C8CA;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#9074B5;
	line-height:26px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#9074B5;
	line-height:22px;
	font-variant:small-caps;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#9074B5;
	line-height:22px;
}

/* ------ page layout elements ------ */
#wrapper {
	display:block;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}


#navRow {
	width:900px;
	background: #9074B5 url(images/nav_bg.jpg) top left repeat-y;
	border-bottom:3px solid #ffffff;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}
#navRow ul {
	list-style-type:none;
	display:block;
	margin:0;
	padding:5px 0px 5px 0px;
}
#navRow li, #navRow li a, #navRow li a:link {
	list-style-type:none;
	display:inline;
	color:#ffffff;
	padding:5px;
	text-decoration:none;
}
#navRow li a:hover {
	background:#502185;
}

#content {
	display:block;
	width:890px;
	background:#F0F0F1 url(images/content_bg.jpg) top left repeat-x;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
}

#footer {
	display:block;
	width:890px;
	background:#F0F0F1 url(images/content_bg.jpg) top left repeat-x;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
	text-align:center;
	font-size:9px;
}
#footer a, #footer a:link, #footer a:visited {
	font-size:9px;
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:none;
	color:#333333;
}

#clearAll {
	clear:both;
}

/* ------ column elements ------ */
#leftCol {
	background:none;
	display:block;
	width:300px;
	height:auto;
	float:left;
	margin-left:10px;
}

#leftContentItem {
	padding:10px;
	border:2px solid #ffffff;
	margin-top:10px;
	background:#D6C9DD;
}
#leftContentItem img {
	border:2px solid #ffffff;
	margin:0 10px 10px 0;
}

#leftColContact {
	background:none;
	display:block;
	width:240px;
	float:left;
	margin-left:10px;
}

#rightCol {
	display:block;
	width:540px;
	margin-left:330px;
	padding:5px;
	text-align:center;
}
#rightContentItem {
	text-align:left;
}
#rightContentItem img {
	margin:0 10px 0 10px;
}

#rightColContact {
	display:block;
	width:620px;
	margin-left:260px;
}

#standardLeft {
	background:none;
	display:block;
	width:200px;
	height:auto;
	float:left;
	margin-left:10px;
	padding-top:20px;
}

#standardLeft img {
	border:3px solid #fff;
}

#leftNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#leftNav li {
	padding:0;
	margin-bottom:2px;
	background:#9074B5;
}
#leftNav a, #leftNav a:link, #leftNav a:visited {
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	width:100px;
}
#leftNav li:hover {
	background:#502185;
	text-decoration:none;
}

#standardRight {
	display:block;
	margin-left:220px;
	margin-right:40px;
	padding:5px;
	text-align:left;
}

#survivorsTable {
	text-align:center;
}
#survivorsTable img {
	border:2px solid #fff;
}

#event_left_float {
	display:block;
	float:left;
	width: 240px;
	margin-right:20px;
	padding:10px;	
}
#event_left_float img {
	border:3px solid #fff;
}

#event_left_float_alt {
	display:block;
	float:left;
	width: 140px;
	margin-right:20px;
	padding:10px;	
}
#event_left_float_alt img {
	border:3px solid #fff;
}

#events_photo_tbl {
	text-align:center;
}
#events_photo_tbl img {
	border:3px solid #fff;
}

/* -- content markup -- */
.sponsors_tbl td { padding:5px; font-size:110%; }


h2.sponsors {
	background:#9074B5;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	padding:5px;
}
.nopaddingtop p {margin:0 0 10px 0;}

.banner_2010 { background:#171819; color:#fff; }
