* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #F2F0EC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: 1.3;
}

h1 {
	font-size: 14px;
	color: #ED1D24;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 11px;
	color: #ED1D24;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	color: #847742;
	margin-bottom: 5px;
}

h4 {
	font-size: 11px;
	color: #BBAC73;
}

img { border: 0 }

p {
	margin: 10px 0;
}

ol {
	padding-left: 25px;
	margin-bottom: 10px;
}

img { border: 0 }

a,a:visited {
	color: #BBAC73;
	text-decoration: none;
}
a:hover {
	color: #847742;
	text-decoration: underline;
}

table {
	font-size: 11px;
}

th {
	padding: 2px;
}

#main_content td {
	padding: 2px;
}

select, textarea, input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	border: 1px solid #DCDADA;
}

option {
	padding: 0 5px 0 5px;
}

.search_value {
	text-align: left;
}


/****************************************************/

#container {
	width: 791px;
	margin: 0 auto;
	background: url('../images/body_bg.gif') no-repeat #F2F0EC;
	text-align: left;
	overflow: hidden;
	position: relative;
	padding: 28px 20px 0 20px;
}

#logo_header {
	height: 134px;
	margin: 0 26px 3px 22px;
	width: 739px;
}
	#logo_header .input_search {
		float: left;
		margin-top: 4px;
	}
	#logo_header .btn_submit {
		float: left;
	}
	#logo_header .btn_submit input {
		background: url('../images/button_search.gif') no-repeat;
		border: 0;
	}

	#keyword_search {
		text-align: right;
		margin-top: 6px;
		width: 329px;
	}
	#keyword_search input.textfield {
		color: #A2B1BB;
		font-size: 11px;
		border: 1px solid #A7ACB0;
		padding: 3px 0 3px 6px;
	}

#navigation {
	width: 791px;
	height: 48px;
	background: url('../images/navigation_bg.jpg') no-repeat;
}

#breadcrumb_trail {
	/*height: 10px;*/
	color: #BBAC73;
	font-size: 11px;
	margin-bottom: 20px;
}
	#breadcrumb_trail a, #breadcrumb_trail a:visited {
		color: #BBAC73;
		text-decoration: none;
		font-weight: normal;
	}
	#breadcrumb_trail a:hover {
		color: #ED1D24;
	}
.mTD, .SUBmTD {
}

div.SUBmTD {
	background: white;
}

.image_border {
	border: 1px solid #BBAC73;
}

.dotted_separator {
	clear: both;
	background: url('../images/dotted_separator.gif') 0 14px repeat-x;
	height: 28px;
}

#flash_content_block {
	float: left;
	width: 218px;
	height: 165px;
	background: #000;
	padding-top: 40px;
}

a.bold {
	font-weight: bold;
}

li.page_link {
	list-style: none;
	list-style-position: outside;
	background: url('../images/li_arrow.gif') 0 6px no-repeat;
	padding-left: 13px;
	margin-bottom: 5px;
}

a.ccs_page_link, a.ccs_page_link:visited {
	font-weight: normal;
}

td.label {
	color: #BBAC73;
	font-weight: bold;
}

.quicklinks_label {
	float: left;
	margin: 3px 3px 0 0;
	color: #BBAC73;
	font-size: 9px;
	width: 75px;
}

/********************** HOMEPAGE STYLES *********************/

#homepage_content {
	clear: both;
	padding: 0 26px; 
	background: white;
	width: 742px;
}

h2 a, h2 a:visited {
	color: #ED1D24;
}
h2 a:hover {
	color: #BBAC73;
	text-decoration: none;
}

	#homepage_column1 {
		float: left;
		width: 250px;
		padding: 20px 0;
		margin-right: 48px;
		background: white;
	}

	#homepage_column2 {
		float: left;
		width: 186px;
		padding: 20px 0;
		margin-right: 38px;
	}

	#homepage_column3 {
		float: left;
		width: 185px;
		padding: 20px 15px 20px 17px;
		background: #FAFAFA;
	}
	
#homepage #home_button {
	display: none;
}

#social_media {
	float: left;
	margin-left: 85px;
}

#facebook {
	background: url('../images/facebook.gif') no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}

#twitter {
	background: url('../images/twitter.gif') no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}

#linkedin {
	background: url('../images/linkedin.gif') no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}

.price_feed_block {
	background: #ECEAEB;
	color: #847740;
	padding: 3px;
	margin: 3px 0;
}
.price_feed_price {
	float: right;
	color: #434142;
}

/********************** RELATED ARTICLES *********************/

#related_articles a:link, #related_articles a:active, #related_articles a:visited {
	color:#F00; text-decoration: underline;
}

#related_articles a:hover {
	color:#F00; text-decoration: none;
}

/********************** MAIN CONTENT STYLES *********************/

