/*notes
90AE2A = green
4D4D4D = 70% black
red = FF0000
dark red = BF0000
8C8C8C = 45% black grey
242424 = dark background
363636 = grey background
A0A0A0 = light grey
D5380F = red
*/

/*general*/

body {
	text-align: center;
	margin: 0 auto 0 auto;
	color: #4D4D4D;
	background-color : #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #86A049;
}

.menu-bar a, .menu-bar a:link, .menu-bar a:visited {
	text-decoration: none;
	color: white;
}

a:hover, a:active {
	text-decoration: none;
	color: #676767;
}

.menu-bar a:hover, .menu-bar a:active {
	text-decoration: underline;
	color: white;
}

.text-link, table {	
	color: #4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0pt 0pt 7pt;
	padding: 0px;
}

/*layout divs*/

#container {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #676767;
	border-bottom: 23px solid #90AE2A;
}

#header {
	height: 40px;
	border-top-width: 22px;
	background-color: #FFFFFF;
	width: 100%;
	border-top-style: solid;
	border-top-color: #90AE2A;
	/*background-image: url(/images/logo.jpg);*/
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}

#header-flash {
	height: 2px;
	border-top-width: 22px;
	background-color: #FFFFFF;
	width: 100%;
	border-top-style: solid;
	border-top-color: #90AE2A;
}

#flash {
	height: 352px;
	width: 954px;
	background-image: url(/images/flash.jpg);
}

#background {
	background-color: #D9D9D9;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-right: 12px;
	padding-left: 12px;
}

#main-menu {
	background-color: #B2B2B2;
	height: 22px;
	text-align: left;
}

#user-menu {
	background-color: #BFBFBF;
	height: 22px;
	text-align: left;
}

#main {
	width: 930px;
	margin-top: 10px;
}

#left-panel {
	height: 362px;
	background-color: #FFFFFF;
	overflow-y: auto;
}

#left-panel div {
	padding: 0 12px 0 12px;
}

#left-panel-full {
	height: 362px;
}

#right-panel {
	height: 328px;
	overflow-y: auto;
	overflow-x: auto;
}

#right-panel-no-bookmark {
	height: 362px;
	overflow-y: auto;
	overflow-x: auto;
}

#right-panel-full {
	height: 362px;
}

#footer-flash {
	background-color: white;
	height: 70px;
	width: 100%;
	background-image: url(/images/logo-large.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
	background-color: white;
	height: 30px;
	width: 100%;
	border-bottom: 3px solid #676767;
}

#footer table {
	width: 930px;
	height: 40px;
}


/*content divs*/

.menu-bar {
	width: 930px;
	height:22; 
}

.main-area {
	width: 930px;
	height:362; 
}

.main-area-full {
	width: 930px;
	height:362;
	background-color: #FFFFFF;
	margin-bottom: 8px;
	padding: 0px 12px 0px 12px;
	 
}

.featured {
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 8px;
	height: 156px;
}

.featured-partner {
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 8px;
	height: 112px;
}

.feature-title, .contacts-title {
	background-color: #90AE2A;
	font-size: 12pt;
	color: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 12px;
	white-space: normal;
	height: 28px;
}

.contacts-title {
	text-align: center;
}

.feature-title-white {
	font-size: 12pt;
	color: #90AE2A;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 12px;
}

.feature-title-sub {
	background-color: #90AE2A;
	font-size: 7pt;
	color: white;
	text-align: right;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	margin: 6px 6px 6px 30px;
}

.search-our-database {
	background-color: #FFFFFF;
	width: 97%;
	margin-bottom: 8px;
	height: 80px;
}

.job-search-box {
	background-color: #FFFFFF;
z	width: 97%;
	width: 430px;
	margin-bottom: 8px;
	height: 100px;
}

.questions {
	background-color: #FFFFFF;
	width: 100%;
	height: 268px;
}

.advice-article {
	background-color: #FFFFFF;
	height: 268px;
	padding: 0 12px 0 12px;
}

.job-alerts {
	background-color: #FFFFFF;
	height: 362px;
	padding: 0 12px 0 12px;
}

