/* RESET (content styles only) */

.css-reset, 
.css-reset body, 
.css-reset div, 
.css-reset ul, 
.css-reset ol, 
.css-reset li, 
.css-reset dl, 
.css-reset dt, 
.css-reset dd, 
.css-reset h1, 
.css-reset h2, 
.css-reset h3, 
.css-reset h4, 
.css-reset h5, 
.css-reset h6, 
.css-reset pre, 
.css-reset form, 
.css-reset p, 
.css-reset blockquote, 
.css-reset fieldset, 
.css-reset input {
	margin: 0; 
	padding: 0; 
}
.css-reset h1, 
.css-reset h2, 
.css-reset h3, 
.css-reset h4, 
.css-reset h5, 
.css-reset h6, 
.css-reset pre, 
.css-reset code, 
.css-reset address, 
.css-reset caption, 
.css-reset cite, 
.css-reset code, 
.css-reset em, 
.css-reset strong, 
.css-reset th { 
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal; 
}
.css-reset ul, 
.css-reset ol { 
	list-style: none; 
}
.css-reset fieldset, 
.css-reset img { 
	border: none; 
}
.css-reset caption, 
.css-reset th { 
	text-align: left; 
}
	
	

/* CLEAR MARGINS AND STUFF LIKE THAT */
.clear{
	clear:both;
	float:none;
}

.headerNav li.level1 ul.submenu div{
	line-height:1.35em;
}

/* STYLE DEFAULTS */

.textField,
.selectField,
.textareaField,
input[type="text"],
select,
textarea{
	border: 1px solid #bbb;
	padding:1px;
	background-color:#FeFeFe;
}

.textField:focus,
.selectField:focus,
.textareaField:focus,
input[type="text"]:focus,
select:focus,
textarea:focus{
	border: 1px solid #888;	
	background-color:#fff;
}

.selectWrapper{
	*border: 1px solid #ccc;
}

textarea {
	display: block;
}


/* LAYOUT STYLES */

.centeredContent{
	width:800px;
	margin:0 auto;
}

.fullWidth{
	width:100%;
}

.header{
	position: relative;
	height: 80px;
}

	div.header a.logo {
		display: block;
		width: 88px;
		height: 77px;
		position: absolute;
		left: 0;
		bottom: -38px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(/lib/images/littlegreencube-logo.png) top left no-repeat transparent;
		z-index: 400;
		}

div.contactDivContainer {
	position: absolute;
	width:50%;
	}
div.contactDiv {
	position: absolute;
	right: -440px;
	top: 350px;
	}
div.contactDiv span.email {
	display: block;
	width: 41px;
	height: 341px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/lib/images/email.png) 0 0 no-repeat transparent;
	}
div.contactDiv span.email a {
	display: block;
	width: 41px;
	height: 341px;
	}
div.contactDiv span.phone {
	display: block;
	width: 41px;
	height: 216px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/lib/images/phone.png) 0 0 no-repeat transparent;
	}



		
.billboard{
	background-color:#333;
	color:#fff;
	position:relative;
	height:auto;
	z-index: 410;
}			
	
	#billboard-15-words {
		text-indent: -9999px;
		background: url(/lib/images/home/tag.png) no-repeat center 60px transparent;
		padding: 75px 0 100px 0;
		overflow:hidden;		
	}
		
	.billboard h1{
		font-size: 30px;
	}
		
	.billboardNav{
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
	}
		
		.billboardNav a,
		.billboardNav a:visited,
		.billboardNav a:link {
			font-size: 1.2em;
			font-weight:bold;
			padding: 5px 8px;
			margin: 0 5px;
			display:block;
			overflow:hidden;
			float:left;
			color:#fff;
		}
		.billboardNav a:hover {
			color:#333;
			background-color:#fff;
			text-decoration:none;
		}	
		.billboardNav a.active {
			color:#333;
			background-color:#fff;
			text-decoration:none;
		}	
	


.wrapper1 {
	background: url(/lib/images/body-gradient.png) 0 0 repeat-x #fff;
	}

.content {
	background: url(/lib/images/body-gradient-inverted.png) 0 0 repeat-x #f7f7f7;
	}

body.portfolio .wrapper1 {
	background: url(/lib/images/body-gradient.png) 0 0 repeat-x #fff;
	}			
body.portfolio .content {
	background: url(/lib/images/body-gradient-inverted.png) 0 0 repeat-x #f7f7f7;
	}			

body.process .wrapper1 {
	background: url(/lib/images/body-gradient.png) 0 0 repeat-x #fff;
	}			
body.process .content {
	background-image: none;
	background-color: white;
	}			




.pager {
	width: 800px;
	margin: -40px auto 10px;
	background-color:#333;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	z-index: 420;
	position: relative;
}
	.pager a,
	.pager a:link,
	.pager a:visited{
		padding: 6px 12px;
		color: #999;
		margin: 0;
		height: 30px;
	}	
	.pager a:hover,
	.pager a:active {
		color:#fff;
		background-color: #6a0;
		text-decoration:none;
		}

	.pager a.active,		
	.pager a.active:link,		
	.pager a.active:visited{
		color:#333;
		background-color: #fff;
		text-decoration:none;
	}		
	.pager a.active:hover,		
	.pager a.active:active {
		color:#fff;
		background-color: #6a0;
		text-decoration:none;
	}		



	.content{
		padding: 15px;
		position: relative; 
		min-height: 680px;
		*height:auto !important;
		*height: 600px;
	}


.wrapper2 {
	width: 800px;
	margin: -10px auto;
	background: url(/lib/images/layout/shadowed_page_bg_800px.png) 0 0 no-repeat transparent !important;
	*background: url(/lib/images/layout/shadowed_page_bg_800px_ie6.png) 0 0 no-repeat transparent;
	padding: 0 10px 10px 10px;
	position: relative;
	z-index: 430;
}				





.footer{
	background-color: #eeeee4;
}

	.footerWrapper{
		width:790px;
		padding:15px 5px;
		margin:0 auto;
		color:#8C8C7F;
		position:relative;
	}
	
	.footerLinks {
		position:absolute;
		right:5px;
		top:15px;
	}
	.footerLinks a,
	.footerLinks a:visited,
	.footerLinks a:link {
		color:#8C8C7F;
		padding:3px 6px;
		text-decoration:none;
	}
	.footerLinks a:hover {
		text-decoration:underline;
	}

	.quickContact .textareaField,
	.quickContact .textField{
		width:150px;
	}
	

















