* {
	margin:0;
	padding:0;
}
body {
	background-color: #333333;
}
html, input, textarea, select, div {
	font-family:Arial;
	color:#242424;
	font-size:12px;
	line-height:16px;
}
/*in_line*/
input, select {
	vertical-align:middle;
	font-weight:normal;
}
img {
	border:0;
	vertical-align:top;
	text-align:left;
}
a:hover {
	text-decoration:none;
}
a {
	color:#fc8e00;
	font-size:12px;
}
.clear {
	clear:both;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.column1, .column2 {
	float:left;
}
.alignright {
	text-align:right;
}
p {
	margin:0;
	padding:0;
	line-height:16px;
	font-size:12px;
	text-align:left;
}
.tall_top {
	/*background:url(images/tall_top.gif) left top repeat-x #f5f5f5;*/
}
.tall_bottom {
	/*background:url(images/tall_bottom.gif) left bottom repeat-x;*/
}
.form {
	height:24px;
}
.form input {
	background:#ffffff;
	width:236px;
}
textarea {
	width:266px;
	height:92px;
	background:#ffffff;
	overflow:auto;
	border-color:#DBDBDB;
}

:focus
{
  -moz-outline-style: none;
  outline: none;
}

ol {
	padding-left: 22px;
	padding-bottom: 16px;
}

ul {
	list-style:none;
}
ul li a {
	line-height:19px;
	outline: none;
}

ul #twitter_div {
	line-height:30px;
	list-style-type: circle;
}

.title {
	margin:0 0 15px 0;
}
.img_indent {
	margin:0 20px 0 0;
	float:left;
}
/*txt, links*/
h1 {
	padding-top:2;
	line-height: normal;
	font-size: 16px;
}
.txt1 {
	color:#fc8e00;
}
.link1 {
	text-decoration:none;
	color:#242424;
}
.link1:hover {
	text-decoration:underline;
}
.line_hor {
	background:url(images/line1.gif) left bottom repeat-x;
}
/*header*/
#header .row_1 {
	height:104px;
}
#header .row_1 .fleft h1 {
	margin:45px 0 0 49px;
}
#header .row_1 .indent {
	padding:45px 45px 0 0;
}
#header .row_2 {
	height:58px;
	background-image:url(images/ca_02.gif);
}
#header .row_2 .indent {
	padding:0px;
}

ul#navbar {
	margin: 0;
	/*padding-left: 5px;*/
	list-style-type: none;
}
ul#navbar li {
	float:left;
}
ul#navbar li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 18px;
	padding-right: 38px;
	padding-bottom: 20px;
	padding-left: 32px;
}
ul#navbar li a:hover {
	color:#fc8e00;
	text-decoration: underline;
}
#current {
	background:url(images/navBackCurrent.png) left bottom repeat-x;
/*	background:url(images/navArrow.png)  center left no-repeat;
*/	text-decoration: underline;
	color:#ffffff;
}

.topBar {
	padding-left: 10px;
}

.rss{
	padding-right: 5px;
}

#header .row_3 {
	height:241px;
	background-image: url(images/header_bgd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#header .row_3 .indent {
/*	padding:80px 0 0 525px;
*/}


/*content*/
#content {
	width:990px;
	margin:auto;
	background-color:#f4f4f4;
}
#content h2 {
	height:33px;
	background:url(images/line2.gif) left bottom repeat-x;
	margin-bottom:23px;
	padding-top: 10px;
}
#content h2 img {
	margin-left:8px;
}
#content h3 {
	font-size:12px;
	margin-bottom:6px;
	font-weight:bold;
	text-align:left;
}

#content img {
	/*padding:1px;*/
    border:2px solid #fc8e00;
}


/* Submenu */

#submenu {
	clear: both;
	padding: 20px 10px;
	background: #cccccc url(images/img16.gif) repeat-x left bottom;
	color: #203d4e;
}
#submenu ul {
	width: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 15px;
	list-style: none;
	line-height: normal;
}
#submenu li {
	display: block;
	float: left;
	width: 215px;
	padding: 0 12px 0 0;
}
#submenu li ul {
	width: auto;
	margin: 0;
}
#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #999999;
}
#submenu h2 {
	margin: 0 0 5px 15px;
	border-bottom: 2px solid #ffffff;
	font-size: 1.2em;
}
#submenu a {
	text-decoration: none;
	color: #333333;
}
#submenu a:hover {
	text-decoration: underline;
	color: #fc8e00;
}

