/*
	CSS file for screen
	Written by Simon Baxter
*******************************/
@import "../../css/sjac.css";


/*
	Header tag styling
******************************/
h1#coach { background-image:url(../i/bg_h1_coach.png) }


h2 {
	background:#0099FF url(../i/bg_h2_right.png) no-repeat center left;
}

h3 { font-size:20px; font-weight:bold; color:#0099FF }

h4 { font-size:14px; color:#666; margin:15px 0 10px; padding:2px 0; border-bottom:1px solid #0099ff; border-top:1px solid #eee }

h5 { font-size:14px; color:#666; margin:10px 0; color:#0099FF }

/*
	p, span, strong, address tag styling
*********************************************/
div#right p { padding:0 0 0 10px }

/*
	List styling
******************************/


/*
	Link and menu styling
******************************/

a:link, a:visited {
	color:#0099FF;
}

a:link#sjac, a:visited#sjac {
	display:block;
	height:100px;
	width:255px;
	float:left;
	background:url(../i/bg_a_sjac_off.png) no-repeat top left
}

a:hover#sjac {
	background:url(../i/bg_a_sjac_hover.png) no-repeat top left
}

a:link#sjac_it, a:visited#sjac_it {
	display:block;
	height:100px;
	width:248px;
	float:left;
	background:url(../i/bg_a_sjac_it_off.png) no-repeat top left
}

a:hover#sjac_it {
	background:url(../i/bg_a_sjac_it_hover.png) no-repeat top left
}

/*
	Main container divs
******************************/
div#head {
	background:url(../i/bg_head_coach.png) no-repeat center;
}

/*
	Centre content divs
******************************/


/*
	Left column styling
******************************/


/*
	Right column styling
******************************/


/*
	Misc div's
******************************/


/*
	Table styling
******************************/


/*
	Image styling
******************************/


/*
	Form and field styling
******************************/

/* form styling
----------------------------*/
form { padding:0 0 0 10px }

.txtfld {
	border:1px solid #ccc;
	width:220px;
	margin-bottom:10px;
}

input.btn {
	border:2px solid #0099FF;
	background:#fff;
	color:#0099FF;
	font-weight:bold;
}

