body {
	background: url(../images/background.gif);
	min-width: 950px;
	font-family: arial, sans-serif;
}

strong {
	font-weight: bold;
}

#topsection {
	background: url(../images/topsection.gif) repeat-x;
}
#toprow {
	height: 50px;
	width: 950px;
	margin: auto;
}
#logosection {
	height: 156px;

	width: 950px;
	margin: auto;
}
#topnav li {
	background: transparent url(../images/topnavbutton_left.gif) no-repeat;
	display: block;
	float: left;
	height: 35px;
	font-family: Arial, sans-serif;
	margin-top: -2px;
}
#topnav a {
	background: url(../images/topnavbutton_right.gif) no-repeat scroll top right;
	padding-right: 16px;
	padding-left: 15px;
	padding-top: 9px;
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 35px;
	font-weight: bold;
	font-size: 14px;
}
.topnav_active {
	background: transparent url(../images/topnavbutton_active_left.gif) no-repeat !important;
}
.topnav_active a {
	background: url(../images/topnavbutton_active_right.gif) no-repeat scroll top right !important;
	color: #795F48 !important;
}
#logosection a:hover {
	text-decoration: underline;
}

.topnav_highlight {
	background: transparent url(../images/topnavbutton_highlight_left.gif) no-repeat !important;
	/* if testimonials link is present:
	margin-left: 103px !important;
	if not: */
	margin-left: 250px !important;
}
.topnav_highlight a {
	background: url(../images/topnavbutton_highlight_right.gif) no-repeat scroll top right !important;
}

#toprow ul {
	color: #fff;
	flosat: right;
	margin-left: 525px;
	margin-top: -47px;
	list-style-type: none;
}
#toprow li {
	display: block;
	float: left;
	height: 36px;
	line-height: 37px;
}
#toprow li a {
	color: #fff;
	text-decoration: none;
	font-family: Arial, sans-serif;
	margin-right: 20px;
	font-size: 14px;
	display: block;
	height: 36px;
}
#toprow li a:hover {
	text-decoration: underline;
}

#cart {
	background: url(../images/cart_background.gif) no-repeat;
	width: 201px;
	overflow: hidden;
	padding-left: 12px;
	text-align: center;
}



#registration_dropdown, #login_dropdown {
	display: block; 
	border: 2px solid #fff; 
	background-color: #725741; 
	width: 100px; 
	height: 60px; 
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	padding-top: 5px; 
	padding-left: 10px;
	margin-top: 0;
	display: none;
}

.topdropdown a {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	text-decoration: none;
}

.topdropdown a:hover {
	text-decoration: underline;
}


#searchbox {
	height: 62px;
	background: url(../images/search_bg.gif) repeat-x;

	width: 950px;
	width: 950px;
	margin: auto;
	margin-top: 10px;
}
#searchbox_left {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 20px;
	/*height: 63px;*/
	height: 45px;
	padding-top: 17px;
	padding-left: 10px;
	background: transparent url(../images/search_bg_left.gif) no-repeat;
	vertical-align: middle;
}
#searchbox a:hover {
	text-decoration: underline;
}
.input {
	height: 22px;
	background: #FFF url(../images/input_bg.gif) repeat-x;
	border: 1px solid #7A6049;
	border-top: none;
	padding-top: 7px;
	padding-left: 8px;
}
.inputsubmit {
	padding: 5px;
	border: 1px solid #000;
}

textarea {
	background: #FFF url(../images/input_bg.gif) repeat-x;
	border: 1px solid #7A6049;
	border-top: none;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
}

.bigmiddlebox textarea {
	width: 225px;
	height: 175px;
	padding-top: 20px;
	font-family: Arial, sans-serif;
	color: #6f5640;
}

.image_submit {
	width: 100px !important;
	height: 32px !important;
	background: transparent !important;
	border: none !important;
}

