/* CSS Document */

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #CBCBCB;
	margin: 0;
	padding: 0;
	color: #444444;
}
  .text{font-family: Arial, Helvetica, sans-serif; font-size:10px;  color:#68787E;  }

#container {
	margin: 0 auto;
	width: 800px;
	padding: 0;
	background: #ECEEBF url(images/container_back.jpg) no-repeat top left;
	position: relative;
}

#header {
	height: 121px;
	background: url(images/header_back.jpg) repeat-x top left;
	position: relative;
	top: 0;
	z-index: 98;
}

#logo {
	background: url(images/logo.jpg) no-repeat top left;
	height: 60px;
	width: 360px;
	position: absolute;
	top: 11px;
	left: 16px;
	margin: 0;
	padding: 0;
}

#logo span {
	display: none;
}

#search {
	position: absolute;
	top: 3px;
	left: 388px;
	font-size: 10px;
}

#menu {
	position: relative;
	top: 79px;
	left: 29px;
	margin: 0;
	height: 42px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	margin-right: 14px;
	position: relative;
}

#menu ul li a {
	background: url(images/menu.jpg) no-repeat bottom left;
	width: 112px;
	height: 42px;
	display: block;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
}

#menu ul li#current a {
	background: url(images/menu_over.jpg) no-repeat bottom left;
	color: #2d2d2d;
}

#menu ul li a:hover {
	background: url(images/menu_over.jpg) no-repeat bottom left;
	color: #2d2d2d;
}

#menu ul li ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	border: 1px solid #444444;
	border-bottom: none;
	background-color: #ffffff;
	z-index: 99;
}

#menu ul li ul li {
	float: none;
	margin: 0;
}

#menu ul li ul li a {
	background: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 5px 3px;
	border: none;
	border-bottom: 1px solid #444444;
	display: block;
	width: 145px;
	text-align: left;
	height: auto;
}

#menu ul li ul li a:hover, #menu ul li#current ul li a:hover {
	color: #fff;
	background: none;
	background-color: #b20837;
}

#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
}

#banner {
	background: url(images/banner.jpg) no-repeat top left;
	height: 201px;
	width: 800px;
	position: relative;
}

#banner p {
	width: 210px;
	position: absolute;
	bottom: 20px;
	left: 25px;
	font-size: 10px;
}

#content {
	width: 601px;
	margin: 14px 0 0 20px;
	position: relative;
	float: left;
	display: inline;
}

#job_seekers {
	width: 243px;
	height: 287px;
	background: url(images/job_seekers.jpg) no-repeat top left;
	margin: 0 36px 11px 0;
}

#employers {
	width: 244px;
	height: 287px;
	background: url(images/employers.jpg) no-repeat top left;
}

#resources_job {
	width: 250px;
	height: 492px;
	background: url(images/resources-job.jpg) no-repeat top left;
	margin: 0 20px 11px 26px;
}

#resources_employer {
	width: 250px;
	height: 492px;
	background: url(images/resources-employer.jpg) no-repeat top left;
	margin: 0 20px 11px 26px;
}

.box {
	position: relative;	
	float: left;
	font-size: 11px;
	color: #ffffff;
}

.box div {
	margin: 120px 20px 0 30px;
}

.box h2 {
	display: none;
}

.box2 {
	position: relative;	
	float: left;
	font-size: 12px;
	color: #ffffff;
}

.box2 div {
	margin: 15px 0 0 0px;
}

.box2 h2 {
	display: none;
}

.box h3 {
	display: none;
}

.box3 {
	position: relative;	
	float: left;
	font-size: 10px;
	color: #ffffff;
}

.box3 div {
	margin: 15px 0 0 0px;
}

.box3 h2 {
	display: none;

}

a.more {
	position: absolute;
	bottom: 10px;
	right: 15px;
	
}

a.more img {
	border: none;
}

a.pane_more {
	bottom: 24px;
	right: 35px;
}

.pane h1, .pane h2, .pane h3, .pane h4, .pane h5, .pane h6, .pane p {
	margin: 20px 24px;
}

.pane h1, .pane h2 {
	margin-top: 15px;
}

.pane ul, .pane ol {
	margin-left: 30px;
	padding-left: 30px;
}

.pane {
	width: 601px;
	background: url(images/pane_body.jpg) repeat-y top left;
	margin: 0 0 12px 0;
	clear: both;
	position: relative;
}

.pane .top {
	width: 601px;
	height: 24px;
	background: url(images/pane_top.jpg) no-repeat top left;
	margin-bottom: -20px;
}

.pane .bottom {
	width: 601px;
	height: 21px;
	background: url(images/pane_bottom.jpg) no-repeat bottom left;
	clear: both;
	position: relative;
	bottom: 0;
}

.side {
	float: right;
	width: 146px;
	min-height: 120px;
	margin: 14px 22px 0 0;
	background: #D7D7D7 url(images/ads_bottom.gif) no-repeat bottom left;
	display: inline;
}

.side h3 {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
	margin: 0;
	padding: 8px 0 0 0;
	background: url(images/ads_top.gif) no-repeat top left;
}

.side .inside {
	margin: 13px auto;
	padding: 0;
	background: #fff;
	height: 210px;
	width: 136px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

.side .inside form {
	display: block;
	margin: 00;
	padding: 5px 0 0 0;
}

.side ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

.side ul li {
	margin: 0 0 2px 0;
	padding: 0;
}

.side input {
	text-align: left;
}

.side input.signup {
	width: 96px;
}

#bottom_ads {
	width: 720px;
	height: 89px;
	clear: both;
	margin: 14px 0 0 36px;
}

#footer {
	margin: 14px 0 0 0;
	padding: 10px 0 0 0;
	background: #CBCBCB;
	border-top: 1px solid #979A55;
	height: 20px;
	text-align: center;
	font-size: 11px;
}

#footer p {
	margin-bottom: 4px;
}

a, a:link, a:visited {
	color: #444444;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

#banner a, #banner a:link, #banner a:visited, #content a, #content a:link, #content a:visited, .side a, .side a:link, .side a:visited {
	text-decoration: underline;
	color: #b20837;
}

#banner a:hover, #content a:hover, #banner a:active, #content a:active {
	text-decoration: none;
}

form {
	display: inline;
}

input {
	vertical-align: bottom;
}

label {
	color: #b20837;
	font-weight: bold;
	margin-left: 10px;
}

#cse-search-results {
	margin: 0 4px;
	background: #ffffff;
}

#cse-search-results iframe {
	width: 770px;
	padding-left: 8px;
}.rightpadding {
	padding-right: 12px;
}
