/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color:#B4B4B4;
}
a 			{color:#BE2A40;cursor:pointer;}
a:link		{color:#BE2A40;text-decoration:none;}
a:visited	{color:#0000A0;text-decoration:none;}
a:hover		{color:#ff0000;text-decoration:underline;}
a:focus		{color:#07F;text-decoration:underline;}
a:active	{color:#F00;text-decoration:underline;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		auto;
	max-width:	1003px;
	min-width:  779px;
	margin: 	0 auto;
	padding:	0;
	text-align: left;
	background-image:url(../statimages/main_back.gif);
	background-position:100% 0;
	background-repeat:repeat-y;
	background-color:#FFF;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock
{
	clear:  		both;
	min-height: 	57em;
	position:   	relative;
	margin-top: 	0em;
	border-top:1px solid #CCC; /* combines with border on NavTop to make 2px #CCC line */
}
#contentColumn  	/* The big wahoonie */
{
	margin:0 160px 0 160px;
	line-height:1.2em;
	z-index:1;
	position:relative;
}
#leftColumn {
	position:absolute;
	top:10px;
	left:10px;
	width:140px;
	line-height:1.2em;
	text-align:left;
}
#rightColumn {
	position:absolute;
	top:0px;
	right:0px;
	width:160px;
	line-height:1.2em;
	text-align:right;
}

#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			10px 0 0 0;
	background-color:   #A00000;
	font-size:  		10px;
	color:  			#fff;
	line-height:		1.4em;
	border-top:2px solid #CCC;
}
#bookmarks
{
	clear:  			both;
	text-align: 		center;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
	background-color:	#B4B4B4;
}

/* *** HEADER *** */

h1{
	font-size:0.7em;
	margin:0;
	padding:1px 4px 2px 4px;
	white-space:nowrap;
	background-color:#CD8D12;
	text-align:center;
}
h1 a, h1 a:hover {color:#FFF !important;}

#headerFlash {
	height:74px;
	width:auto;
	background-image:url(../statimages/me_01.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	text-align:right;
}
#headerFlash * {
	width:299px;
	margin-left:auto;
}

/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	clear:both;
    text-align:left;
	height:42px;
	border-bottom:1px solid #CCC; /* combines with border on NavTop to make 2px #CCC line */
}

/* *** LEFT/RIGHT COLUMNS *** */

#rightColumn img {
	border-bottom:1px solid #FFF;
	display:inline;
}
#rightColumn p {
	margin:0.5em 10px;
	text-align:justify;
	color:#FFF;
	font-size:11px;
	line-height:1.3em;
}
#leftColumn {
	font-size:  			1em;
}
#leftColumn h2 {
	line-height:20px;
	background-color:#A51934;
	margin:0;
	padding:0 0 0 20px;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	border:1px solid #CCC;
	background-image:url(../statimages/scratch.gif);
	background-repeat:no-repeat;
	background-position:5px 50%;
}
#leftColumn h2.t2 {
	background-color:#CD8D12;
}
#leftColumn h2.RSS {
	background-image:url(../statimages/left_feed.gif);
}
#leftColumn .boxBody, #leftColumn address {
	line-height:1.3em;
	font-style:normal;
	background-color:#fff;
	color:#000;
	margin:0 0 10px 0;
	padding:7px;
	font-size:10px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#leftColumn .boxBody a, #leftColumn address a {
	text-decoration:underline;
}
#leftColumn address span {
	display:block;
	float:left;
	clear:left;
	width:35px;
	text-align:right;
	padding-right:8px;
}

#leftColumn ul {
	line-height:1.2em;
	font-size:10px;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, Times, sans-serif;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

#leftColumn .hothotPositions {
    overflow:auto;
/*
	height:200px;
*/
}

