﻿
#contentMain a
{
	color             : #2264b2;
}

#contentMain a:active,
#contentMain a:link,
#contentMain a:visited
{
	text-decoration   : underline;
}

#contentMain a:hover
{
	text-decoration   : none;
	color             : #0080c0;
}

#breadCrumbContainer a
{
	color             : #0080c0;
}

#breadCrumbContainer a:active,
#breadCrumbContainer a:link,
#breadCrumbContainer a:visited
{
	text-decoration   : underline;
}

#breadCrumbContainer a:hover
{
	text-decoration   : none;
	color             : #f15c22;
}

#signInContainer a,
#signInContainer a:active,
#signInContainer a:link,
#signInContainer a:visited
{
    font-weight       : bold;    
    color             : #acacac;
    text-decoration   : none;
}

#signInContainer a:hover
{
    text-decoration   : underline;
}

/* Top Navigation */

ul.topNav
{	
	display           : block;
	margin            : 0 auto;
	padding           : 0;	
	width             : 570px;
}

ul.topNav li
{
	display           : inline;
	float             : left;
	width             : 95px;
}

ul.topNav a
{
	font-weight       : bold;	
	text-decoration   : none;
	text-align        : center;	
	width             : 100%;
	padding           : 8px 0 8px 0;
	display           : block;
}

ul.topNav a:active,
ul.topNav a:link,
ul.topNav a:visited
{
	color             : #fff;
	background        : transparent;
}

ul.topNav a:hover
{	
	color             : #225802;
	background        : #387a06 url('images/TopNavItemHover.jpg') repeat-x top left;
}

/* Side Context Navigation */

div.sideContextNavContainer h1,
div.sideContextNavContainer h2,
div.sideContextNavContainer h3,
div.sideContextNavContainer h4,
div.sideContextNavContainer h5,
div.sideContextNavContainer h6
{
	color             : #333333;
	margin            : 0 0 9px 0;
	padding           : 0;
	background        : none;
}

div.sideContextNavContainer
{
	background        : #fafafa url('images/SideNavBg.jpg') repeat-x bottom;
	border            : solid 2px #8a929f;
	padding           : 10px;
}

ul.sideContextNav
{
	margin            : 0 auto;
	padding           : 0;
}

ul.sideContextNav li
{	
	list-style        : list-style-image;
	list-style-image  : url('images/nav.gif');		
	margin            : 4px 0px 10px 10px;	
	padding           : 0;
}

ul.sideContextNav a
{
	font-size         : 90%;
	font-weight       : bold;
	color             : #333333;	
}

ul.sideContextNav a:active,
ul.sideContextNav a:link,
ul.sideContextNav a:visited
{
	text-decoration   : none;
	color             : #333333;
}

ul.sideContextNav a:hover
{
	text-decoration   : underline;
	color             : #333333;
}

/* Client Resources */

#clientResources
{	
  height : 90px;
  padding : 5px;
  border : solid 1px #3f720d;
  background: #acd64c url(images/ClientResourcesBg.jpg) repeat-x;
  filter:alpha(opacity=85);
  opacity:0.85;
}

#clientResources h1,
#clientResources h2,
#clientResources h3,
#clientResources h4,
#clientResources h5,
#clientResources h6
{
	color : #3f720d;
	margin:0 0 7px 0
}

#clientResources ul
{
	width:100%;
	margin:0;
	padding:0;
	list-style-position: inside;
}

#clientResources li
{
  width:100%;
  margin:0 0 7px 7px;
}

#clientResources a
{
	color : #3f720d;
	font-size: 90%; 
	font-weight : bold;               	
}

#clientResources a:active,
#clientResources a:link,
#clientResources a:visited
{
	text-decoration : none;
}

#clientResources a:hover
{
	text-decoration : underline;
}

/* Footer Navigation */

ul.pageFooterNav
{
	margin            : 0 auto 10px auto;
	padding           : 0 0 10px 0;
	width             : 570px;	
}

ul.pageFooterNav li
{
	display           : inline;
	float             : left;
	width             : 95px;
}

ul.pageFooterNav a
{
	color             : #fff;
	font-weight : bold;
}

ul.pageFooterNav a:active,
ul.pageFooterNav a:link,
ul.pageFooterNav a:visited
{
	text-decoration   : none;
}

ul.pageFooterNav a:hover
{
	text-decoration   : underline;
}

a.footerLink
{
	color : #fff;
}

a.footerLink:active,
a.footerLink:link,
a.footerLink:visited
{
	text-decoration : underline;
}

a.footerLink:hover
{
	text-decoration : none;
}
