/***** Global Settings *****/

html {font-size: 100%; min-height: 100%;}

html, body {
border:0;
margin:0;
padding:0;
}



body {
	font: 62.5% Helvetica, Arial, sans-serif;
	color: #fff;
	background: #65b0d3 url(../images/bg_gradient.jpg) no-repeat fixed center top;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, legend, input, button, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

/***** Links *****/

a img, :link img, :visited img { border: none; }

a:link { color: #006eac; text-decoration: none; }
a:visited { color: #006eac; text-decoration: none; }
a:hover, a:active { color: #a00a60; text-decoration: underline; }


/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size: 2em;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font-size: 1.7em;
}

h3 {
font-size: 1.5em;
padding: 0;
font-weight: bold;
color: #006eac;
margin-top: 10px;
margin-bottom: 2px;
}

p {
margin:0;
margin-bottom: .5em;
padding:0 0 0px 0;
font-size: 1.2em;
line-height: 1.4em;
}

ul, ol {
margin:0;
margin-bottom: .5em;
padding: 0;
font-size: 1.2em;
line-height: 1.2em;
list-style:none;
padding: 0 0 0px 20px;
}

li {
	margin-bottom: 3px;
}


blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}



/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font-size: 1em;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 0px 0;
padding:0;
}

	table tr td {
	padding:0px;
	}





/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:910px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.hide	{display: none; }


/***** My Styles *****/


.pink {
		color: #ec1164;
}



#hosts p {
	line-height: 1.4em;
	/*margin-bottom: 10px;*/
}




#wrap {
width:910px;
margin:0 auto;
margin-top: 100px;
position:relative;

}

#navsml {
	/*background: url(../images/navsml_bg.png) no-repeat left top;*/
	position: relative;
	height: 24px;
	padding-bottom: 10px;
}

#content {
	width: 910px;
	background: #fff;
	/*color: #2a2a86;*/
	color: #222222;
	position: relative;
}


.navsml1 {
	position: absolute;
	left: 490px;
	width: 195px;
	height: 30px;
}
.navsml1 a {
	background: url(../images/navsml_01.png) top left no-repeat;
	display: block;
	height: 30px;
}
.navsml1 a:hover {
	background: url(../images/navsml_01.png) no-repeat 0px -30px;
}

.navsml2 {
	position: absolute;
	left: 660px;
	width: 108px;
	height: 24px;
}
.navsml2 a {
	background: url(../images/navsml_02.png) top left no-repeat;
	display: block;
	height: 24px;
}
.navsml2 a:hover {
	background: url(../images/navsml_02.png) no-repeat 0px -24px;
}

.navsml3 {
	position: absolute;
	left: 778px;
	width: 108px;
	height: 24px;
}
.navsml3 a {
	background: url(../images/navsml_03.png) top left no-repeat;
	display: block;
	height: 24px;
}
.navsml3 a:hover {
	background: url(../images/navsml_03.png) no-repeat 0px -24px;
}

#contleft {
	width: 450px;
	text-align: left;
	float: left;
	margin-left: 20px;
}

#contright {
	width: 400px;
	margin-right: 20px;
	text-align: left;
	float: right;
	
	
}

#contright p {
	line-height: 1.4em;
}

.navevent a {
display:block;
width: 198px;
height: 40px;
background: url("../images/nav_event.png") 0 0 no-repeat;
}

.navcause a {
display:block;
width: 198px;
height: 40px;
background: url("../images/nav_cause.png") 0 0 no-repeat;
}

.navhosts a {
display:block;
width: 198px;
height: 40px;
background: url("../images/nav_hosts.png") 0 0 no-repeat;
}

.navbuzz a {
display:block;
width: 198px;
height: 40px;
background: url("../images/nav_buzz.png") 0 0 no-repeat;
}

.navplayers a {
display:block;
width: 198px;
height: 40px;
background: url("../images/nav_players.png") 0 0 no-repeat;
}

.navsignup a {
display:block;
width: 198px;
height: 40px;
background: url("../images/nav_signup.png") 0 0 no-repeat;
}


.navevent a:hover, .navcause a:hover, .navhosts a:hover, .navbuzz a:hover, .navplayers a:hover, .navsignup a:hover { 
background-position: 0 -40px;
}



.subwhowe a, .subserve a, .subinclusion a, .subcommittee a,
.subevent a, .subactivities a, .subregister a, .subsponsor a, .subdonate a, .subgallery a {
	display:block;
	width: 180px;
	height: 15px;
	margin-bottom: 6px;
}

.subwhowe a {
background: url("../images/sub_whowe.png") 0 0 no-repeat;
}

.subserve a {
background: url("../images/sub_serve.png") 0 0 no-repeat;
}

.subinclusion a {
background: url("../images/sub_inclusion.png") 0 0 no-repeat;
}

.subcommittee a {
background: url("../images/sub_committee.png") 0 0 no-repeat;
}




.subevent a {
background: url("../images/sub_event.png") 0 0 no-repeat;
}

.subactivities a {
background: url("../images/sub_activities.png") 0 0 no-repeat;
}

.subregister a {
background: url("../images/sub_register.png") 0 0 no-repeat;
}

.subsponsor a {
background: url("../images/sub_sponsor.png") 0 0 no-repeat;
}

.subdonate a {
background: url("../images/sub_donate.png") 0 0 no-repeat;
}

.subgallery a {
background: url("../images/sub_gallery.png") 0 0 no-repeat;
}

.subwhowe a:hover, .subserve a:hover, .subinclusion a:hover, .subcommittee a:hover,
.subevent a:hover, .subactivities a:hover, .subregister a:hover, .subsponsor a:hover, .subdonate a:hover, .subgallery a:hover { 
background-position: 0 -15px;
}

#tspot {
	border: 1px solid #6f184e;
	width: 398px;
	background: #fff;
	margin: 10px 0px;
}

#tspot h4 {
	background: url(../images/hdr_teamspot.png) no-repeat left top;
	width: 398px;
	height: 28px;
	margin: 0 auto;
	padding: 0px;
}

#btns {
	width: 400px;
	margin: 20px auto;
}

.btn1 a {
display:block;
width: 400px;
height: 40px;
background: url("../images/btn_become_sponsor.png") 0 0 no-repeat;
float: left;
}

.btn2 a {
display:block;
width: 198px;
height: 24px;
background: url("../images/btn_buy_tickets.png") 0 0 no-repeat;
float: right;
}

.btn1 a:hover, .btn2 a:hover  { 
background-position: 0 -40px;
}


#maincontent {
	float:left; width: 580px; margin-left: 40px; padding-top: 10px; position:relative;
}

#maincontent p.narrow {
	width: 360px;
}


p.pr_date {
	border-top: 1px solid #60bdf0;
	padding: 4px 0px 2px 0px;
	font-size: .9em;
}

p.pr_title {
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}

p.pr_intro {
	border-bottom: 1px solid #60bdf0;
	padding-bottom: 4px;
	margin: 0px;
}

.narrowp {
	width: 360px;
}

.subnav {
	float:left; 
	width: 180px; 
	margin-left: 30px; 
	display:block; 
	padding-top: 10px;
	color: #ec1164;
}

.h3first {
	margin-top: 0;
	padding-top:0;
}

#footer {
	margin: 0 auto;
	padding: 5px 0;
	width: 910px;
	text-align: center;
	color: #244969;
	font-size: 1.2em;
}

#footer a, #footer a:visited {
	border-right: 1px solid #244969;
	text-decoration: none;
	padding-right: 4px;
	margin-right: 4px;
	color: #244969;
}

#footer a:hover {
	text-decoration: underline;
}