/* 
General style definitions (applicapable to entire site).

Site: 
Author: Author
Date: dd mmmm yyyy
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Overall style definition
***********************************************************/
* { 	/* Remove padding and margin for all classes where
	   these attributes are not defined. Fixes some IE
	   bugs. */
	padding: 0;
	margin: 0;
}

body {
	/*background-color: #cccccc;*/
	background-color: #173657;
	background-image: url(../graphics/body-background.gif);
	/*background-image: url(../graphics/hbbk-fade.gif);*/
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: "tahoma", sans-serif;
	font-size: small;
	text-align: center;
	color: black;
	padding-bottom: 30px;
	cursor: default;
}


/*: Headings
----------------------------------------------------------*/
h1, h2, h3, dt, legend, span.heading {
	background-color: transparent;
	font-family: "arial", sans-serif;
	color: #364F5C;
	text-align: left;
	margin-top: .2em;
	margin-bottom: .2em;
	cursor: text;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h1:first-letter {
	text-transform: capitalize;
}

h2, dt, span.heading {
	font-size: 1.2em; 
	font-weight: bold;
}

h2:first-letter, dt:first-letter, span.heading:first-letter {
	text-transform: capitalize;
}

h3 {
	font-size: 1.05em; 
	font-weight: bold;	 
}

h3:first-letter {
	text-transform: capitalize;
}


/*: Paragraphs
----------------------------------------------------------*/
p {
	/*font-size: .93em;*/
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 1.2em;
	cursor: text;
}


/*: Lists
----------------------------------------------------------*/
ul, ol, dl {
	/*font-size: 1em;*/
	text-align: left;
}

li {
	line-height: 1.3em;
}

dl {
	list-style-type: none;
}

dt {
}

dd {
	list-style-type: none;
}


/*: Font-sizes
----------------------------------------------------------*/
p, li, dd {
}

dd li, li p, dd p {
}


/*: Anchors/Links
----------------------------------------------------------*/
a, a:link, a:visited {
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	color: #37658F;
	cursor: pointer;
}

a:hover, a:active {
	background-color: inherit;
	color: #EF7430;
	text-decoration: none;
}


/*: Images
----------------------------------------------------------*/
img {
	border: none;
}


/*: Form elements
----------------------------------------------------------*/
fieldset {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;	
	float: left;
}

legend {
	background-color: inherit;
	font-weight: bold;
	color: #032958;	
	margin-left: 5px;	
}

fieldset ul {
	width: 100%;
	padding-top: 10px;
	float: left;
}

#site fieldset li {
	width: 100%;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

fieldset label {
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 8px;
	float: left;
}

fieldset li label {
	width: 110px;
	line-height: 1em;
	margin-bottom: 0;
}

fieldset input {
	float: left;
}

fieldset li input {
	padding-left: 2px;
}

fieldset input.text {
	background-color: #C5DBE8;
	color: inherit;
	border: 1px solid #658FA4;	
}

fieldset input.text.filled {
	background-color: white;
	color: black;
}

fieldset input.text.required, fieldset p.required {
	background-image: url(../graphics/form/field_required.png);
	background-repeat: no-repeat;
	background-position: right top;
}

fieldset input.text.required.filled {
	background-image: none;
}

fieldset p.required {
	background-position: 0 3px;
	font-weight: bold;
	padding-left: 15px;
	margin-left: 15px;
}

fieldset textarea {
	border: 1px solid #658FA4;
	float: left;
}

.watermark {
	background-color: inherit;
	color: #808080;
}

#site .error {
	border: 1px solid red;
}


/*: Special styles used throughout the site
----------------------------------------------------------*/
.hidden {
	display: none;
}

.date {
	background-color: inherit;
	color: #5E5E62;
}

a.rss {
	background-image: url(../graphics/feed-icon-14x14.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

acronym {
	border-bottom: 1px dotted black;
	cursor: help;
}

span.heading {
	display: block;
}


/***********************************************************
Global Layout definition
***********************************************************/
#container { /* Container responsible for centering #site */
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#site { /* Global site container. Floated to enable Liquid
	   layout */
	background-image: url(/graphics/hbbk-fade.gif); POSITION: relative;
	width: 100%;
	background-color: white;	
	background-position: 0 0;
	background-repeat: repeat-x;
	color: inherit;	
	margin-bottom: 30px;	
	float: left;
	position: relative;	
	top: 0;
	left: 0;
}

.wrapper {
    padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;		
}

.wrapper.frontpage {
    padding-left: 0px;
	padding-right: 0px;
}


/*: Logo
----------------------------------------------------------*/
#logo {
	float: left;
	cursor: pointer;	
	padding: 0;
	margin: 0;	
}

#logo img {
	float: left;
	overflow: hidden;
}

#logo p {
	display: none;
}



/* Search */

.search {
    display: none;
}

/*: Navigation: General
----------------------------------------------------------*/
.navigation li ul li a {
	z-index: 1;
	display: none;		/* initial display state */
}

.navigation li.stretch a {
	display: block;
	z-index: 10;
}


/*: Navigation: Primary
----------------------------------------------------------*/
.primary {
	width: 100%;
	background-color: inherit;
	font-family: arial, sans-serif;
	font-size: 1.0em;
	/*font-size: 0.9em;*/
	/*color: inherit;*/
	color: Black !important;
	list-style-type: none;
	margin-top: 8px;
	clear: left;
	float: left;
	position: relative;
	z-index: 20;
	padding-top: 5px;
}

.primary li {
	border-right: 1px solid white;
	padding-right: 8px;
	float: left;
	position: relative;
}

