html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	background-image: url(../images/gradient1.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

#siteContainer {
	width:960px;
	margin:10px auto 10px auto;
	background-color:#FFFFFF;
}

#announcements {
	float:left;
	width:630px;
	text-align:center;
	padding:10px 10px 10px 10px;	
}

#headerSignUp {
	float:left;
	width:150px;
	padding:10px 10px 10px 10px;
}

#headerPhone {
	float:left;
	width:120px;
	padding:10px 10px 10px 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}

#siteBanner {
	float:left;
	width:960px;
	padding:0;
	text-align:center;
	background-color:#000000;
}

#mainNav {
	float:left;
	width:960px;
	padding:0;
}

#companyHeader {
	float:left;
	width:940px;
	padding:10px 10px 10px 10px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}

#content {
	float:left;
	width:920px;
	padding:0 20px 20px 20px;
	background-color:#FFFFFF;
	min-height:400px;
}

#bottomNav {
	float:left;
	width:960px;
	padding:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
}

#footerCopyright {
	float:left;
	width:600px;
	padding:10px 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	text-align:right;
}

#footerPhone {
	float:left;
	width:90px;
	padding:10px 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
}

#footerEmail {
	float:left;
	width:150px;
	padding:10px 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
}

#footerDesignBy {
	float:left;
	width:920px;
	padding:10px 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
}

#ccContent {
	float:left;
	width:920px;
}

#price_list_sign_up_link {
	padding-left:25px;
}

.round_all {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.gray_box {
	-moz-box-shadow: inset 0 1px 0 #fff; 
	-webkit-box-shadow: inset 0 1px 0 #fff;	
	box-shadow: inset 0 1px 0 #fff; 
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #CECECE;	
	padding: 10px 0 10px 0;
	margin-top:10px;
	margin-bottom:10px;
	background: #f2f2f2 url(../images/highlight-bg.gif) repeat-x 0 bottom;
}

ul.pad10 li,ol.pad10 li {
	padding:0 0 10px 0;
}

.ml20 {
	margin-left:20px;		
}

.mr20 {
	margin-right:20px;
}

tr.bold td {
	font-weight:bold;
}

tr.white {
	background-color:#FFFFFF;
}

tr.light_gray {
	background-color:#ececec;
}

.font16Bold {
	font-size:16px;
	font-weight:bold;
}

.font20Bold {
	font-size:20px;
	font-weight:bold;
}

.font24Bold {
	font-size:24px;
	font-weight:bold;
}

.font10 {
	font-size:10px;
}

.linkBlackNoUnderline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

.success_message {
	color:#008800;
	font-weight:bold;
}

.contact-jerror {
	color: #d80000;
}

.gray_border {
	border:1px solid #666666;
}

.pad5 {
	padding:5px;
}

.error_right {
	float:left;
	padding-left:5px;
}

#email {
	display:none;
}

.clear {
	clear:both;
}


/* Forms */

label {
	display: block;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 9px;
}

.required span{
	color: #d80000;
}

select {
	background: #f7f7f7 url(../images/field-bg.gif) repeat-x 0 bottom;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d3d3d3;
	padding:9px 8px;
}

option {
	margin-right:10px;
}

/*
select.quote-dropdown {
	margin-right:10px;
}
*/
/*
select.quote-dropdown option {
	margin-right:10px;
}
*/
.field {
	background: #f7f7f7 url(../images/field-bg.gif) repeat-x 0 bottom;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d3d3d3;
	padding: 9px 8px;
	width: 220px;	
}

.field-group {
	margin-bottom: 5px;/*15px*/
	margin-right: 30px;
}

textarea {
	background: #f7f7f7 url(../images/textarea-bg.gif) repeat-x 0 bottom;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d3d3d3;
	padding: 15px;
	font: 12px/20px "Lucida Grande",Verdana,Helvetica,sans-serif;	
}

textarea.quote {
	width: 590px;
	height: 100px;
}


textarea.contact {
	width: 400px;
	height: 150px;
}

.field, textarea, select {
	-moz-box-shadow: inset 0 1px 0 #fff; 
	-webkit-box-shadow: inset 0 1px 0 #fff;	
	box-shadow: inset 0 1px 0 #fff;
}

input, textarea, select, a.button_bg {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

a.bg_green {
	background-color: #008800;
	color:#FFFFFF;
	text-decoration:none;
}

.submit_button {
	padding:5px;
	cursor:pointer;
	font-weight:bold;
}


/*--- DROPDOWN - Used in College Camp Section ---*/
#ccNav{
	list-style:none;
	font-weight:bold;
	/*margin-bottom:10px;*/
	/* Clear floats */
	/*float:left;*/
	/*width:100%;*/
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	display:block;
	width:650px;
	margin-left:auto;
	margin-right:auto;
}
#ccNav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#ccNav a{
	display:block;
	padding:5px;
	color:#fff;
	background:#333;
	text-decoration:none;
}

#ccNav a.active{
	display:block;
	padding:5px;
	color:#fff;
	background:#008800;
	text-decoration:none;
}

#ccNav a:hover{
	color:#fff;
	background:#008800;
	text-decoration:underline;
}

#ccNav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#ccNav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#ccNav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#ccNav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#ccNav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#008800;
	text-decoration:underline;
}
#ccNav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#ccNav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}

















.txtBlk12Verdana {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.txtRed12Verdana {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CC0000;
}

.txtBlk12 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
}

.txtBlk14 {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#000000;
}

.txtBlk16 {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
color:#000000;
}

.txtBlk18 {
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
color:#000000;
}

.txtWht11 {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#FFFFFF;
}

.txtWht12 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}

.txtWht14 {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#FFFFFF;
}

.txtWht16 {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
color:#FFFFFF;
}

a {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #006600;
text-decoration:underline;
font-weight:bold;
}

.linkWht11 {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#FFFFFF;
text-decoration:underline;
}

.linkWht12 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
text-decoration:underline;
}

.linkWht14 {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#FFFFFF;
text-decoration:underline;
}

.linkBlk14 {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#000000;
text-decoration:underline;
}

h1,h2 {
font-family: Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
font-size: 18px;
color:#666666;
font-weight:bold;
margin-top: 0px;
margin-left: 0px; 
margin-right: 0px;
margin-bottom: 0px;
}

input.form_button {
font-family: Tahoma, Arial, sans-serif; 
background-color:#333333; 
color:#FFFFFF;
}




/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 25px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(http://www.kickpunt.com/images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: relative;
	top: 4px;/*6px*/
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 10.9px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url(http://www.kickpunt.com/images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}


#globalNavEmail{
position: relative;
width: 100%;
min-width: 600px;
height: 25px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(http://www.kickpunt.com/images/glbnav_background.gif);
}


#globalLinkEmail{
position: relative;
top: 6px;
height: 22px;
min-width: 600px;
padding: 0px;
margin: 0px;
float: left;
width: 100%;
z-index: 100;
}
