html { width: 100%; height: 100%;}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	margin-top: 10px;
	font-family: Helvetica;
}

/* Common Styles */

div#layout_title {
	width: 300px;
	border-top: 3px solid #FF7800;
	text-align: right;
	margin-top: 75px;
}

div#layout_title h1 {
	font-size: 28pt;
	margin: 5px 0;
}

img { border: none; }

a {
	color: #FFA557;
	text-decoration: none;
}
a:hover {
	color: #FF7800;
	text-decoration: none;
}
p {
	font-size: 10pt;
	color: #333;
	text-indent: 25px;
	line-height: 1.4em;
}
p.noindent {
	text-indent: 0;
}

dl { font-size: 10pt; }
dt {
	color: #FF7800;
	margin-top: 8px;
	margin-bottom: 3px;
}
dd {
	margin-left: 20px;
	font-size: 9pt;
	color: #333;
}

/* Contact */
div#layout_overlay_notice {
	width: 100%;
	height: 150px;
	line-height: 1em;
	margin-top: 300px;
}
div#layout_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	background: url(/images/site/overlay.png) repeat;
	display: none;
	z-index: 199;
	text-align: center;
	line-height: 1em;
}
div#layout_contact {
	background: url(/images/site/contact/orange_bg_80.png) repeat;
	position: fixed;
	display: none;
	z-index: 200;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #FFE1C1;
	border-left: 1px solid #FFA25A;
	border-right: 1px solid #FFA25A;
	border-bottom: 1px solid #BC5801;
	padding: 10px;
}

div#layout_contact > table {
	margin: 0 auto;
	border-spacing: 10px 10px;
	width: 100%;
}
div#layout_contact > table > tbody > tr > td.label {
	width: 100px;
}
div#layout_contact > table > tbody > tr > td > p {
	text-indent: 0;
	margin: 0;
}
div#layout_contact > table > tbody > tr > td > p >input {
	font-size: 12pt;
	color: #333;
}
div#layout_contact > table > tbody > tr > td > p> textarea {
	font-size: 12pt;
	color: #333;
}
/* Layout */

div.flag {
	background-color: #FF7800;
	cursor: pointer;
	margin-bottom: 5px;
	height: 30px;
}

div#layout_center {
	margin: 0 auto 0 auto;
	width: 800px;
}

div#layout_header {
	width: 800px;
	height: 45px;
}

div#layout_navigation {
	float:left;
	border-left: 5px solid #FF7800;
}

div#layout_navigation a {
	margin-left: 15px;
	color: #333;
	font-size: 16pt;
	position: relative;
	top: 4px;
}

div#layout_logo {
	width: 190px;
	height: 91px;
	float: right;
}

div#layout_footer {
	margin: 65px auto 0 auto;
	width: 800px;
	border-top: 3px solid #EEE;
	text-align: center;
	font-size: 10pt;
}

div#layout_content {
}

div.panel {
	background: url(/images/site/contact/orange_bg_80.png) repeat;
	position: fixed;
	display: none;
	z-index: 200;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #FFE1C1;
	border-left: 1px solid #FFA25A;
	border-right: 1px solid #FFA25A;
	border-bottom: 1px solid #BC5801;
	padding: 20px;
	width: 600px;
}

/* Home page */

div#layout_feature {
	width: 800px;
	height: 325px;
	border-bottom: 3px solid #EEE;
	background-repeat: no-repeat;
}
div#layout_feature > a.feature {
	position: absolute;
	display: block;
	width: 800px;
	height: 325px;
	background-image: url(/images/site/features/features.jpg);
	background-repeat: none;
}

#feature1.feature {
	background-position: 0 0;
	z-index: 10;
}
#feature2.feature {
	background-position: 0 -325px;
	z-index: 9;
}
#feature3.feature {
	background-position: 0 -650px;
	z-index: 8;
}
div#home_bodyArticlesContainer {
	width: 800px;
}
div#home_body {
	float: left;
	width: 325px;
	margin: 10px 90px 0 60px;
}
div#home_articles {
	width: 265px;
	float: left;
}
div#home_articles div.entry {
	color: #999; font-size: 10pt;
	background-color: #EEE;
	margin-bottom: 20px;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#home_articles div.entry:first-child {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-topleft-radius: 0;
	-moz-border-topright-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