.thankyou-title {
	font-size: 12pt;
	color: #90AE2A;
    font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.thankyou {
	font-size: 9pt;
	color: black;
    font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 12px;
	vertical-align: top;
}

.register {
	font-size: 14pt;
    font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.login {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	height: 34px;
	color: #666666;
}

.bookmark {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 12px;
	height: 34px;
	color: #666666;
}

.contacts {
	background-color: #FFFFFF;
	margin-bottom: 8px;
	height: 106px;
}

.green,
a.footer-grey:active, 
a.footer-grey:hover, 
a.footer-nav:active, 
a.footer-nav:hover {
	color: #90AE2A;	
}

.header-status {
	font-size: 13pt;
	color: #90AE2A;
	padding: 7px 0 0 24px;
}

.menu-link {
	font-size: 9pt;
	color: #FFFFFF;
	padding: 3px 24px 0px 12px;
	position: relative;

}

.menu-info{
	font-size: 9pt;
	color: #FFFFFF;
	padding: 3px 12px 0px 0;
	text-align: right;
	z-index: 0;
}

.footer-title {
	font-size: 7pt;
	color: #3F3F3F;
	font-weight: bold;
	border-right: 2px solid #8C8C8C;
	padding: 0 5px 0 12px;
	margin-right: 5px;
}

.footer-green {
	font-size: 7pt;
	color: #90AE2A;
	font-weight: bold;
	border-right: 2px sold #90AE2A;
	padding-right: 6px;
}

.feature-text {
	color: #4D4D4D;
	text-align: left;
	font-size: 7pt;
	vertical-align: top;
	padding: 5px 5px 5px 0px;
}

.read-more {
	color: #8C8C8C;
}

.feature-link {
	color: #1A1A1A;
	text-align: left;
	font-size: 8pt;
}

.feature-image {
	padding: 8px 12px 5px 12px;
}

.padding {
	margin: 0px 10px 0px 10px;
}

div.news-results {
	width: 430px;
	padding: 0px 12px 0px 12px;
	background-color : #FFFFFF;
}

.news-article {
	background-color: #FFFFFF;
	width: 94%;
	height: 268px;
}

.job-ad {
	background-color: #FFFFFF;
	width: 94%;
	height: 268px;
}

h1, .topheading {
	font-size: 12pt;
	color: #90AE2A;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0pt;
	white-space: normal;
	margin: 6px 0px 6px 0px;
	padding: 0px;
}

h2 {
	font-size: 9pt;
	color: black;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0pt;
	white-space: normal;
	margin: 2px 0px 3px 0px;
	padding: 0px;
}

.footer-motto {
	font: 9pt Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
	text-align: center;
}

.footer-nav, .footer-grey, .animation {
	font-size: 7pt;
	color: #808080;	
	font-weight: bold;
	text-align: right;
}

.animation {
	padding: 0 6px 0 12px;
}

/*forms*/

form { 
	width: 100%;
	margin: 2px 0 4px 0;
}

textarea {
	background-color: white; 
	color: black;
	border: 1px solid #B2B2B2;
	padding: 1px 1px 1px 3px;
	width: 100%;
	size: 7pt;
	overflow-y: auto;
	overflow-x: auto;
}

input.job-alert-input-box, select.job-alert-input-box {
	width: 70%;
}

select.job-search {
	width: 140px;
}

input.input-box {
	background-color: white; 
	border: 1px solid #B2B2B2;
	padding: 1px 1px 1px 3px;
	color: black;
	width: 100%;
	size: 7pt;
}

input.search-box {
	background-color: white;
	border: 1px solid #B2B2B2;
	padding: 1px 1px 1px 3px;
	color: black;
	width: 95%;
	size: 7pt;
}

table.zend_form td {
  padding: 5px 5px 5px 5px;
  vertical-align: baseline;
}

table.zend_form td label {
  font-weight: bold;
}

table.zend_form ul.errors {
  font-weight: bold;
  color: red;
}

.error {
  font-weight: bold;
  color: red;
}

.message {
  font-weight: bold;
  color: blue;
}

input.readonly {
  color: gray;
}

.jobapp-title-bar {
  background: #CFD9B6 none repeat scroll 0%;
  color #333333;
  font-size: 13px;
  font-weight: bold;
  padding: 2px;
}

.jobapp-field {
  background: #EEEEEE none repeat scroll 0%;
  color #333333;
  font-size: 13px;
  padding: 2px;
}

.sml {
  font-size: 90%;
}

td.front-page-nav {
  text-align: right;
  color: #808080;
  font-size: 10pt;
  font-weight: bold;
  width: 954px;
}

p.front-page-paragraph {
  margin-top: 10px;
  margin-left: 60px;
  width: 740px;
  color: #676767;
  text-align: justify;
  font-size: 12px;
}

#container .keywords h1 {
	color:#708721;
	font-size:7pt;
	font-weight:normal;
	left:12px;
	margin-left:40%;
	margin-right:auto;
	margin-top:0;
	position:absolute;
	top:6px;
	width:400px;
	z-index:10;
}