#main_content {
	clear: both;
	background: url('../images/main_content_bg.gif') 24px 0 repeat-y white;
	padding: 0 25px 0 24px;
	width: 742px;
}

#left_column {
	float: left;
	width: 220px;
}

#main_column {

	float: left;
	width: 500px;
	padding: 15px 0 18px 21px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
	#main_column li {
		margin-bottom: 5px;
		line-height: 1.5;
	}
	#main_column ul {
		padding-left: 15px;
		margin-bottom: 10px;
	}

#home_button {
	display: inline;
	margin-right: 12px;
}

#contact_button {
	display: inline;
}

.left_strip {
	float: left;
	width: 24px;
	height: 134px;
	overflow: hidden;
}

.right_strip {
	float: left;
	width: 25px;
	height: 134px;
	overflow: hidden;
}

/********************** PLAIN TEMPLATE *********************/

#plain #main_content {
	padding: 15px;
}

/********************** EMAIL CAPTURE FORM *********************/

td.form_capture_label {
	width: 155px;
	padding: 5px 0;
}

.ccs_textfield, .ccs_textarea, .cmt_textarea, .cmt_textfield {
	width: 232px;
	color: #666666;
	padding-left: 4px;
}

.ccs_textarea {
	.width: 234px;
	margin-top: 5px;
}

.ccs_dropdown {
	width: 240px;
	color: #666666;
	.padding-left: 4px;
}

.form_capture_buttons input {
	font-size: 11px;
	margin-top: 10px;
}

/********************** SUB NAVIGATION *********************/

#sub_nav {
	color: #847742;
	font-size: 11px;
	margin-bottom: 55px;
}

#sub_nav_header_copy {
}

li.sub_nav_child0, li.sub_nav_parent0 {
	list-style-position: outside;
	list-style: none;
	background: url('../images/li_bg.jpg') no-repeat;
	padding: 10px 16px 11px 31px;
}
	li.sub_nav_child0 a, li.sub_nav_child0 a:visited, li.sub_nav_parent0 a, li.sub_nav_parent0 a:visited {
		font-weight: normal;
		text-decoration: none;
		color: #847742;
	}
	li.sub_nav_child0 a:hover, li.sub_nav_parent0 a:hover {
		text-decoration: none;
	}

.sub_nav_child0_active, .sub_nav_parent0_active {
	font-weight: bold;
	list-style-position: outside;
	list-style: none;
	color: #ED1D24;
	background: url('../images/li_bg.jpg') no-repeat;
	padding: 10px 16px 11px 16px;
}

ul.sub_nav_parent0_active {
}

ul.sub_nav_parent0 {
	.background: none;
	margin: 0 0 0 31px;
	.margin: 0;
}

.sub_nav_child0_active a, .sub_nav_child0_active a:visited, .sub_nav_parent0_active a, .sub_nav_parent0_active a:visited{
	text-decoration: none;
	color: #ED1D24;
	background: url('../images/li_arrow.gif') 0 4px no-repeat;
	padding: 0 0 0 13px;
	display: block;
}
.sub_nav_child0_active a:hover, .sub_nav_parent0_active a:hover, .sub_nav_parent0 a:hover, .sub_nav_child0 a:hover {
	text-decoration: none;
	color: #847742;
}
li.sub_nav_child0 a:hover {
	color: #ED1D24;
}

.sub_nav_child1,.sub_nav_child1_active {
	list-style-position: outside;
	list-style: none;
/*	background: url('../images/li_bg.jpg') no-repeat; */
	padding: 10px 0px 11px 15px;
	font-weight: normal;
	
}
	.sub_nav_child1 a, .sub_nav_child1 a:visited {
		text-decoration: none;
		color: #454545;
		background: none;
	}
	.sub_nav_child1 a:hover {
		text-decoration: underline;
	}

.sub_nav_child1_active a, .sub_nav_child1_active a:visited {
	text-decoration: underline;
	color: #466478;
}
.sub_nav_child1_active a:hover {
	text-decoration: none;
}

ul.sub_nav_parent1 {
	.background: none;
	margin: 0 0 0 13px;
	.margin: 10px 0 0 13px;
}

li.sub_nav_parent1 {
	list-style-position: outside;
	list-style: none;
	padding: 10px 18px 11px 10px;
	font-weight: normal;
}
	li.sub_nav_parent1 a, li.sub_nav_parent1 a:visited {
		list-style-position: outside;
		list-style: none;
		background: none;
		color: #847742;
	}
	li.sub_nav_parent1 a:hover {
		color: #ED1D24;
	}

li.sub_nav_child2 {
	list-style-position: outside;
	list-style: none;
	padding: 10px 18px 11px 16px;
	font-weight: normal;
}
	li.sub_nav_child2 a, .sub_nav_child2 a:visited {
		list-style-position: outside;
		list-style: none;
		background: none;
		color: #847742;
	}
	li.sub_nav_child2 a:hover {
		color: #ED1D24;
	}

