/* for Internet Explorer */
/*\*/
* html .container {
	height: 470px;
}
/**/

.about-container, .contact-container{
	height:600px;
}

.faqs-container{
	height:1200px;
}

.sitemap-container{
	height:750px;
}

.columns{
	height:235px;
}


html, body {
	background-attachment: fixed;
	background-color: #cae0b5;
	background-image: url(../images/priceless-services-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/* PAGE LINK COLORS */

a:link, a:visited, a:active    {
	color: #275973;
	text-decoration: none;
	font-weight: bold;
}

a:hover  {
	color: #275973;
	text-decoration: underline;
	font-weight: bold;
}

/* Header Styles */

#wrapper {
	background:#ffffff;
	width: 850px;
	position: relative;
	margin: 25px auto 0px auto;
	border: 3px solid #aa6327;
}

#header{
	width: 850px;
	height:75px;

}

#logo{
	position: absolute;
	left: 170px;
	top: 10px;
	width: 178px;
}

#logo-name{
	position: absolute;
	left: 290px;
	top: 20px;
	width: 400px;
}

	
#phone{
	color: #275973;
	text-align: center;
	font-size: 110%;
	padding: 20px 0 10px 0;
}


#photo-header{
	background-color: #275973;
	margin:0;
	padding: 14px 0;
	width: 850px;
	height:139px;
}


#photo-left{
	float:left;
	padding:0 15px;
	width:auto;
}

#photo-center{
	float:left;
	padding:0;
	width:auto;
	
}

#photo-right{
	float:left;
	padding:0 15px;
	width:auto;
	
}

/* Content Styles */


#home-content, #main-content, #serv-content{
	background:none no-repeat scroll center bottom;
	background-image: url(../images/floral-landscape-bg.jpg);
	width: 850px;
	min-height:470px;
	padding:0 0 30px 0;
	margin:0;
}


#home-content p{
	line-height: 1.3em;
	margin: 20px 50px 10px 50px;
	padding: 0;
}

#main-content p, #serv-content p{
	line-height: 1.5em;
	margin: 20px 100px 10px 100px;
}


#main-content ul, #main-content ol{
	line-height: 1.5em;
	margin: 0px 100px 10px 120px;
}

/* HOME PAGE */

#columns{
	margin:0;
	padding:0;
	width: 850px;
}

#columns img{
	padding-right:10px;
}

#col-left, #col-center, #col-right{
	background-color: #f3f2d8;
	border: thin solid #275973;
	float:left;
	width: 230px;
	min-height:235px;
	padding:0;
	margin: 0 0 0 15px;
	
}

#col-left{
	margin: 0 0 0 50px;
	
}

#col-left p, #col-center p, #col-right p{
	padding:0;
	margin: 0 9px;
}



/* SERVICES */


#serv-col-left, #serv-col-right{
	line-height: 1.6em;
	float:left;
	padding:0;
	margin: 0 0 0 75px;
}

/* styles for contact form */
form {
	margin:10px 25px 0px 50px;
}

#name, #email {
	width: 250px;
}

.wishlist {
	width: 250px;
	height: 125px;
}

.work-need {
	font-size: 95%;
	font-style: italic;
}

.warning {
	font-weight: bold;
	color: #990000;
	font-size: 10px;
}
.require {
	color: #990000;
	font-size: 100%;
}

.requirefooter {
	font-size: 90%;
}

.submit {
	margin-left: 100px;
}



#footer{
	width: 850px;
	position: relative;
	margin: 0px auto;
	padding: 5px 0;
	text-align: center;
}


#footer a:link, a:visited, a:active {
	font-size: 100%;
	text-decoration: none;
}

#footer a:hover  {
	font-size: 100%;
	text-decoration: underline;
}

.copyright{
	font-size: 90%;
}

h1{
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-weight: bold;
	color: #275973;
	text-align: center;
	letter-spacing: 0.03em;
	font-size: 180%;
	line-height: 1em;
}

h2{
	font-weight: bold;
	color: #c86d3c;
	font-size: 125%;
	margin: 30px 50px 10px 50px;
}

h3{
	background-color: #275973;
	font-size: 130%;
	font-weight: lighter;
	color: #ffffff;
	padding: 5px 10px;
	margin-top:-.02em;
	letter-spacing: .05em;
	}

.subhead{
	font-family: Arial, Helvetica, sans-serif;
	color: #275973;
	text-align: center;
	font-weight: lighter;
	font-size: 65%;
}

.subhead2{
	font-family: Arial, Helvetica, sans-serif;
	color: #275973;
	text-align: center;
	font-weight: lighter;
	font-size: 50%;
}


.bold-text{
	font-weight: bold;
	color: #c86d3c; 
	font-size: 115%;
}

.float-left{
	float: left;
	clear: right;
}


.float-right{
	float: right;
	clear: both;
}

