/* CSS Document - Styles and Structure */

body {
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	color: #383838;
	text-align: center;
	margin: 0;
	padding: 0;
}

.clear	{
	overflow: hidden;
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.clearContent {
	clear: both;
}

img {
	border: 0;
}

a {
	color: #99723b;
}

a:hover {
	color: #F5A31B;
}

p {
	padding: 0 0 15px 0;
}

textarea, input, select {
	border: 1px solid #d6cebf;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 190px;
	color: #664C33;
}

.contactFields {
	border: 1px solid #d6cebf;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 400px;
	color: #664C33;
}

.btn {
	width: auto;
}	

H1 { 
	color: #664C33;
	font-size: 39px;
	line-height: 42px;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
}

H2 { 
	color: #664C33;
	font-size: 20px;
	line-height: 23px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}

H3 {
	color: #664C33;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding-bottom: 15px;
}

H4 {
	color: #664C33;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	margin: 0;
}

H5 {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
}

div.inner-wrap {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

/* END */




/* HEADER and NAVIGATION STYLES */

#header {
	width: 100%;
	background-color: #99723b;
	color: #D4D4D4;
	margin: 0;
	padding: 0;
	height: 39px;
	
}

#header .inner-wrap {
	font-size: 11px;
	line-height: 14px;
	padding: 0;
}

#header img {
	float: left;
	margin: 6px 12px 0 0;
}

#header .inner-wrap #leftHeader {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0 0 0 0;	
}

#header .inner-wrap #leftHeader em {
	padding-top: 12px;
	display: block;
}

#header .inner-wrap #rightHeader {
	float: right;
	width: 376px;
	text-align: right;
	margin: 0;
	padding: 13px 0;
}

#rightHeader ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightHeader ul li {
	display: inline;
	font-weight: bold;
	color: #D4D4D4;
	margin: 0;
	padding: 0;
}
 
#rightHeader ul li a {
	color: #D4D4D4;
 	text-decoration: none;	
	margin: 0;
	padding: 15px 12px;
}
 
#rightHeader ul li a:hover {
	color: #4b4c4c;
 	text-decoration: none;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f2eee5;
}

#shadow {
	width: 100%;
	background-image: url(../images/shadow_bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
}

/* END */




/* BANNER, MAJORE HEADLINES, IMAGES */

#banner {
	width: 100%;
	background-color: #ffffff;
	padding: 20px 0 15px 0;
}

#banner img {
	float: right;
}

/* END */




/* MAIN CONTENT */

#content {
	width: 100%;
}

#home #content .inner-wrap {
	border-top: 3px solid #E6DDCC;
	padding-top: 35px;
}

#secondaryPages, #content .inner-wrap {
	border-top: none;
	padding-top: 10px;
}

#content .indexContentLeft {
	float: left;
	width: 215px;
	margin-right: 37px;
}

#content .indexContentMiddle {
	float: left;
	width: 215px;
	margin-right: 37px;
}

#content .indexContentRight {
	float: left;
	width: 215px;
}

#content .indexContentLeft H2, .indexContentMiddle H2, .indexContentRight H2 {
	font-size: 16px;
	line-height: 19px;
}

#content .indexContentLeft, .indexContentMiddle, .indexContentRight {
	font-size: 14px;
	line-height: 18px;
}

#leftContent {
	float: left;
	width: 480px;
}

.tutorialCode {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.floatImg {
	float: left;
	border: 1px solid #d6cebf;
	margin: 0 10px 0 0;
}

#rightContent {
	float: right;
	width: 200px;
	font-size: 12px;
	line-height: 16px;
}

.dashedLine {
	width: 100%;
	height: 1px;
/*	background-image: url(../images/dashed_line_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

/* END */

/* PORTFOLIO STYLES */
#leftPortfolio {
	float: left;
	width: 300px;
}

#rightPortfolio {
	float: right;
	width: 150px;
}

.imgBorder {
	border: 1px solid #664C33;
	margin-bottom: 20px;
}

/* END */


/* SUBMIT A PROJECT - RFP.php STYLES */
#leftContent #rfpLeft {
	float: left;
	width: 220px;
}

#leftContent #rfpRight {
	float: right;
	width: 220px;
}

span {
	color: #CC3300;
	font-size: 12px;
}





/* FOOTER STYLES */

#footer {
	width: 100%;
	border-bottom: 4px solid #99723b;
	margin: 0 auto;
}

#footer .inner-wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #ADA69A;
	padding: 50px 0 10px 0;
}

#footer a {
	color: #ADA69A;
	text-decoration: none;
}

#footer a:hover {
	color: #735d45;
	text-decoration: none;
}

/* END */




/* STRETCH FOOTER and KEEP IT ON THE BOTTOM OF EVERY PAGE NO MATTER BROWSER or CONTENT HEIGHT */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6.30em; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 6.30em; /* .push must be the same height as .footer */
}
