/*  HOPE Recruitment CSS file  */

body {
	margin: 0;
	padding: 0;
	background: #eef3fa;
	font-family: verdana;
	font-size: 12px;
	color: #787878;
}

#wrapper {
  width: 1024px;
	margin: 0 auto;
	padding: 0;
	background: #e2ebbc;
}

/* Elements -------------------------------------------------------------------*/

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 14px;
	Font-family: verdana;
	color: #666666;
	font-weight: bold;
	margin-bottom: -10px;
}

h2 {
	font-size: 12px;
	Font-family: verdana;
	color: #666666;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #a7c139;
}

a:hover {
  text-decoration: underline;
}


/* Header ---------------------------------------------------------------------*/

#header {
	width: 1024px;
	height: 161px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}


/* Menu -----------------------------------------------------------------------*/
#menu
{
  background: url(images/menu.jpg) repeat-x top left;
  width: 800px;
  height: 40px;
  margin: 0 auto;
}

#menu ul {
	list-style: none;	
	margin: 0 -40px;
}

#menu li {
	display: inline; 
}

#menu a {
	float: left;
	width: 114px;
	height: 40px;
  display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-family:verdana;
	font-weight: normal;
	font-size: 12px;
	padding-top: 12px;
	text-transform: uppercase;
}

#menu a:hover, .active a{
  color: #ffffff;
  background: url(images/hover.jpg) no-repeat left top;
}

#menu .futurelink a{
  background: url(images/futurelink.jpg) no-repeat left top;
}

/* Page -----------------------------------------------------------------------*/

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #e0e0e0 url(images/page.jpg) repeat-x left top;
}

/* Content --------------------------------------------------------------------*/

#content {
	float: left;
	width: 780px;
	padding: 0;
}

.post {
}

.post .title {
	height: 20px;
	padding: 15px 0 0 20px;
	letter-spacing: -.5px;
}

.post .entry {
	text-align: justify;
	padding: 5px 10px 10px 20px;
	font-size: 10px;
	line-height: 120%;
}

.post .entry p a{
	color: #8cb507;
}


/* Info Boxes -----------------------------------------------------------------*/

#box{
  margin: 0 auto;
	background: #cccccc;
	width: 800px;
	text-align: left;
	color: #000000;
	height: 141px;
	padding-top: 10px;
}

#box a{
	color:#a7c139;
	text-decoration:none;
	font-family:verdana;
	font-size: 10px;
}

#box a:hover{
	color:#a7c139;
	text-decoration:underline;
}

#box img {
  padding-left: 5px;
  border: none;
}

#box p {
  float: left;
  margin-top: -77px;
  padding-left: 87px;
  font-size: 10px;
  color: #666666;
  line-height: 120%;
}

#box h3 {
  display: block;
  height: 37px;
  width: 167px;
  float: right;
  margin-top: 7px;
  text-align: center;
  padding: 4px 0 0 84px;
  background: url(images/headings_backbar.png) no-repeat top right;
  font-size: 12px;
  color: #493e1a;
  font-weight: bold;
}

#col1{
  background: #ffffff;
	float:left;
	width: 251px;
	height: 137px;
	margin: -5px 0 0 11px;
	
}

#col2{
	background: #ffffff;
	float:left;
	width: 251px;
	height: 137px;
	margin: -5px 0 0 12px;
}

#col3{
	background: #ffffff;
	float:left;
	width: 251px;
	height: 137px;
	margin: -5px 0 0 12px;
}

/* Footer ---------------------------------------------------------------------*/

#footer {
	width: 1024px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	background: url(images/footer.jpg) repeat-x left top;
	font-family: verdana;
}

#footer p {
	margin: 0;
	padding-top: 7px;
	line-height: normal;
	font-size: 9px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #FFFFFF;
}