li.sub_nav_child2_active {
	list-style-position: outside;
	list-style: none;
	background: url('../images/li_arrow.gif') 0 4px no-repeat;
}
	li.sub_nav_child2_active a, li.sub_nav_child2_active a:visited {
		color: #ED1D24;
		padding: 0 0 0 15px;
	}

/********************** SITE MAP *********************/

li.site_map_section {
	list-style-type: none;
}
li.site_map_section a {
	visibility: hidden;
}

#site_map ul {
	padding-left: 0;
}

li.site_map_parent1, li.site_map_child1 {
	list-style-type: none;
	list-style-position: outside;
	text-transform: uppercase;
}
	li.site_map_child1 a, li.site_map_child1 a:visited, li.site_map_parent1 a, li.site_map_parent1 a:visited {
		visibility: visible;
		color: #ED1D24;
	}

li.site_map_child2, li.site_map_parent2 {
	list-style-type: none;
	list-style-position: outside;
	text-transform: none;
	margin: 0 0 0 11px;
	padding: 0;
}
	li.site_map_child2 a, li.site_map_child2 a:visited, li.site_map_parent2 a, li.site_map_parent2 a:visited {
		color: #BBAC73;
		background: url('../images/li_arrow.gif') 0 4px no-repeat;
		padding: 0 0 0 15px;
	}

li.site_map_child3, li.site_map_parent3 {
	list-style-type: none;
	list-style-position: outside;
	text-transform: none;
	margin: 0 0 5px 27px;
	.margin: 0 0 5px 17px;
}
	li.site_map_child3 a, li.site_map_child3 a:visited, li.site_map_parent3 a, li.site_map_parent3 a:visited {
		color: #BBAC73;
		background: url('../images/li_arrow.gif') 0 4px no-repeat;
		padding: 0 0 0 15px;
	}

li.site_map_child4, li.site_map_parent4 {
	list-style-type: none;
	list-style-position: outside;
	text-transform: none;
	margin: 0 0 5px 44px;
	.margin: 0 0 5px 17px;
}
	li.site_map_child4 a, li.site_map_child4 a:visited, li.site_map_parent4 a, li.site_map_parent4 a:visited {
		color: #BBAC73;
		background: url('../images/li_arrow.gif') 0 4px no-repeat;
		padding: 0 0 0 15px;
	}


/********************** ADMIN STYLES *********************/

.ccs_category_select li {
	list-style: none !important;
}

/********************** FOOTER STYLES *********************/

#footer1 {
	clear: both;
	font-size: 10px;
	color: white;
	background: #847742;
	padding: 6px 23px 7px 23px;
	margin-bottom: 1px;
}
#footer1 a, #footer1 a:visited {
	color: white;
	text-decoration: none;
}
#footer1 a:hover {
	text-decoration: underline;
}

#footer2 {
	clear: both;
	font-size: 9px;
	background: white;
	color: #847742;
	text-align: center;
	padding: 11px 0 8px 0;
	border-top: 3px solid #BBAC73;
	border-bottom: 3px solid #BBAC73;
}
#footer2 a, #footer2 a:visited {
	color: #847742;
	text-decoration: none;
}
#footer2 a:hover {
	color: #EB1E25;
}

.popup_container {
	position:relative;
	width:341px;
	z-index:100;
}

.popup_top {
	background: url('../images/popup_top.gif') no-repeat;
	height: 23px;
}

.popup_middle {
	background: url('../images/popup_middle.gif') no-repeat;
	background-color: #B9A66A;
	width: 341px;
}


.header_copy {
	font-size: 13px;
	font-weight: bold;
	color: #EC2027;
	padding: 3px 5px 0px 24px;
}

.body_copy {
	width: 300px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding:15px 0 10px 23px;
}

.body_copy b {
	font-wieght: bold;
	color: #2B1F20;
}

#popup_footer {
	background: url('../images/popup_bottom.gif') no-repeat;
	height: 18px;
	
}

.target_thing{
	position:relative;
}

#step1 {
	left: 137px;
	top: -628px;
	background: url('../images/fit_in_popup.gif') no-repeat;
	height: 148px;
}

#step2 {
	left: 312px;
	top: -712px;
	background: url('../images/register_and_apply.gif') no-repeat;
	height: 295px;
}

#step3 {
	right: -314px;
	top: -412px;
	background: url('../images/step_3_first_draft.gif') no-repeat;
	height: 120px;
}

#step4 {
	left: 307px;
	top: -40px;
	background: url('../images/step_4_psy.gif') no-repeat;
	height: 99px;
}

