* {
	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;
}

a img{border: none;}

.clear {
	clear:both;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.column1, .column2 {
	float:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}

.note { color: #2395cf; font-style: italic;}

p {
	margin:0;
	padding:0;
	line-height:16px;
	font-size:12px;
	text-align:left;
}
.current { color: #2395cf;}
.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);*/
	background: #093a50;
}
#header .row_2 .indent {
	padding:0px;
}

ul#navbar {
	margin: 0;
	height: 45px;
	width: 100%;
	/*padding-left: 5px;*/
	list-style-type: none;
}
ul#navbar li {
	float:left;
	width: 130px;
	margin-left: 0px;
	
}
ul#navbar li a {
	display: block;
	margin: 18px auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	font-size:13px;
	text-decoration: none;
	color: #ffffff;
	
}
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;*/
}
ul#navbar li#current a{
	color: #fc8e00;
}
.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;
	min-height: 500px;
	margin:auto;
	background-color:#f4f4f4;
	margin-top:20px;
	padding-bottom: 20px;
}
#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 #ccc;*/
	
}

#indent { 
	padding: 30px 0px 0px 25px;
}


/* Submenu */

#submenu {
	clear: both;
	height: 320px;
	padding: 10px 10px;
	margin-top: 30px;
	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;
}
#beginReg { width: 205px; float: right; margin-right: 100px;}
/*================== 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 img{
	border: 2px solid #555;
}

#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;
}

/*=========== bios.php ============*/
.coach{padding: 20px 0px;}

.coach td{vertical-align:top; padding: 0 20px 0 12px;}

tr {border-bottom: 1px dotted gray;}

#content h2.coachname{background: none; font-size: 1.4em; height: 10px; color: #1c3341; margin-bottom: 10px;}

#content h3 {margin: 2px 0;}

.hof-photo {	width: 185px; 		/*Force images to fit a uniform size*/
			height: 255px; 
			float: left; 
			border: 10px; 
			-moz-box-shadow: 7px 7px 5px #888;
			-webkit-box-shadow: 7px 7px 5px #888;
			box-shadow: 7px 7px 5px #888;
} 

#content .coachphoto img {border: none;}

.bio {margin-top: 20px; font-weight: normal; text-align: justify; width: 75%;}

.bio p {margin-top: 5px;}

.coachdetails {padding-right:20px;}
/*==========================================*/

