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

body {
	background:url(../images/background.jpg) repeat-x top;
	margin:0px;
	font-family:"Arial";
	font-size:13px;
	color:#33669a;
}
.picFrame {
	padding:3px;
	background-color:#fff;
	border:1px solid #666;
	margin:4px;
}

a, a:visited {
	color:#33669a;
}
a:hover {
	color:#FF9900;
}
#header {
	text-align:center;
}
#wrapper-main {
	width:100%;
}
#wrapper-content{
	margin:auto;
	width:980px;
}
div#contentWrap {
	width:860px;
	margin:10px;
	padding:10px 20px 10px 20px;
	background:#fff;
	border:1px solid #fff;
}

#footer {
	border:0px solid #000;
	margin-bottom:80px;
	color:#9ec54d;
	font-size:11px;
}
#funds {
	margin-left:1px;
	float:left;
	width:413px;
}
#images {
	width:550px;
	float:left;
}
#content-top, #content-bottom, #menu, #footer {
	margin-right:8px;
	margin-left:8px;
}
#content-bottom {
	background:url(../images/content-fill.jpg) repeat-x top;
	background-color:#FFFFFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	padding:20px;
	width:923px;
}

/*MENU */
#menu {
	width:964px;
	margin-top:10px;
	height:26px;
}
.menuItem a, .menuItemActive a{
	float:left;
	margin:0px;
	width:100px;
	padding:4px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
	border:1px solid #fff;
}
.menuItemSpacer {
	border-bottom:1px solid #fff;
	width:42px;
	float:left;
	height:25px;
}
.menuItemActive a {
	border-bottom:1px solid #9ec54d;
	background-color:#9ec54d;
}
.menuItem a {
	background-color:#33669a;
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	border-color:#FFF;
	margin-left:1px;
	margin-right:1px;
	margin-top:1px;
}
.menuItemActive, .menuItem a:hover{
	filter: alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}
.menuItem a {
	filter: alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;
}
.menuItem a:visited, .menuItem a:link, .menuItemActive a, .menuItemActive a:visited {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
/*END MENU*/
#funds2 {
	height:145px;
	background:url(../images/raised-bg.jpg);
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#raised {
	width:79px;
	margin-left:60px;
}
p {
	margin-top:6px;
}
h1 {
	color:#33669a;
	margin-top:0px;
	margin-bottom:12px;
	font-size:18px;
	text-transform:uppercase;
}
h2 {
	color:#9ec54d;
	font-size:16px;
	margin-bottom:4px;
}
h3 {
	margin:0px;
}
.right {
	float:right;
	margin-left:20px;
	border:1px solid #fff;
}
.left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.teamList td {
	border-bottom:1px solid #CCCCCC;
	padding:2px;
}
/*FORM CSS */
.contactForm, .register {
	border: 1px #ccc dashed;
	background-color:#EFEFEF;
	padding:6px;
	color:#666;
}
.register {
	font-weight:bold;
	font-size:18px;
	padding:8px;
	border:2px groove #ccc;
	width:260px;
	text-align:center;	
	margin:30px 0;
}
.textField {
	width:205px;
}
.fixedWidth {
	width:140px;
}
.selectBox {
	width:144px;
}
.button {
	width:85px;
}
.phone1 {
	width:30px;
}
.phone2 {
	width:52px;
}


/* Sponsors */

.sponsors {
	padding:20px 0 10px 0;
	min-height:80px;
}

td.sponsor {
	border-bottom:1px dotted #999;
	padding:10px 0;
}

.sponsors3 {
	padding:20px 0 30px 0;
	background:#fff;
	min-height:80px;
}
table.sponsors3 {
	margin:10px auto;
	border-bottom:1px dotted #999;
}
.sponsors3 ul {
	margin:0;
	list-style-type:none;
	list-style-position:outside;
}
.sponsors3 li {
		color:#33669a;
	padding:3px 10px;
	font-size:12px;
	white-space:nowrap;
}


