/* TABLE OF CONTENTS
------------------------------------------------------------------ 
1. Colors
2. Reset
3. Rules for Expandable Background
4. Header Content
5. Main Nav
6. Main Content
	6a. Left Column
	6b. Right Column
7. Footer Content
8. Copyright Content
-------------------------------------------------------------------*/

/* 1. COLORS
-------------------------------------------------------------------
Dark Brown (Backgrounds, Headers): #45413d

Brown (Text, Headers): #696760

Dark Beige (Text): #c1bdb5

Light Beige (Backgrounds): #f5f4ec

Orange (Links, Headers): #b98025

White (Text, Links): #ffffff
-------------------------------------------------------------------*/

/* 2. RESET
-------------------------------------------------------------------*/ 
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight:normal;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 3. RULES FOR EXPANDABLE BACKGROUND
-------------------------------------------------------------------*/
body {
	margin: 0;
	background:url(../images/footerbckg.jpg) repeat-y top center;
	font-family:Arial, Helvetica, sans-serif;
}

#headerbackground, #footerbackground, .headerfooterband, #contentbackground, #copyrightbackground{
	width: 100%;
	margin: auto;
}

#headerbackground, #footerbackground {
	background: url(../images/headfooterbckg.jpg) repeat-y top center;
}

.headerfooterband {
	background: url(../images/headerfooterband.jpg) repeat-y top center; 
	height: 8px;
}

/* 4. HEADER CONTENT
-------------------------------------------------------------------*/
.headerwrapper {
	width: 966px;
	padding: 0 20px;
	margin: auto;
	height:118px;
	margin-top:0;
}

.headerwrapper h1 a {
	background-image:url(../images/langan_logo.gif);
	background-repeat:no-repeat;
	width:542px;
	height:31px;
	display:block;
	text-indent:-9999px;
	margin-top:20px;
	float:left;
	margin-left:10px;
}

ul#sub_nav {
	width:150px;
	float:right;
	font-size:10px;
	color:#bab9ae;
	text-align:right;
	margin-top:5px;
	margin-right:0px;
}

ul#sub_nav a {
	text-decoration:none;
	color:#bab9ae;
}

ul#sub_nav a:hover {
	text-decoration:underline;
}

ul#sub_nav li {
	display:inline;
}

/* 5. MAIN NAV
-------------------------------------------------------------------*/
ul#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	clear:both;
	padding-top:46px;
}

ul#nav li { /* all list items */
	float: left;
	position: relative;
	margin-right:78px;
	z-index:2;
}

ul#nav span a {
	display:block;
	background-image:url(../images/nav.gif);
	height:21px;
	text-indent:-9999px;
}

ul#nav li#about_us, ul#nav li#about_us_current {
	width:58px;
}

ul#nav li#about_us span a {
	background-position:0px 406px;
}

ul#nav li#about_us span a:hover, ul#nav li#about_us_current span a {
	background-position:0px 377px;
}

ul#nav li#services, ul#nav li#services_current {
	width:55px;
}

ul#nav li#services span a {
	background-position:0px 348px;
}

ul#nav li#services span a:hover, ul#nav li#services_current span a {
	background-position:0px 319px;
}

ul#nav li#portfolio, ul#nav li#portfolio_current {
	width:63px;
}

ul#nav li#portfolio span a {
	background-position:0px 290px;
}

ul#nav li#portfolio span a:hover, ul#nav li#portfolio_current span a {
	background-position:0px 261px;
}

ul#nav li#sustainability, ul#nav li#sustainability_current {
	width:99px;
}

ul#nav li#sustainability span a {
	background-position:0px 232px;
}

ul#nav #sustainability span a:hover, ul#nav #sustainability_current span a {
	background-position:0px 203px;
}

ul#nav li#news_and_events, ul#nav li#news_and_events_current {
	width:96px;
}

ul#nav li#news_and_events span a {
	background-position:0px 174px;
}

ul#nav li#news_and_events span a:hover, ul#nav li#news_and_events_current span a {
	background-position:0px 145px;
}

ul#nav li#careers, ul#nav li#careers_current {
	width:52px;
}

