﻿@charset "utf-8";
body  {
	/*background-color: #666666;*/
	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;
	font-family: helvetica, sans-serif;
	font-size: 1em;
	background-color: #C4D090;
}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 765px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color:#FFFFFF;
	vertical-align: middle;
	background-image: url(images/navShingle4.jpg);
	background-repeat: repeat-y;
	border: 1px solid #000000;
}

#mainContent {
	width: 750px;
	margin: 0 0 0 135px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#mainContent h5{
	text-align:center;
	font-family: "Times New Roman", serif;
	font-size: 24px;
	font-style:italic;
	color:#795406;
}
		
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
}
#sidebar1 p {
	color: #FFFFFF;
	text-align: center;
	padding: 0 15px;	
}
#sidebar1 #home {
	top: 60px;
	position: relative;
}
#sidebar1 #about {
	top: 150px;
	position: relative;
}
#sidebar1 #projects {
	top: 240px;
	position: relative;
}
#sidebar1 #comments {
	top: 330px;
	position: relative;
}
#sidebar1 #contact {
	top: 420px;   
	position: relative;
}
#sidebar1 a:link,  #sidebar1 a:visited, #sidebar1 a:active {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
#sidebar1 a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

/* styles specific to "homepage" */

.homepage #mainContent p {
	line-height: 1.5em;
	font-size: 1em;
}

.homepage #mainContent #footer {
	font-size: .85em;
}
.homepage #mainContent .smallerFooterText {
	font-size: .75em;
}

/* styles specific to "about" */
.about #mainContent img {
	padding: 20px;
	float:left;
}


/* styles specific to "projects" */

.projects #container {
	height: auto;

}

.projects #mainContent p {
	margin-left: 20px;
	line-height: 1.5em;
	font-size: 1em;
}

.projects #mainContent td span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.projects #mainContent td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #056B53;
}
.projects #mainContent a:link,  .projects #mainContent a:visited, .projects #mainContent a:active {
	color:#056B53;
	text-decoration: none;
	}
.projects #mainContent a:hover {
	color:#056B53;
	text-decoration: underline;
}
.projects #mainContent .logoImg {
	text-decoration:none;
	border:none;
}
.projects #mainContent .projHdg {
	color: #056B53;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-variant: small-caps;
/*	padding-left: 20px;
*/}
 
.projects #mainContent .projHdg span{
	font-variant:normal;
}

.projects #mainContent .projDtl {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.clickImg{
	font-size: smaller;
	color: #056B53;
}
	
.projects #mainContent #footer {
	font-size: .85em;
}
.projects #mainContent .smallerFooterText {
	font-size: .75em;
}

.comments #container {
		height:auto;
}

.testimonials h3{
	font-size: 16px;
	font-weight: bold;
}

.testimonials p{
	font-size:12px;
}
	
.leftside {
	float:left;
	margin-right: 300px;
	padding-left: 20px;
}

.rightside {
	float:right;
	margin-left: 350px;
 }
	
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* IMAGE BORDER COLORS */


/*.Galborder 		{ border: #000000 1px solid;}

.Galborderon 	{ border: #FFFFFF 1px solid; Filter: Alpha(Opacity=80);-moz-opacity: 0.8; }

.image-border	{ LEFT: 0px; position: relative; top: 0px; border: #000000 1px solid; }

.image-borderon	{ LEFT: 3px; position: relative; top: 3px; border: #99CCFF 1px solid; }
*/