/* @override http://paperjamdesign.com/css/layout.css */

/* BASE */

html {
	width: 100%;
	height: 100%;
	background-image: url(/img/background_black.jpg);
	background-attachment: fixed;
	background-color: black;
}

body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	color: #ffffff;
}

* {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a img {
	border: 0;
}

/*h1 {
	font-size: 2.8em; 
	font-weight: bold; 
	width: 780px; 
	height: 40px;
	top: -20px;
	position: relative; 
	display:block;
	color: #fff;  
	text-decoration: none;
	border-bottom: 1px solid #666;
	padding-left: 10px;
	border:0 -ms-interpolation-mode: bicubic;
	line-height: 1.4em; 
	padding-bottom: 20px;
}*/

h2 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 8px;
}

p {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 1em;
}

.lv_MenuBar p {
	clear: both; font-size: 1.1em; color: #999; margin-bottom: 4px;
}

p a {
	color: #19AA4B;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	color: #327348;
}

/* LAYOUT */

#Main {
	margin: auto;
	width: 984px;
	padding-top: 60px;
	padding-bottom: 30px;
}

#Header {
	width: 963px;
	height: 130px;
	position: fixed;
	float: left;
}

#ContentContainer {
	width: 810px;
	/*

padding: 128px 0 0 154px;*/
	margin: 130px 0 40px 144px;
	float: right;
}

#Menu {
	width: 154px;
	height: 300px;
	top: 190px;
	text-align: right;
	position: fixed;
	float: left;
	line-height: 1.6;
	font-weight: normal;
	font-size: 1.3em;
}

#Menu a:hover {
	color: #f8afad;
	text-decoration: underline;
}

#Menu .heading {
	color: #999;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 20px;
}

#Menu ul ul li a {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
	}
	#Menu ul ul li a.selected {
		color: #f8afad;
		}

#Menu ul li ul li {
	color: #f8afad;
	font-weight: normal;
	line-height: 1.2;
}

#Menu ul li ul li a {
	color: #999;
	font-size: 0.9em;
	font-weight: normal;
}


#Menu ul li ul li a.selected {
	color: #f8afad;
	font-weight: normal;
	text-decoration: underline;
}

/*.notSelected {
	color: #999;
	font-weight: bold;
	margin-top: 20px;
}
	
#Menu ul li.selected {
	font-weight: bold;
	margin-top: 20px;
}*/

#Menu ul li.selected {
	color: #f8afad;
}

#Menu ul li.selected ul li {
	color: #f8afad;
}

/* SUB PAGES */

#PageTitle h1 {
	width: 780px;
	height: 40px;
	top: -14px;
	position: relative;
	display: block;
	color: #fff;
	font-size: 3.2em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #666;
	padding-left: 10px;
}

#Breadcrumb {
	width: 780px;
	height: 26px;
	top: -1px;
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #666;
	padding-left: 10px;
	margin-bottom: 25px;
}

#Breadcrumb a {
	color: #666;
}

#Breadcrumb a:hover {
	color: #fff;
}

#PageContent {
	width: 600px;
	padding-left: 10px;
	float: left;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;    /* Opera 7 */
	 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#LoadingMessage {
	width: 800px;
	float: left;
	padding-left: 10px;
	}
	#LoadingMessage h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #999;
	}

#PageContentFull {
	width: 800px;
	float: left;
	padding-left: 10px;
}

#home #PageContentFull {
	padding-left: 0;
}

#PageContentFull #ColLeft {
	width: 370px;
	float: left;
}

#PageContentFull #ColLeftContact {
	width: 220px;
	padding: 32px 0 0 0;
	float: left;
}

#PageContentFull #ColRight {
	width: 370px;
	padding: 0 0 0 30px;
	float: left;
}

#PageContentFull #ColRightAbout {
	width: 340px;
	padding: 22px 0 0 30px;
	float: left;
}

