body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/common/bg.gif);
}

/* jobs*/

#jobtitle {

	font-size: .8em;
	font-weight:bold;
	margin-top: 1em;
	margin-bottom: .5em;
    color:#666666;
}


/* menu */

#menuBar {
	position: absolute;
	top: 76px;
	left: 0px;
	z-index: 1000;
	font-size: 10px;
}

div.menuTrigger {
	float: left;
	z-index: 120;
	top:0px;
	left:0px;
}

div.menuInner {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	width: 200px;
}

.menuOuter {
	display:none;
}

div#menu1Content {
	width: 196px;
}

div#menu2Content {
	width: 200px;
}

div#menu3Content {
	width: 247px;
}

div#menu4Content {
	width: 247px;
}
div#menu5Content {
	width: 80px;
}


.menuInner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menuInner li {
	border-bottom: 1px solid #fff;
	margin: 0;
}

.menuInner li a {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 6px;
	width: 100%;
}
	
html>body .menuInner li a {
	width: auto;
}

.menuInner li a:link, .menuInner li a:visited {
	color: #333;
	background: #ccc url(../images/common/menu_bullet.gif) right no-repeat;
	filter: alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: .85;
	-khtml-opacity: .85;
}
	
.menuInner li a:hover {
	color: #fff;
	background: #c00 url(../images/common/menu_bullet.gif) right no-repeat;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}



	
/* positioning */

.Outer, .OuterWhite {
	width: 768px;
}

#header { 
	background-image: url(../images/common/bg_header.gif);
	background-repeat: repeat-y;

}


#Masthead {
	float: right;
	width: 302px;
}

#PageTitle {
	float: left;
	width: 466px;
	background: #fff url(../images/common/bg_top.gif) no-repeat top right;
}

#Navigation {
	float: right;
	width: 302px;
	margin-bottom: 0px;
}

#Content {
	float: left;
	width: 466px;
	background-color: #fff;
}

#Content .inner {
	padding: 6px 22px 26px 22px;
}