/*footer*/
#footer{
	width:990px;
	margin:auto;
	background-color:#f4f4f4;
}
#footer .indent {
	padding:41px 0 0 26px;
	color:#686868;
}
#footer a {
	color:#686868;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*bio footer*/
#bioFooter{
	width:500;
	margin:auto;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 15;
	padding-left: 0;
}
#bioFooter .indent {
	color:#686868;	
}
#bioFooter a {
	color:#686868;
	text-decoration:none;
}
#bioFooter a:hover {
	text-decoration:underline;
}


/*================== index.php ==================*/
#page1 #content .col_1 {
	background:url(images/line1.gif) right top repeat-y;
	width:auto;
}
#page1 #content .col_1 .container1 {
/*	background:url(images/line2.gif) left bottom repeat-x;
*/}
#page1 #content .col_1 .indent {
	padding:38px 16px 0 16px;
}
#page1 #content .col_1 .img_indent {
	margin:0 19px 27px 8px;
}
#page1 #content .col_1 h3 {
	padding-top:8px;
}
#page1 #content .col_1 .indent1 {
	padding:0 0 0 7px;
}
#page1 #content .col_1 .p1 {
	margin-bottom:16px;
}
#page1 #content .col_1 .p2 {
	margin-bottom:25px;
}

#page1 #content .col_2 {
	background:url(images/line1.gif) right top repeat-y;
}
#page1 #content .col_2 .container1 {
	background:url(images/line2.gif) left bottom repeat-x;
}
#page1 #content .col_2 .indent {
	padding:38px 16px 0 15px;
}
#page1 #content .col_2 .indent1 {
	padding:0 0 0 9px;
}
#page1 #content .col_2 h2 {
	margin-bottom:0px;
}
#page1 #content .col_2 p {
	margin-bottom:25px;
}
#page1 #content .col_2 .p1 {
	margin-bottom:22px;
}
#page1 #content .col_3 .container1 {
	background:url(images/line2.gif) left bottom repeat-x;
}
#page1 #content .col_3 h2 {
	margin-bottom:0px;
}
#page1 #content .col_3 .indent {
	padding:38px 0 0 15px;
}
#page1 #content .col_3 .indent1 {
	padding:0 0 0px 0px;
	background:url(images/line2.gif) left bottom repeat-x;
	margin-bottom:27px;
}
#page1 #content .col_3 .container {
	width:250px;
	height:29px;
}
#page1 #content .col_3 .column1 {
	width:80px;
}
#page1 #content .col_3 .column2 {
	width:150px;
	padding-top:3px;
}
#page1 #content .col_3 p {
	margin-bottom:28px;
}
#page1 #content .col_3 .p1 {
	margin-bottom:25px;
}
/*================== hall_of_fame.php ==================*/
#page2 #content .col_1 {
/*	background:url(images/line1.gif) right top repeat-y;
*/}
#page2 #content .col_1 .indent {
	padding:20px 16px 21px 17px;
}
#page2 #content .col_1 .img_indent {
	margin:0 19px 19px 0;
}
#page2 #content .col_1 h3 {
	padding-top:8px;
	margin-bottom:4px;
}
#page2 #content .col_1 .indent1 {
	padding:0 0 0 7px;
}
#page2 #content .col_1 p {
	margin-bottom:26px;
}
#page2 #content .col_1 .p1 {
	margin-bottom:16px;
}
#page2 #content .col_1 .p2 {
	margin-bottom:33px;
}

#page2 #content .col_2 {
	background:url(images/line1.gif) right top repeat-y;
}
#page2 #content .col_2  {
	padding:0px 16px 21px 17px;
}

#page2 #content .col_2 .indent .hofList {
	padding-left:10px;
}

#page2 #content .col_2 .img_indent {
	margin:0 19px 19px 0;
}
#page2 #content .col_2 h3 {
	padding-top:8px;
	margin-bottom:4px;
}
#page2 #content .col_2 .indent1 {
	padding:0 0 0 7px;
}
#page2 #content .col_2 p {
	margin-bottom:26px;
}
#page2 #content .col_2 .p1 {
	margin-bottom:16px;
}
#page2 #content .col_2 .p2 {
	margin-bottom:33px;
}

#page2 #content .col_2 {

}
#page2 #content .col_3 .indent {
	padding:0px 16px 21px 17px;
}
#page2 #content .col_3 .img_indent {
	margin:0 19px 19px 0;
}
#page2 #content .col_3 h3 {
	padding-top:8px;
	margin-bottom:4px;
}
#page2 #content .col_3 .indent1 {
	padding:0 0 0 7px;
}
#page2 #content .col_3 p {
	margin-bottom:26px;
}
#page2 #content .col_3 .p1 {
	margin-bottom:16px;
}
#page2 #content .col_3 .p2 {
	margin-bottom:33px;
}

