/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
}

td 
{
	vertical-align:top;
}

ul
{
	margin-top: 0px;
}


/*	---------------------------------------------------
	Paragraph formats
	--------------------------------------------------- */
p
{
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 8px;
}

li
{
	font-size: 10pt;
	margin-top: 0px;
}

h1
{
	font-size: 24px;
	margin-top: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

h2
{
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 8px;
}

h3
{
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 8px;
}

h4
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
}

/*	---------------------------------------------------
	Highlights
	--------------------------------------------------- */
div.HighlightBlock
{
	margin-bottom: 14px;
	width: 216px;
	overflow: hidden;
}

div.HighlightBlock h1
{
	font-size: 14px;
	font-weight: bold;
	color: black;
	border-bottom: solid 1px black;
	margin-bottom: 0px;
}
	
div.HighlightBlock p
{
	font-size: 11px;
	font-weight: normal;
	color: black;
	margin-top: 4px;
	display: block;
	float: none;
}

div.HighlightBlock a:link
{
	color: black;
	text-decoration: none;
}
div.HighlightBlock a:visited
{
	color: black;
	text-decoration: none;
}
div.HighlightBlock a:hover
{
	color: red;
	text-decoration: none;
}

div.HighlightBlock img
{
	margin-top: 0px;
	margin-bottom: 4px;
	border: 0px;
	display: block;
}


/*	---------------------------------------------------
	Left menu
	--------------------------------------------------- */

div.LeftMenu
{
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 24px;
	border-top: solid 1px #cfe2ec;
	border-bottom: solid 1px #cfe2ec;
}