#step5 {
	left: -5px;
	top: -27px;
	background: url('../images/step_5.gif') no-repeat;
	height: 168px;
}

#step6 {
	left: -215px;
	top: -220px;
	background: url('../images/step_6.gif') no-repeat;
	height: 111px;
}

#step7 {
	left: -170px;
	top: -542px;
	background: url('../images/step_7.gif') no-repeat;
	height: 167px;
}

#navigation #maincell-0,#navigation #submenu-0,#navigation #childMenu-0-0,#navigation #childMenu-0-1,#navigation #childMenu-0-2,#navigation #childMenu-0-3,#navigation #childMenu-1-4{margin-left:0px;}
#navigation #maincell-1,#navigation #submenu-1,#navigation #childMenu-1-0,#navigation #childMenu-1-1,#navigation #childMenu-1-2,#navigation #childMenu-1-3,#navigation #childMenu-1-4{margin-left:0px;}
#navigation #maincell-2,#navigation #submenu-2,#navigation #childMenu-2-0,#navigation #childMenu-2-1,#navigation #childMenu-2-2,#navigation #childMenu-2-3,#navigation #childMenu-2-4{margin-left:0px;}
#navigation #maincell-3,#navigation #submenu-3,#navigation #childMenu-3-0,#navigation #childMenu-3-1,#navigation #childMenu-3-2,#navigation #childMenu-3-3,#navigation #childMenu-3-4{margin-left:0px;}
#navigation #maincell-4,#navigation #submenu-4,#navigation #childMenu-4-0,#navigation #childMenu-4-1,#navigation #childMenu-4-2,#navigation #childMenu-4-3,#navigation #childMenu-4-4{margin-left:0px;}
#navigation #maincell-5,#navigation #submenu-5,#navigation #childMenu-5-0,#navigation #childMenu-5-1,#navigation #childMenu-5-2,#navigation #childMenu-5-3,#navigation #childMenu-5-4{margin-left:0px;}
#navigation #maincell-6,#navigation #submenu-6,#navigation #childMenu-6-0,#navigation #childMenu-6-1,#navigation #childMenu-6-2,#navigation #childMenu-6-3,#navigation #childMenu-6-4{margin-left:0px;}


#maincell-0 {margin-top: 5px; .margin-top: 0px;}
#maincell-3 {margin-top: 5px; .margin-top: 0px;}
#maincell-6 {margin-top: 5px; .margin-top: 0px;}


.paging_active {
	color: #EC162E;
}

#prev_page_list a {
	text-decoration: underline;
	color: #EC162E;
}

#next_page_list a {
	text-decoration: underline;
	color: #EC162E;
}

#project_related_doc{
	width: 250px;
	float: left;
}

#project_related_doc .header{
	color: #ED1D24;
	font-weight: bold;
}

.project_detail_image {
	float: left;
	margin: 0px 16px 14px 0px;
	border: 1px solid #BAAB74;
}

.project_list_image {
	float: left;
	margin: 0px 16px 14px 0px;
	border: 1px solid #BAAB74;
}

#project_list_content .title {
	color: #EE2022;
	font-weight: bold;
	margin-bottom: 14px;
}

.project_2_col_title {
	color: #EE2022;
	font-weight: bold;
	margin: 21px 0px 14px 0px;
}

.project_2_col_image {
	border: 1px solid #BAAB74;
}

#project_2_col_content_block {
	width: 238px;
	float: left;
}

.vacancy_title {
	color: #EE2022;
	font-weight: bold;
}

.project_detail_teaser {
	font-style: italic;
	color: #84754A;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

/********Age Verification**********/
#verification_content {
	background: url('../images/verification/background.png') no-repeat;
	width: 314px;
	height: 453px;
	margin-left: auto;
   margin-right: auto;
}

#verify_form {
	padding-left: 50px;
	padding-top: 275px;
	width: 215px;
	height: 145px;
}

#verification_month {
	background: url('../images/verification/month_area.png') no-repeat;
	float: left;
	width: 112px;
	height: 38px;
	padding: 11px 0 6px 25px;
}

#verification_year {
	background: url('../images/verification/year_area.png') no-repeat;
	width: 102px;
	height: 38px;
	padding: 11px 0 6px 25px;
}

#verification_form {
	border-collapse: collapse;
}
	#verification_form input {
		color: #999999;
		border: 0;
	}
	#verification_form select {
		padding-bottom: 10px;
		padding-top: 10px;
		padding-left: 30px;
      vertical-align: middle;
		color: #999999;
		border: 0;
	}

#verify_submit {
	margin: 45px 0 0 0;
	padding-left: 45px;
	cursor:pointer;
}

#verification_footer {
	margin-top: 15px;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
	#verification_footer a{
		text-decoration: underline;
		color: #999999;
	}

#fb { margin: 10px 0 0 20px; }
