* {
	padding: 0;
	margin: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


body{
	width: 100%;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #333366;
	background-color: #CCCCCC;
}

#wrapper {
	width: 999px;
	margin: 0 auto;
	padding-bottom: 5px;
	background-color: #ffffff;
	height: 100%;
}

#innerWrap {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
}

#content {
	width: 320px;
	float: left;
	text-align: justify;
	padding-left: 25px;
}

#content p, .planning p, #faq li{
	padding-bottom: 20px;
	color: #515d73;
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 17px;

} 

#loft_pics {
	width:578px;
	height:383px;
	background: url(../images/site_images/main_loft2.jpg) no-repeat;
	float: left;
	margin-left: 37px;
}

.split {
	padding-top: 20px;
}

blockquote {
	float: left;
	margin-top: 38px;
	background: url(../images/site_images/blockquote.gif) 10px 25px no-repeat #5e5e85;
	color: #FFFFFF;
	font-style: italic;
	margin-left: 25px;
	width: 416px;
	height: 166px;
	text-indent: -9999px; 
	font-size: 18px;
}

.planning {
	margin-top: 38px;
	float: left;
	width: 464px;
	height: 166px;
	padding-left: 40px;
	text-align: justify;
	height: 100%;
}

.planning h2, #faq h2, #contactInfo h2{
	font-size: 20px;
	font-weight:  normal;
	margin-bottom: 14px;
}

#contactArea {
	width: 416px;
	margin-left: 25px;
	background: #fff;
	float: left;
	margin-top: 30px;
}


#contactInfo {
	background: #5e5e85;
	color: #fff;
	padding-bottom: 25px;
}

#contactInfo h2 {
	padding-top: 10px;
	padding-left: 15px;
}

#contactInfo p {
	padding: 0 15px 20px 15px;
	text-align:justify;
}

#contactArea  .contactDetails {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

#faq {
	margin-top: 38px;
	float: left;
	width: 464px;
	padding-left: 40px;
	height: 100%;
}

#faq ul {
	margin-top: 20px;
	padding: 0;
	list-style-type: none;
}

#faq li {
	background:url(../images/site_images/star.gif) no-repeat ;
	padding: 0 0 20px 30px;
}

#faq h3 {
	font-size: 14px;
	padding-bottom: 10px;
	color: #333366;
}

.footerTag, .footerTag a {
	margin: 0 auto;
	width: 390px;
	color: #515d73;
	font-size: 12px;
	padding: 10px 0;
}

/*-----=contact Form -----------*/

form {
	margin-top: 30px;
	padding-top: 20px;
	background-color: #f5f7ec;
	border: 1px solid #ccccff;
}

legend {
	font-weight: bold;
	color: #333366;
}

form#contactForm legend {
	margin: 0 5px 0 5px;
	padding: 0;
	position: relative;
	/* Gecko ignores this, but IE moves the legend up accordingly */
	top: -18px;
	margin-left: -10px;
	padding-left: 2px;
}

/* Hide this rule from IE */
*>form#contactForm legend {
	/* Since Gecko ignores the rule above, we’ll push it up with margin-bottom */
	margin-bottom: 20px;
	margin-left: -5px;
}

form#contactForm fieldset {
	display: block;
	border: none;
	background-color: #f5f7ec;
	margin-bottom: 2em;
	width: 370px;
	/ This seems to be necessary, too /
	position: relative;
	padding: 0 10px 10px 25px;
} 

label {
	display: block;
	padding: 5px 0 5px 0;
}

input {
	width: 200px;
}

textarea {
	width: 360px;
	height: 140px;
}

input:focus, textarea:focus {
background: #ffc;
}

.required {
	font-size: 10px;
	color: #333366;
}

.contactSubmit{
    width: 70px;
    height: 25px;
    margin: 10px 5px 5px 0; 
	padding: 0;
    line-height: 26px;
    border: none;
    text-indent: -9999px;
    background:url(../images/site_images/subbutton.gif) 0 0 no-repeat;
    float: right;
  }
  
  
/*--------------------loft pics-------------*/

.set1, .largeexp, #set2 {
	float: left;
}

.set1 {
	width: 76px;
}

/*--------------*/
#photoLine {
	float: right;
	margin-top: 270px;
	width: 304px;
}

#photoLine a img {
	vertical-align: bottom;
	margin: 0px;
	border: solid 3px #ffffff;
}

#photoLine  a:hover img {
	border-color: #5e5e85;
}

#photoLine  a:hover {  /* wakeup IE */
	border-width: 0;
}

/*------Thanks Page -------*/

#thanks, #error {
	height: 200px;
	background: #fff;
	padding: 100px 20px 0 20px;
	width: 860px;
	text-align: center;
	margin: 200px auto;
}