@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #3C4355;
}
a:visited {
	color: #3C4355;
}

p {
	font-size: 80%;
}
h2{
	font-style:italic;

	font-family: Georgia, "Times New Roman", Times, serif;
}

.thankyou #mainContent {
	margin-left: 60x;
}

#container { 
	width: 1000px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background-color: #C7B096;
	background-image: url(images/header.jpg);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */



#headerleft {
	float: left;
	background-repeat: no-repeat;
	width: 250px;Thank y
	height: 31px;
	margin-top: 20px;
	margin-left: 30px;
	padding-left: 10px;


}
#headerright {
	
	padding-left: 285px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#headerright ul{
	
	overflow: auto;
	
	
}
#headerright  li a {
	margin-right: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 12px;
	text-decoration: none;
	color: #3C4355;
	display: block;
	float: left;
	font-size: 90%;
	border: thin solid #5A7DB3;
}
#headerright li {
	display: inline;
}
#headerright li a:hover, #headerright li a:active, #headerright li a:focus{
	color: #609;

}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	font-size: 90%;
}

#sidebar1  {
	margin-left: 0px;
	padding-left: 15px;	
}

 #sidebar1 ul {
	margin-left: 0px;
	padding-left: 0px;
	
	
}
#sidebar1 li {
	
		padding-bottom: 7px;
		padding-top: 7px;
		
}

#sidebar1 li a {
	padding-right: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 12px;
	text-decoration:none;
	color: #3C4355;
	font-size: 90%;
	display: block;
	border: thin solid #5A7DB3;
	background-color: #C7B096;
	font-size: 80%;
}
#sidebar1 li{

 list-style:  none;
 background-color:#FFF;
		padding-bottom: 7px;
		padding-top: 7px;
		padding-left: 7px;
 
 }

#sidebar1 li a:hover, #headerright li a:active, #headerright li a:focus{
	color: #609;
}
.about #about a, .projects #projects a, .project1 #project1 a, .project2 #project2 a, .project3 #project3 a, .project4 #project4 a, .project5 #project5 a, .project6 #project6 a, .project7 #project7 a, .profile #profile a, .contact #contact a,  .services #services a, .testimonials #testimonials a, .form #form a
{
	color: #609;
	font-weight: bold;
	text-decoration: none;

}
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

 #mainContent  a {
	color: #520089;
	text-decoration: none;	
} 
 #footer {
	background:#C7B096;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 95%;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	font-weight: bold;
	color: #3C4355;
	padding-right: 10px;	
}
.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;
}
.thankyou #mainContent {
	height: 500px;


}
.form #container #sidebar1 {
	text-align: center;
	width: 300px;
}
.form #container #mainContent {
	margin-left: 325px;
	font-size:85%;	
}
.form #container #sidebar1 img {
	margin-bottom: 15px;
}
.front #container #mainContent p img {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.front #container #sidebar1 img {
	margin-left: 35px;
	border: thin solid #939;
}
.front #container #mainContent {
	margin-left: 340px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	padding-right: 40px;
}
.purple {
	font-size: 100%;
	font-weight: bolder;
	color: #939;
}
.next a{
	float: right;
	color: #903;
}
.small {
	font-size: 60%;
}
.services #container #sidebar1 img {
	margin-top: 30px;
}
.about #container #sidebar1 img {
	margin-top: 30px;
}
.testimonials #container #sidebar1 img {
	margin-top: 30px;
}