ul#nav li#careers span a {
	background-position:0px 116px;
}

ul#nav li#careers span a:hover, ul#nav li#careers_current span a {
	background-position:0px 87px;
}

ul#nav li#contact_us, ul#nav li#contact_us_current {
	width:73px;
	margin-right:0px;
}

ul#nav li#contact_us span a {
	background-position:0px 58px;
}

ul#nav li#contact_us span a:hover, ul#nav li#contact_us_current span a {
	background-position:0px 29px;
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1px;
	left: 0;
}

ul#nav li ul a {
	color:#dfded1;
	font-size:11px;
	text-decoration:none;
	display:block;
	background-image:url(../images/nav_item_bg.gif);
	width:191px;
	height:20px;
	padding-top:7px;
	padding-left:7px;
}


.secondColoumn {
	padding-left:198px;
}
.secondColoumn li {
    border-left: 1px solid #9D998D; /* 9D998D  6E6A62 */
}



ul#nav li ul a:hover {
	color:white;
}

ul#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* 6. MAIN CONTENT
-------------------------------------------------------------------*/
#contentbackground {
	background: url(../images/contentbckg.jpg) repeat-y top center;
}

.contentwrapper {
	padding: 0 8px ;
	width: 996px;
	margin: auto;
/*	min-height:539px;
*/	overflow:auto;
}

div#myAlternativeContent {
	background-color:#f1f0e6;
	overflow:auto;
	padding:50px 30px 50px 30px;
}	

div#myAlternativeContent div#left_column_content {
	width:450px;
	float:left;
	margin-right:30px;
}

div#myAlternativeContent div#right_column_content {
	width:450px;
	float:right;
}


div#myAlternativeContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	text-transform:uppercase;
	color:#a66d22;
	margin-bottom:15px;
}

div#myAlternativeContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
	color:#a66d22;
	margin-bottom:15px;
}

div#myAlternativeContent ul {
	margin-bottom:30px;
}

div#myAlternativeContent ul li {
	font-size:14px;
	color:#3a3835;
	line-height:normal;
}

div#myAlternativeContent p, div#myAlternativeContent span, div#myAlternativeContent a {
	font-size:14px;
	color:#3a3835;
	line-height:normal;
	margin-bottom:15px;
}

div#myAlternativeContent span {
	display:block;
}

div#myAlternativeContent a:hover {
	text-decoration:none;
}

#promo_container_left {
	background-color:#f1f0e6;
	color:#696760;
	width:496px;
	height:139px;
	float:left;
	margin-top:8px;
}

#promo_container_right {
	background-color:#f1f0e6;
	color:#696760;
	width:500px;
	height:139px;
	float:right;
	margin-top:8px;
}

#promo_container_left img, #promo_container_right img {
	float:left;
	margin-right:20px;
}

#promo_container_left div, #promo_container_right div {
	float:left;
	margin-top:38px;
	width:207px;
}

#promo_container_left div a, #promo_container_right div a {
	font-size:11px;
	color:#b98025;
	text-decoration:underline;
	display:block;
}

#promo_container_left div a:hover, #promo_container_right div a:hover {
	text-decoration:none;
}

#promo_container_left div h2 a, #promo_container_right div h2 a {
	font-size:18px;
	color:#3a3835;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	text-decoration:none;
}

#promo_container_left div h2 a span, #promo_container_right div h2 a span {
	color:#a66d22;
	font-weight:bold;
}

#promo_container_left div h3, #promo_container_right div h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	display:block;
	margin-bottom:2px;
}

#promo_container_left div h4, #promo_container_right div h4 {
	font-size:10px;
	text-transform:uppercase;
}

/* 6a. LEFT COLUMN
-------------------------------------------------------------------*/
div#left_column {
	width:324px;
	float:left;
	margin-left:35px;
	margin-top:57px;
	margin-bottom:57px;
}

div#left_column div.left_column_text {
	background-color:#f5f3eb;
	padding:10px;
	margin-bottom:3px;
}

div#left_column h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#696760;
	margin:0px 0px 5px 0px;
}