#leftColumn ul li {
	margin:0;
	padding:1px;
}
#leftColumn ul li a {
	display:block;
	color:#444;
	background-color:#FFF;
	padding:1px 2px;
	text-decoration:none;
}
#leftColumn ul li a:hover {
	color:#FFF;
	background-color:#A00;
	text-decoration:none;
}

/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#fff;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#fff;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #fff;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  				#000;
	text-decoration:		none;
}


/* *************** BASIC PAGE LAYOUT *************** */

#contentColumn .textContent {
	font-size:0.8em;
	padding:5px 5px 10px 10px;
	line-height:1.4em;
}
#contentColumn .textContent h2 {
	line-height:1.2em;
	min-height:44px;
	background-image:url(../statimages/h2_logo.gif);
	background-repeat:no-repeat;
	font-size:2em;
	font-weight:bold;
	margin:1em 10px 15px 0;
	padding:12px 0 0 60px;
	color:#000;
	font-family:arial,helevtica,sans-serif;
	border-bottom:1px solid #ccc;
}
#contentColumn .contentArea {
	padding:0 10px;
}

#positionTable, .positionTable {
	margin:1em 0;
	border-collapse:collapse;
	width:100%;
}
.positionTable {
	margin:0;
}
#positionTable td, .positionTable td, #positionTable th, .positionTable th {
	border:1px solid #000;
}
.positionTable td
{
	padding: 4px;
}
.positionTable td input[type=text]
{
	width: 252px;
}
.positionTable td ul
{
	 float:left;
	 padding:0;
	 margin:0 12px 0 0;
}
.positionTable td ul li
{
	list-style-type: none;
}
#positionTable th, .positionTable th {
	text-align:left;
	padding:7px 9px;
	background-color:#A51934;
	color:#FFF;
	font-size:1.2em;
}
#positionTable td.c1, .positionTable td.c1 {
	vertical-align:middle;
	width:78px;
	padding:2px 8px;
	background-color:#ccc;
	text-align:center;
}
#positionTable td.c2, .positionTable td.c2 {
	vertical-align:middle;
	text-align:left;
	padding:0;
	font-size:95%;
}
#positionTable td.c2 a, .positionTable td.c2 a {
	color:#000 !important;
	text-decoration:none !important;
}

#positionTable th.c3, .positionTable td.c3, #positionTable th.c4, .positionTable td.c4 {
	text-align:center;
	width:50%;
}
#positionTable td.c4, .positionTable td.c4 {
	vertical-align:middle;
	text-align:left;
	padding:2px 8px;
	background-color:#ccc;
}
#positionTable td.c5, .positionTable td.c5 {
	vertical-align:middle;
	text-align:center;
	padding:2px 8px;
}

ul.feedList ul {margin-bottom:1em;}


/************************************************/

#positionTable tr td.allnightlo_ongallniyiyight {
	border-bottom:1px solid #000;
}

#positionTable a.fullJob {
	display:block;
	text-align:left;
	padding:4px 8px;
	font-size:95%;
	color:#000 !important;
	text-decoration:none !important;
	border:1px solid #FFF;
}
#positionTable a.fullJob:hover {
	border:1px solid #CC8C11;
	background-image:url(../images/fade.png);
	background-repeat:repeat-x;
	background-position:0 100%;
}


#positionTable a.tanzwut {
	padding:4px;
	display:block;
	color:#000 !important;
	text-decoration:none !important;
	border:1px solid #FFF;
	background-repeat:repeat-x;
	background-position:0 100%;
}
#positionTable a.tanzwut:hover {
	background-image:url(../images/fade.png);
	background-repeat:repeat-x;
	background-position:0 100%;
	border:1px solid #CC8C11;
}

/*************************************************/

#socialMedia  {
	list-style:none;
	float:right;
	margin:0 !important;
	padding:0 !important;
}	

#socialMedia li {
	float:left;
	margin:0 !important;
	padding:0 !important;
}
#jobAlerts {
    background-image: url("../images/black.png");
    background-position: left top;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

