/* Styles regarding the layout of the page itself is in this file */

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	color: #000000;
}

#outer{
	height:100%;
	min-height:100%;
	margin-left:180px;
	margin-right:180px;
	border-left:1px solid gray;
	border-right:1px solid gray;
	margin-bottom:-82px;
	color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:105px;
/* 	height:96px; */
	overflow:hidden;
	color: #000000;
	background: white url(/img/safdex/background_all_64colors.gif);

}
#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	margin-left:-179px;/*must be 1px less than width otherwise won't push footer down */
}

* html #left {
	padding-bottom:52px ;
	margin-right:-3px;
}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#left p {padding-left:3px;padding-right:2px}
#right p {padding-right:1px;padding-left:1px;}

#right {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	margin-right:-179px;/*must be 1px less than width otherwise won't push footer down */
}
* html #right {padding-bottom:52px ;margin-right:-180px;}/* stop float drop in ie */

#footer {
	width:100%;
	clear:both;
	height:80px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	color: #000000;
	text-align: center;
	position:relative;
	background: white;
}
* html #footer {/*only ie gets this style*/
	\height:82px;/* for ie5 */
	he\ight:80px;/* for ie6 */
}
#clearheader{
	height:117px;
}/*needed to make room for header*/
#clearfooter{clear:both;height:80px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {float:right;width:100%;position:relative;margin: 0 -0.5%;}
.outerwrap {
	float: left;
	width: 99%;
}

#outer_noleft {
	height:100%;
	min-height:100%;
	margin-left:0px;
	margin-right:180px;
	border-left:0px;
	border-right:1px solid #000;
	margin-bottom:-52px;
	color: #000000;
}


body {	font: 12px Arial, Helvetica, sans-serif; }

#left h3, #right h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	margin-bottom:0em;
  	background-color: #ffe5c7;
	text-align:center;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

#left h4 a { font-size:12px; font-weight:bold; }

#left h4 { margin-top: 8px; margin-bottom:8px; }
img { border:0px; }

#left { font-size:8pt; }

#left li a { text-decoration:none; color:#404040;}
#left li a:hover { text-decoration:none; background-color:#404040; color:white;}

.jobsearch ul, .joblist ul { margin: 5px 5px 10px 16px; padding:0px;}
.jobsearch li, .joblist li { margin: 0px; padding: 1px 0px 1px 0px;}
.jobmail, .present { border: 1px solid black; padding: 10px; background-color: #ffefdc; margin:5px;}
.jobmail h3, .present h3 {
	margin: 1px;
}

#centrecontent h2 {
	margin: 0px 0px 5px 0px;
}

#left_inner {
	padding:4px;	
}
