﻿#BodyWrap
{
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
}

#HeaderSection, #FooterSection
{
    display: block;
    margin-left: 25px;
    margin-right: 35px;
}

#ContentSection
{
    float: left;
    width: 425px;
    margin: 0 0 0 225px;    
}
#ResourcesSection
{
    float: left;
    max-width: 315px;
    margin-left: -350px; /* Margin must be 35px larger than the width to space the right side correctly */
    margin-right: 0;
}
.Athletics #ResourcesSection
{
	max-width: 180px;
	margin-left: -215px;
}
.Athletics #ContentSection
{
	width: 560px;
}
.Athletics #ChildNavigationSection
{
	margin-left: -760px;
}
#ResourcesSection .LinkList {
	color: #4f5553;
	
	width: 315px;
	background: url(/images/Core/bk_greentop_box.jpg) no-repeat;}

#ResourcesSection .LinkList h2 {
	color: #fff; 
	background-color: #cedc51; 
	background: url(/images/Core/bg_blue_box.png) no-repeat;
	font-weight: bold; 
	font-size: 1.3em;
	margin: 0;
	padding: 10px 0 10px 20px;
	width: 295px;
	height: 15px;}

#ResourcesSection .LinkList ul {
	margin: 5px 0 15px 0;
	padding: 0;
	list-style: none;}
#ResourcesSection .LinkList li {
	width: 280px;
	padding: 6px 0 6px 6px;
	margin-left: 16px;
	background: url(/images/Core/img_dashed_line.gif) top left no-repeat;
	line-height: 1.4em;}
#ResourcesSection .LinkList a, #ResourcesSection .LinkList a:visited {font-weight: bold; color: #003768;}
#ResourcesSection .LinkList a:hover {text-decoration: underline; }


#ResourcesSection .LinkList li.gtbfirst {background: none;}

#ChildNavigationSection
{
    float: left;
    width: 180px;
    margin-right: 0;
    margin-left: -625px;
}
    
#LibraryBody #HeaderSection, #LibraryBody #FooterSection {
margin-left: 0;
margin-right: 0;
}
#LibraryBody #ChildNavigationSection
{
    float: left;
    width: 165px;
    margin-right: 0;
    margin-left: -635px;
}
#LibraryBody #ContentSection
{
    float: left;
    width: 450px;
    margin: 0 10px 0 175px;
}
#LibraryBody #ResourcesSection
{
	width: 310px;
	margin-left: -310px;
}