div#left_column span.sub_head {
	font-size:11px;
	text-transform:uppercase;
	color:#696760;
	display:block;
	margin-bottom:10px;
}

div#left_column span {
	font-size:12px;
	color:#696760;
	display:block;
	margin-bottom:10px;
}

div#left_column a {
	font-size:12px;
	color:#b98025;
	text-decoration:none;
}

div#left_column a:hover {
	text-decoration:underline;
}

div#left_column p {
	font-size:11px;
	color:#696760;
	line-height:17px;
}

div#left_column span.brown_link {
	display:inline;
}

div#left_column span.brown_link a {
	font-size:11px;
	color:#696760;
	text-transform:none;
	display:inline;
	text-decoration:underline;
}

div#left_column span.brown_link a:hover {
	text-decoration:none;
}

div#left_column span.back_link span {
	display:block;
	text-transform:none;
	color:#b98025;
	font-size:14px;
}

div#left_column span.back_link a {
	display:block;
	background-image:url(../images/large_left_arrow.gif);
	background-repeat:no-repeat;
	height:17px;
	padding-left:15px;
	text-transform:none;
	font-size:14px;
	color:#696760;
	padding-top:1px;
	margin-top:-25px;
}
div#left_column span.back_link a span {
	display:inline;
}

div#left_column span.back_link a:hover {
	text-decoration:none;
}

div#left_column div.image_container {
	text-align:center;
	background-color:#f5f4ec;
}

/* 6b. RIGHT COLUMN
-------------------------------------------------------------------*/
div#right_column {
	width:539px;
	float:right;
	margin-right:59px;
	margin-top:57px;
	margin-bottom:57px;
}

div#right_column_principal_bios {
	width:582px;
	float:right;
	margin-right:17px;
	margin-top:57px;
	margin-bottom:57px;
}

div#right_column h2.error {
	font-size:48px;
}

div#right_column p.error_text {
	font-size:18px;
	line-height:normal;
}

div#right_column h2, div#right_column_principal_bios h2 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#b98025;
	text-transform:uppercase;
	margin-bottom:20px;
}

div#right_column h2#langan_international {
	background-image:url(../images/langan_international_logo.gif);
	width:188px;
	height:48px;
	text-indent:-9999px;
	margin-bottom:30px;
}

div#right_column h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#b98025;
	margin-bottom:5px;
}

div#right_column h3.brown {
	font-family:Arial, Helvetica, sans-serif;
	size:14px;
	color:#696760;
	margin-top:-15px;
	margin-bottom:20px;
}

div#right_column ul {
	font-size:12px;
	color:#696760;
	line-height:18px;
	list-style-type:disc;
	padding-left:15px;
}

div#right_column ul.float_left {
	float:left;
	width:240px;
}

div#right_column ul.float_right {
	float:right;
	width:240px;
}

div#right_column p.sub_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#696760;
	line-height:23px;
	margin-bottom:20px;
}

div#right_column ul.sub_text_list {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#696760;
	line-height:23px;
	list-style-type:disc;
	margin-left:15px;
	margin-bottom:10px;
}

div#right_column p {
	font-size:12px;
	color:#696760;
	line-height:18px;
	margin-bottom:20px;
}

div#right_column p a {
	color:#b98025;
	text-decoration:none;
}

div#right_column p a:hover {
	text-decoration:underline;
}

div#right_column h3.beige_box {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#45413d;
	background-color:#f5f4ec;
	padding:10px 0px 10px 10px;
	margin:25px 0px 5px 0px;
}

div#right_column h4, div#right_column h4 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#696760;
	text-decoration:none;
}

div#right_column h4.orange, div#right_column h4.orange a, div#right_column_principal_bios h4.orange, div#right_column_principal_bios h4.orange a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#b98025;
	text-decoration:none;	
}

div#right_column h4.orange a:hover, div#right_column_principal_bios h4.orange a:hover {
	text-decoration:underline;
}

div#right_column h4 a:hover {
	text-decoration:underline;
}

div#right_column ul.langan_international_image_list, div#right_column_principal_bios ul.principal_bios_image_list {
	margin-left:0;
	list-style-type:none;
	overflow:auto;
}

