/* CSS Document */
/* styling for the horizontal navigation  */
#navcontainer {
	width: 780px;
	background-color: #003399;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navlist {
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
#navlist a {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	font-size: 14px;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
	background-color: #003399;
}

#navlist a:hover
{
	color: #FF9900;
	text-decoration: none;
	background-color: #003399;
}
/* tag-specific styling  */
p, ul li, ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #003399;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #003399;
}
h3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF880E;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: italic;
	font-weight: bold;
	color: #003399;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	text-align: left;
}
a {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/* class styles  */
.prodname {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0030B0;
}
.regularStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
}
#banner {
	width: 780px;
}
.smallBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0030B0;
	font-size: .8em;
}
#trainingNav {
	font-family: Arial, Helvetica, sans-serif;
}
#trainingNav ul li {
	padding-bottom: 8px;
}
.popupHelp {
	text-decoration: underline;
	color: #0000CC;
}

/* styles for home page boxes: tools and tips AND just released */
#rlsd ul li {
	list-style: none;
	display: inline;
	padding-right: 20px;
}
#rlsd ul {
	margin-left: 0px;
}
#rlsd H5 {
	font: bold 1.12em Arial, Helvetica, sans-serif;
	color: #FF880E;
	text-align: center;
}
#rlsd h2 {
	color: #003399;
}
.toolsimg {
	margin-right: 10px;
}

/* styles for coaches description list - only in coaches section */
#coaches {
	float: left;
	width: 550px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 2px solid #FF880E;
}
#coaches div {
	display: inline;   /* fixes IE/Win double margin bug */
	padding: 0px;
	float: left;
	width: 510px;    /* must specify the width of whole div less div margins (550 - 20 - 20 = 510) to accomodate IE/Mac display */
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#coaches h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #0030B0;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 419px;    /* calculate the width divWidth - divMargins - imgWidth = DT width. then subtract margins, padding and border of IMG */
}
#coaches p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.25em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#coaches p.pic img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	background-color: #FFFFFF;
}
#clearer {clear: left; line-height: 0; height: 0;}

#foot p {
	text-align: center;
}
.checkListInForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
	list-style-type: none;
}
.obviousButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.leftimg {
	margin-right: 10px;
	margin-bottom: 4px;
}
.rtimg {
	margin-bottom: 10px;
	margin-left: 10px;
}
.bottomMargin {
	margin-bottom: 30px;
}
#just {
	float: left;
	border: 3px solid #003399;
	margin-left: 10px;
	padding: 10px;
}
#tools {
	float: right;
	border: 3px solid #003399;
	margin-right: 10px;
	padding: 10px;
}
#just p {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
#just img {
	margin-right: 6px;
	margin-left: 6px;
}
h4{
	margin-bottom:0;
}
p{
	margin-top:0;
}
.orangebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #E16D24;
}
.boldblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: 900;
	color: #13285D;
}