.input_search {
	width: 225px;
	background: url(../images/searchbox.gif) no-repeat !important;
	padding-left: 30px !important;

	border-bottom: 1px solid #7A6049;
	border-right: 1px solid #7A6049;
	border-left: none !important;
	padding-bottom: 0px !important;
}
/*.input_dropdown {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	background-color: transparent;
	background-image: url(../images/dropdown.gif) !important;
	background-position: top right !important; 
	background-repeat: no-repeat !important;
	z-index: 4 !important;
}*/
#searchbox .input_dropdown {
	width: 100px !important;
}
.middlebox .input_dropdown, .bigmiddlebox .input_dropdown {
	width: 225px !important;
}
/*.input_dropdown_real {
	position: relative !important;
	left: 0px !important; 
	top: -29px !important;
	font-size: 25px !important; 
	z-index: 5 !important; 
	opacity:0 !important;
	-moz-opacity:0!important;
	filter:alpha(opacity:0) !important;
}*/

#searchbox .input_dropdown_real {
	width: 110px !important; 
}

.middlebox .input_dropdown_real, .bigmiddlebox .input_dropdown_real {
	width: 225px !important;
}

#searchbox_bottom {
	float: right;
	margin-right: 10px;
	width: 123px;
	height: 16px;
	overflow: hidden;
	background: url(../images/search_bottom.gif) no-repeat;
	text-align: center;
	line-height: 10px;
}
#searchbox_bottom a {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#searchbox_button {
	width: 110px;
	float: left;
	margin-left: 5px; 
	margin-top: 1px;
	background: url(../images/brown_button.gif); 
	width: 99px;
	height: 29px; 
	text-align: center;
}
#searchbox_button a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
	font-size: 14px;
}

p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

#content_container p {
	color: #6f5640;
}

#content_container a {
	color: #E5AC04;
	font-weight: bold;
	text-decoration: none;
}

#content_container a:hover {
	text-decoration: underline;
}


#breadcrumb {
	color: #E5AC04;
	font-weight: bold;
	clear: both;

	width: 950px;
}
#breadcrumb p {
	margin-bottom: 0px;
}
#breadcrumb a {
	color: #6f5640;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumb_active {
	color: #E5AC04 !important;
}

#content_container {

	width: 950px;
	margin: auto;
	clear: both;
}

h1 {
	color: #E5AC04;
	font-family: Arial, sans-serif;
	clear: both;
	font-size: 25px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 12px;
}

#top_banner {
	display: inline;
	width: 468px;
	height: 60px;
	border: 1px solid red;
}

#topbanner {
	float: left; margin-top: 35px;
	margin-left: 23px;
}

#leftbuttons {
	width: 101px;
	float: left;
	border-top: 6px solid #6E6F2F;
	padding-top: 10px;
}
#leftbuttons h2 {
	color: #e5ac04;
	font-family: Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.leftbutton {
	width: 101px;
	height: 100px;
	background: url(../images/left_companies_box.gif) repeat-y;
	margin-bottom: 10px;
}
.leftbutton img {
	position: relative;
	top: 0px;
	left: 1px;
}

