* { 
	margin: 0px;
	padding: 0px;
}

body { 
	background-image: url('../images/trees.jpg');
	background-repeat: no-repeat;
}

a { 
	outline: none;
}

div#mainContainer { 
	margin-top: 100px;
	background-image: url('../images/semiTransparentWhite_bg.png');
	background-repeat: repeat;
	padding: 32px;
	overflow: hidden;
}

div.content { 
	background-color: white;
	padding: 32px;
	padding-left: 74px;
	margin-left: 32px;
	width: 585px;
	height: 354px;
}

div.contentContainer { 
	overflow: hidden;
}

div.center { 
	margin: 0 auto;
	width: 990px;
}

div.heading { 
	margin-left: 16px;
}


div.active div.heading {
	background-color: #768d22;
	padding: 16px;
	width: 40px;
	height: 386px;
	float: left;
}

div.inactive div.heading {
	background-color: #221f07;
	padding: 16px;
	width: 40px;
	height: 386px;
	float: left;
	cursor: pointer;
}

div.heading:hover { 
	background-color: #d2c82e !important;
}

div.inactive div.content { 
	display: none;
}

p {
	margin-bottom: 0px;
}

#homeContainer .content {
	background-image: url('../images/marx_animation.gif');
	background-repeat: no-repeat;
	background-position: right;
}

td { 
	vertical-align: top;
}


table.thumbnails img { 
	border: 2px solid white;
	cursor: pointer;
}

table.thumbnails img:hover { 
	border: 2px solid #d2c82e;
}

.hidden { 
	display: none;
}

.popup { 
	
}

.paddingLeft { 
	padding-left: 32px;
}

.paddingRight { 
	padding-right: 32px;
}

.paddingTop { 
	padding-top: 32px;
}

.paddingBottom { 
	padding-bottom: 32px;
}

.description { 
	height: 560px;
	overflow: hidden;
}

.pointer { 
	cursor: pointer;
}

a.browse, a.browse img { 
	border: 0px !important;
}

.logos img { 
	margin-right: 32px;
}

/* FORMS */

input, textarea { 
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 16px;
}

input { 
	width: 50px;
}

input.long {
	width: 150px;
}

textarea { 
	width: 150px;
	height: 15px;
}

input.submit { 
	background-color: #221f07;
	color: white;
	width: auto;
	border: 0px;
	font-weight: bold;
	padding: 8px;
}

label.error { 
	margin-left: 16px;
	color: #768d22;
	font-weight: bold;
}

input.error, textarea.error { 
	border: 2px solid #768d22;
}



/* ---- overlay --- */


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color: white;
	
	padding: 32px;
	height: 560px;
	width:980px;	
	min-height:200px;
	border:0px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 5px 5px #555;
	-webkit-box-shadow: 0 0 5px #555;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.gif);
	background-color: #211e02;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:52px;
	width:24px;
	padding: 16px;
}

/* ---- SLIDESHOW --- */

div.slideshowNav { 
	text-align: center;
	margin-top: 32px;
	width: 715px;
}

img.leftArrow { 
	margin-right: 15px;
}

.projectSlideshow { 
	width: 715px;
	height: 526px;
}

#mainSlideshow { 
	width: 910px;
	height: 575px;	
}

#mainSlideshow .items > div { 
	width: 910px;
}

#mainNavContainer { 
	background-color: #211e02;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	
	cursor:pointer;
	height:18px;
	width:70px;
	padding: 16px;
	text-align: center;

	top:609px;
	right:-20px;
}

#mainNavContainer a:first-child { 
	margin-right: 32px;
}


.description { 
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 32px;
}



.stillDescription { 
	display: none;
}

/* --- SCROLLABLE --- */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.slideshowHolder {

	/* required settings */
	position:relative;
	overflow:hidden;
	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.slideshowHolder .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items > div {
	float:left;
}

.disabled { 
	visibility: hidden;
}

/* -- PRELOADER -- */

.QOverlay {
	background-color: #221f07;
	background-image: url('../images/trees.jpg');
	background-repeat: no-repeat;
	z-index: 9999;
}

.QLoader {
	background-color: #fff;
	height: 6px;
	margin-top: 0px;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}