body
{
    height: 100%;
    font-family: Frutiger, Calibri, Consolas, Arial;
    font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #005b90;
}

/*html{ overflow: auto; height: 100%; }*/

img{border: 0px;}

h4{margin: 10px 0px 10px 0px;}

a, a:hover, a:visited{ color: #657fbc; }

/****************************  formatting styles  ********************************************/
.float-left{ float: left; }
.float-right{ float: right; }
.clear-float{ clear: both; }
.align-left{ text-align: left; }
.align-right{ text-align: right; }
.align-center{ text-align: center; }
.stretch{ position: absolute; top: 0px; bottom: 0px; }
.auto-width{ width: auto; }
.visible{ visibility:visible; }
.hidden{ visibility: hidden; }
.show{ display: inline; }
.noShow{ display: none; }
.bold{ font-weight: bold; }

/****************************  header styles ******************************************/
.siteWidth{ width: 868px; }
#siteWrapper
{
	background-color: White;
	margin: 15px auto 50px;
}

#hdrWrapper
{
	background-color: White;
}
	#hdrLogo
	{
		background: white url('images/new/Top-banner.jpg') no-repeat top left;
		width: 536px;
		height: 89px;
	}

#loginWrapper
{
	background: #3161ad url('images/new/Top-BarGradient.jpg') repeat-x;
	height: 26px;
	font-size: 12px;
}
	#loginWrapper a
	{
		color: White;
		text-decoration: none;
	}
	#loginWrapper a:hover{ text-decoration:underline;}
	#siteTitleText
	{
		font-family: Arial;
		margin-left: 15px;
		font-size: 22px;
		color: white;
		letter-spacing: 15px;
		width: 220px;
		float: left;
	}
	#accessWrapper
	{
		width: 470px;
		float: right;
		height: 21px;
		color: #fcbe28; 
	}
		#myWrapper
		{
			width: 390px;
			float: left;
			height: 19px;
			padding-top: 5px;
		}
		#CCHdr_jtUserName
		{ 
			margin-right: 5px; 
			font-weight: bold;
			font-size: 13px; 
		}
		#loginCtrlWrapper
		{
			width: 80px;
			background-color:White;
			float: right;
			height: 26px;
		}
		#loginCtrlWrapper a{color:Lime;}
		
#bodyWrapper
{
	position: relative;
}

/****************************  left nav styles ******************************************/
#navWrapper
{
	width: 171px;
	background: #2049a3 url('images/new/Left-Navigation-background.jpg') no-repeat top left;
	color: White;
	padding-top: 20px;
	font-size: 16px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	float: left;
}
#navWrapper h4
{ 
	color: #fcbe28; 
	font-size: 18px; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 5px; 
	margin-left: 20px;
}
#navWrapper ul
{
	/**/
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0px;
	
}
#navWrapper li
{
}
#navWrapper ul a
{
	display: block;
	text-decoration: none;
	color: White;
	padding-left: 30px;
}
#navWrapper ul a:hover
{
	background: #ffdf39 url('images/new/Navigation-highlight.jpg') repeat-x left;
	color: #6b718c;
}

#searchWrapper
{
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
}
	.searchTxt
	{
		color: #fcbe28; 
		font-size: 14px;
		padding-left: 3px; 
	}

/****************************  content styles ******************************************/
#contentWrapper
{
	margin: 0px 0px 0px 171px;
}

.contentHdrTxt
{
	color: #fcbe28;
	letter-spacing: 16px;
	font-size: 30px;
	padding-left: 20px;
	margin: 5px 0px;
}

.contentHdrImg
{
	height: 208px;
}

.contentAreaWrapper
{
	position: relative;
	width: 697px;
	background-color: #f4f4f4;
}

.contentArea
{
	width: 517px;
	padding: 10px;
	font-size: 13px;
	color: #78787a;
	top: 0px;
	bottom: 0px;
	position: relative;
	min-height: 350px;
	padding-bottom: 50px;
	background: #f4f4f4 url('images/new/CCContent-bg.gif') no-repeat bottom left;
	overflow: auto;
}

.OutdoorBG{background: #f4f4f4 url('images/new/OutdoorContent-bg.gif') no-repeat bottom left;}
.RadioBG{background: #f4f4f4 url('images/new/RadioContent-bg.gif') no-repeat bottom left;}

.extContentArea
{
	width: 677px;
	padding: 10px;
	font-size: 12px;
	top: 0px;
	bottom: 0px;
	position: relative;
	min-height: 409px;
	padding-bottom: 50px;
}

.secHdr
{
	font-size: 14px;
	font-weight: bold;
}

/****************************  resume builder styles ************************************/
.workflowRow
{
	color: White;
	background: #2151a3 url('images/new/Top-BarGradient.jpg') repeat-x;
}

/****************************  job list styles ******************************************/
.infoStrip
{
	width: 160px;
	background-color: White;
	left: 537px;
	top: 0px;
	bottom: 0px;
	position: absolute;
}

#jobListHdr
{
	color: #fcbe28;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 3px;
}

.infoStrip a{ text-decoration: none; color: #6a6a61; }
.infoStrip a:hover{ color: Black; }

/****************************  footer styles ******************************************/
#ftrWrapper
{
	height: 32px;
	background-color: #14244b;
	color: #6b718c;
	text-align: center;
	font-weight: bold;
}
#ftrWrapper ul
{
	list-style: none;
	margin: 0px auto;
	padding: 10px;
}
#ftrWrapper li
{
	display: inline;
}
#ftrWrapper ul a
{
	text-decoration: none;
	color: #6b718c;
}
#ftrWrapper ul a:hover
{
}


/****************************  legacy styles ******************************************/
.sans8
{
}

.sans9
{
}

.sans8bold
{
	font-weight: bold;
}

.sans10bold
{
	font-weight: bold;
}

.required
{
	color: Red;
	font-family: Verdana;
	font-weight: bold;
}

.errMsg
{
	color: Red;
}
