/* CSS Document */

body {
  background-color:#323232; 
  margin-top: 0px; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  margin-right: 0px;
  background-image: url('images/background.jpg');
	background-repeat: repeat-x; 
  padding-left: 0px; 
  padding-right: 0px; 
  padding-top: 0px; 
  padding-bottom: 0px;
  font-family: Lucida Grande, Bitstream Vera Sans, Verdana, sans-serif;
  font-size: small;
}

a, a:hover, a:active, a:visited {
  color: #5D7A24; 
  cursor: hand;
}

a:hover {
  color: #8FBC39;
}

img {
  margin: 0;
  padding: 0;
}

#mainpage {               
  position: relative;
	margin: 0 auto;                /* centers div */
	padding: 0;
	padding-left: 20px;
	width: 600px;
	background-color: white;
	overflow: auto;
}	

#copyrightbar {
  position: relative;
  float: left; 
  background-image: url('images/copyrightbar.jpg');
  width:580px;
	height:20px;
  margin-top: 30px;
}

#one-heading {
  position: relative;
	float: left;
	width:580px;
	height:140px;
}

#menu {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 23px;
  padding-left: 10px;
  margin-bottom: 15px;
}

#btn-home-site {
	float: left;
	width:92px;
	height:23px;
}

#btn-our-focus {
	float: left;
	width:91px;
	height:23px;
}

#btn-job-seekers {
	float: left;
	width:118px;
	height:23px;
}

#btn-for-companies {
	float: left;
	width:111px;
	height:23px;
}

#btn-contact-us {
	float: left;
	width:97px;
	height:23px;
}

#maincontent {
  position: relative;
  float: left;
}

#mainbody {
  position: relative;
  float: left;
  width: 580px;
}

#mainheading {
  font-size: large;
  font-weight: bold;
 /* border-bottom: black solid; */
  border-width: 1px;
}

.greenheading {
  color: #8FBC39;
  font-weight: bold;
}

/* Box */

.box {
  color: white;
  float: right;
  margin: 0;
  padding: 0;
  margin-right: 20px;
 /*  width: 235px; */
}

.box-top {
	float: none;
	padding-left: 25px;
	padding-top: 5px;
	margin: 0;
	width: 210px;
	height:20px;
	background: url('images/box_top.jpg') no-repeat;
	font-weight: bold;
}

.box-body {
  padding: 5px;
  color: black;
	float: none;
	width: 225px;
	height: 280px;
	background-color: #EBEBEB;
	font-size: xx-small;
}

.box-bottom {
	float: none;
	width: 225px;
	height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	background: url('images/box_bottom.jpg') no-repeat;
}

.box-button {
  float: right;
  height: 22px;
  font-size: x-small;
  margin: 0;
  padding: 0;
}

.box-edit {
  /* background: url('input_boxes.gif') no-repeat 0 -118px;
 	padding: 5px;  
  border: none; */
  position: relative;
  width: 220px;
  height: 14px;
  font-size: xx-small;
  margin-bottom: 5px;
}
/*
input:focus {
	background-color: transparent;
}
*/
