/* CSS Document */



div#handbook-repeater {
	background-image:url(/img/coaches-handbook/repeater.jpg);
	background-repeat:repeat-y;
	}

div#hb_top {
	background-image:url(/img/coaches-handbook/coaches-handbook-top.jpg);
	background-repeat:no-repeat;
	font-size:8.5pt !important;
	min-height:365px;
	}

div#hb_bottom {
	background-image:url(/img/coaches-handbook/handbook-ex.jpg);
	background-repeat:no-repeat;
	height:305px;
	}

div#hb_secondary {
	background-image:url(/img/coaches-handbook/secondary.jpg);
	background-repeat:no-repeat;
	font-size:8.5pt !important;
	min-height:650px;
	}
	
div#hb_left_col {
	float:left;
	width:262px;
	}

div#hb_left_col p {
	color:white !important;
	padding: 0px 0 10px 45px;
	}

div#hb_left_col p span.bigger {
	font-size: 10.5pt;
	font-weight:bold;
	}

div#hb_right_col {
	float:left;
	width:410px;
	}

div#hb_right_col h2 {
	padding:20px 0 0 0 !important;
	margin:0 !important;
	color:#369;
	font-size:9pt !important;
	}

div#hb_right_col h3 {
	padding:10px 0 0 0 !important;
	margin:0 !important;
	color:#369;
	font-size:8.5pt !important;
	}

div#hb_right_col h3 span.normal {
	font-weight:normal;
	}

div#hb_right_col label {
	width:120px !important;
	color: #036 !important;
	}


div#hb_right_col ul{
	padding:10px 0 0 0px !important;
	margin:0 !important;
	}

div#hb_right_col ul li{
	padding:0px 0 10px 10px !important;
	margin:0 !important;
	list-style-type:none;
	background-image:url(/img/coaches-handbook/handbook-bullet.gif);
	background-repeat:no-repeat;
	}

div#hb_right_col ul li span.highlightclr {
	color:#369;
	}
	

div#srsly-inner-content .beveled-border .middle-bevel
{
	background-image:url(/img/membership-register/border-middle.jpg) !important;	
}

div.beveled-border-padding
{
	width:660px;
}

div#srsly-inner-content .top-bevel 
{
	display:block !important;
}

#order-now {
	margin:0;
    padding: 0px 0 0 0;
	color:white !important;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	}

input#order-now {
background: #efefef url(/img/coaches-handbook/order-now.jpg);
display:block;

	background-position:top;
    height:50px;
    width:155px;
    padding: 0 0 5px 0;	
	color:white !important;
	font-weight:bold;
	font-size:10px;
	margin:0 auto 0 auto;
	text-decoration:none !important;
border: 0px; 
cursor: pointer;
cursor: hand;
	
	}

input#order-now:hover {
background: #efefef url(/img/coaches-handbook/order-now.jpg);
	background-position:bottom;
    height:50px;
    width:155px;	
	color:white !important;
	font-weight:bold;
	font-size:10px;
	padding: 0 0 5px 0;	
	margin:0 auto 0 auto;
	text-decoration:none !important;
border: 0px; 
display:block; 
cursor: pointer;
cursor: hand;
}

#css-button {
	margin:0;
    padding: 0px 0 0 0;
	color:white !important;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	}

input#css-button {
background: #efefef url(/img/coaches-handbook/button.jpg);
display:block;

	background-position:top;
    height:37px;
    width:165px;
    padding: 0 0 0px 0;	
	color:white !important;
	font-weight:bold;
	font-size:10px;
	margin:0 auto 0 auto;
	text-decoration:none !important;
border: 0px; 
cursor: pointer;
cursor: hand;
	
	}

input#css-button:hover {
background: #efefef url(/img/coaches-handbook/button.jpg);
	background-position:bottom;
    height:37px;
    width:165px;	
	color:white !important;
	font-weight:bold;
	font-size:10px;
	padding: 0 0 0px 0;	
	margin:0 auto 0 auto;
	text-decoration:none !important;
border: 0px; 
display:block; 
cursor: pointer;
cursor: hand;
}

.borderline {
	border-top:1px solid #ccc;
	margin: 10px 0 0 0 !important;
	padding: 0 0 0px 0;
	}

#hb_right_col a:link, #hb_right_col a:visited {
	color:#369;
	}

#hb_right_col a:hover, #hb_right_col a:active {
	color:#036;
	}

/*** implementing Holly Hack ***/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


