@charset "utf-8";
/* CSS Document for KosairKidsTourney.com */

/*main CSS elements */
* {margin:0; padding:0;}

img {border:none}

body {background-image:url(../img/gradientBG.jpg); background-repeat:repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#848686; height:100%;  }

a:link, a:active, a:visited {color:#166a8f;}
a:hover {color:#0893cf;}

.bodyWrapper {background-image:url(../img/bodyBG.png); background-repeat:repeat-y; width:960px; height:100%; margin:0 auto;}

.mainWrapper {width:910px; margin:0 auto;  }

.bottom {background-image:url(../img/btmImg.png); background-repeat:no-repeat; width:960px; height:34px; margin:0 auto;}

/*header and navigation */
.headerLogo {background-image:url(../img/headerLogo.jpg); background-repeat:no-repeat; width:910px; height:115px; }

.headerImg {background-image:url(../img/headerImg.jpg); background-repeat:no-repeat; width:910px; height:180px;}

.navBar {width:910px; height:38px;}
.navBar img {float:left; border:0;}

/*content*/
.contentWrapper {width:900px; background-color:#fff; margin:0 auto;  }

.leftContent {width:640px; height:auto; float:left; }
.rightContent {width:240px;  height:auto; float:right; margin:5px;}

.welcome {background-color:#f7f8f8; width:625px; height:185px; border:1px solid #f5fcfe; margin:10px;}

.welcome p {padding:10px;}

.help {background-color:#f1f6e1; width:232px; height:150px; border:1px solid #f5fcfe; margin-top:10px; margin-right:15px;}
.help p {padding:10px;}

.flyer {background-color:#e7f8ff; width:232px; height:150px; border:1px solid #f5fcfe; margin-top:10px; margin-right:15px;}
.flyer p {padding:10px;}

.contentInfo { margin:20px 10px;  height:100%;}
.contentInfo p {padding:10px;}
.contentInfo table {border:1px solid #d1e7f0; margin-left:10px;}
.contentInfo table tr td {padding:5px;}
.contentInfo .alt {background-color:#e4e6e6;}

.contentInfo h2 {color:#728E1B;}

/*Contact Form*/
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 471px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #d7d8d8;
	display:block;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #56B3DC;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}

.clearBoth {clear:both;}

/* Sponsor Logos */
.sponsorLogo div
{
display:block;
}

.sponsorLogo img
{
float:left; 
padding: 8px;
}

.sponsorLogo h2
{

 clear:both;
 color:#728e1b;
 font-size:18px;
 
}




/*Website Design Credit*/
.design	{font-size:11px; color:#666666; text-align:center; padding-top:10px; margin-bottom:10px;}
.design a:hover {color:#CC0000;}


