/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body{
	background-color: #262626;
	color: #333; 
	font:14px/18px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
}

a:link, a:visited{
	color: #9E9B78; 
	text-decoration:none;
}

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

div.clearer{
	clear: both;
	height: 1px;
}

h1 {
	color: #969696;
	margin: 0 0 5px 0;
	font-size: 110%;
}

/* -----Overall Site Elements----- */

div#container{
	background:url(../images/bg.jpg); 
	background-position: top;
	background-repeat:repeat-x;
	background-color: #fff;
	margin: 0 auto;
}

div#header{
	width: 200px;
	float: left;
}

div#content{
	width: 920px;
	margin: 0 auto;
	background:url(../images/contentTop.jpg); 
	background-repeat: no-repeat;
}

div#nav{
	margin: 0px 0 0 450px;
}



/* -----Home Elements----- */

div#logo{
	padding: 0px 0 0 50px;
	width: 150px;
}

div#slideshow {
	margin: 10px 20px 0 0;
	float: right;
}

div.textBox{
	width: 360px;
	position: absolute;
	margin: -230px 0 0 45px;
}

/* -----Work Elements----- */

div#showcase{
	width: 850px;
	margin: 10px 0 0 50px;
}

div.showcaseBox{
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

div.showcaseBox .heading{
	margin: 0 0 10px 0;
	clear: both;
}

div.showcaseBox a img{
	border: 1px solid #333;
	margin: 0 10px 0 0;
}

div.showcaseBoxSmall{
	width: 250px;
	padding: 10px 0 10px 0;
	float: left;
}

/* ----- Contact Elements----- */

.contactInfo{
	display: block;
	float: left;
	width: 200px;
	height: 260px;
	margin: 10px 0 0 40px;
	background-image: url(../images/bg_contact_info.jpg);
	background-repeat: no-repeat;
}


/* -----Footer Elements----- */

div#footerContent{
	width: 890px;
	height: 56px;
	margin: 0 auto;
	padding: 20px 15px 0 75px;
	background:url(../images/contentBtm.jpg); 
	background-repeat: no-repeat;
	background-position: top;
}


div#footer {
	background-image: url(../images/btm_bg.jpg); 
	background-position: bottom;
	background-repeat:repeat-x;
	background-color: #fff;
	margin: 0 auto;
	
}

/* -----Form Elements----- */

.contactForm, .responseForm{
	margin: 0 40px 0 0;
	padding: 120px 0 130px 105px;
	width: 530px;
	float: right;
	background-image: url(../images/bg_contact.jpg); 
	background-repeat: no-repeat;
}

div.responseForm{
	height: 500px;
	padding: 0px;
	width: 650px;
}

.siteText {
	margin: 0 0 10px 0;
	width: 450px;
}

.formBlock {
	float: left;
	width: 200px;
	margin: 10px 0 0 0;
}

.formRow {
	padding-bottom: 10px;
}

label, .field {
	color: #333333;
	font-size: .9em;
	padding-right: 5px;
}

.field {
	/* creates field names that display over fields */
	display: block;
	width: 100%;
}

.required {
	/* color for a required field */
	color: #ED1D23;
	font-weight: bold;
}

select {
	width: 180px;
}

.sectionTitle {
	font-weight: bold;
	padding-bottom: 10px;
}

div.submitBlock {
	clear: both;
	text-align: right;
	width: 180px;
}

div.thanks {
	padding: 200px 0 0px 150px;
	width: 450px;
}

