@charset "utf-8";
/* CSS Document */

@import url("global/reset.css");
@import url("global/fonts.css");


a{
	color: #0090cc;
	text-decoration: none;
}



#wrapper{
	margin: 0 15px;
}




#mainMenu, #breadcrumbs, #jobs, #leftContent, #rightContent, #topSection, #headerSection, #helpOptions, #AT{
	display: none;
}

#logo{
	text-align: left;
	padding-bottom: 5pt;
	margin-bottom: 25pt;
	border-bottom: 1px solid #000;
	width: 100%;
}

#logo a,#logo a img {
	border: none;
}

.headerBanner{
	margin-bottom: 25pt;
}


#footer{
	margin-top: 25pt;
}
#footer ul{
	text-align: left;
	margin: 0 0 0 -10px;
}

#footer ul li{
	 list-style: none;
	 display: inline;
}

#footer ul li{
	padding: 0 10px;
	background: url(../../images/footer_line.gif) no-repeat center right;
}

#footer ul li.lastChild{
	background: none;
}

#footer ul li a{
	color: #67695e;
}

#rightContent{
}

#rightContent h2{
	margin-top: 0;
}