/*================== coach bios ==================*/
#pageH #content .col_1 .indent {
	padding:17px 0 2px 16px;
}
#pageH #content .col_1 h2 {
	margin-bottom:31px;
}
#pageH #content .col_1 .indent1 {
	padding:0 0 0 8px;
}
#pageH #content .col_1 h3 {
	margin-bottom:4px;
}
#pageH #content .col_1 p {
	margin-bottom:16px;
}
#pageH #content .col_1 .p1 {
	margin-bottom:21px;
}

/*================== contact.php ==================*/
#page3 #content .col_1 {
/*	background:url(images/line1.gif) right top repeat-y;
*/}
#page3 #content .col_1 .indent {
	padding:20px 16px 21px 17px;
}
#page3 #content .col_1 .img_indent {
	margin:0 19px 19px 0;
}
#page3 #content .col_1 h3 {
	padding-top:8px;
	margin-bottom:4px;
}
#page3 #content .col_1 .indent1 {
	padding:0 0 0 7px;
}
#page3 #content .col_1 p {
	margin-bottom:26px;
}
#page3 #content .col_1 .p1 {
	margin-bottom:16px;
}
#page3 #content .col_1 .p2 {
	margin-bottom:33px;
}


/*================== convention.php ==================*/
#page4 #content .col_1 {
/*	background:url(images/line1.gif) right top repeat-y;
*/}
#page4 #content .col_1 .indent {
	padding:20px 16px 21px 17px;
}
#page4 #content .col_1 .img_indent {
	margin:0 19px 19px 0;
}
#page4 #content .col_1 h3 {
	padding-top:8px;
	margin-bottom:4px;
}
#page4 #content .col_1 .indent1 {
	padding:0 0 0 7px;
}
#page4 #content .col_1 p {
	margin-bottom:26px;
}
#page4 #content .col_1 .p1 {
	margin-bottom:16px;
}
#page4 #content .col_1 .p2 {
	margin-bottom:33px;
}
/*================== about.php ==================*/
#page5 #content .col_1 {
/*	background:url(images/line1.gif) right top repeat-y;
*/}
#page5 #content .col_1 .indent {
	padding:20px 16px 21px 17px;
}
#page5 #content .col_1 .img_indent {
	margin:0 19px 19px 0;
}
#page5 #content .col_1 h3 {
	padding-top:8px;
	margin-bottom:4px;
}
#page5 #content .col_1 .indent1 {
	padding:0 0 0 120px;
}
#page5 #content .col_1 p {
	/*margin-bottom:26px;*/
}
#page5 #content .col_1 .p1 {
	margin-bottom:16px;
}
#page5 #content .col_1 .p2 {
	margin-bottom:33px;
}

#page5 #content .col_1 .officerRow {
	height: 354px;
	width:715px;
	background-color:#cccccc;
	background-image:url(images/aboutBkg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 25px;
}

#page5 #content .col_1 .officerRow h3{
	font-size:20px;
}

#page5 #content .col_1 .officerRow a{
	font-size:14px;
	color:#333333;
}

#page5 #content .col_1 .officerRow p{
	font-size:14px;
}

#page5 .exImage {
	height: 350px;
	width: 250px;
	margin-right: 30px;
	/*float:left;*/
}


#page5 .officerID {
	padding-top:100;
}

/*==================list====================*/
.but {
	width:64px;
	font-size:12px;
	background:url(images/but_center.gif) left top repeat-x;
}
.but .left {
	background:url(images/but_left.gif) no-repeat left top;
}
.but .right {
	background:url(images/but_right.gif) no-repeat right top;
}
.but .ind {
	padding:3px 0 4px 0;
	text-align:center;
}
.but a {
	color:#FFF;
	text-decoration:none;
}
.but a:hover {
	color:#000;
}
.header_but {
	background:url(images/header_but_center.gif) left top repeat-x;
	width:176px;
}
.header_but .left {
	background:url(images/header_but_left.gif) no-repeat left top;
}
.header_but .right {
	background:url(images/header_but_right.gif) no-repeat right top;
}
.header_but .ind {
	padding:9px 6px 15px 0;
	text-align:center;
}
.header_but a {
	font-size:14px;
}

/*==========================================*/
