body, html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}
body {
	font-size: 62.5%;
}

/* <LAYOUT> */
#container {
	width: 800px;
	margin: 50px auto 50px auto;
}
h1 {
	width: 800px;
	height: 84px;
	background-image: url(header.png);
	margin: 0 0 1px 0;
}
h1 a {
	display: block;
	width: 350px;
	margin-left: 450px;
	height: 84px;
	color: #fff;
	font-size: 0px;
}
h1 a:hover {
	background-color: transparent;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-size: 2.2em;
	position: relative;
}
h2 a {
	width: 780px;
	height: 40px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	line-height: 40px;
	background-color: #999;
	border-left: 10px solid #000;
	font-weight: normal;
}
h2#t1 a {
	background: #ccdbe5 url(bluegrad.jpg) right no-repeat;
	border-color: #004d7e;
	color: #004d7e;
}
h2#t2 a {
	background: #e7ccd1 url(redgrad.jpg) right no-repeat;
	border-color: #88001b;
	color: #88001b;
}
h2#t3 a {
	background: #eceacf url(yellowgrad.jpg) right no-repeat;
	border-color: #a09610;
	color: #a09610;
}
h2#t4 a {
	background: #e1e8d4 url(greengrad.jpg) right no-repeat;
	border-color: #6b8b27;
	color: #6b8b27;
}
h3  {
	margin: 10px 0 0 20px;
	padding: 0;
	font-weight: bold;
	color: #004d7e;
	font-size: 1.2em;
	clear: both;
	background: transparent url(header_cube.gif) bottom left no-repeat;
	padding-left: 25px;
}

.stretcher {
	background: #fff url(back.jpg) repeat-x;
	font-size: 1.3em;
	margin-bottom: 1px;
}
.stretcher#who {
	border-left: 10px solid #004d7e;
}
.stretcher#what {
	border-left: 10px solid #88001b;
}
.stretcher#work {
	border-left: 10px solid #a09610;
}
.stretcher#contact {
	border-left: 10px solid #6b8b27;
}
.stretcher p {
	padding: 0 0 15px 20px;
	margin: 0;
	line-height: 25px;
}
.fdname {
	color: #88001b;
	font-weight: bold;
	font-style: italic;
}
em { font-style: normal; }

.bluehighlight {
	color: #004d7e;
	font-weight: bold;
}
.redhighlight {
	color: #88001b;
	font-weight: bold;
}
.greenhighlight {
	color: #6b8b27;
	font-weight: bold;
}
a {
	color: #88001b;
	font-weight: bold;
}
a:hover {
	background-color: #88001b;
	color: #fff;
}

#footer {
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
	color: #004d7e;
}
/* </LAYOUT> */



/* <WHAT WE DO SECTION> */
#what h3 {
	color: #88001b;
}

#what h4 {
	color: #88001b;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.text_sub {
	margin-left: 20px;
	padding-left: 15px;
}
.text_sub p {
	padding: 0;
	margin: 0 0 10px 0;
}
#what dl {
	margin: 0;
	padding: 0;
}
#what dt {
	width: 100px;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
}
#what dd {
	margin-left: 100px;
	margin-bottom: 5px;
}
	
/* </WHAT WE DO SECTION> */


/* <WORK SECTION> */
#folio {
	padding: 0 0 40px 20px;
	width: 450px;
	float: left;
}
#folio a {
	padding: 4px 4px 4px 4px;
	background-image: url(folio_back.png);
	display: block;
	width: 92px;
	height: 92px;
	float: left;
	margin: 0 10px 10px 0;
}
#folio a:hover {
	background-image: url(folio_back_over.png);
}
#folio img {
	border: 0;
}
#folio h3, #foliodesc h3  {
	margin: 0 0 10px 0;
	color: #004d7e;
	padding-top: 20px;
	font-size: 1.2em;
	clear: both;
}
#foliodesc {
	width: 300px;
	float: right;
	padding: 5px 0 0 20px;
	background-color: transparent;
	margin: 0;
}
#foliodesc a.folio_full {
	padding: 4px 4px 4px 4px;
	background-image: url(folio_full_back.png);
	display: block;
	height: 235px;
	width: 235px;
	margin-bottom: 10px;
}
#foliodesc a.folio_full img {
	border: 0;
}
#fcontent div {
	font-size: 1em;
}
#loading { position: absolute; }

#fcontent ul {
	margin: 5px 0 0 0;
	padding-left: 20px;
}

#fcontent li {
	list-style-image: url(bullet.gif);
	padding-left: 3px;
	padding-bottom: 5px;
}
#fcontent h4 {
	color: #a09610;
	margin: 10px 0 0 0;
	padding: 0;
	height: 16px;
	line-height: 16px;
	background-image: url(details_header.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}

/* </WORK SECTION> */

/* <CONTACT SECTION> */
.contact {
	padding: 10px 0 10px 20px;}.contact p {
	padding-bottom: 5px;
}
.contact input, .contact textarea, .contact button {
	width: 200px;
	font-size: 1em;	height: 20px;
	border: 1px solid #6b8b27;
	background-color: #e1e8d4;	margin-bottom: 5px;
	padding: 4px;
}
.contact input:focus, .contact textarea:focus, .contact button:focus {
	background-color: #d3e1b5;
}
.contact textarea {
	width: 400px;
	height: 200px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}
.contact label {
	display: block;
	width: 150px;
	font-size: 1em;
	float: left;
	height: 29px;
	line-height: 28px;
}
.contact button {	
	height: 36px;
	line-height: 26px;
	width: 162px;
	margin-top: 10px;
	margin-left: 150px;
	background-color: #ecf2de;	
	border: 0;	
	background-image: url(submit.png);	
	color: #6b8b27;	
	font-weight: bold;	
	font-family: Trebuchet MS;
	text-align: right;
	padding-right: 30px;
}
.contact button:hover {	
	background-image: url(submit_over.png);
}
#contact h3  {
	margin: 10px 0 0 20px;
	color: #6b8b27;
	font-size: 1.2em;
	clear: both;
}
fieldset {
	border: 0;
}
#contact dl {
	margin-left: 20px;
}
#contact dt {
	width: 100px;
	float: left;
}
#contact dd {
	margin-left: 100px;
}
#error_Messages {
	margin-left: 20px;
}
#error_Messages ul {
	margin: 0;
	padding: 0;
}
#error_Messages li {
	width: 400px;
	padding: 5px 5px 5px 20px;
	background-color: #88001b;
	color: #fff;
}

.errorForm {
	border: 2px solid #88001b !important;
}
/* </CONTACT SECTION> */

