/*
	Primary color: #3D8093
	Secondary color: #024d6E
	
*/


.profiletitle, .title 
{
	color: #024d6e;
}


.fake_link {
    color: #003768;
}


a:link {
        text-decoration: none;
        color: #003768;    /* link color (primary) */
}
a:visited {
        text-decoration: none;
        color: #003768;   /* link color (primary) */
}
a:hover {
        text-decoration: none;
        color: #003768;  /* hover link color (secodary) */
        text-decoration: underline;
}


.div_header, .div_header_wide {
	height: 85px;
}


  
.customBar
{
	background: #3D8093;
}

.sf-menu 
{
	background: #3D8093;
}


.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {
	background:		#3D8093;
}
.sf-menu li li {
	background:		#3F8093;
}
.sf-menu li li li {
	background:		#3F8093;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active 
{
	background:		#024d6e;
}


/* For Help Center */
#panel 
{
	background: #D3E1E3;
}


/* For row striping in tables */
.alternateRow2
{
	background: #FFFFFF;
}

.alternateRow1
{
	background: #D3E1E3;
}

.slide {
	background: url(../images/btn-slide.png) no-repeat center -14px;
}

#breadcrumbbar
{
	top:134px;
}