html, body {
	margin: 0px;
	padding:0px;
	background-image:url(../images/bg.gif);
	color:#808080;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:778px;
	margin:0px auto;
	background-image:url(../images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:88px;
}

#logo {
	width:760px;
}

#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:20px;
	padding-top:10px;
}

#logo h1 a{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
}

#logo h4 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:50px;
}

#links ul {
	margin:0px; 
	padding-top:0px;
	padding-left:388px;
}

#links li{
	float:left;
	list-style-type:none;
	width:129px;
	height:25px;
	text-align:center;
	background-color:#F4A80A;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links li:hover{
	height:30px;
	margin-top:-5px;

}

#links a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
	font-weight: normal;
	text-decoration:none;
	
	float:left;
	width:129px;
	height:25px;
	text-align:center;
	background-color:#F4A80A;
}

#links a:hover{
	text-decoration:underline;
}

#mainimg {
	background-image:url(../images/main_img.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#mainimgtitlebig h2{
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#mainimgtitlebig h2 a{
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#mainimgtitlesmall h2{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#mainimgtitlesmall h2 a{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:539px;
	border-right:1px solid #BCBDBC;
}

#leftbar h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

#leftbar a {
	color:#EE8907;
	font-family:"Trebuchet MS";
	text-decoration:none;
}

#leftbar a:hover {
	color:#EE8907;
	font-family:"Trebuchet MS";
	text-decoration:none;
}

#leftbar h3{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#leftbar h4{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#797B7A;
	font-weight:bold;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar h4 a:hover{
	text-decoration: underline;
}

#rightbar {
	float:left;
	width:237px;
}

#rightbar h3{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}

.orangetext {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	padding-top:25px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#bottom a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#bottom a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#email {
	float:left;
	width:465px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
	padding-left:35px;
}

#email p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	padding-right:35px;
}

#validtext {
	float:left;
	width:278px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#bottomlinks {
	padding-bottom: 10px;
	width: 778px;
	background-color:#9BBE00;
}

#bottomlinks p{
	padding-left: 35px;
}

#joblist {
	float:left;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;;
	font-weight:normal;
	text-decoration:none;
}

#list {
	margin-left: auto; margin-right: auto;
	margin-bottom:10px;
	width: 750px;
	border-width: 2px; border-style: solid; border-color: #F4A80A; 
	text-align:center;
}

#list .linklist{
	text-align:left;
	color:#F4A80A;
}
#list .linklist a{
	color:#F4A80A;
}

.joblistline {
	background-color:#FFEBC2;
}

.joblistline_odd {
	background-color:#FFFFED;
}

#jobsearch h2 {
	color:#9BBE00;
	font-family:"Trebuchet MS";
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 30px;
	;
}

#list th {
	color:#FFFFFF;
	height:25px;
	background-color:#F4A80A;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

#jobsearch {
	padding-left:30px;
}

#jobsearch h3 {
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
}

.pagging {
	margin-left: auto; margin-right: auto;
}

.pagging table{
	margin-left: auto; margin-right: auto;
	margin-bottom:10px;
	width: auto;
	text-align:center;
}

.pagging th {
  color:#F4A80A;
}


.pagging th a{
  color:#F4A80A;
}


#googlebar iframe{
padding-left: 20px;
padding-top: 20px;
}