#PageContentFull #ColRightContact {
	width: 510px;
	margin-left: 240px;
	padding: 32px 0 0 0;
}

.aboutSubHeading {
	font-size: 1.6em;
	display: block;
	font-weight: bold;
	line-height: 1.4em;
}

#PageContent h1, #PageContentFull h1 {
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 20px;
}

#PageContent h2, #PageContentFull h2 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	padding-bottom: 0;
	padding-top: 6px;
	margin-bottom: 10px;
}

#PageContent p, #PageContentFull p {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 1em;
}

#ColLeft .aboutSubHeading, #ColRight .aboutSubHeading {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4em;
}

#ThumbsContainer {
	width: 800px;
	padding-top: 10px;
	float: left;
}

#CSThumbsContainer {
	width: 600px;
	padding-top: 10px;
	clear: left;
}

.ThumbsContainer h2 {
	width: 780px;
	display: block;
	padding: 0;
	border-bottom: 1px solid #666;
}

/*HOMEPAGE*/

#HomepageCasestudies {
	width: 560px;
	height: 254px;
	background-color: white;
	float: left;
	padding: 10px;
	margin-right: 20px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#HomepageCasestudiespic {
	width: 370px;
	height: 254px;
	position: absolute;
	border: none;
	overflow: hidden;
}

#HomepageCasestudiesinfo {
	width: 178px;
	height: 254px;
	padding-left: 382px;
}

#HomepageCasestudiesinfo h2 {
	color: #333;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 1.2;
	padding: 0;
}

#HomepageCasestudiesinfo p {
	color: #666;
	font-size: 1.2em !important;
	font-weight: normal;
	line-height: 1.3em;
}

#HomepageCasestudiesinfo p a {
	color: #19AA4B;
	font-weight: bold;
	text-decoration: none;
}

#HomepageCasestudiesinfo p a:hover {
	text-decoration: underline;
}

.HomeThumbContainer {
	width: 160px;
	height: 220px;
	background-color: white;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
	padding: 10px;
	margin: -14px 20px 0 0;
}

.HomeThumbContainerpic a {
	width: 160px;
	height: 110px;
	position: absolute;
	border: none;
}

.HomeThumbContainerinfo {
	width: 160px;
	height: 80px;
	padding: 114px 0 0 0;
	margin-bottom: 8px;
}

.HomeThumbContainerinfo h2 {
	color: #333;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2 !important;
	padding: 0 0 6px 0 !important;
	margin: 0 !important;
}

.HomeThumbContainerinfo p {
	color: #666;
	font-size: 1.1em !important;
	font-weight: normal;
	line-height: 1.1em !important;
}

.HomeThumbContainerinfo p a {
	color: #19AA4B;
	font-weight: bold;
	text-decoration: none;
}

.HomeThumbContainerinfo p a:hover {
	text-decoration: underline;
}

#NewsContainer {
	width: 180px;
	height: 308px;
	position: relative;
	top: -29px;
	float: left;
}

#news_pause, #news_previous, #news_next {
	padding-left: 5px;
}

#NewsContainer .title {
	color: #fff;
	font-size: 2.1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#NewsContainer img a {
	width: 180px;
	height: 110px;
	position: relative;
	padding-top: 34px;
	border: none;
}

#NewsContainer img a:hover {
	opacity: 0.8;
}

#NewsContainer p {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2;
}

#NewsContainer h2 {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 6px;
	line-height: 1.2;
}

#NewsContainer p a {
	color: #19AA4B;
	font-weight: bold;
	text-decoration: none;
}

#NewsContainer p a:hover {
	color: #327348;
}

#NewsPrev a {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 6px;
	left: 95px;
}

#NewsNext a {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 6px;
	left: 120px;
}

#NewsPrev a:hover, #NewsNext a:hover {
	opacity: 0.8;
}

.news_style {
	display: none;
}