div#right_column ul.langan_international_image_list {
	margin:0;
	padding:0;
}

div#right_column ul.langan_international_image_list li {
	width:175px;
	float:left;
	margin:0px 6px 15px 0px;
	font-size:12px;
	color:#696760;
	line-height:18px;
}

div#right_column_principal_bios ul.principal_bios_image_list li {
	width:138px;
	float:left;
	margin:0px 10px 15px 0px;
	font-size:12px;
	color:#696760;
	line-height:18px;
}

div#right_column_principal_bios ul.principal_bios_image_list div, div#right_column ul.langan_international_image_list div {
	overflow:auto;
}

div#right_column ul.langan_international_image_list li.last, div#right_column_principal_bios ul.principal_bios_image_list li.last {
	margin-right:0px;
}

div#right_column ul.small_links {
	list-style-type:none;
	margin-left:0px;
}

div#right_column ul.small_links a {
	color:#b98025;
	font-size:11px;
	text-decoration:none;
	display:block;
	background-image:url(../images/double_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:12px;
	margin-bottom:8px;
}

div#right_column ul.small_links a:hover {
	text-decoration:underline;
}

div#right_column div.link_container {
	width:255px;
	float:left;
	margin-right:10px;
}

div#right_column div.link_container p {
	padding:0px 10px 0px 10px;
}

div#right_column div.listing_container {
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #f2f1e7;
}

div#right_column div.listing_container span {
	display:block;
	font-size:12px;
	color:#4b4845;
	margin-top:8px;
}

div#right_column div.listing_container a {
	display:block;
	font-size:11px;
	color:#b98025;
	text-decoration:underline;
	margin-top:5px;
}

div#right_column div.listing_container a:hover {
	text-decoration:none;
}

div#right_column div.listing_container span.pdf {
	display:block;
}

div#right_column div.listing_container span.pdf a {
	display:inline;
	background:url(../images/small_pdf_icon.gif) no-repeat top right;
	height:14px;
	padding-top:2px;
	padding-right:20px;
}

div#right_column div.pagination_container {
	/*overflow:auto;*/
	height:12px;
	margin:20px 0px 10px 0px;
}

div#right_column div.pagination_container_border {
	/*overflow:auto;*/
	margin:20px 0px 10px 0px;
	padding-top:20px;
	border-top:1px solid #f2f1e7;
}

div#right_column div.pagination_container a, div#right_column div.pagination_container_border a {
	font-size:12px;
	display:block;
	width:200px;
	color:#b98025;
	text-decoration:none;
}

div#right_column div.pagination_container a:hover, div#right_column div.pagination_container_border a:hover {
	text-decoration:underline;
}

div#right_column div.pagination_container span.previous a, div#right_column div.pagination_container_border span.previous a {
	float:left;
	background:url(../images/double_arrow_left.gif) no-repeat 0px 3px;
	padding-left:15px;
}

div#right_column div.pagination_container span.next a, div#right_column div.pagination_container_border span.next a {
	display:block;
	float:right;
	text-align:right;
	background:url(../images/double_arrow.gif) no-repeat 205px 3px;
	padding-right:15px;
}

div#right_column table.careers_table {
	color:#b98025;
	font-size:12px;
	border-bottom:#f1f1e6 solid 4px;
	clear:both;
}

div#right_column table.careers_table a {
	color:#b98025;
	text-decoration:none;
}

div#right_column table.careers_table a:hover {
	text-decoration:underline;
}

div#right_column table.careers_table th {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#45413d;
	background-color:#f5f4ec;
	padding:10px 0px 10px 10px;
	margin-bottom:5px;
	text-align:left;
}

div#right_column table.careers_table th a {
	color:#45413d;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

div#right_column table.careers_table th#title a {
	background:url(../images/small_brown_down_arrow.gif) no-repeat 0px 4px;
	padding-left:10px;
}

div#right_column table.careers_table th#reference a {
	background:url(../images/small_brown_down_arrow.gif) no-repeat 0px 4px;
	padding-left:10px;
}