#middlecontent {
	width: 490px;
	margin-left: 115px;
}
#middlecontent h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #E5AC04;
	border-bottom: 6px solid #6E6F2F;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#middlecontent h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #E5AC04;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#middlecontent h5 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #E5AC04;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#bigmiddlecontent h2 {
	color: #E5AC04;
	font-family: arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 6px solid #6E6F2F;
}
#middlecontent h2 {
	color: #E5AC04;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 6px solid #6E6F2F;
	padding-left: 30px;
	margin-left: 10px;
	cursor: pointer;
}
.middlebox {
	background-color: #FDFCFA;
	background-image: url(../images/middle_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 75px;
	overflow: visible;
	border-left: 1px solid #F4F0E4;
	border-right: 1px solid #F4F0E4;
	color: #6f5640;
	/*height: 200px;*/
	padding-bottom: 10px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.middlebox_closed {
	height: 50px !important;
	min-height: 50px !important;
	overflow: hidden !important;
	padding-bottom: 0px !important;
}




.middlebox_closed h2 {
	background: url(../images/arrow_right.gif) no-repeat !important;
}
/*.middlebox h2 {
	position: relative;
	left: 10px;
	font-family: Arial, sans-serif;
	background: url(../images/arrow_down.gif) no-repeat;
	padding-left: 30px;
	font-size: 20px;
	padding-top: 3px;
	margin-bottom: 20px;
	width: 260px;
	cursor: pointer;
	/*overflow: hidden;*/
}*/

.middlebox h2 {
	position: relative;
	left: 10px;
	top: -4px;
	font-family: Arial, sans-serif;
	background: url(../images/arrow_down.gif) top 50 no-repeat;
	padding-left: 30px;
	font-size: 16px !important;
	line-height: 18px;
	font-weight: bold;
	padding-top: -3px;
	margin-bottom: 20px;
	width: 260px;
	cursor: pointer;
	line-height: 25px;
	/*overflow: hidden;*/
}
.jobsectors {
	position: relative;
	top: -12px;
	left: 40px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.jobsummary {
	position: relative;
	top: -50px;
	left: 310px;
	width: 170px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
}



.middlebox h2 img {
	display: none;
	float: left;
}
.middlebox p {
	position: relative;
	left: 10px;

}


.middlebox li, .bigmiddlebox li {
	font-family: Arial, sans-serif;
	margin-left: 45px;
	list-style-type: upper-roman;
	font-size: 14px;
	margin-bottom: 20px;
}

.middlebox h3, .bigmiddlebox h3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}


#bigmiddlecontent {
	width: 599px;
	margin-left: 0px;
}
.bigmiddlebox {
	width: 589px;
	padding-right: 10px;
	background-color: #FDFCFA;
	background-image: url(../images/bigmiddle_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 50px;
	overflow: visible;
	border-left: 1px solid #F4F0E4;
	border-right: 1px solid #F4F0E4;
	color: #6f5640;
	/*height: 200px;*/
	margin-bottom: 20px;
	padding-bottom: 25px;
}
.bigmiddlebox_closed {
	height: 50px !important;
	min-height: 50px !important;
	overflow: hidden !important;
}
.bigmiddlebox_closed h2 {
	background: url(../images/arrow_right.gif) no-repeat !important;
}
.bigmiddlebox h2 {
	position: relative;
	left: 10px;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 3px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D5CEC8;
	width: 95%;
	padding-bottom: 20px;
}
.bigmiddlebox h2 img {
	display: none;
	float: left;
}
.bigmiddlebox p {
	position: relative;
	left: 10px;
	padding-right: 10px;
}
.bigmiddlebox li {
	padding-right: 10px;
}




#rightcontent {
	float: right;
	width: 330px;
	margin-left: 5px;
}

#right_buttons {
	width: 330px;
	overflow: hidden;
	margin-bottom: 15px;
}

/*#right_buttons img {
	display: block;
	float: left;

}*/

.right_button {
	width: 163px;
	max-width: 163px;
	height: 44px;
	float: left;
	display: block;
	background: url(../images/rightbutton_background.gif) no-repeat;
	font-family: Arial, sans-serif;
	margin-left: 2px;
	margin-top: 5px;
	overflow: hidden;
	padding-top: 4px;
}
.right_button img {
	float: left;
	display: block;
	margin-left: 8px;
	margin-top: 3px;
	margin-right: 5px;
}
.right_button a {
	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
}
.right_button a:hover {
	text-decoration: underline;
}

.right_advert {
	margin-bottom: 10px;
}

#rightcontent h2 {
	background: url(../images/right_h2.gif);
	width: 330px;
	height: 41px;
	font-family: Arial, sans-serif;
	line-height: 40px;
	text-indent: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}




