/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

font / color / spacing styles

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
body properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	body	{background-color: #fffff;  font-family: Arial, Helvetica, sans-serif;  margin: 0px 0px 0px 0px;}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
html tag properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	h1				{font-size: 1em;  font-weight: bold;	margin: 2px 0px 12px 0px;}
	h2				{font-size: .9em; font-weight: bold;	margin: 2px 0px 12pxx 0px;}
	h3				{font-size: .8em; font-weight: bold;	font-style: italic;	margin: 2px 0px 12px 0px;}
	p				{font-size: .8em;	margin: 2px 0px 12px 0px;}
	blockquote		{font-size: .8em;	margin: 2px 0px 10px 25px;}
	ul				{margin-top: 0px;}
	li				{font-size: .8em;	margin: 2px 0px 6px 0px;}
	b				{font-weight: bold;}
	i				{font-style: italic;}
	form			{margin: 2px 0px 2px 0px;}
	
	input			{font-size: .8em;}
	input.blue		{background-color: #2e406b;  color: #ffffff;  cursor: pointer hand;  font-size: .6em;  font-weight: bold; vertical-align: middle;  width: 24px;	height: 22px;}
	input.header	{vertical-align: middle;}
	input.submit	{background-color: #2e406b;  color: #ffffff;  cursor: pointer hand;  font-size: .6em;  font-weight: bold; vertical-align: middle;  width: 56px;	height: 22px;}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
standard text properties

**Developer's Note**

These styles must not be embedded within the any of the html
tags defined above.  They must be within their own <span> tags.

Example:

<span class="textXLarge">Some Text</span><br /><br />
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	.textSmall				{font-size: .7em;}
	.textSmallBold			{font-size: .7em; font-weight: bold;}
	.text					{font-size: .8em;}
	.textBold				{font-size: .8em; font-weight: bold;}
	.textBoldWhite			{font-size: .8em; font-weight: bold; color: #ffffff;}
	.textLarge				{font-size: .9em;}
	.textXLarge				{font-size: 1em;}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
special text properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	.pageTitle			{font-size: 1.2em;  font-weight: bold;}
	.textSmallWhite		{font-size: .7em; }
	.textLargeHeight	{font-size: .9em; line-height: 17px;}
	.textHeight			{line-height: 17px;}
	.textLargeWhite		{font-size: .9em; color: #ffffff; font-weight: bold; }
	.textLargeTan		{font-size: .9em; color: #989671; font-weight: bold; }


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
special spacing properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	.textPadLeft			{padding-left: 35px;}
	.textPadRight			{padding-right: 20px;}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
standard link properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	a:link					{font-size: 10pt;	color: #356699;	text-decoration: underline;}
	a:hover					{font-size: 10pt;	color: #356699;	text-decoration: underline;}
	a:active				{font-size: 10pt;	color: #356699;	text-decoration: underline;}
	a:visited				{font-size: 10pt;	color: #356699;	text-decoration: underline;}

	a.linkBold				{font-size: 10pt;	color: #356699;  font-weight: bold; text-decoration: underline;}
	a.linkBold:active		{font-size: 10pt;	color: #356699;  font-weight: bold; text-decoration: underline;}
	a.linkBold:hover		{font-size: 10pt;	color: #356699;  font-weight: bold; text-decoration: underline;}
	a.linkBold:visited		{font-size: 10pt;	color: #356699;  font-weight: bold; text-decoration: underline;}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
special link properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	a.linkSmall				{font-size: 8pt;	 color: #356699;  text-decoration: underline;}
	a.linkSmall:visited		{font-size: 8pt;	 color: #356699;  text-decoration: underline;}
	a.linkSmall:hover		{font-size: 8pt;	 color: #356699;  text-decoration: underline;}
	a.linkSmall:active		{font-size: 8pt;	 color: #356699;  text-decoration: underline;}

	a.linkSmallWhite			{font-size: 8pt;	 color: #ffffff;  text-decoration: underline;}
	a.linkSmallWhite:active		{font-size: 8pt;	 color: #ffffff;  text-decoration: underline;}
	a.linkSmallWhite:hover		{font-size: 8pt;	 color: #ffffff;  text-decoration: underline;}
	a.linkSmallWhite:visited	{font-size: 8pt;	 color: #ffffff;  text-decoration: underline;}
	
	a.linkSmallWhiteBold			{font-size: 8pt;	 color: #ffffff;  font-weight: bold;	text-decoration: none;}
	a.linkSmallWhiteBold:active		{font-size: 8pt;	 color: #ffffff;  font-weight: bold;	text-decoration: none;}
	a.linkSmallWhiteBold:hover		{font-size: 8pt;	 color: #ffffff;  font-weight: bold;	text-decoration: none;}
	a.linkSmallWhiteBold:visited	{font-size: 8pt;	 color: #ffffff;  font-weight: bold;	text-decoration: none;}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

layout styles

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
utility
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	.spacer
		{
		clear: both;
		margin: 0px 0px 0px 0px;
		}
	
	#contentCenter
		{
		width: 763px;
		background-color: #ffffff;
		}
	
	
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
top banner section
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	#banner
		{
		width: 763px;
		border-top: 0px solid #ffffff;
		background-color: #ffffff;
		overflow: auto;
		}

			#bannerLeft
				{
				float: left;
				border-left: 6px solid #ffffff;
				padding: 0px 100px 0px 0px;
				}

			#bannerMiddle
				{
				float: left;
				padding-top: 20px;
				}

		#bannerPhoto {
			width: 751px;
		margin: 1px 0 0 1px;
		background-color: #ffffff;
			}
			
		#navLinks{
			display:none;
		}



			
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
navigation section

**Developer's Note**

overflow: auto; 

Allows for cross-browser compatibility between IE and 
Netscape/Mozilla browsers.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
search breadcrumb section
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	#searchBreadcrumb
		{
		width: 751px;
		background-color: #ffffff;
		border-top: 1px solid #ffffff;
		border-left: 6px solid #ffffff;
		border-right: 6px solid #ffffff;
		}
		
	#search
		{
		display: none;
		}
		
			#searchContainer
				{			
				}
			
	#breadcrumb
		{
		width: 539px;
		background-color: #ffffff;
		border-left: 5px solid #ffffff;
		text-align: left;
		float: left;
		}
		
			#breadcrumbContainer
				{
				width: 539px;
				padding: 10px 0px 10px 0px;
				}
				
		#navigation
		{
		display:none;
		}
			
			
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
main content section
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*=-=-=-=-=-=-= 1 column =-=-=-=-=-=-=*/


	#main1Col
		{
		width: 763px;
		text-align: left;
		margin-bottom: 6px;
		border-top: 20px solid #ffffff;
		border-bottom: 40px solid #ffffff;
		background-color: #ffffff;
		}

			#main1ColContent
				{
				width: 719px;
				border-left: 12px solid #ffffff;
				background-color: #ffffff;
				}
				

/*=-=-=-=-=-=-= 2 column =-=-=-=-=-=-=*/


	#main2Col {
			width: 751px;
			text-align: left;
			margin-bottom: 6px;
			padding: 15px 6px 40px 6px;
			background-color: #ffffff;
			}
			
			#main2ColLeft {
				width: 650px;
				float: left;
				padding: 0px 10px 0px 10px;
				background-color: #ffffff;				
				text-wrap: normal;
				}
		
			#main2ColRight {
				display:none;
			}
			
			
	
	#main2ColEmp {
			width: 751px;
			text-align: left;
			margin-bottom: 6px;
			padding: 15px 6px 40px 6px;
			background-color: #ffffff;
			}
			
			#main2ColLeftEmp {
				width: 415px;
				float: left;
				padding: 0px 10px 0px 10px;
				background-color: #ffffff;				
				text-wrap: normal;
				}
		
			#main2ColRightEmp {
				width: 290px;
				float: right;
				padding-right: 10px;
				background-color: #ffffff;
			}
			
			
			
	#rightNavigationTop {
				width: 195px;
				height:20px;
				margin: 0px 0px 0px 0px;
				background-color: #2E406B;
				padding: 4px 0px 0px 5px;
				color: #ffffff;
				font-size: .8em;
				font-weight:bold;
				text-align:left;
				border-bottom: 5px solid #ffffff;
				}
			
			#rightNavigation {
				width: 190px;
				
				margin: 0px 0px 0px 0px;
				background-color: #ededed;
				}
						
			/* left sub-navigation Unordered List */
						
				#rightNavigation ul {
					list-style-type: none;
					margin: 0 0 1em 0;
					padding: 0 0 0 5px;
					color: #7396BD;
					line-height: 25px;
					}
						
				#rightNavigation ul li a {
					background: transparent;
					margin: 0 0 1em 0;
					padding: 0 0 0 0;
					font-size: .8em;
					color: #356699;	
					}
						
				#rightNavigation ul li a:hover {
					background: transparent;
					margin: 0 0 1em 0;
					padding: 0 0 0 0px;
					font-size: .8em;
					color: #7396BD;	
					}
					
				#rightNavigation ul li a:visited {
					background: transparent;
					margin: 0 0 1em 0;
					padding: 0 0 0 0px;
					font-size: .8em;
					color: #356699;				
					}
					
				
				
				
			.rightSideBarTop {
				width: 180px;
				height:20px;
				margin: 0px 0px 0px 0px;
				background-color: #2E406B;
				padding: 4px 0px 0px 5px;
				color: #ffffff;
				font-size: .8em;
				font-weight:bold;
				text-align:left;
				border-bottom: 5px solid #ffffff;
								}
			
			.rightSideBar {
				width: 180px;
				border: 1px solid #ededed;
				padding: 0px 5px 0px 5px;
				background-color: #ededed;
				font-size: 1em;
				
				}
			
				
				/* next steps */
				
				#leftNextSteps  p {
					width: 200px;
					border: 5px solid #6b8fb5;
					margin-bottom: 1px;
					background-color: #6b8fb5;
					color: #fff;
					font-weight: bold;
					font-size: .8em;
					}
									
						#leftNextStepsContent {
							width: 200px;
							border: 5px solid #ededed;
							margin-bottom: 0 0 20px 0;
							background-color: #ededed;
							}
							
	table.wages {
		margin: 5px 0 5px 35px;
		background-color:#ebebeb;
		width:300px;
		border: 1px solid #ebebeb;
	}
	
	table.wages td {
		font-size: .8em;
		width: 100px;
	}
					
			
				
				
											
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
footer
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


	#footerContainer
		{
		width: 650px;
		height: 30px;
		margin-top: 6px;
		border-top: 5px solid #ffffff;
		border-bottom: 5px solid #ffffff;
		background-color: #ffffff;
		float:left;
		}

			#footerContainerContent
				{
				width: 650px;
				height: 31px;
				color: #ffffff;
				vertical-align: middle;
				background-color: #7F7D60;
				
				}
			
					#footerContainerContentLeft
						{
						color: fff;
						float: left;
						border-left: 6px solid #ffffff;
						padding: 3px 0 0 0;
						}
						
					#footerContainerContentRight p
						{
						font-size: .7em;
						color: fff;
						float: right;
						border-right: 6px solid #ffffff;
						padding: 3px 0 0 0;
						}