.primary a {
	background-color: inherit;
	background-image: url(../graphics/anchors/right_bold.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #032958;
	text-transform: uppercase;
	line-height: 1.9em;
	padding-left: 11px;
	padding-right: 9px;
	float: left;
}

.primary a:hover {
	background-color: inherit;
	color: #C52122;	
}


/*: Navigation: Sub level
(remove this section if single level menu)
The initial state of the submenus is set to "display: none"
----------------------------------------------------------*/
.primary li ul {
	list-style-type: none;    
	margin-top: 1px;
	clear: both;
	display: block;		/* initial display state */
	float: left;
	position: absolute;
	top: 1.8em;
	left: 0;
	z-index: 1;	
}

.primary li ul li {
	border-left: none;
	border-right: none;
	clear: both;
	z-index: 1;
}

.primary li ul li a {
	width: 155px;
	background-color: #223F6D;
	background-image: url(../graphics/anchors/right.gif);
	background-position: 5px 8px;
	color: white;
	text-transform: none;
	line-height: 1.3em;
	border-top: 1px solid #365179;
	padding-top: 4px;
	padding-left: 15px;
	padding-bottom: 5px;
}

.primary li ul li:first-child a {
	border-color: white;
}

.primary li ul li a:hover {
	background-color: #49597B;
	color: white;	
}

.primary li.stretch a {
	display: block;
}


/*: Navigation: special
----------------------------------------------------------*/
.primary li.first {
	border-left: none;
}

.primary li.selected a {
	background-color: inherit;
	color: #C52122;
}

.primary li.selected ul li a {
	background-color: #223F6D;
	color: white;
	text-transform: none;
	line-height: 1.3em;
}

.primary li.selected ul li a:hover {
	background-color: #49597B;
	color: white;	
}


/*: Navigation: Secondary
----------------------------------------------------------*/
.secondary {
	width: 178px;
	font-family: arial, sans-serif;
	font-size: .9em;	
	float: left;
	clear: both;	
}

.secondary li {
	width: 100%;
	list-style-type: none;
	border-bottom: 1px solid #DCE0E3;
	float: left;
	position: relative;
}

.secondary a {
	width: 158px;
	background-color: #E9EAEE;
	background-image: url(../graphics/anchors/right.gif);
	background-position: 5px 9px;
	background-repeat: no-repeat;
	color: #032958;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 3px;
	float: left;
}

.secondary a:hover {
	background-color: #D0D4DD;
	color: #032958;
}

.secondary li.selected a {
	background-color: #E9EAEE;
	color: #C52122;
}

.secondary li.selected a:hover {
	background-color: #D0D4DD;
	color: #C52122;
}


/*: Navigation: Secondary sub level
----------------------------------------------------------*/
.secondary li ul {
	height: 16px;
	background-image: url(../graphics/navigation/secondary/dropout.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin-top: 1px;
	clear: both;
	display: block;
	float: left;
	position: absolute;
	top: -1px;
	left: 170px;
	z-index: 1;
}

.secondary li ul li {
	width: 0;
	border: none;
	padding-left: 10px;
	clear: left;
}

.secondary li ul li a {
	border-bottom: 1px solid #DCE0E3;	
}

.secondary li.selected li a {
	background-color: #E9EAEE;
	color: #032958;
}

.secondary li.selected li a:hover {
	background-color: #D0D4DD;
	color: #032958;
}


/*: Content
----------------------------------------------------------*/
.content {
	width: 650px;
	padding-left: 15px;
	padding-left: 20px;
	background-color: white;
	color: inherit;
	text-align: left;
	margin-top: 15px;
	float: left;	
	overflow: hidden;		
}

.sidebar {
    width: 280px;        
    margin-top: 15px;
    margin-left: 5px;
    float: left;
    height: 500px;
    background-image: url(../graphics/sidebar.jpg);
    background-repeat: no-repeat;            
}

.content.frontpage {
    width: 929px; 
    height: 562px;
    padding-left: 65px;
    background-image: url(../graphics/basketball-fire.jpg);
    background-repeat: no-repeat;
    padding-top: 25px;        
}

.content p a {
	border-bottom: 1px dotted #37658F;
}

.content p a:hover {
	border-bottom: 1px solid #EF7430;
}

.content p.teaser {
     font-size: 1.2em;
     color: Gray;
}

.content ul, .content ol, .content dl {
	padding-bottom: 1em;
	margin-left: 0;
}

.content ul ul, .content ul ol, .content ol ol, .content ol ul {
	padding-bottom: 0;
}

.content ul li {
	list-style-type: square;
	margin-left: 2.5em;
}

.content ol li {
	list-style-type: decimal;
	margin-left: 2.5em;
}


/*: Column
----------------------------------------------------------*/
.content .column {
	width: 430px;
	padding-left: 40px;
	float: left;
}

.content .column.first {
	padding-left: 0;
}


/*: Footer
----------------------------------------------------------*/
.footer {
	width: 100%;
	padding-top: 2em;
	float: left;
	clear: both;
	padding-left: 30px;
}

.footer address {
	width: 854px;
	height: 23px;
	font-size: .8em;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	border-top: 1px solid #DBDBDB;
	padding-top: 9px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 1px;
	float: left;
}

.footer address span {
	width: auto;
	background-image: url(/graphics/footer/separator.gif);
	background-repeat: repeat-y;
	padding-left: 22px;
	padding-right: 17px;
}

.footer address span.first {
	background-image: none;
	padding-left: 0;
}

.footer address br {
	display: none;
}


/***********************************************************
Hacks to overcome IE's float bugs:
	* Randomly appearing text (text from the last
	  floated element in the markup).
***********************************************************/
/* Start: Hide from IE5-mac. Only IE-Win sees this. \*/
 
* html p {
  	height: 1%;
  }
  
* html select, * html textarea {
	margin-left: -3px;
  }  
  
/* End: Hide from IE5/mac */









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

