/* Created by What Cheer : what-cheer.com */

/*********** TABLE OF CONTENTS START ***********\

1. Interface Styles
2. Shared Content Styles
3. Unique Content Styles

\*********** TABLE OF CONTENTS END *************/

/* ////////// 1. Interface Start ////////// */

/* Set to Zero */
* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
/* No Dotted Lines */
a {
	outline: none;
	}
:focus {
	-moz-outline-style: none;
	}
/* Background */
body {
	background-color:#FFFFFF;
	/*background-image: url(../../images/interface/background.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	}
/* Global Text */
body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	}
/* Global Links */
a, a:link,a:active, a:visited {
	color: #666666;
	text-decoration: underline;
		}
		a:hover, a:visited:hover {
	color: #FF8F00;
	text-decoration: underline;
			}

#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#header {
	height: 112px;
	}

/* Layout */
#content {
	width: 600px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	clear: both;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #999999;
	padding-bottom: 20px;
	clear: both;
	padding-top: 50px;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
			color: #999999;
			text-decoration: none;
			}
			#footer a:hover, #footer a:visited:hover {
				color: #FF8F00;
				text-decoration: none;
				}

/* NAV */
#nav a {
	height: 40px;
	display: block;
	background-position: left top;
	text-indent: -9999px;
	}
	#nav a:hover {
		background-position: left bottom;
		}
	#nav li {
		list-style-type: none;
		display: block;
		float: left;
		}

/* FOR GRAPHIC NAV */
		#nav #nav-programs a { background-image:url(../../images/interface/navigation/programs.gif); width: 127px;}
		#nav #nav-coacheducation a { background-image:url(../../images/interface/navigation/coacheducation.gif); width: 154px;}
		#nav #nav-playerdevelopment a { background-image:url(../../images/interface/navigation/playerdevelopment.gif); width: 174px;}
		#nav #nav-articles a { background-image:url(../../images/interface/navigation/articles.gif); width: 106px;}
		#nav #nav-shop a { background-image:url(../../images/interface/navigation/shop.gif); width: 92px;}

/* \\\\\\\\\\\ 1. Interface End \\\\\\\\\\\ */







/* ////////// 2. Shared Conent Styles Start ////////// */

/* Global Links */

/* Lists */
#content ul, #content ol {
	margin-left: 20px;
	margin-bottom: 20px;
	}
#content li {
	margin-bottom: 5px;
	}

/* Title */
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #492A17;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 20px;
	}
	h1 a:link, h1 a:active, h1 a:visited {
		color: #492A17;
		text-decoration: none;
		}
		h1 a:hover, h1 a:visited:hover {
			color: #492A17;
			text-decoration: underline;
			}

/* Title */
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #492A17;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	}
	h2 a:link, h2 a:active, h2 a:visited {
		color: #492A17;
		text-decoration: none;
		}
		h2 a:hover, h2 a:visited:hover {
			color: #492A17;
			text-decoration: underline;
			}

/* Header */
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #D16F00;
	}
	h3 a:link, h3 a:active, h3 a:visited {
		color: #000000;
		text-decoration: underline;
		}
		h3 a:hover, h3 a:visited:hover {
			color: #000000;
			text-decoration: underline;
			}

/* Sub-Header */
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
	h4 a:link, h4 a:active, h4 a:visited {
		color: #000000;
		text-decoration: underline;
		}
		h4 a:hover, h4 a:visited:hover {
			color: #000000;
			text-decoration: underline;
			}

/* Paragraph Text */
p {
	line-height: 130%;
	color: #333333;
	padding-bottom: 30px;
	}

/* Horizontal Rule */
hr {
	color: #666666;
	height: 2px;
	padding-top: 10px;
	padding-bottom: 20px;
	}

blockquote {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #F2EEE2;
	color: #000000;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	blockquote p {
		font-size: medium;
		line-height:normal;
		color: #000000;
		padding-bottom: 0px;
		}

/* Form Styles */

