@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: #b02224;
}

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

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

.thankyou #mainContent {
	margin-left: 60x;
}
.red {
	color: #b02224;
}	
	.red a {
	color: #b02224;
}


#container { 
	width: 998px;  /* 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/header3bkgrd.jpg);
	height: 110px;
	padding-top: 0px;
	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;
	width: 250px;
	margin-top: 0px;
	margin-left: 25px;
	padding-left: 10px;
}
#headerright {
	padding-left: 280px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#headerright ul{
	overflow: auto;
	margin: 0px;
	
	
}
#headerright  li a {
	padding-right: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 12px;
	text-decoration: none;
	color: #3C4355;
	display: block;
	float: left;
	font-size: 90%;
	background-color:#C8B396;
	margin-right: 12px;
	margin-bottom: 12px;
}
#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: 0px 10px 15px 10px;
	font-size: 90%;
	margin-left: 0px;
}

 #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, .project8 #project8 a, .project9 #project9 a, .project10 #project10 a,.project11 #project11 a, .project12 #project12 a, .project13 #project13 a, .profile #profile a, .contact #contact a,  .services #services a, .testimonials #testimonials a, .form #form a, .tips #tips a, .tips #tips2 a, .video #video 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;	
} 

 .tips #mainContent {
	margin-left: 20px;
	background-image:url(images/sell-your-house-feng-shui.jpg)
	background-repeat: none;
	background-image: url(images/sell-your-house-feng-shui.jpg);
	background-repeat: no-repeat;
	height: 729px;
	background-position: center;
	margin-top: 20px;
} 
a .gold{
	color: #F90;
	text-decoration: underline;
}
.tips #container #mainContent #topTip #blue {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-color: #689AC4;
	text-align: center;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.tips #container #mainContent #topTip {
	width: 550px;
	margin-left: 193px;
	margin-top: 575px;
	color: #FFF;
	text-align: center;
}
 #footer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 95%;
	background-color: #C7B096;
	background-image: url(images/fotter-bkgrd.jpg);
} 
#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%;	
}
.front #container #mainContent p img {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.front #container #sidebar1 {
	width: 320px;
	padding-top: 50px;
}
.front #container #sidebar1 img {
	margin-left: 35px;
}
.front #container #mainContent {
	margin-left: 340px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	padding-right: 220px;
	color: #666;
}
.front #container #mainContent h4 {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.front #container #mainContent {
	height: 500px;
}
.purple {
	font-size: 100%;
	font-weight: bolder;
	color: #939;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.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;
}

#container #footer a {
	font-weight: normal;
}
.tips2 h1 {
	font-size: 1.6em;
}
.tips2 #container {
}
.tips2 #container  {
	background-image: url(images/flower-feng-shui-tips-selling-home.jpg);
	background-repeat: no-repeat;
	background-position: left 160px;
	color: #8C7D68;
}
.front2 #sidebar1 #freeOffer {
	background-image:url(images/new-front-vase.jpg);
	text-align:center;
	vertical-align: bottom;
	border: thin solid #999;
	height: 380px;
	width: 200px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-bottom:100px;
	
}

.front2 #sidebar1 #freeOffer #signUp {
	text-indent: 0px;	
	padding-top: 290px;
	text-align: center;
}
.front2 #testimonial {
	padding-top: 20px;
	padding-left: 30px;
	font-style: italic;
	color: #3b3d49;
	padding-bottom: 10px;
}

.front2 #sidebar1 {
	padding-top: 20px;
	padding-left: 30px;
}

.video #container #sidebar1 img {
	margin-top: 30px;
	margin-left: 40px;
}
.video #container #mainContent {
	
	padding-top: 30px;
}





#like {
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
}
.contact #like {
	margin-top: 20px;
}

#like ul{
	overflow: auto;
	margin: 0px;
	height:70px;
	
	
}
#like  li a {
	padding-right: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 12px;
	text-decoration: none;
	color: #3C4355;
	display: block;
	float: left;
	font-size: .8em;
	background-color:#fffff;
	margin-right: 12px;
	margin-bottom: 12px;
}
#like li {
	display: inline;
}
#like li a:hover, #headerright li a:active, #headerright li a:focus{
	color: #609;
}
 #like .joinList a {
	color:#000;
	font-size: .7em;
	background-image: url(images/email-icon.png);
	padding-left: 30px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin-left: 25px;
	margin-top: 2px;
	background-color:#fffff;
}
#like .socialLinks a {
	color:#000;
	font-size: 0.7em;
	background-image: url(images/facebook-icon.png);
	padding-left: 30px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 25px;
	margin-top: 2px;
	background-color:#fffff;
}

#like .socialLinks a  {
	padding-top: 5px;
	
	
}