.news_show {
	width: 180px;
	margin-top: 4px;
}

.buttondiv {
	position: relative;
	width: 180px;
	height: 26px;
}

.newsthumb img {
	display: block;
	margin: 0 auto;
}

/* CLIENT LIST */

#ClientList {
	width: 450px;
	font-size: 1.4em;
	font-weight: bold;
}

#ClientList li {
	height: 30px;
	clear: both;
}

#ClientList li a {
	display: block;
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#ClientList li a:hover {
	color: #19AA4B;
	border-bottom: 1px solid #19AA4B;
	background: url(/img/butt_view_folder.png) no-repeat right;
}

/* CASE STUDY ELEMENTS */

.CaseStudyListing {
	width: 780px;
	height: 280px;
	border-top: 1px solid #666;
	padding-top: 25px;
	margin-top: 10px;
	clear: both;
	float: left;
	display: inline;
}

.caseStudyListingPic {
	width: 380px;
	height: 254px;
	position: relative;
	float: left;
	border: none;
}

.CaseStudyListingInfo {
	width: 360px;
	float: left;
	padding-left: 20px;
	color: #fff;
	text-decoration: none;
}

.CaseStudyListingInfo h2 {
	font-size: 2.1em;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 0;
}

.CaseStudyListingInfo p {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 13px;
}

#ThumbsList li {
	width: 180px;
	height: 116px;
	position: relative;
	margin: 0 20px 26px 0;
	float: left;
	border: none;
	opacity: 0.65;
	-webkit-transition: opacity 0.25s linear;
}

#ThumbsList li:hover {
	opacity: 1;
}

#CaseStudyMenu {
	position: relative;
	width: 152px;
	top: -61px;
	padding-left: 28px;
	float: left;
}

#CaseStudyMenu p {
	color: #999;
	font-size: 1.1em;
	padding: 20px 0 16px 0;
	margin: 0;
}

#CaseStudyMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#CaseStudyMenu li.caseStudySelected {
	height: 28px;
	display: block;
	padding-left: 1.4em;
	padding-top: 1px;
	background-image: url(/img/butt_casestudies_selected.png);
	background-repeat: no-repeat;
}

#CaseStudyMenu li a {
	height: 28px;
	display: block;
	padding-left: 0.8em;
	padding-top: 1px;
	background-image: url(/img/butt_casestudies_off.png);
	background-repeat: no-repeat;
}

#CaseStudyMenu li a:hover {
	background-image: url(/img/butt_casestudies_over.png);
	background-repeat: no-repeat;
}

/* MAIN NEWS PAGE */

#newsmain {
	width: 560px;
	float: left;
	/*outline: 1px solid green;*/
}

.news_headline {
	margin-top: 0;
}

.news_headline .date {
	display: block;
	color: #999;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	line-height: 1em;
	margin-top: 32px;
	padding: 6px 5px 6px 5px;	
	border-bottom: 3px solid #999;
	clear: left;
}

.news_headline .news_image_small {
	width: 180px;
	margin: 20px 20px 12px 0;
	float: left;
}

.news_headline .news_image_small img {
	display: block;
	margin: 0 auto;
}
.news_headline .news_text {
	width: 350px;
	margin: 8px 0 12px 0;
	float: left;
}
#newsmain h1 {
	font-size: 3.6em;
	line-height: 1.4em;
}
#newsmain h2 {
	clear:  left;
	font-size: 1.6em;
	line-height: 1.4em;
}

#newsmain .news_headline .news_text h2 {
	font-size: 2.4em;
	line-height: 1.3em;
}
.news_headline .news_text p {
	font-size: 1.3em;
	line-height: 1.4em;
}
.news_headline .news_text .readmore a {
	width: 100px;
	height: 17px;
	display: block;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0 22px;
	background: url(/img/butt_news_readmore.gif) no-repeat;
}
.news_headline .news_text .readmore a:hover {
	color: #19AA4B;
	background: url(/img/butt_news_readmore_hover.gif) no-repeat;
}
#sidebar {
	float: right;
	width: 150px;
	background: url(/img/icon_newsarchive.png) no-repeat 0;
	padding: 35px 0 0 55px;
}

