/* GLOBAL ELEMENTS */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0px 20px;
	background-image: url(../img/bg.gif);
	

}
.cleaner {
	clear:both;
	font-size:1px;
	border:none;
	margin:0px;
	padding:0px;
	display: block;
}
h1 span { 
	display: block; 
	position: relative; 
	z-index: 1; 
} 
h1 { 
	color: #C00;
	font-size: 14px; 
	overflow:hidden;
	color:#50565B
}
h2 {font-size: 1.0em; margin:0px;padding:0px;color:#50565B}
p, table, ul,ol {
	font-size: 0.8em;
}
p {margin: 5px 0 15px 0;line-height: 1.3em;}
/* GLOBAL LAYOUT */
#container {
	width: 770px;
	text-align: left;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 5px;
	background-color: #FFF;
}
#container2 {
	border: 5px solid #50565B;
	width: 760px;
	background-image: url(../img/bg_left2.gif);
	background-repeat:repeat-y;
	background-position: left;
	
}
#lhs {
	background-color: #50565B;
	width: 225px;
	float: left;
	padding: 0px;
	height: 500px;
	
}


#lhs a {
	color: #FFF;
}
#rhs {
	float: right;
	width: 520px;
	position: relative;
}
/* HEADER */
#logo, #logo span{
	width:225px;
	height:40px;
	background-image: url(../img/logo.gif);
	background-repeat:no-repeat;cursor:pointer;
	margin:0px;}
#dgreen {
	background-color: #8A8F68;
	height: 35px;
	border-top: 1px solid #CCC;
	background-image: url(../img/bg_left.gif);
	background-repeat:no-repeat;
	background-position: left;
}
#date {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 0.8em;
}
#strip {
	height: 35px;
	position:absolute;
	top: 50px;
	left: 0px;
	border-top: 1px solid #CCC;
	background-image: url(../img/bg_strip.gif);
	background-repeat:repeat-y;
	background-position: center; 
	width: 100%;
}
* html #strip, * html #dgreen {height: 36px;}
#default #hometext {float:right;margin-top: 10px; width: 400px; text-align:right;font-size: 1.8em;}
/* FOOTER */
#footer{
	width:755px;
	height: 30px;
	font-size: 0.7em;
	border-top: 1px solid #CCC;
	margin: 0 auto 0 auto;
	text-align:right;
	padding: 0px 5px 0 0;
	background-image: url(../img/foot_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}
	
/* CONTENT */
#address {
	font-size: 0.8em;
	padding: 15px;
	position: absolute;
	bottom: 35px;
	text-align: right;
	color:#FFF;
}
#address span {font-size:0.85em;color:#CCC;}
#content {
	float: left;
	width: 490px;
	padding: 5px 10px 10px 15px;
	margin-bottom: 10px;
}
* html #content {
	width: 520px;
}
.right {float:right;margin: 0}
.logoleft {float:left;margin: 5px 15px ;}
#back {
	font-size: 0.9em;
	color: #999;
}
#back a {
	text-decoration:none;
}
#back:hover {
	color: #666;
	text-decoration:none;
}
#pics {
	float: right;
	width: 100px;
}
#pics img {margin: 2px 0;}
/* Navigation Drop Down Menu */
#nav {
text-align:right; 
}
#dmenu {
	margin: 1px 0 0 0;
	padding: 0px;
	height: 25px;
	width: 150px;
	z-index: 100;
	float:right; 
}
.topmenulifirst, .topmenuli {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 25px;
	text-align:right;
}
.topmenulilast {
	list-style-type: none;
}
.topmenutitle {
	color: #D3D5D6;
	margin: 0px;
	padding: 1px 15px 1px 0px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	text-align: right;
	font-size: 1.0em;
	text-transform: capitalize;
	font-weight: bold;
	border-bottom: 1px solid #64695F;
	display: block;
}
.topmenulifirst .topmenutitle {
	padding-left: 22px;
}

.topmenutitle:visited {
	color: #D3D5D6;
	text-decoration: none;
}
.topmenutitle:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
#dmenu>li .topmenutitle:hover {
	display: block;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
	z-index: 6000;
	clear: left;
	
	
}
#jobadvert{position: absolute;border:0px;top:250px;left:40px;padding:0px;margin:0px;}

a, a:hover, a:visited{color:#0000FF;}