﻿/*
* Header
* Container for the complete header
*/
#Header
{
	background:#0d3692 url(../Images/SFS.HeaderFooter/bgHeader.jpg) repeat-x top; 
	height:85px; 
	border-bottom: solid 3px #ccc;
}

#Header a, #Footer a
{
	color:#fff;
}

/* Wrapper and Image for GOA */
#Header #LogoTitleWrap
{
	height:28px;
	
	float:left;
	padding:25px 0 26px 27px; 
}

/* Text beside logo */
#Header #LogoTitleWrap ul
{
	list-style:none;
	
	margin:0; 
	margin-left:250px;
	padding:0;
}

/* link with logo image */
#Header #GOALink
{
	text-decoration:none;
	background-image: url(../Images/SFS.HeaderFooter/ABGovernmentLogo.png);
	background-repeat:no-repeat;
	background-position: top left;
	height:42px;
	width:130px;
	border: 0; 
	border-right:2px solid #4576ae;

	float:left;
	display: inline-block;
	padding: 0 11px 6px 0;
	margin-right: 11px;
	margin-left: 30px;
}

/* Title for app */
#Header #SiteTitle
{
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	font-size:1.6em;
	letter-spacing:1px;
	
	margin-top:-2px;
	padding:0px;
} 

/* sub title for app */
#Header #SubTitle 
{
	text-align:left;
	color:#ffffff;
	font-weight:normal;
	font-size:.9em;
	letter-spacing:1px;
    font-style: italic;
	
	margin-top:-4px;
} 

/* Wrapper and image and text links for header */
#Header #HeaderNavWrap
{
	float:right; 
	padding: 10px 15px 0 0; 
}

/* generic style for header menu items image */
#Header ul li Img
{
	vertical-align:middle;
}

/* generic style for header menu items link */
#Header ul li a
{
	vertical-align:middle;
}

/* generic style for header menu items hover event */
#Header ul li a:hover
{
	text-decoration:none;
}

/* header navigation unorderedlist */
.headerNav
{
	list-style:none; 
	text-align:right; 
	vertical-align:bottom;

	margin:7px 0px 0px 0px;
}

/* individual item container */
.headerNavItem
{
	display:inline; 
	padding-left:5px;
}

/* image inside of header nav item */
.headerNavItem img
{
	padding-right:3px;
}

/* header navigation item without image */
#QuickNav
{
	list-style:none; 
	text-align:right; 
	margin:7px 0px 0px 0px;
	vertical-align:bottom;
}

/* target first item to not have a border */
#QuickNav li:first-child
{
	border-left:0;
}

/* header nav item without image */
#QuickNav li
{
	border-left:2px solid #4576ae;
	display:inline; 
	padding:0px 0 2px 5px;
}

/* Footer Information */
#Footer
{
	background-color:#0d3692;
	background-image: url(../Images/SFS.HeaderFooter/bgFooter.jpg);
	background-repeat:repeat-x;
	color:#fff; 
	height:23px;

	clear:both;	
	padding: 25px 0 0 20px;
}

#Footer div#Logo
{
	background-image: url(../Images/SFS.HeaderFooter/canada_t_blue.png);
	background-repeat:no-repeat;
	height:19px;
	width:75px;
	
	float:left; 
	margin-left: 7px;
}

#Footer div#Text
{
	float:right; 
	padding-top: 2px;
	padding-right:15px;	
}

#Footer div#Text #CopyrightDisclaimer
{
	padding-right: 7px;
}

#Footer #ContactUs 
{
	padding-right: 7px;	
}

#ContactUs 
{
	padding-right: 7px; 
	margin-right: 7px; 
	padding-left: 7px; 
	border-right: solid 1px #4576ae

}

#Footer div#Text #PrivacyStatement
{
	padding-right: 7px; 
	margin-right: 7px; 
	padding-left: 7px; 
	border-left: solid 1px #4576ae; 
	border-right: solid 1px #4576ae
}