#sidebar_recent {
	float: right;
	width: 200px;
	padding: 16px 0 0 0px;
}

#sidebar_recent #subnav {
}

#sidebar h2, #sidebar_recent h2 {
	color: #666;
	font-size: 1.8em;
	line-height: 1.2;
}

#subnav li, #sidebar ul li {
	line-height: 1.2;
	font-size: 1.3em;
	margin-bottom: 15px;
}

#subnav li em, #sidebar ul li em {
	color: #666;
}

#subnav li a, #sidebar ul li a {
	color: #19AA4B;
}

#subnav li a:hover, #sidebar ul li a:hover {
	color: #327348;
}

#newspic {
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

a.backlink {
	color: #19AA4B;
	font-size: 2.1em;
	font-weight: bold;
}
a.backlink:hover {
	color: #327348;
}

/* BUTTONS AND TOOLTIP */

.moreButton a {
	width: 53px;
	height: 16px;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
	text-align: center;
	text-decoration: none;
	background-image: url(/img/more_butt_off.png);
}

.moreButton a:hover {
	background-image: url(/img/more_butt_hover.png);
}

.ViewButton {
	margin-bottom: 15px;
}

.ViewButton a {
	width: 59px;
	height: 20px;
	color: #fff;
	display: block;
	padding: 1px 0 0 1px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-image: url(/img/butt_view_background.png);
	background-repeat: no-repeat;
	opacity: 1;
}

.ViewButton a:hover {
	opacity: 0.8;
}

.DownloadPdf a {
	width: 142px;
	height: 26px;
	color: #fff;
	display: block;
	padding: 0 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	text-align: left;
	text-decoration: none;
	background-image: url(/img/butt_downloadpdf_off.png);
	background-repeat: no-repeat;
}

.DownloadPdf a:hover {
	color: #19AA4B;
	background-image: url(/img/butt_downloadpdf_on.png);
	background-repeat: no-repeat;
}

#tt {
	position: absolute;
	display: block;
	background: url(/img/tooltip/tt_left.png) top left no-repeat
}

#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(/img/tooltip/tt_top.png) top right no-repeat;
	overflow: hidden
}

#ttcont {
	display: block;
	padding: 6px 12px 6px 10px;
	margin-left: 5px;
	background: #000;
}

#ttcont p {
	font-weight: normal;
	font-size: 1.1em;
	color: #999
}

#ttcont strong {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	margin-bottom: 5px;
}

#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(/img/tooltip/tt_bottom.png) top right no-repeat;
	overflow: hidden
}

/* FOOTER */

#Footer {
	width: 780px;
	margin-left: 174px;
	clear: left;
}

.icon {
	/*outline: 1px solid red;*/
	margin-bottom: 16px;
}

.icon img {
	float: left;
	margin: 0 10px 0 0;
}

#footerHeader {
	width: 770px;
	height: 22px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #999;
	background-image: url(/img/footer_underline.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#footerCol1 {
	float: left;
	width: 250px;
	height: 125px;
	padding-left: 10px;
}

#footerCol2 {
	float: left;
	width: 260px;
}

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


#Footer .header {
	font-size: 1.4em;
	font-weight: bold;
	color: #999;
}

#Footer li {
	color: #999;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 1.4em;
}

#Footer li a {
	color: #19AA4B;
	font-weight: bold;
	text-decoration: none;
}

#Footer li a:hover {
	color: #327348;
}

#work_filter {
	float: right;
	margin: 10px 20px;
	font-size: 1.4em;
	font-weight: bold;
}
	
span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: url(/img/select.png) no-repeat;
  overflow: hidden;
}