/*========= conventionRegistration.php ========*/
		#registration-instructions {color: #096092; background: #ffffff; border: 1px solid #c4c4c4; width: 250px; padding: 10px 10px; margin: 0 50px 20px 20px; float: right; color: #777777; }
		#registration-instructions ol > li {margin-top: 10px;}
		#registration-instructions h3 { font-family: Coustard, Times, sans-serif; font-size: 1.3em; color: #0A84C9;}
		.styled-select select {
		   background: transparent;
		   width: 200px;
		   height: 25px;
		   padding: 3px;
		   font-size: 13px;
		   border: 1px solid #ffffff;
		   color: #555;
		   font-weight: bold;
		}
		.styled-select {
		   width: 50px;
		   height: 25px;
		   overflow: hidden;
		   background: url(images/select_arrow.png) no-repeat right #ffffff;
		   border: 1px solid #bbbbbb;
		}
		.styled-select-wide {
		   width: 170px;
		}
		.alert {color: red;}
		#noscriptalert, #noscriptalert a {color: black; background-color: #ff82ab; text-align: center; margin: 20px 0px;}
		.underline {text-decoration: underline;}
		#total {font-weight: bold; text-align: right;}
		div#numcoachesform {margin: 20px 0 0 30px; width: 550px; }
		#numcoaches td {text-align: center; padding: 5px 0;}
		#numcoaches th {padding: 10px 20px; background-color: #555555; color: #ffffff; text-align: center;}
		#numcoaches {margin-bottom: 50px;}
		#numcoaches table, #registration table {vertical-align: top; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}
		#registration th {vertical-align: top; text-align: right; width: 200px; padding-right:20px; color:#096092;}
		#registration td {padding-bottom: 15px;}
		.highlightedField{background-color: #ff82ab;}
		#announcements {width: 500px; margin: 10px auto; padding: 10px; background-color: #ff82ab; color:white; font-weight: bold;}
		input[type="text"], textarea {height: 30px; font-size: 1.25em; color: #555; font-weight: bold; padding-left: 5px; border: 1px solid #bbb; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}
		input[type="checkbox"] {margin-left: 10px;}
		input.current {border: 1px solid #2395cf; color: #096092; }
		textarea {width: 100%; height: 120px;}
		input[name="register"] {float: right; font-weight: bold; text-align: center; margin-top:10px; display:block; border: 1px solid #555; height:30px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em; font-weight: bold; color:#fff; padding: 2px 5px; line-height:14px; background-color:#096092; }
		input[name="register"]:hover {background: #cccccc; cursor: pointer;}
		#registration .mceLast td {padding-bottom: 0px;}
		#registration-form table.complex-table td {padding-bottom: 0px; min-width: 100px;}
		span.note{color: #0099cc;}
		label.error { color: #2395cf; font-weight: bold; margin-left: 5px; font-style: italic;}
		input.error {background: #E0F0FF;}
		#overlay {
			width: 100%; 
			height: 100%; 
			position: absolute; 
			top: 0; 
			left: 0;  
		}
		#overlayBox {
			width: 350px; 
			height: 100px; 
			background-color: #ffffff; 
			margin: 200px auto 0 auto; 
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			padding: 10px; 
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter:alpha(opacity=100); /* For IE8 and earlier */
			opacity: 1.0; 
			border: 1px solid #333333; 
			box-shadow: 5px 5px 2px #bbbbbb; 
			-moz-box-shadow: 5px 5px 2px #bbbbbb;
			-webkit-box-shadow: 5px 5px 2px #bbbbbb;
			color: #2395cf;
			
		}
		#overlayBox p {margin-top: 25px; text-align: center; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif}
		#overlayBox img {vertical-align: bottom;}
		span.refreshWarning {font-size: 0.8em; font-weight: normal;}
		div.close {float: right; font-size: 0.8em; clear: both; }
		div.close > img {margin-left: 5px;}
		div.close:hover {
			cursor: pointer;
		}
		
		
		span.refreshWarning {
			font-size: 0.8em; 
			font-weight: normal;
		}
		
		#disclaimer {
			font-size: 0.8em;
			width: 600px;
			margin-top: 50px;
			margin-left: auto;
			margin-right: 0;
		}
/*==============================================*/


/*=======confirmregistration.php=================*/
#billinginformation, #registeredcoaches{
	width: 600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #c4c4c4;
}
#billinginformation {
	font-weight: bold;
}
#billinginformation tr, #registeredcoaches tr{
	height: 35px;
}
#billinginformation th {
	text-align: left;
}
#billinginformation td {
	font-size: 1em;
	width: 300px;
	vertical-align: top;
}

#registeredcoaches td {
	border-top: 1px solid #cccccc;
	vertical-align: middle;
}
#content h2.tableheader {
	margin: 0;
	font-family: "Rokkitt", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	background: none;
	text-align: left;
}
/*==========================================*/

/*======== confirmpaypal.php ===============*/
#confirmation { 
	text-align: center;
	width: 500px;
	height: 200px;
	margin: 0 auto;
	border: 1px solid #c4c4c4;
	background: white;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 20px;
}
#confirmation h2 {
	font-family: "Coustard", Georgia, "Times New Roman", Times, serif;
	background: none;
	color: #2395cf;
	font-size: 1.5em;
}
#confirmation p {
	font-family: "Rockitt", Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #2395cf;
	margin-bottom: 15px;
}