.right_box {
	background-color: #FDFCFA;
	background-image: url(../images/right_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: visible;
	border-left: 1px solid #F4F0E4;
	border-right: 1px solid #F4F0E4;
	color: #6f5640;
	width: 330px;
	/*overflow: hidden;*/
	margin-bottom: 20px;
}

.right_box_closed {
	height: 50px !important;
	min-height: 50px !important;
	overflow: hidden !important;
}
.right_box_closed h3 {
	background: url(../images/arrow_right.gif) no-repeat !important;
}
.right_box h3 {
	position: relative;
	left: 10px;
	font-family: Arial, sans-serif;
	background: url(../images/arrow_down.gif) no-repeat;
	padding-left: 30px;
	font-size: 20px;
	padding-top: 3px;
	margin-bottom: 20px;
	color: #E5AC04;
	cursor: pointer;
}
.right_box h3 img {
	display: none;
	float: left;
}
.right_box p {
	position: relative;
	left: 10px;

}
.right_box h4 {
	position: relative;
	top: -20px;
	left: 40px;
	z-index: 2;
	background: transparent;
	font-family: Arial, sans-serif;
	color: #6F5640;
	font-size: 12px;
	font-weight: bold;
}

.right_top {
	border: 1px solid #C2BEB2;
	height: 46px;
	overflow: hidden;
}

.widecontent h2 {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 20px;
	padding-bottom: 5px;
	width: 95%;
	margin-bottom: 20px;
	border-bottom: 1px solid #C2BEB2;
	color: #67a117;
	font-weight: bold;
}

#featuredclients {
width: 750px;
margin: auto;
height: 75px;
}
#featuredclients img {
display: block; float: left; margin-left: 20px; margin-right: 20px;
}


#footer_search {
	float: right;
	margin-top: 5px;
}
#footer_search div {
	float: left;
}
#footer_search_button {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}

#footer_top {
	background: url(../images/footer_top.gif) no-repeat; 
	height: 43px; 
	width: 950px; 
	clear: both; 
	margin-top: 20px;
}

#footer_middle {
	width: 950px;
}

#footer_middle h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #E5AC04;
}

#footer_middle li, #footer_middle ul {
	list-style-type: none;
}

#footer_middle a {
	color: #785e48;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#footer_explore {
	width: 200px;
	float: left
}
#footer_tools {
	width: 200px;
	float: left;
}
#footer_sectors {
	width: 200px;
	float: left;
}
#footer_locations {
	width: 350px;
	float: left;
}
#footer_locations ul {
	width: 175px;
	float: left;
	border: 1px solid transparent;
}

#footer_bottom_left {
	width: 300px; 
	font-size: 11px;
	color: #785e48;
}
#footer_bottom_right {
	float: right; 
	width: 600px; 
	font-size: 11px; 
	text-align: right;
}
#footer_bottom_right a {
	color: #785e48;
}

#footer_final {
	background: url(../images/footer_final.gif) repeat-x;
	min-width: 950px;
	text-align: right;
}



fieldset {  
	margin: 1.5em 1em 1em 1em;  
	padding: 0;
	border-bottom: 1px solid #ababab;
	width: 95%;
	padding-bottom: 20px;
}
legend {  
	padding-left: .8em;
	color: #000000;  
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #6F5640;
	font-size: 20px;
	display: block;
}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	padding-bottom: 0;
	list-style-type: none !important;
	margin-left: 0px !important;
	margin-top: -5px;
}
fieldset p {
	margin-left: 1em;
	margin-top: 10px;
}
fieldset.submit {  
	border-style: none;
}
label {  
	float: left;  
	clear: both;
	width: 150px;;  
	margin-right: 1em;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6F5640;
	line-height: 1.8em;
}


.langcheckboxes {
	min-height: 50px;
	margin-left: 165px;
	max-height: 100px;
	overflow: scroll;
	border: 1px solid #afafaf;
	clear: right;
	width: 230px;
}
.langcheckbox {
	width: 150px;
	line-height: 10px !important;
	float: left;
}
.langcheckbox input {
	height: 10px !important;
	background: none;
	border: none;
	padding-top: none;
	padding-left: none;
	width: 25px !important;
	display: inline !important;
	margin-top: 8px !important;
}
.langlabel{
	display: block;
	margin-left: 25px;
	margin-top: 0px;
	margin-top: -10px;
}

.bigmiddlebox input {
	width: 225px;
}

.form_errors {
	background: #BF4F54;
	color: #fff !important;
	width: 80%;
	margin: auto;
	padding: 10px;
}
.form_errors ul {
	list-style-type: disc !important;
	margin-left: 20px;
	padding-left: 20px;
	color: #fff !important;
}
.form_errors li {
	list-style-type: disc !important;
	color: #fff !important;
}
.form_errors p {
	color: #fff !important;
}