#form {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	input.styled, select.styled, textarea.styled {
		clear: none;
		background-color: #F3F3F3;
		padding: 2px;
		border: 1px solid #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		width: 320px;
		float: left;
		display: block;
		}
		input.styled:focus, textarea.styled:focus, select.styled:focus {
			background-color:#FFFFFF;	
			}
	#form div {
		clear: both;
		margin-bottom:10px;
		height: 40px;
		}
	#form label {
	width: 120px;
	display: block;
	float: left;
	font-size: 12px;
	color: #666666;
		}
	
	/* Form - City, State, Zip*/
		div#form-city {
			float: left;
			}
		#form-city input {
			width: 50px;
			}
		
		div#form-state {
			clear: none;
			float: left;
			}
		#form-state label {
			width: 50px;
			padding-left: 15px;
			}
		div#form-state select {
			width: 100px;
			}

		div#form-zip {
			clear: none;
			float: right;
			width: 90px;
			}
		#form-zip label {
			width: 30px;
			}
		#form-zip input {
			width: 50px;
			}
		
		/* Form - message*/
		div#form-message {
			height: auto;
			}
		#form-message textarea {
			height: 78px;
			}
		
		/* Form - submit*/
		div#form-submit {
			margin-right: auto;
			margin-left: auto;
			width: 150px;
			}
		#form-submit input {
	width: 80px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
			}

/* Content Classes */
.floatleft { float: left; }
.floatright { float: right; }
.imageleft { float: left; padding-bottom:20px; padding-right:20px;}
.imageright { float: right; padding-bottom:20px; padding-left:20px;}
.gap { margin-bottom: 20px; }
.nogap { padding-bottom: 0px; margin-bottom: 0px; }
.textsmall { font-size: 9px; }
.textwhite { color: #FFFFFF; }
.brclear { clear: both; height: 1px;}


/* \\\\\\\\\\\ 2. Shared Content Styles End \\\\\\\\\\\ */








/* ////////// 3. Unique Content Styles Start ////////// */

/* Page Name */

/* \\\\\\\\\\\ 3. Unique Content Styles End \\\\\\\\\\\ */
span.helpertext {
	display: none;
}

/* Logo */
#logo {
	float: left;
}
#logo a {
	background-image: url(../../images/interface/logo.gif);
	display: block;
	height: 112px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 297px;
}
#side {
	float: right;
	width: 300px;
}
#hknav {
	height: 45px;
	float: right;
	width: 663px;
	padding-top: 5px;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	color: #CCCCCC;
}
#hknav a {
	color: #666666;
	text-decoration: none;
}

#cred {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 20px;
}
#siteinfo {
	float: left;
	width: 600px;
	padding-left: 20px;
}

	#siteinfo em, #footer #siteinfo em a, #footer #siteinfo em a:link, #footer #siteinfo em a:active, #footer #siteinfo em a:visited, #footer #siteinfo em a:hover, #footer #siteinfo em a:visited:hover {
			color: #CCCCCC;
			text-decoration: none;
			font-size: 9px;
			}
#form fieldset label {
	width: auto;
	clear: both;
	margin-bottom: 10px;
	margin-left: 120px;
}
#form fieldset {
	padding-bottom: 20px;
}
fieldset legend {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}
a.helperlink {
	color: #333333;
	text-decoration: none;
	cursor: text;
}
a.helperlink:hover {
	color: #333333;
	text-decoration: none;
}
table {
	margin-bottom: 20px;
}
th, td {
	padding: 3px;
}
td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
td {
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}
tr:hover {
	background-color:#FEF2E4;
}
#homeboxes-wrap {
	background-image: url(../../images/content/home/homeboxes-wrapbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#homeboxes {
	background-image: url(../../images/content/home/homeboxes-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-bottom: 50px;
}
#hbnews, #hbarticles, #hbaboutathleteconstruction {
	width: 220px;
	float: left;
	padding-right: 10px;
	padding-left: 40px;
}
#hblogos {
	width: 112px;
	float: left;
	padding-left: 10px;
	text-align: center;
}
#homeboxes h2 {
	display: none;
}
#homeboxes h3 {
	font-size: 12px;
	color: #492A17;
}
#homeboxes a {
	color: #492A17;
}
#hbarticles a:hover {
	color: #492A17;
}
#homeboxes p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	padding-bottom: 10px;
}

#endorsements blockquote {
	background-color: #FFFFFF;
	font-size: 24px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
}

#endorsements blockquote p {
	font-size: 12px;
	color: #808080;
	text-align: left;
	padding-right: 0px;
}

#endorsements p {
	text-align: right;
	padding-right: 60px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #808080;
}
