@charset "utf-8";
html,body{margin:0;padding:0;height:100%;}
body{font: 76% arial,sans-serif}
/*div#extra{background:#EFEFEF; border-bottom:solid 1px #DEDEDE;}
*/div#extra{background:#ffffff;}
div#extra{clear:both;width:100%}
#containerf{
	margin:0 auto;
	text-align:left;
	min-height:100%;
	position:relative;
	width:100%;
		height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#footerf {
   font: .75em/normal "Lucida Sans", "Lucida Grande", sans-serif;
   bottom:0;
   width:100%;
   height:200px;   /* Height of the footer */
   background-color:#333;
   position:absolute;
  
}


.container {
	width: 97%;
	margin: 0 auto;
}
.fluid {
	width: 100%;
	float: left;
}
#features {
	background: #f4f4f4;
}
#another_row {
	background: #ddd;
	padding: 20px 0;
	text-align: center;
}
#features .container div {
	width: 45%;
	padding: 20px 0;
	float: left;
	color: #222;
}
#features .container div h2, #features .container div p {
	padding: 0 20px 0 0;
}
#content {
	background: #fff;
	padding: 20px 0;
	margin: 0;
	min-width:97%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}
#footer {
	padding: 25px 0;
	text-align: center;
   bottom:0;
   width:100%;
   background-color:#333;
}

	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footerf p {
		margin:0;
		padding:10px;
	}
	
	
a:link, a:hover, a:focus { color: #c6762f; }
a:visited { color: #aaa; }
p { margin-bottom: 1em; }

.equal {
margin: 0 auto;
clear:both;
padding:10px;
}

.row {  
padding:5px;
}

.row div {
float:left;
}

.hotjob {
	color: #FFFFFF;
	font-weight: bold;
}
.rbroundbox { background:#DBDBDB; repeat; }
.rbtop div { background: url(images/topborder_01.gif) no-repeat top left; }
.rbtop { background: url(images/topborder_03.gif) no-repeat top right; }
.rbbot div { background: url(images/topborder_07.gif) no-repeat bottom left; }
.rbbot { background: url(images/topborder_09.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }
