
html, body {
	width:100%;
	height:100%;
	margin:0px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#45493a;
}

/* fixes for hover and pngs for IE 6 or earlier */
body { behavior:url("csshover3.htc"); }


/* backgrounds */

.bluebg {
	background:#39c0c5 url(../images/fade_blue.jpg) repeat-x top left;
	background-attachment: fixed;
}

.yellowbg {
	background:#fdcd08 url(../images/fade_yellow.jpg) repeat-x top left;
	background-attachment: fixed;
}


/* navigation */

#home_button {
	position:absolute;
	color:transparent;
	text-decoration:none;
	top:0px;
	left:0px;
	width:250px;
	height:100px;
}

#nav_container {
	position:fixed;
	top:0px;
	left:0px;
	width:250px;
	height:350px;
	background:transparent url(../images/nav_bg.png) no-repeat top left;
}

#nav_container #menu {
	margin:0px;
	margin-top:100px;
	margin-left:103px;
	width:137px;
}

#nav_container #menu img {
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	width:137px;
	background-color:transparent;
}

#nav_container #menu img:hover, #nav_container #menu img.current {
	background-color:#f89f1f;
}

#nav_container #menu img.menuHeader {
	border-bottom:1px solid #39c0c5;
}

/* be a playmaker button */

#playmakerbutton {
	position:fixed;
	top:0px;
	left:735px;
	width:265px;
	height:50px;
	background:transparent url(../images/playmaker_off.png) no-repeat top left;
}
#playmakerbutton:hover {
	background:transparent url(../images/playmaker_hov.png) no-repeat top left;
}

/* latest news */
#latest_news {
	position:fixed;
	bottom:0px;
	width:240px;
	height:260px;
	background: url(../images/news_bg.png) no-repeat top left;
	display: none;
}

#latest_news_container {
	width:240px;
	height:186px;
	margin-top:74px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

#latest_news_container td {
	padding-left:20px;
	padding-right:20px;
	border-bottom:1px solid #ffffff;
}

#latest_news_container td a {
	white-space: nowrap;
}


/* Breaking News */

.breaking_news {
	position:fixed;
	bottom:0px;
	left:735px;
	width:240px;
	height:80px;
	background: url(../images/breaking_news_bg.png) no-repeat top left;
}

.breaking_news_container {
	width:240px;
	height:65px;
	margin-top:15px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

.breaking_news_container td {
	padding-left:10px;
	padding-right:10px;
	/*border-bottom:1px solid #ffffff;*/
}

.breaking_news_container td a {
	white-space: nowrap;
}

/* content */

#content_container {
	position:absolute;
	top:60px;
	left:276px;
	width:490px;
}

#content_header {
	display:block;
	width:490px;
	height:70px;
	background:transparent url(../images/header_template.png) no-repeat top left;
}

#content_main {
	display:block;
	width:490px;
	padding:50px;
	padding-top:10px;
	background:transparent url(../images/content_bg.png) repeat-y top left;
}

#content {
	width:390px;
}

#content_footer {
	display:block;
	width:490px;
	height:60px;
	font-size:8pt;
	text-align:right;
	color:#000000;
	padding-top:20px;
	background:transparent url(../images/footer_bg.png) no-repeat top left;
}

#content_footer #top_link {
	float:left;
}

/* element definitions */
h3 {
	margin:0px;
	color:#f94920;
	font-size:23px;
	font-weight:normal;
	text-transform:uppercase;
}

h4 {
	margin:0px;
	color:#3dc0c4;
	font-size:18px;
	font-weight:normal;
}

h5 {
	margin:0px;
	color:#3dc0c4;
	border-bottom:1px solid #3dc0c4;
	font-size:14px;
}

h6 {
	margin:0px;
	color:#24261f;
	font-size:14px;
}

p {
	margin-top:0px;
	line-height:20px;
}

p.intro {
	color:#f94920;
	font-size:15px;
	margin-top:10px;
	margin-bottom:10px;
}

p.caption {
	margin:0px;
	color:#3dc0c4;
	font-size:11px;
	line-height:15px;
}


ul li {
	list-style-image: url(../images/li_arrow.png);
	margin:10px;
}

ol li {
	margin:10px;
}


/* links */

a:link, a:visited, a:active {
	color:#f94920;
}

a:hover {
	color:#ff7e00;
}

p.caption a:link, p.caption a:visited, p.caption a:active {
	color:#3dc0c4;
}

p.caption a:hover {
	color:#ff7e00;
}

#content_footer a:link, #content_footer a:visited, #content_footer a:active {
	text-decoration:none;
	color: #000000;
}

#content_footer a:hover {
	text-decoration: underline;
}

h6 a {
	font-size:10px;
	float:right;
}

/* athelete image */
#athelete {
	position:fixed;
	top:0px;
	left:534px;
	width:791px;
	height:893px;
	background-repeat:no-repeat;
	background-position:top left;
}


/* badges */
#rss_badge {
	color:transparent;
	text-decoration:none;
	position:absolute;
	top:0px;
	right:0px;
	width:100px;
	height:100px;
	background:transparent url(../images/rss_badge.png) no-repeat top left;
}

#pdf_badge {
	color:transparent;
	text-decoration:none;
	position:absolute;
	top:0px;
	right:0px;
	width:100px;
	height:100px;
	background:transparent url(../images/pdf_badge.png) no-repeat top left;
}

/* index */
#index_container {
	position:fixed;
	top:0px;
	left:276px;
	width:700px;
	height:702px;
	background:transparent url(../images/index_bg.png) no-repeat top left;
}


#one {
	color:transparent;
	text-decoration:none;
	position:absolute;
	top:0px;
	left:0px;
	width:330px;
	height:295px;
	background:transparent url(../images/blank.gif) no-repeat top left;
}

#one:hover {
	background:transparent url(../images/index_01_hov.png) no-repeat top left;
}

#two {
	color:transparent;
	text-decoration:none;
	position:absolute;
	top:0px;
	left:330px;
	width:370px;
	height:295px;
	background:transparent url(../images/blank.gif) no-repeat top left;
}

#two:hover {
	background-image: url(../images/index_02_hov.png);
}

#three {
	color:transparent;
	text-decoration:none;
	position:absolute;
	top:295px;
	left:0px;
	width:330px;
	height:407px;
	background:transparent url(../images/blank.gif) no-repeat top left;
}

#three:hover {
	background-image: url(../images/index_03_hov.png);
}

#four {
	color:transparent;
	text-decoration:none;
	position:absolute;
	top:295px;
	left:330px;
	width:370px;
	height:407px;
	background:transparent url(../images/blank.gif) no-repeat top left;
}

#four:hover {
	background-image: url(../images/index_04_hov.png);
}


