/* CSS Document */

/*
	Border: #b1ad92

*/



#logo_top {
	margin-right: auto;
	margin-left: 360px;
	width: 198px;
	margin-top: 8px;
}

body {
	background-image: url(../images/bkgrnd_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	width: 100%;
  display: table;  /*Stops FireFox from re-sizing background image*/
}

body#plans {
	background-image: url(../images/bkgrnd_body-white-room.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	width: 100%;
  display: table;  /*Stops FireFox from re-sizing background image*/
}

.footer_p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


h1 {
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	;
	font-size: 2em;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
p {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
	font-size: 0.95em;
	margin-bottom: 1em;
}


h2 {
	font-weight: normal;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.5em;
	text-transform: capitalize;
}
.detail-home {
	margin-bottom: 15px;
	display: block;
}



ul .body_list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.body_list li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #CCCCCC;
}

#copy-home {
	background-color: #000000;
	overflow: hidden;
	background-image: url(../images/bkgrnd_content.jpg);
	background-repeat: repeat;
	background-position: center 275px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b1ad92;
	border-left-color: #b1ad92;
}
#reflection-btm {
	margin-top: 15px;
}


#copy-about {
	background-color: #000000;
	overflow: hidden;
	background-image: url(../images/bkgrnd_content-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b1ad92;
	border-left-color: #b1ad92;
}
.copy-left {
	margin: 25px;
}
#thumb-list p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
}


.copy-left-home {
	float: left;
	width: 400px;
	margin-left: 25px;
	margin-top: 30px;
}


.copy-right {
	float: left;
	width: 350px;
	margin-left: 25px;
	margin-top: 30px;
}

.copy-rt-home {
	float: right;
	width: 400px;
	margin-right: 25px;
	margin-top: 30px;
}

.copy-rt-plans {
	float: right;
	width: 465px;
	margin-right: 25px;
	margin-top: 30px;
}

ul#thumb-list{
	margin-left: 25px;
	float: right;
	width: 350px;
	background-color: #000000;
}

#thumb-list li {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: right;
	width: 350px;
	background-color: #000000;
}

/*Contact Form*/

#contact-area {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: .85em;
	border: 1px solid #000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contact-area textarea {
	height: 50px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #0d4ab4;
	background-color: #FFF;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	padding: 4px;
	margin-top: 0px;
	margin-right: 184px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #333333;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: .85em;
	color: #FFFFFF;
	font-family: "font-family: Helvetica", sans-serif;
	;
}

/*End Contact Form*/

#specs {
	padding: 5px;
	width: 150px;
	margin-right: 15px;
	border: 1px solid #FFFFFF;
	float: left;
	background-color: #56524c;
}
