body {
	background-color: #eee;
	color: #555;
}


div#css-container {
	width: 100%;
	min-width: 990px;
	background-color: #fff;	
}


/*////// CONTENT //////*/

div#contentWrapper {
	position: relative;
	width: 100%;
}


div#contentContainer {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding-top: 65px;
}


div#css-container.small div#contentContainer {		width: 990px;}
div#css-container.medium div#contentContainer {		width: 990px;}
div#css-container.large div#contentContainer {		width: 990px;}



div#contentTexter {
	clear: both;
	position: relative;
	min-height: 300px;
	padding: 25px 0px 80px 0px;
}

div#contentUpper {
	clear: both;
	position: relative;
	height: 95px;
	margin-right: 60px;
	margin-left: 250px;
	border-bottom: 1px solid #ddd;
}

div.subAbout div#contentUpper {				background: url(/images/hdr_about.png) left top no-repeat;}
div.subCapabilities div#contentUpper {		background: url(/images/hdr_capabilities.png) left top no-repeat;}
div.subProcess div#contentUpper {			background: url(/images/hdr_process.png) left top no-repeat;}
div.subClients div#contentUpper {			background: url(/images/hdr_clients.png) left top no-repeat;}
div.subAwards div#contentUpper {			background: url(/images/hdr_awards.png) left top no-repeat;}
div.subNews div#contentUpper {				background: url(/images/hdr_news.png) left top no-repeat; margin-bottom: 5px;}
div.subSearch div#contentUpper {			background: url(/images/hdr_search_results.png) left top no-repeat;}
div.sub404 div#contentUpper {				background: url(/images/hdr_sorry_partner.png) left top no-repeat;}


div#subNav {
	float: right;
	width: 600px;
	padding-top: 35px;
}
div#subNav ul {
	display: inline;
	float: right;
}
div#subNav ul li {
	display: inline;
}
div#subNav ul li.subNavCurrent a {
	color: #000;
	background: url(/images/indicator_gray_line.gif) center bottom no-repeat;
	cursor: default;
}

div#subNav ul li a {
	float: left;
	color: #999;
	font: normal 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 22px 11px 20px 11px;
	margin: 0 5px;	
	height: 19px;
}
div#subNav ul li a.subNavLast {
	margin-right: 0;	
}
div#subNav ul li a:hover {
	text-decoration: none;
	color: #000;
}


div#contentTexter h2 {
	height: 42px;
	padding-top: 53px;
	margin-right: 80px;
	margin-left: 250px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font: normal 13px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #999;
}

body.curPortfolio div#css-container div#contentTexter h2 {		display: block; background-image: url(/images/hdr_portfolio.png); padding-left: 142px;}
body.curAbout div#css-container div#contentTexter h2 {			display: none;}
body.curTeam div#css-container div#contentTexter h2 {			display: block; background-image: url(/images/hdr_team.png); padding-left: 172px;}
body.curNews div#css-container div#contentTexter h2 {			display: none;}
body.curSearch div#css-container div#contentTexter h2 {			display: none;}
div.sub404 div#contentUpper h2 {			display: none;}

div#contentTexter h2 span {
	display: none;
}


div#contentOuter {
	clear: both;
	position: relative;
	min-height: 400px;
}


div#sidebar {
	float: left;
	width: 210px;
}

div#contentOuter div#sidebar {
	display: none;
}

div.subAbout div#contentOuter {				background: url(/images/quote_heart.gif) left 35px no-repeat;}
div.subCapabilities div#contentOuter {		background: url(/images/quote_arrow.gif) left 35px no-repeat;}
div.subProcess div#contentOuter {			background: url(/images/quote_horse.gif) left 35px no-repeat;}
div.subClients div#contentOuter {			background: url(/images/quote_cattle.gif) left 35px no-repeat;}
div.subAwards div#contentOuter {			background: url(/images/quote_draw.gif) left 35px no-repeat;}
div.sub404 div#contentOuter {				background: url(/images/quote_bull.gif) left 35px no-repeat;}

div#sidebar h3 {
	padding-left: 35px;
	margin-top: -6px;
}

