/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	color: #666666;
	background: #98B3CF url(images/bgblue.jpg) repeat-x;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	border: 1px solid #999999;
	border-top: none;
	background: #ffffff;
	border-bottom: 2px solid #102B72;
}
#branding {
	background: #ffffff url(images/logoblue1.gif) no-repeat;
	height: 116px;
	margin: 0;
	padding: 0;
}
#tickerAnchor {
	margin-left: 10px;
	margin-right: 10px;
	font-size: .8em;
	border-top: 1px dashed #eeeeee;
	border-bottom: 1px dashed #eeeeee;
	padding: 16px 8px;
}
#subColumn {
	float: left;
	width: 170px;
	font-size: .7em;
	padding-top: 1em;
	margin-left: 6px;
	padding-bottom: 3em;
}
#contentMain {
	float: right;
	width: 560px;
	margin-right: 10px;
	padding-top: 1em;
	font-size: .8em;
	padding-bottom: 2em;
	line-height: 1.4em;
}
#contentMain a:link, #contentMain a:visited, #contentMain a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#contentMain a:hover, #contentMain a:focus {
	color: #cc0000;
}
#enclosure {
	float: right;
	width: 560px;
	margin-right: 10px;
	padding-top: 1em;
}
#homeContent {
	float: left;
	width: 370px;
	font-size: .8em;
	line-height: 1.4em;
}
#homeContent a:link, #homeContent a:visited, #homeContent a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#homeContent a:hover, #homeContent a:focus {
	color: #cc0000;
}
#rightContent {
	float: right;
	width: 180px;
	font-size: .7em;
	padding-bottom: 2em;
}
#rightContent ul {
	margin: 10px 0 6px 0;
	padding: 6px 0;
	list-style: none;
}
#rightContent li {
	padding-bottom: 10px;
}
#rightContent a:link, #rightContent a:visited, #rightContent a:active {
	color: #012E69;
	text-decoration: none;
}
#rightContent a:hover, #rightContent a:focus {
	color: #990000;
}
.events li { 
	background: url(images/events.gif) no-repeat 0 0;
	padding-left: 22px;
}	
.news li {
	background: url(images/news.gif) no-repeat 0 0;
	padding-left: 22px;
}
#rightContent h2 {
	font-size: 1em;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px 4px;
	margin: 0;
}
#clearer {
	clear: both;
	padding: 0;
	margin: 0;
}
#footer {
	width: 760px;
	margin: 0 auto;
	font-size: .7em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	padding-bottom: 40px;
	color: #333333;
}
h1 {
	font-size: 1.4em;
	margin-top: 0;
	color: #012E69;
}
h2 {
	font-size: 1.1em;
	color: #333333;
	padding: 0;
}
/*--------------------------------------------------- */
#menu {
    width: 160px;
    margin: 0 0 5px 0;
    background-color: #ffffff;
}
#menu a {
    text-decoration: none;
	font-weight: bold;
}
#menu div {
    border-top: 1px solid #ffffff;
}
#menu div a {
    line-height: 21px;
    padding-left: 5px;
	letter-spacing: .1em;
    display: block;
    color: #ffffff;
    background-color: #012E69;
}
#menu div a:hover {
    background-color: #D2D2BB;
    color: #333333;
}
#menu div a:focus {
    background-color: #D2D2BB;
    color: #333333;
}
#menu div div {
    background-color: #ffffff;
    border: 0;
    margin: 0;
}
#menu div div a {
    padding-left: 18px;
    background-color: #eeeeee;
    display: block;
    border-top: 1px solid #666666;
    color: #000000;
}
#menu div div a:hover {
    background-color: #999999;
    color: #ffffff;
}
.menuon {   
	background-color: #ffffff !important;
    color: #000000 !important;
}
/* end of menu
-----------------------------------------------------*/
fieldset {
	padding:20px;
	border:1px solid #d4d0c8;
	}
legend {
	padding:3px 12px 3px 12px;
	color:#000000;
	}
label {
	display:block;
	padding:3px 3px 3px 0px;
	margin:4px 3px 0px 0px;
	}
select {
	width:140px;
	}
.btn {
	display:block;
	padding:4px;
	margin-top:3px;
	}
#fmPlayerDev * {
	font-size:11px;
	}
#fmPlayerDev fieldset {
	width:210px;
	margin-bottom:30px;
	}
/** iframe for player dev **/
#pd_iframe {
	width:750px;
	position:absolute;
	height:400px;
	top:-2000px;
	border:1px outset #fff;
	left:-2000px;
	display:none;
	}
/** contact form **/
#contact * {
	font-size:11px
	}
#contact p.error {
	margin:0px;
	color:#ff0000;
	}
#contact textarea , #contact input {
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Georgia;
	width:400px;
	border:1px inset #cccccc;
	}
#contact .btn {
	width:auto!important;
	display:block;
	text-align:center;
	background-color:#ffffff;
	border:1px outset #d4d0c8;
	cursor:pointer;
	}
/** coaches contact form **/
#coaches_contact * {
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	color:#666;
	}
#coaches_contact span {
	padding:3px;
	color:#ff0000;
	}
#coaches_contact p.error {
	color:#ff0000;
	margin:0px;
	padding:0px;
	}
#coaches_contact label {
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	}
#coaches_contact input,
#coaches_contact textarea ,
#coaches_contact select {
	border:1px solid #ccc;
	padding:3px;
	}
#coaches_contact textarea {
	width:400px;
	}