div.LeftMenu h1
{
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 8px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

div.LeftMenu p
{
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: Normal;
	border-top: solid 1px #cfe2ec;
}

div.LeftMenu a:link
{
	color: Black;
	text-decoration: none;
}
div.LeftMenu a:visited
{
	color: Black;
	text-decoration: none;
}
div.LeftMenu a:hover
{
	color: blue;
	text-decoration: underline;
}


/*	---------------------------------------------------
	Bottom Slug
	--------------------------------------------------- */

.BottomSlug
{
	margin-top: 8px;
	float: left;
	text-align: center;
}

.BottomSlugText
{
	font-size: 10pt;
	color: white;
}

/*	---------------------------------------------------
	Eyebrow
	--------------------------------------------------- */

div.Eyebrow
{
	text-align: right; 
	padding-top:8px; 
	padding-right: 40px; 
	font-size:9pt;
}

div.Eyebrow a:link
{
	color: white;
	text-decoration: none;
}
div.Eyebrow a:visited
{
	color: white;
	text-decoration: none;
}
div.Eyebrow a:hover
{
	color: yellow;
	text-decoration: none;
}




/*	---------------------------------------------------
	Top Menu
	--------------------------------------------------- */

div.TopMenu
{
    padding-top: 5px;
}

div.TopMenu span
{
    font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	white-space: nowrap;
}

div.TopMenu a:link
{
	color: white;
	text-decoration: none;
}
div.TopMenu a:visited
{
	color: white;
	text-decoration: none;
}
div.TopMenu a:hover
{
	color: yellow;
	text-decoration: none;
}


/*	---------------------------------------------------
	Breadcrumbs
	--------------------------------------------------- */

p.Breadcrumbs
{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 8px;
	clear: both;
	float: none;
	width: 100%;
}

p.Breadcrumbs span.BreadcrumbItem
{
    font-size: 8pt;
    float: left;
    margin-right: 8px;
    white-space: nowrap;
    
}
p.Breadcrumbs span.BreadcrumbSeparator
{
    font-size: 8pt;
    float: left;
    margin-right: 8px;
}

p.Breadcrumbs span.BreadcrumbItem a:link
{
	color: black;
	text-decoration: none;
}
p.Breadcrumbs span.BreadcrumbItem a:visited
{
	color: black;
	text-decoration: none;
}
p.Breadcrumbs span.BreadcrumbItem a:hover
{
	color: red;
	text-decoration: underline;
}


/*	---------------------------------------------------
	Horizontal Navigation
	--------------------------------------------------- */
	
table.HorizontalNavigationTable
{
	margin-top: 12px;
	margin-bottom: 12px;
	width: 700px;
}
		
table.HorizontalNavigationTable div.LinkTitle
{
	border:  solid 1px #57b9c5 ;
	background-color: #57b9c5; 
	padding-top: 1px;
	padding-bottom: 1px;
}

table.HorizontalNavigationTable p.Direction
{
	color: white;
	font-size: 10px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
}


table.HorizontalNavigationTable p.Direction a:link, table.HorizontalNavigationTable p.Direction a:visited, table.HorizontalNavigationTable p.Direction a:hover
{
	color: white;
	text-decoration: none;
}

	
table.HorizontalNavigationTable p.Item
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

table.HorizontalNavigationTable p.Item a:link, table.HorizontalNavigationTable p.Item a:visited
{
	color: white;
	text-decoration: none;
}

table.HorizontalNavigationTable p.Item a:hover
{
	text-decoration: underline;
	color: yellow;
}


/*	---------------------------------------------------
	Forms
	--------------------------------------------------- */
	
.FormLabel
{
    font-size: 12px;
    padding-top: 4px;
}


/*	---------------------------------------------------
	Specific controls
	--------------------------------------------------- */
	
.CoachingFeedbackForm
{
    width: 718px;
}

.CoachingFeedbackForm .PriorityTable
{
    width: 100%;
}
.CoachingFeedbackForm .PriorityTable td
{
    margin: 5px 5px 5px 5px;
    text-align: center;
}
.CoachingFeedbackForm h2
{
    margin-top: 24px;
    padding-top: 18px;
    margin-bottom: 4px;
    border-top: solid 1px gainsboro;
}


/*	---------------------------------------------------
	Home page
	--------------------------------------------------- */

div.HomeMainMenu
{
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    width: 468px;
    height: 300px;
    overflow: hidden;
}

div.HomeMainMenu h1
{
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}

div.HomeMainMenu p
{
	color: white;
	font-size: 12px;
	margin-top: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}

div.HomeMainMenu h1 a:link
{
	color: white;
	text-decoration: none;
}
div.HomeMainMenu h1 a:visited
{
	color: white;
	text-decoration: none;
}
div.HomeMainMenu h1 a:hover
{
	color:#FF0;
	text-decoration: none;
}

div.HomeMainMenu p a:link
{
	color: white;
	text-decoration: none;
}
div.HomeMainMenu p a:visited
{
	color: white;
	text-decoration: none;
}
div.HomeMainMenu p a:hover
{
	color: white;
	text-decoration: none;
}


div.HomeLatestNews
{
    padding-top: 4px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 8px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    width: 285px;
    height: 300px;
    overflow: hidden;
}

div.HomeLatestNews h1
{
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

div.HomeLatestNews h2
{
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

div.HomeLatestNews p
{
	color: black;
	font-size: 12px;
	margin-top: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}

div.HomeLatestNews p a:link
{
	color: black;
	text-decoration: underline;
}
div.HomeLatestNews p a:visited
{
	color: black;
	text-decoration: underline;
}
div.HomeLatestNews p a:hover
{
	color: red;
	text-decoration: underline;
}
div.HomeLatestNews h1 a:link, div.HomeLatestNews h2 a:link
{
	color: black;
	text-decoration: none;
}
div.HomeLatestNews h1 a:visited, div.HomeLatestNews h2 a:visited
{
	color: black;
	text-decoration: none;
}
div.HomeLatestNews h1 a:hover, div.HomeLatestNews h2 a:hover
{
	color: red;
	text-decoration: underline;
}


div.HomeTopSlug
{
    text-align: right; 
    padding-top:8px; 
    padding-right: 40px; 
    font-size:12px; 
    color: white;
}

div.HomeTopSlug a:link
{
	color: White;
	text-decoration: none;
}
div.HomeTopSlug a:visited
{
	color: White;
	text-decoration: none;
}
div.HomeTopSlug a:hover
{
	color: White;
	text-decoration: none;
}


div.HomeBottomSlug
{
    color: White; 
    font-size: 11px; 
    text-align: center; 
    padding-top: 20px;
}

div.HomeBottomSlug a:link
{
	color: White;
	text-decoration: none;
}
div.HomeBottomSlug a:visited
{
	color: White;
	text-decoration: none;
}
div.HomeBottomSlug a:hover
{
	color: White;
	text-decoration: none;
}