div#home_footer {
	border-top: 3px solid #FF7800;
	width: 680px;
	margin: 0 auto 0 auto;
}
div#footer_contact {
	width: 200px;
	float: left;
	margin-right: 50px;
}
div#footer_partners {
	float: left;
	margin-right: 50px;
}
div#footer_login {
	float: left;
}

td.label {
	text-align: right;
}

/* Featured Work */

table#work_table {
	margin: 0 auto 0 auto;
}
table#work_table > tbody > tr > td {
	text-align: center;
	vertical-align: top;
	padding: 0 50px 0 50px;
}
table#work_table > tbody > tr > td > img {
	cursor: pointer;
}

div.integratesDiv {
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	width: 200px;
	margin: 15px 0 10px 25px;
	border-top: 1px solid #AAA;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
table.integratesTable {
	width: 200px;
	border-spacing: 0 0;
}
table.integratesTable > tbody > tr > td {
	padding: 8px;
	font-size: 9pt;
	text-align: center;
	vertical-align: middle;
}
/* How We Work */

table#how {
	width: 100%;
	margin-top: 50px;
	border-spacing: 30px 0;
}

table#how td.how_image {
	width: 113px;
}
table#how td.how_text {
	vertical-align: top;
}

/* About Us */

table#about {
	margin-top: 50px;
	border-spacing: 30px 0;
}
table#about td { vertical-align: top; }

td#about_blurb {
	/*background-image: url(/images/site/about_us_ring.png);
	background-repeat: no-repeat;
	background-position: top right;
	max-height: 177px;*/
	border-bottom: 3px solid #FF7800;
}

td#about_blurb p {
}

/* Services */

td#services_people_text {
	width: 300px;
	vertical-align: top;
	padding-right: 25px;
}
td#services_people_image {
	background: url(/images/site/services/people.png) no-repeat;
	width: 467px;
	height: 440px;
}
td.services_how_number {
	vertical-align: top;
	color: #FF7800;
	font-size: 15pt;
	font-weight: normal;
	padding-top: 4px;
}
/* Headings */

h1 {
	color: #FF7800;
	font-size: 28pt;
	margin: 10px 0 5px 0;
	font-weight: normal;
}

h2 {
	color: #FF7800;
	font-size: 15pt;
	margin: 0;
	font-weight: normal;
	border-top: 3px solid #FF7800;
	padding-top: 3px;
}

h3 {
	margin: 0 0 8px 0;
	border-top: 3px solid #FF7800;
	color: #FF7800;
	padding-top: 2px;
	font-size: 11pt;
	font-weight: bold;
}

h4 {
	font-size: 11pt;
	color: #999;
	margin: 0;
	padding: 0;
}

/* Panel Styles */
.panel h1 {
	color: white;
}

.panel h2 {
	color: white;
	border: none;
	font-size: 18pt;
}
.panel > p {
	color: white;
}
.panel > a {
	color: #FFEFE1;
}
.panel > a:hover {
	color: white;
}
/* Misc Styles */
.go {
	position: relative;
	top: 3px;
	margin-right: 8px;
}
.offwhite {
	color: #FFEFE1;
}
.small {
	font-size: 10pt;
}
.big {
	font-size: 14pt;
}
.noline {
	border-top: none;
}
.overline { border-top: 3px solid #FF7800; }
.graybg {
	background-color: #EEE;
}
.titleAligned {
	margin: 50px 30px 0 250px;
}
.indent {
	margin-left: 25px;
}
.paddingIndent {
	paddin-left: 25px;
}

/* Form table */
table.bigTable h2 {
	font-size: 32px;
}
table.bigTable > tbody > tr > td {
	
}
table.bigTable input {
	font-size: 1.2em;
}

td.label {
	width: 200px;
	color: white;
}
td.field > p {
	margin: 0;
	text-indent: 0;
}