/*	BUILDING BLOCKS INC
	© 2009
	code by sage brown
*/

/* blue: #69bfe7 */
/* grey: #767368 */


body {
	background: url(../i/bg.jpg);
	
	margin: 0 0 0 0;
	
	font-size: 62.5%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

#wrapper {
	width: 962px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../i/bg-wrap.gif) no-repeat top right;
	padding: 17px 0 0 0;
}

#header {
	height: 147px;
	background: url(../i/hdr.gif) no-repeat -2px 3px;
	padding: 8px 0 0 0;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}



#header-sm {
	height: 46px;
	background: url(../i/hdr-sm.gif) no-repeat 0px 4px;
	padding: 9px 0 0 0;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}

#header a, #header-sm a {
	display: block;
	z-index: 20;
	position: relative;
	height: 100%;
	width: 100%;
}

#nav {
	width: 966px;
	padding: 0 0 3px 0;
	margin: 5px 0 0 0;
	overflow: hidden;
	border-bottom: 3px solid #69bfe7;	
}

#nav ul li {
	display: block;
	overflow: hidden;
	height: 30px;
	width: 161px;
	
	margin: 0;
	
	float: left;
	
}

#nav ul li a, #footer #contact a {
	display: block;
	height: 100%;
	width: 100%;
}

#nav li:hover, #nav .active {
	background-position: 0px -30px !important;
}

#nav #windows {
	background: url(../i/nav-windows.gif) no-repeat;
	background-position: 0px 0px;	
}

#nav #grfc {
	background: url(../i/nav-grfc.gif) no-repeat;
	background-position: 0px 0px;
}
#nav #terra {
	background: url(../i/nav-terra.gif) no-repeat;
	background-position: 0px 0px;
}

#nav #materials {
	background: url(../i/nav-materials.gif) no-repeat;
	background-position: 0px 0px;
}

#nav #profile {
	background: url(../i/nav-profile.gif) no-repeat;
	background-position: 0px 0px;
}

#nav #personnel {
	background: url(../i/nav-personnel.gif) no-repeat;
	background-position: 0px 0px;
}

/* CONTENT */

#content {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 20px;
	padding-top: 20px;
	background: url(../i/bg-dk.jpg);
	width: 966px;
}

#home-slideshow {
	height: 339px !important;
}

#home-slideshow a img {
	border:  none !important;
}


/* FOOTER */

#footer {
	margin: 0 0 30px 0;
	border-top: 1px dotted #999;
}

#ticker {
	height: 55px;
	margin: 0px 0 0 0;
	padding: 20px 20px 3px 10px;
	
	background: url(../i/bg-dk.jpg) repeat-x 0 3px;
	
	letter-spacing: 1px;
	color: #666;
	font-size: 13px;
	line-height: 19px;
}



#contact {
	margin: 2px 0 0 0;
	height: 22px;
	background: url(../i/contact.gif) no-repeat 0px 10px;
	border-top: 3px solid #69bfe7;
	overflow: hidden;
}

/* PERSONNEL */ 

.personnel-list li {
	margin: 0 0 30px 0;
}

.contact a, .contact {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 0 0 3px;
	color: #999;
}

.contact a:hover {
	color: #69bfe7;
}

.name {
	font-weight: bold;
}

/* MISC */

.hide-txt {
	line-height: 9000px;
	overflow: hidden;
}

hr {
	display: none;
}

.border-bottom {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

/* TEXT */ 

p {
	font-size: 12px;
	color: #767368;
	line-height: 18px;
}

.title {
	font-weight: bold;
}

.lg {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 16px 0;
}

/* LINKS */ 

a {
	color: #69bfe7;
	text-decoration: none;
}

a:hover {
	color: #767368;
}

/* CLEARFIX */

.clearfix:after, .content-wrapper2:after, .left-right:after, .left-left:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, .content-wrapper2, .left-right, .left-left:after {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .content-wrapper2, .left-right, .left-left:after {display:block;}
/* End hide from IE Mac */
