@charset "UTF-8";
/*
CMS Recruitment Website CSS Style Sheet
*/

body {
	
	width:800px;
	margin: 0 auto;
	margin-top: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	behavior:url("csshover.htc");
}
a {
color:#B09052;
text-decoration:none;
}
a:hover {
color:black;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	width: 800px;
	float:left;
}
.header {
	width:800px;
	height:110px;
	margin-top:10px;
	/*background-image:url(images/cmslogo.jpg);
	background-repeat:no-repeat;
	background-position:left;*/
	text-align:left;
}
.header img {
	border:none;
}
.date {
	text-align:right;
	float:right;
	position: relative;
	bottom:90px;
}

#mainimg {
width: 800px;
float:left;
border-top: 1px solid #CCCCCC;
margin-bottom:10px;
}

#main {
width: 800px;
}
.mainheading {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color:white;
vertical-align:top;
}
.container {
width:195px;
margin-left: 6px;
font:Arial, Helvetica, sans-serif;
font-size:11px;
color: black;
float:left;
margin-bottom: 10px;
text-align:left;
}

.container a {
color: white;
}
.container a:hover {
color: #B09052;
}
#footer {
width: 800px;
color: white;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
border-top: 1px solid #CCCCCC;
float:left;
margin-top:10px;
}
.maincontent {
width:800px;
padding: 5px;
margin-left: 5px;
font:Arial, Helvetica, sans-serif;
font-size:11px;
color: white;
float:left;
margin-bottom: 10px;
}
 
/* Old Menu, current unused. */
#menu {
	position: absolute;
	top: 153px;
	left: 312px;
	z-index:100;
	width: 588px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#menu dl {
float: left;
position: relative;
margin: 0 2px;
padding-right:4px;
border-right: 1px solid black;
}
#menu dt {
text-align: center;
}
#menu dd {
	position: absolute;
	bottom:19px;
	width:202px;
	left: -63px;
}
#menu li {
text-align: left;
list-style-image:url(images/arrow.jpg);
}
#menu li a, #menu dt a {
color: #B09052;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
color:#000000;
}
/* End Old Menu */
.mainpageheading {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#B09052;
margin-top:0px;
padding-top:0px;
}
.mainpageheading a {
color:#B09052;
text-decoration:none;
}
.mainpageheading a:hover {
color:#000000;
text-decoration:none;
}
.containermain {
width:585px;
margin-left: 7px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: black;
float:left;
margin-bottom: 10px;
}

.containermain a {
color: #B09052;
}
.containermain a:hover {
color: black;
}
.containermainimg {
width:200px;
margin-left: 3px;
font: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: black;
float:left;
margin-bottom: 10px;
}
.imgcontainer {
width:190px;
height:60px;
}
.cmsform {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cmsbutton {
	background: #B09052;
	color: white;
	border: 1px solid black;
	padding: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.cmsform, textarea.cmsform {
background-image:url(images/zbg.jpg);
}


/*New Cross Browser Menu - added 29/8/7 RM */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cmsdropmenu ul{
left: 30px;
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
list-style-type: none;
}

/*Top level list items*/
.cmsdropmenu ul li{
position: relative;
display: inline;
float: left;
left: 137px;
}

/*Top level menu link items style*/
.cmsdropmenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 5px;
text-decoration: none;
color: black;
}
	
/*1st sub level menu*/
.cmsdropmenu ul li ul{
left: -143px;
position: absolute;
bottom: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.cmsdropmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.cmsdropmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
bottom: 0;
}

/* Sub level menu links style */
.cmsdropmenu ul li ul li a{
display: block;
width: 185px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 0px 0px;
line-height:13px;
}

.cmsdropmenu ul li a:hover{
background-color: white;
color: #B09052;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .cmsdropmenu ul li { float: left; height: 1%; }
* html .cmsdropmenu ul li a { height: 1%; }

/* Menu End */