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

/*----------> Design and Code by <----------

Byte Technology
831.656.9178
www.byte-technology.com

------------------------------------------*/

/*----------------> HTML <----------------*/

body {
	margin: 10px auto 20px auto;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background: #FFF url(../images/horizontalrepeatingbackground.jpg) repeat-x;
}

p {
	line-height: 1.5;
	margin: 0 0 20px 0;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

li {
	padding: 5px;
}

/*----------------> Links <----------------*/

a:link {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

.navigationleft {
	width: 375px;
	float: left;
	padding: 45px 0 0 0;
	white-space:nowrap
}

.navigationleft ul {
	margin: 0 0 0 -35px;
	_margin: 0 0 0 60px; /*for IE6 */
	*margin: 0 0 0 60px; /*for IE7 */
}

.navigationleft li {
	list-style: none;
	display: inline;
	margin: 0 0 0 50px;
}

.navigationleft a:link,
.navigationleft a:hover,
.navigationleft a:active,
.navigationleft a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.navigationright {
	width: 375px;
	float: right;
	padding: 45px 0 0 0;
	white-space:nowrap
}

.navigationright ul {
	margin: 0 0 0 5px;
	_margin: 0 0 0 35px; /*for IE6 */
	*margin: 0 0 0 35px; /*for IE7 */
}

.navigationright li {
	list-style: none;
	display: inline;
	margin: 0 50px 0 0;
}

.navigationright a:link,
.navigationright a:hover,
.navigationright a:active,
.navigationright a:visited{
	color: #FFFFFF;
	text-decoration: none;
}




/*----------------> Headers <----------------*/

h1 {
	margin: 15px 0 0 20px;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
}


h2 {
	margin: 15px 0 0 20px;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}

h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

h4 {
	margin: 0 0 120px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h5 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h6 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/*----------------> CSS Container <----------------*/

.container {
	width: 968px;
	margin: 0 auto 0 auto;
}

/*----------------> Home Page <----------------*/

.navigationImage {
	width: 968px;
	height: 96px;
	background: url(../images/top.gif);
	
}

.mainImage {
	width: 968px;
	height: 251px;
}

.mainBackground {
	width: 968px;
	height: 497px;
	background: url(../images/mainbackground.jpg);
}

.copyright {
	width: 250px;
	height: 100px;
}


.headerLeft {
	float: left;
	width: 400px;
	margin: 0 0 20px 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.headerRight {
	float: right;
	width: 400px;
	margin: 0 20px 20px 0;
	text-transform: uppercase;
	text-align: right;
	color: #FFFFFF;
}

.headerRight a:link,
.headerRight a:hover,
.headerRight a:active,
.headerRight a:visited{
	color: #FFFFFF;
	text-decoration: none;
}


.logo {
	padding: 20px 0 0 0;
}

.headlineLeft {
	float: left;
	width: 295px;
	font-size: 12px;
	margin: 20px 0 0 20px;
	color: #000000;
}


.headlineMiddle {
	float: left;
	width: 295px;
	text-align: left;
	font-size: 12px;
	margin: 20px 0 0 20px;
}
.headlineRight {
	float: left;
	width: 295px;
	text-align: left;
	font-size: 12px;
	margin: 20px 0 0 20px;
}

.pushimageright {
	float:right;
}



/*----------------> Interior Pages <----------------*/

.transparentbackground {
	background:url(../images/transparentbackground.png) repeat-y;
}

.bodycontent {
	margin: 20px 20px 10px 22px;
	padding: 0;
	font-size: 12px;
}


.columnOne {
	float: left;
	width: 300px;
	font-size: 12px;
	margin: 10px 0 0 0px;
	color: #000000;
}


.columnTwo {
	float: left;
	width: 300px;
	text-align: left;
	font-size: 12px;
	margin: 10px 0 0 0px;
}

.columnThree {
	float: left;
	width: 300px;
	text-align: left;
	font-size: 12px;
	margin: 10px 0 20px 0px;
}

.sponsorLeft {
	
	float: left;
	width: 400px;
	text-align: left;
	font-size: 12px;
	margin: 10px 60px 0 20px;
}

.sponsorRight {
	
	float: left;
	width: 400px;
	text-align: left;
	font-size: 12px;
	margin: 10px 0 20px 20px;
}

.sponsorPhoto {
	
	margin: 0 0 10px 0;
}

.pushLeft {
	float:left;
	padding: 0 10px 5px 0;
}

.pushRight {
	float:right;
	padding: 0 0 5px 10px;
}

.profilePhoto {
	padding: 0 10px 15px 0;
}

.callout {
	background-color:#FF0;
}

/*----------------> Footer <----------------*/

.footer {
	width: 968px;
	height: 30px;
	background:url(../images/footertransparentbackground.png);
}

.footerLeft {
	float: left;
	width: 300px;
	font-size: 10px;
	margin: 15px 0 0 20px;
	color: #666666;
}


.footerMiddle {
	float: left;
	width: 300px;
	text-align:center;
	font-size: 10px;
	margin: 15px 20px 0 0;
	color: #666666;
}
.footerRight {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 10px;
	margin: 15px 20px 0 0;
	color: #666666;
}

.footerRight a:link,
.footerRight a:hover,
.footerRight a:active,
.footerRight a:visited{
	color: #666666;
	text-decoration:none;
}