@charset "utf-8";
html { min-height: 100%; margin-bottom: 1px;}

body {
	font: 0.75em Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

p {
	margin: 15px 0 15px 0;
	line-height: 1.8em;
}

a {
	color: #3184b3;
}

a:hover {
	text-decoration: none;
	background-color: #ffffcc;
}

h1 {
	font: 1.33em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5a5a53;
	border-bottom: 1px solid #949494;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

h2{
	font-weight: bold;
	color: #666666;
}

h3{
	font: Arial, Helvetica, sans-serif;
	color: #666666;
}

h4 {
	font: 1.17em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5a5a53;
	padding: 5px 0 5px 0;
}

h5 {
	font-weight: bold;
	color: #5a5a53;
	border-bottom: 1px solid #949494;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

ul{
	margin: 3px 0 15px 5px;
}

ul li{
	margin: 0px 0px 3px 15px;
	list-style-type: disc;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}

#container {
	width: 1008px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*** Header ***/
#header {
	background: #5a5a53; 
	padding: 0 38px 0 25px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
	height: 34px; !important
	min-height: 34px;
}

#header img
{
	padding: 8px 0px 8px 0px;
}

#header img.divider
{
	padding: 0px 5px 0px 5px;
}

#header a{
	margin: 0px 5px 0px 5px;
}

#header a:hover{
	background: none;
}



/*** Footer ***/
#footer {
	margin: 75px 43px 10px 80px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 2px solid #949494;
}

#footer ul li {
	display:inline;
	padding:0 10px 0 0px;
	color: #999999;
	margin: 0;
}

#footer ul li a {
	color: #999999;
}

#footer ul li a:hover {
	text-decoration: none;
}

#footerLeft {
	padding-top:10px;
	float: left;
}

#footerRight {
	padding-top:10px;
	float: right;
	text-align: right;
	color: #5a5a53;
}

/*** Main Content ***/
#mainContent {
	padding: 22px 43px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContentLeft{
	float: left;
	width: 470px;
	margin-right: 30px;
}

#mainContentRight{
	float: right;
	width: 210px;
	padding-top: 25px;
}

#mainContentRight div{
	padding-left: 10px;
}

#mainContentRight ul{
	margin: 3px 0 15px 0;
}

#mainContentRight ul li{
	margin: 0px 0px 3px 15px;
	list-style-type: disc;
}

#mainContentMiddle{
	margin: 0 500px;
	width: 210px;
	margin-right: 20px;
	padding-top: 25px;
}

/*** Homepage ***/
#homepageLeft{
	float: left;
	width: 56px;
}
#homepageRight{
	float: right;
	width: 414px;
	font: 1.17em Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	color: #5a5a53;
}

/*** Subpages ***/

#subPageContentLeft{
	float: left;
	width: 595px;
	padding-left: 55px;
}

#subPageContentRight{
	float: right;
	width: 215px;
}

#quotes p.quote {
	text-align: center;
	font: 1.00em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #4b4b4b;
	line-height: 1.6em;
	padding: 0px 10px 0px 10px;
}

#quotes p.author {
	text-align: left;
	font: 1.00em Georgia, "Times New Roman", Times, serif;
	color: #4b4b4b;
	padding: 10px 10px 0px 80px;
}

/*** Services Offered ***/
#servicesCol1 {
	float: left;
	width: 285px;
	margin-right: 20px;
}

#servicesCol2{
	float: right;
	width: 285px;
}

#servicesCol1 ul, #servicesCol2 ul{
	margin: 10px 0 35px 10px;
}

#servicesCol1 ul li, #servicesCol2 ul li{
	margin: 0px 0px 5px 15px;
	list-style-type: disc;
}

/*** Contact Form ***/
#contactForm td {
	font: 0.83em Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px 3px 5px;
}

#contactForm td.error {
	color: #d30202;
}

.textField {
	width: 350px;
}

/*** Featured Projects ***/
#subPageContentProjects{
	padding-left: 55px;
}

#projectNavContainer {
	float: left;
	width: 210px;
	margin-right: 33px;
}

#projectDescriptionContainer {
	float: right;
	width: 642px;
}

#projectsPage1, #projectsPage2 {
	text-align: center;
}

#projectsPage1 img, #projectsPage2 img{
	padding: 4px 0 5px 0px;
}

#projectsPage1 hr, #projectsPage2 hr{
	margin-bottom: 10px;
}

#projectsPage1 div, #projectsPage2 div{
	width: 210px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;
	height: 150px;
	padding-left: 13px;
	padding-top: 9px;
}

#projectsNav{
	text-align: right;
	padding-right: 10px;
}

#projectsNav img{
	padding-right: 10px;
	cursor: pointer;
}

#projectImage {
	float: left;
	width: 414px;
	margin-top: 10px;
}

#projectDescription {
	float: right;
	width: 208px;
	margin-top: 10px;
}

#projectDescription p {
	margin: 5px 0 15px 0;
	line-height: 1.6em;

}
.imgNavBtn {
	margin: 3px 5px 3px 5px;
	cursor: pointer;
}

.projectLabel {
	font: 0.83em Arial, Helvetica, sans-serif; 
	color: #666666;
	
}
.projectTitle {
	color: #666666;
	font-weight: bold;	
}

.projectBtn {
	cursor: pointer;
}
