

/* ------------------------------------Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

/* ------------------------------------float classes */
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* ------------------------------------for clearing floats*/
.clear {
	clear: both;
}

/* ------------------------------------Homepage background image, overall font and link specs */
body {
	background: #bbff33 url(images/backgroundHome.jpg) no-repeat top;
	text-align: center;
	font-family: verdana, geneva, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	min-width: 760px;
}

a:link {
	color: #5d008c;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover, a:active {
	color: #3366cc;
}

a:visited {
	color: #8c008c;
	text-decoration: none;
	border-bottom: 1px dotted;
}


/* ------------------------------------container to keep the contents centered */

#wrapper {
	width: 508px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------------Homepage Header */
#headerHome {
	width: 508px;
	height: 82px;
	background-image: url(images/header_home.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
}

/* ------------------------------------Left side homepage content */
#contentSecondary { 
	width: 185px;
	float: left;
}

#contentSecondary * { 
	margin-top: 10px;
}

#roster {
	background: #ffcce5;
	padding: 10px 6px 10px 6px;
}

#management {
	background: #ffdd99;
	padding: 10px 6px 10px 6px;
}

/* ------------------------------------Right side homepage content */
#contentMain { 
	width: 303px;
	float: right;
	margin: 10px 0px 0px 20px;
}

#menuHome {
	width: 303px;
	float: left;
	clear: both;
	margin-top: 20px;
}

#menuHome * {
  padding-right: 10px;
}

#contentNews {
	width: 303px;
	float: left;
	clear: both;
	margin-top: 20px;
}

/* ------------------------------------Link style (image rollovers) for homepage menu */
a.biosHome:link, a.biosHome:visited {
	display: block;
	width: 62px;
	height: 62px;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: none;
}

a.calendarHome:link, a.calendarHome:visited {
	display: block;
	width: 62px;
	height: 62px;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: none;
}

a.pressHome:link, a.pressHome:visited {
	display: block;
	width: 62px;
	height: 62px;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: none;
}

a.contactHome:link, a.contactHome:visited {
	display: block;
	width: 62px;
	height: 62px;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: none;
}

a.biosHome {
	background: url(images/nav_bios_home1.jpg) no-repeat left top;
	float: left;
}

a.biosHome:hover {
	background: url(images/nav_bios_home2.jpg) no-repeat left top;
	float: left;
}

a.calendarHome {
	background: url(images/nav_calendar_home1.jpg) no-repeat left top;
	float: left;
}

a.calendarHome:hover {
	background: url(images/nav_calendar_home2.jpg) no-repeat left top;
	float: left;
}

a.pressHome {
	background: url(images/nav_press_home1.jpg) no-repeat left top;
	float: left;
}

a.pressHome:hover {
	background: url(images/nav_press_home2.jpg) no-repeat left top;
	float: left;
}

a.contactHome {
	background: url(images/nav_contact_home1.jpg) no-repeat left top;
	float: left;
}

a.contactHome:hover {
	background: url(images/nav_contact_home2.jpg) no-repeat left top;
	float: left;
}


/* ------------------------------------Footer with copyright */
#footerHome {
	position: relative;
	top: 100px;
	color: #cc6600;
}

#footer {
	position: relative;
	color: #cc6600;
	margin: 20px 0px 50px 0px;
}


/* ------------------------------------CONTENT pages */
body.content {
	background: #bbff33 url(images/backgroundCont.jpg) no-repeat fixed top;
}

#content {
	background: #ffffcc url(images/background_content.jpg) repeat-x top;
	width: 468px;
	padding: 40px 20px 0px 20px;
	margin: 0px;
}

#content * {
	margin-bottom: 20px;
}

#content img {
	padding: 0 10px 0 10px;
}

.center {
text-align: center;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

/* ------------------------------------Link style (image rollovers) for content pages menu */

#menuCont {
	height: 61px;
	background: #f8b118;
	margin-top: 0px;
}

#menuCont * {
  padding: 0px;
}

a.home:link, a.home:visited {
	display: block;
	width: 75px;
	height: 61px;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: none;
}

a.biosCont:link, a.biosCont:visited {
	display: block;
	width: 75px;
	height: 61px;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: none;
}

a.calendarCont:link, a.calendarCont:visited {
	display: block;
	width: 75px;
	height: 61px;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: none;
}

a.pressCont:link, a.pressCont:visited {
	display: block;
	width: 75px;
	height: 61px;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: none;
}

a.contactCont:link, a.contactCont:visited {
	display: block;
	width: 75px;
	height: 61px;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: none;
}

a.home {
	background: url(images/nav_home_cont1.jpg) no-repeat left top;
	float: left;
}

a.home:hover {
	background: url(images/nav_home_cont2.jpg) no-repeat left top;
	float: left;
}

a.biosCont {
	background: url(images/nav_bios_cont1.jpg) no-repeat left top;
	float: left;
}

a.biosCont:hover {
	background: url(images/nav_bios_cont2.jpg) no-repeat left top;
	float: left;
}

a.calendarCont {
	background: url(images/nav_calendar_cont1.jpg) no-repeat left top;
	float: left;
}

a.calendarCont:hover {
	background: url(images/nav_calendar_cont2.jpg) no-repeat left top;
	float: left;
}

a.pressCont {
	background: url(images/nav_press_cont1.jpg) no-repeat left top;
	float: left;
}

a.pressCont:hover {
	background: url(images/nav_press_cont2.jpg) no-repeat left top;
	float: left;
}

a.contactCont {
	background: url(images/nav_contact_cont1.jpg) no-repeat left top;
	float: left;
}

a.contactCont:hover {
	background: url(images/nav_contact_cont2.jpg) no-repeat left top;
	float: left;
}

.logo {
	background: url(images/HQ_logo_sm.gif) no-repeat left top;
	float: left;
	display: block;
	width: 130px;
	height: 61px;
	text-indent: -9999px;
}

.biosPage {
	background: url(images/nav_bios_cont3.jpg) no-repeat left top;
	float: left;
	display: block;
	width: 75px;
	height: 61px;
	text-indent: -9999px;
}

.pressPage {
	background: url(images/nav_press_cont3.jpg) no-repeat left top;
	float: left;
	display: block;
	width: 75px;
	height: 61px;
	text-indent: -9999px;
}

.contactPage {
	background: url(images/nav_contact_cont3.jpg) no-repeat left top;
	float: left;
	display: block;
	width: 75px;
	height: 61px;
	text-indent: -9999px;
}

.calendarPage {
	background: url(images/nav_calendar_cont3.jpg) no-repeat left top;
	float: left;
	display: block;
	width: 75px;
	height: 61px;
	text-indent: -9999px;
}

/* ------------------------------------Link style for CD image links */

a.cd:link, a.cd:visited {
	text-decoration: none;
	border-bottom: 0px;

}