div#right_column table.careers_table th#location a {
	background:url(../images/small_brown_down_arrow.gif) no-repeat 0px 4px;
	padding-left:10px;
}

div#right_column table.careers_table th#date a {
	background:url(../images/small_brown_down_arrow.gif) no-repeat 0px 4px;
	padding-left:10px;
}

div#right_column table.careers_table td {
	padding:10px 0px 10px 10px;
}

div#right_column span.search_location {
	display:block;
	font-size:14px;
	color:#4b4845;
	float:left;
	margin:3px 10px 20px 0px;
}

div#right_column form.search_location_form select {
	float:left;
}

div#right_column div.background_highlight_area {
	padding:20px;
	background-color:#f5f3eb;
	margin-top:25px;
}

div#right_column div.background_highlight_area p {
	font-weight:bold;
}

div#right_column div.background_highlight_area p.last {
	margin-bottom:0px;
}

div#right_column div.background_highlight_area a {
	color:#b98025;
	text-decoration:none;
	font-weight:bold;
}

div#right_column div.background_highlight_area a:hover {
	text-decoration:underline;
}

div#right_column span.bold {
	font-weight:bold;
}

div#right_column ul#site_map li {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#right_column ul#site_map li {
	margin-bottom:10px;
}

div#right_column ul#site_map li a {
	color:#b98025;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

div#right_column ul#site_map li a:hover {
	text-decoration:underline;
}

div#right_column ul#site_map li span#about_us a {
	display:block;
	background:url(../images/orange_arrow_right.gif) no-repeat 55px 6px;
}

div#right_column ul#site_map li span#services a {
	display:block;
	background:url(../images/orange_arrow_right.gif) no-repeat 49px 6px;
}

div#right_column ul#site_map li span#portfolio a {
	display:block;
	background:url(../images/orange_arrow_down.gif) no-repeat 51px 6px;
}

div#right_column ul#site_map li span#sustainability a {
	display:block;
	background:url(../images/orange_arrow_right.gif) no-repeat 77px 6px;
}

div#right_column ul#site_map li span#news a {
	display:block;
	background:url(../images/orange_arrow_right.gif) no-repeat 84px 6px;
}

div#right_column ul#site_map li span#careers a {
	display:block;
	background:url(../images/orange_arrow_right.gif) no-repeat 46px 6px;
}

div#right_column ul#site_map li ul li {
	margin-bottom:0px;
}

div#right_column ul#site_map li ul li a {
	font-size:12px;
	color:#4b4845;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

div#right_column ul#site_map li ul li a:hover {
	text-decoration:underline;
}

/* 7. FOOTER CONTENT
-------------------------------------------------------------------*/
.footerwrapper, .copyrightwrapper {
	padding: 40px 20px ;
	margin: auto;
	width: 960px;
}

.footerwrapper {
	overflow:auto;
	line-height:normal;
}

.footerwrapper h4 {
	font-weight:bold;
	font-size:14px;
	color:white;
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

.footerwrapper div {
	float:left;
	width:200px;
	margin-right:180px;
	color:#c1bdb5;
}

.footerwrapper div ul li {
	margin-bottom:10px;
	font-size:11px;
}

.footerwrapper div ul li span, .footerwrapper div ul li span a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.footerwrapper div ul li a {
	font-size:11px;
	color:#c1bdb5;
}

.footerwrapper div ul li a:hover {
	text-decoration:none;
}

.footerwrapper div#last  {
	margin-right:0px;
}

/* 8. COPYRIGHT CONTENT
-------------------------------------------------------------------*/
.copyrightwrapper {
	font-size:11px;
	color:#c1bdb5;
	padding-top:10px;
}

.copyrightwrapper span {
	color:white;
	font-size:14px;
	display:block;
	margin-top:5px;
}

.copyrightwrapper a {
	color:white;
	text-decoration:none;
}

.copyrightwrapper a:hover {
	text-decoration:underline;
}

.copyrightwrapper div#left_area {
	float:left;
}

.copyrightwrapper div#right_area {
	float:right;
}

.footerwrapper div#last ul li span {
	display:block;
}