/* <DIV> Containing the entire navigation system */
#divMenu {
	position:absolute;
	top:155px;
	left:8px;
	text-align:left;
	font-size:110%;
	width:220px;
	height: 154px;
	z-index: 100;
	color: #FFFFFF;
}
/* Menu Button Styles */
#divMenu a.aMenuButton, #divMenu a.aMenuButtonDown {
background-color: #bdb386;
border: 1px solid #5B667B;
border-top: none;
padding: 2px 0px 2px 25px;
font: bold small-caps 90% Verdana, Arial, Helvetica, sans-serif;
color: #FF0000;
text-decoration: none;
background-repeat: no-repeat;
background-position: 3px 50%;
display: block;
}
/* Set menu button's image */
#divMenu a.aMenuButton {
background-image: url(assets/images/inactive.gif);
}
/* Change menu button's image on hover and when down */
#divMenu a.aMenuButton:hover, #divMenu a.aMenuButtonDown {
background-image: url(assets/images/expand.gif);
}

/* Submenu Styles */
div.divSubMenu {
background:#FFFFFF;
color:#333333;
text-indent: 18px;
padding: 5px;
border: 1px solid #5B667B;
font-size:90%;
display: none;
}

/* Submenu link styles */
div.divSubMenu a{
font: normal 80% Verdana, Arial, Helvetica, sans-serif;
color: #666699;
background: transparent;
text-decoration: underline;
display: block;
}
div.divSubMenu a:hover{
color: #9595B9;
background: transparent;
text-decoration: none;
}

/* Other Submenu styles */
div.divSubMenu h1{
text-indent:2px;
margin-top:3px;
font-size:100%;
}


/* Common Styles */
body{
margin:0px;
background: #FFFFFF;
color:#333;
padding:0px 0px 20px 0px;
}
body,p,td,h1,h2,h3,h4,h5,h6{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6{
font-weight:bold;
margin:0px;
}
h1{
font-size: 115%;
color: #7B83B5;
background: transparent;
border-bottom: 1px solid #BDCF73;
font-variant: small-caps;
margin: 0px 10px 0px 10px;
padding: 0px 5px 0px 5px;
}
a:link{
color: #000;
background-color:transparent;
}
a:visited{
color: #666666;
background-color:transparent;
}
a:hover{
	text-decoration:none;
	color: #000099;
}
a:active{
color: #BDCF73;
background-color:transparent;
}
.top {
	background-attachment: fixed;
	background-image: url(/assets/images/progress_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}



#content{
	position: absolute;
	top : 120px;
	left : 243px;
	width : 410px;
	height: 440px;
	z-index: 2;
	background-color: #ada990;
	padding-right: 10px;
	padding-left: 10px;
	
}

#contentJobs {
	position: absolute;
	top : 120px;
	left : 240px;
	width : 630px;
	height: 442px;
	z-index: 2;
	padding-right: 10px;
	padding-left: 10px;
	visibility: visible;
	background-color: #655019;
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 100%;
	text-align: justify;
	
}
#contentRight {
	position: absolute;
	top : 119px;
	left : 683px;
	width : 205px;
	height: 200px;
	background-color: #e7e7d6;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-right: 40px;
	margin-left: 2px;
}
#MenuBg {
	position: absolute;
	top : 119px;
	left : 3px;
	width : 220px;
	height: 301px;
	background-color: #FFFFFF;
	z-index: 1;
}
#contentBottomRight {


	position: absolute;
	top : 341px;
	left : 686px;
	width : 205px;
	height: 210px;
	
	  background-color: #999;
}
.reasons {
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	color: #000066;
}
.text4Jobs {
	margin: 15px;
	padding: 5px 20px;
	text-align: justify;
	border: thin solid #666600;
	background-color: #715B67;
	color: #CCCCCC;
}
.text4JobsDesc {
	margin: 15px;
	padding: 5px 20px;
	text-align: justify;
	border: thin solid #666600;
	background-color: #655019;
}
