/* CSS Document */
body {
	margin: 0px 0px;
	padding: 0px 0px;
	font: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #894101;
	text-align: left;
}
h1, h2, h3{font-family: Arial, Helvetica, sans-serif;font-weight:bold; padding-bottom:5px;margin-bottom:15px;}
h1{font-size:16px;color:#000;}
h2{font-size:14px;color:#000;}
h3{font-size:12px;color:#FFF;}

/* layout */
#page {
 	position: relative;
 	width: 980px;
  	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align: left; /* part 2 of 2 centering hack - sets all text back to default left align*/
}

#wrap {
	position: relative;
	min-height: 100%;
}

#content {
	position: relative;
	width: 980px;
	height:100%;
	margin: 0px 0px;
	background: #ffa800 url("/elements/images/home/background.gif") no-repeat;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 980px;
}
html>body #content{
	width: 980px;
}


/* HEADER */
#header {
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	height: 70px;
	background: transparent url("/elements/images/home/header_BG.gif") repeat;
}
#headerTextWrap {
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	height: 90px;
	background: transparent;
}
#headerTextWrap img{
	border: none;
}
#headerTextLeft{
	position: relative;
	float: left;
	width: 817px;
}
#headerTextContact{
	position: relative;
	float: left;
	width: 163px;
}

/* CONTENT */
#contentWrap{
	positiion: relative;
	float: left;
	clear: both;
	width: 980px;
}
#nav{
	position: relative;
	float: left;
	width: 201px;
	text-align: right;
}
#navButton{
	position: relative;
	float: right;
	width: 201px;
}
#navButton img{
	border: none;
}

#contentRightWrap{
	position: relative;
	float: left;
	clear: right;
	width: 779px;
	margin: 0px 0px;
	padding: 0px 0px;
}

#contentRightHome{ /* Used because of large image on homepage */
	position: relative;
	float: left;
	width: 779px;
	padding: 30px 0px 25px 0px;
}

#contentRightSecond{ /* Used for all other homepage-esque pages */
	position: relative;
	float: left;
	width: 779px;
	clear: right;
	padding: 30px 0px 25px 0px;
}
#contentRightTitle{ /* title images */
	position: relative;
	float: left;
	clear: right;
	width: 779px;
}
#addLinksWrap{
	position: relative;
	float: left;
	width: 779px;
	height: 20px;
	padding-left: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 639px;
}
html>body #addLinksWrap{
	width: 639px;
}
#addLinksWrap a, #addLinksWrap a:link{
	color: #FFF;
	text-decoration: none;
}
#addLinksWrap a:hover{
	text-decoration: underline;
}
#contentRightText{ /* wrapper for body copy */
	position: relative;
	float: left;
	width: 779px;
	text-align: left;
	padding-top: 15px;
}
#contentImagesWrap{ /* wrapper for small images of peeps */
	position: relative;
	float: left;
	width: 98px;
}
#contentImage{
	position: relative;
	float: left;
	width: 98px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}
#contentWords{
	position: relative;
	float: left;
	width: 681px;
	padding: 0px 40px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 601px;
}
html>body #contentWords{
	width: 601px;
}
#contentWords p{
	margin: 0px;
	padding: 0px 0px 14px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}
#contentWords a, #contentWords a:link{
	color: #000;
	text-decoration: none;
}
#contentWords a:hover{
	text-decoration: underline;
}



/* FOOTER */
#footerWrap{
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	height: 229px;
	background: transparent;
}
#footerTop{
	position: relative;
	float: left;
	clear: right;
	width: 980px;
	text-align: left;
	height: 166px;
}

#footerTop ul {
	display: block;
	float: right;
	width: 500px;
}
	#footerTop ul li {
		display: block;
		float: left;
		width: 250px;
	}
		#footerTop ul li a {
			display: block;
			height: 64px;
			text-indent: -9999em;
		}
		#footerTop ul li a.facebook {background: transparent url(/elements/images/home/facebookBadge.gif) 0 0 no-repeat;}
		#footerTop ul li a.linkedIn {background: transparent url(/elements/images/home/linkedInBadge.gif) 0 0 no-repeat;}
		#footerTop ul li a:active, #footerTop ul li a:hover, #footerTop ul li a:focus {outline: none;}

#footerBottomWrap{
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	height: 63px;
	background-color: #ffc452;
}
#footerBottomLeft{
	position: relative;
	float: left;
	width: 201px;
	height: 63px;
}
#footerBottomRight{
	position: relative;
	float: left;
	width: 779px;
	text-align: right;
}

#design_tag {font-size: 80%; text-align: right; color: #999;}
#design_tag a {text-decoration: none; color: #ffc452;}
#design_tag a:hover {color:#ffa800;}


/* FLOAT CLEARING FIX ----------------------------------------------------*/
/* Apply [class]:after to float containers */
.clearfix:after {color:#FFFFFF;content:"";display:block;height:0;clear:both;}
/* APPLIED FOR FIXING IE/MAC RENDER */	
.clearfix{display: inline-table; zoom:1;} 
/* Hides from IE Mac and Applied to IE/WIN Only \*/ 
* html .clearfix {height: 1%;}
.clearfix {display:block;} 
/* FLOAT CLEARING FIX ----------------------------------------------------*/


