@charset "utf-8";

*
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

body
	{
	background: #333333 top left repeat-x url(../Images/various/txthire2.jpg);
	font: 10px / 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

.site_wrapper
	{
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	overflow: visible;
	}

div.header
	{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	}

.failureNotification
{
	float:right;
	color:#FF0000;
}
	
.section
	{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	}
	
.footer
	{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
/*	display: block;	*/
	}

#content, #content_right
	{
	background: #FFFFFF;
	color: #808080;
	}

#menu_left li, #menu_top li, .tabs li
	{
	list-style: none;
	}


#footer_menu
	{
	float: left;
	width: 460px;
	margin: 20px 115px 0 115px;
	padding: 15px 15px 15px 15px;
	height: auto;
	background: #003F70;
	display: none;
	}
	
#footer_menu .section
	{
	width: 150px;
	float: left;
	}
	
#footer_menu ul
	{
	height: auto;
	width: 100%;
	}
	
#footer_menu li
	{
	list-style: none;
	}

#footerLeft
{
	float: left;
}


#footerRight
{
	float: right;
}

#copyright
	{
	float: left;
	width: 480px;
	margin: 20px 115px 20px 115px;
	padding: 0 10px 0 0;
	height: auto;
	}

#content, #footer_menu
	{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}

#footer_menu h2
	{
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #4B91C2;
	margin-bottom: 5px;
	cursor: default;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	
#footer_menu a
	{
	text-decoration: none;
	color: #A6BCCD;
	}
	
#footer_menu a:hover
	{
	color: #FFFFFF;
	}
	
#copyright
	{
	color: #A6C1D3;
	text-align: right;
	}
	
#copyright a
	{
	color: #A6C1D3;
	}
	
#copyright a:hover
	{
	color: #FFFFFF;
	text-decoration: underline;
	}

.nonClass
{
	font-style: italic;
	text-decoration: underline;
	text-decoration: overline;
}