div#sidebar ul {
	margin-top: -6px;
}
div#sidebar ul li {
}
div#sidebar ul li a {
	color: #777;
	/*display: block;*/
	font: normal 13px/26px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 5px 10px 5px 35px;
	background: url(/images/arrow_link_black.gif) right -100px no-repeat;
}
div#sidebar ul li a:hover {
	text-decoration: none;
	color: #000;
	background-position: right 10px;
}
div#sidebar ul li a:active {
	text-decoration: none;
	color: #777;
}


div.contentInner {
	margin-left: 250px;
	margin-right: 60px;
	padding-top: 30px;
}

div.contentInner li a {
	background: url(/images/arrow_link_orange.gif) right 5px no-repeat;
	padding-right: 10px;
}

div#menuThumbs {
	/*padding-top: 6px;*/
}
div#menuThumbs ul {
}
div#menuThumbs ul li {
	display: block;
	float: left;
	width: 220px;
	height: 150px;
}
div#menuThumbs ul li a {
	position: relative;
	display: block;
	width: 220px;
	height: 150px;
	color: #bbb;
	font: normal 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 0;
	background: none;
}
div#menuThumbs ul li a:hover {
	text-decoration: none;
}



div#menuThumbs ul li a span.namer {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 180px;
	padding: 10px 20px 0 20px;
	height: 70px;
	background: url(/images/bg_menu_dark60.png) left top no-repeat;
}
div#menuThumbs ul li a:hover span.namer {
	display: block;
	background-position: left -200px;
	/*background: url(/images/bg_dark60.png) left top repeat;*/
}
div#menuThumbs ul li a:active span.namer {
	display: block;
	background-color: #000;
	color: #fff;
}

div#menuThumbs ul li a span.titler {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 4px;
}


div#contentTexter h3 {
	color: #444;
	font: bold 13px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	text-decoration: none;
}
div#contentTexter h4 {
	font: bold 13px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
div#contentTexter p {
	font: normal 13px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-bottom: 20px;
}
div#contentTexter p span {
	font-weight: bold;
}

div#contentTexter a {
	color: #e35400;
	text-decoration: none;
}
div#contentTexter a:hover {
	text-decoration: underline;
}



div.columnHalf {
	width: 320px;
	float: left;
	margin-right: 40px;
	padding-top: 10px;
}

div.columnThird {
	width: 200px;
	float: left;
	margin-right: 40px;
	padding-bottom: 10px;
}
div.columnQuarter {
	width: 140px;
	float: left;
	margin-right: 40px;
	padding-bottom: 10px;
}



div.columnHalf h3,
div.columnThird h3,
div.columnQuarter h3,
div.columnTwoThirds h3,
h3.fullSpan {
	color: #444;
	font: bold 13px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-bottom: double 4px #ddd;
	padding-bottom: 5px;
	margin-bottom: 7px !important;
}

/*h3.twoThirdsSpan {
	color: #444;
	font: bold 13px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-bottom: double 4px #ddd;
	padding-bottom: 5px;
	margin-right: 240px;
	margin-bottom: 7px !important;
}*/

div.columnHalf ul,
div.columnThird ul,
div.columnQuarter ul {
	margin-bottom: 20px;
}
div.columnHalf li,
div.columnThird li,
div.columnQuarter li {
	color: #555;
	font: normal 13px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-left: 20px;
	padding-left: 20px;
	background: url(/images/bullet.gif) left 8px no-repeat;
}


div.newsItem {
	margin-left: 250px;
	margin-right: 60px;
	padding-top: 25px;
	border-bottom: 1px solid #ddd;
}
div.newsItem img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
div.newsItem img.newsPortrait {
	margin-right: 14px !important;
}
div.newsItem h3 {
	width: 200px;
	float: left;
	margin-right: 0;
	padding-bottom: 10px;
	font: bold 13px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
div.newsItem p {
	width: 440px;
	float: left;
	margin-right: 40px;
}

div.columnTwoThirds {
	width: 440px;
	float: left;
	margin-right: 40px;
	/*padding-bottom: 10px;*/
}

