/* color CSS Document */
/*  #DBC725 Golden
    #D52549 Tomato
    #0FA794 Turquoise
    #009999 Dark Turquoise */
/* Body ----------------------------------------*/
body { color: #222; background: #009999; }
#containerIndex { background: url(../images/splashLogoIndex.gif) top left no-repeat; }
#container { background:#0FA794; border: 2px solid #DBC725; }

/* ---------Headings */
h1,h2,h3,h4,h5,h6 { color: #111; }
/* ---------Text elements */
a:focus, 
a:hover     { color: #000; }
a           { color: #009999; }
blockquote  { color: #666; }
del         { color: #666; }
/* ---------HTML Tables */
thead th 		{ background: #c3d9ff; }
tr.even td  { background: #e5ecf9; }
caption     { background: #eee; }
/* ---------Misc classes */
.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background: #ff0; }
.added      { background: #060; color: #fff; }
.removed    { background: #900; color: #fff; }


/* Header --------------------------------------*/
#headerText { background: url(../images/shoppingTournamentSplash.gif) no-repeat 600px 30px; }
#header { background: url(../images/splashLogo.gif) no-repeat 30px 10px; }

#nav { background: #DBC725; }

#nav li     { border-right: 2px solid #009999; }
#nav li:first-child { border-left: 2px solid #DBC725;}
#nav li.active a { color: #DBC725; }
#nav li.lastLi { border-right: 2px solid #DBC725; }

#nav li:hover, #nav li.active { background: #d52549; }
#nav li:hover a, #nav li.focus a { color: #fff; }

/* Main ----------------------------------------*/
#main       { background: #f8f8f8; border: 2px solid #DBC725; border-width: 2px 0; }

#learnMore { background: url(../images/learnMoreRollover.gif) no-repeat 0 0; }
#registerYourTeam { background: url(../images/registerYourTeamRollover.gif) no-repeat 0 0; }
#newSponsor { background: url(../images/becomeASponsorRollover.gif) no-repeat 0 0; }

#imgband img { border: 1px solid #D52549; }
#main img { border: 1px solid #D52549; }
#main img.documentIcon { border: 0; }

#mission { color: #666; }

.quote, .sponsorship { border-top: 1px dashed #000; padding-top: 5px; }
#main img.storeimg { border: 0px;}

#sitemap a:hover, #sitemap a:focus { font-weight: bold; }

/* ---------Contact Us Form */
.contactform { background: #DBC725; border: 2px solid #0FA794; padding: 5px; }
textarea:focus, input:focus {
	border: 2px solid #FF0000;
}

/* ---------Registration Form */
.registrationform, #phoneregistration, #mailregistration { background: #DBC725; padding: 5px; }
#onlineregistration h3, #phoneregistration h3, #mailregistration h3, .contactform h3 { color: #fff; }
#teammateRegistration p { color:#0FA794; }
.formheader { background: #0FA794; }
#registrationform fieldset { border:2px solid #0FA794; }
#registrationform span { border:2px solid #0FA794; }

/* Footer --------------------------------------*/
#footer { background: #b5fffe url(../images/shoppingBags.jpg) no-repeat bottom center; }
#footerNav li a { color:#3ba6a6; border-left:thin double #3ba6a6; }
#copyRight { color: #2F7f72; }