.list_disc li {
	list-style-type: disc !important;
	margin-left: 25px;
	margin-bottom: 15px;
	line-height: 25px;
}


.categories li {
	margin-left: 25px;
	list-style-type: disc;
	margin-bottom: 10px;
}
.hideme {
	display: none;
}


#socialbuttons {
	width: 250px;
	margin: auto;
	padding-top: 15px;
}
#socialbuttons img {
	float: left;
	margin-right: 8px;
}
#socialbuttons li {
	display: block;
	float: left;
	width: 125px;
	line-height: 23px;
	margin-bottom: 10px;
}
#socialbuttons a {
	font-family: Arial, sans-serif;
	color: #6F6254;
	font-weight: bold;
	font-size: 14px;
}


.buttonarray {
	width: 400px;
	overflow: auto;
}
.buttonarray form {
	display: block;
	width: 150px;
	float: left;
}

.makebrown {
	height: 30px;
	width: 150px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.brownbutton {
	margin-left: 5px; 
	margin-top: 1px;
	background: url(../images/brown_button_main.gif); 
	width: 138px;
	height: 30px; 

	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-right: 50px;
	float: left;
}
.brownbutton a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold !important;
	line-height: 30px !important;
}

.brownbutton a:hover {
	text-decoration: underline !important;
}

.clearboth {
	height: 1px;
	width: 100%;
	clear: both;
}



#highlighted_sectors, #highlighted_locations {
	min-height: 85px;
	word-wrap: break-word;
}
#highlighted_sectors li, #highlighted_locations li {
	float: left;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	width: 125px;
	height: 35px;
}
#highlighted_locations li {
	margin-bottom: -5px;
}
#highlighted_sectors a, #highlighted_locations a {
	color: #6F5640;
}

.highlighted_rss {
	float: left;
}
.highlighted_link {
	display: block;
	padding-left: 17px;
}


#hot_jobs_title {
	border-top: 1px solid #D5CEC8;
	border-bottom: 1px solid #D5CEC8;
	height: 41px;
	background: url(../images/hotjobs.gif) no-repeat;
	background-position: center left;
	padding-left: 50px;
	padding-top: 15px;
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #6F5640;
	margin-bottom: 10px;
}

.returntotop {
	border-top: 1px solid #D5CEC8;
	border-bottom: 1px solid #D5CEC8;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, sans-serif;
}
.returntotop a {
	color: #6F5640;
}


.jobstats {
	float: right;
	width: 250px;
	border: 1px solid #D5CEC8;
	margin-left: 10px;
}


.jobtable {
	margin-left: 12px;
}
.jobtable td {
	border: 1px solid #ababab;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.buytable {
	margin-left: 10px;
	margin-top: 25px;
}
.buytable td {
	border: 1px solid #D5CEC8;
	padding: 5px;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}


.invitebutton input {
	background-color: #4C68A1 !important;
	font-weight: bold !important;
	color: #FFF !important;
}


/* Tooltips */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	max-width: 200px;
	font-family: arial, sans-serif;
	line-height: 30px;
}
#tooltip h3, #tooltip div { margin: 0; }

.fbnarrowcolumn h2 {
	width: 85% !important;
}

.entry ul {
	list-style-type: disc !important;
}
.entry li {
	margin-bottom: 10px !important;
	margin-left: 25px !important;
	color: #6F5640;
}

#comment {
	width: 400px !important;
}

/* Spell check stylings */

 #spellcheckresults { position: absolute; background: #fff; margin: 0; border: 1px solid #000; padding: 5px; font-family: arial, sans-serif;}
#spellcheckresults dl { margin: 0; padding: 0; }
#spellcheckresults dl dt { float: left; clear: left; margin: 3px 0; padding: 0; font-weight: bold; }
#spellcheckresults dl dd { float: left; margin: 3px 10px; padding: 0; cursor: pointer; color: green; }
#spellcheckresults dl dd.ignore { color: red; font-style: italic; }
 
a.checkspelling { }
a.checkspelling img { margin: 0 5px; border: 0; } 