@charset "UTF-8";
*, html {
	margin:0;
	padding:0;
}
body {
	background-color: #BCB6A3;
	background-image:url(images/bkgd.jpg);
	background-repeat:repeat-x;
	font-family: Arial;
	padding-top:24px;
}
#wrapper {
	width: 900px;
	margin: auto;
	border: 5px solid #000;
}
#informationbar {
	width: 900px;	
	margin: auto;
	color: #FFF;
	font-size: 12px;
	padding-top:12px;
}
#informationbar a {
	color:#FFFFFF;
	text-decoration:none;
}
#informationbar .articlebtn {
	background-image:url(images/articlebutton.png);
	background-repeat:no-repeat;
	width: 265px;
	height: 19px;
	padding-top: 4px;
	margin-left:12px;
	text-align: center;
}	
#menu {
	float:left;
	width: 300px;
}
#menu_back {
	background-image: url(images/menubackground.gif);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 14px;	
}
.topmenu {
	background-repeat: no-repeat;
	width: 199px;
	height: 336px;
	padding: 320px 36px 36px 36px;
	text-align:center;
	line-height: 1.5;
}
.topmenu a, .topmenu a:visited {
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#D1C8B9;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
	margin-bottom:8px;
}
.topmenu a:hover {
	color:#FFF;
}
.menubottom {
	background-image:url(images/menubottom2.png);
	background-repeat:no-repeat;
}
#wrapper #content {
	background-color:#D1C8B9;
	background-image: url(images/contentbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
}
/*#wrapper #content .header_home {
	background-image:url(images/content_header.gif);
	background-repeat:no-repeat;
	width: 560px;
	height: 27px;
	position: relative;
}
#wrapper #content .header_absolute {
	position: absolute;
	left: 477px;
	top: 5px;
}
*/
.maincontent {
	padding-top:12px;
	padding-right:24px;
	padding-left:12px;
	width: 564px;
	margin-left: 300px;
	padding-bottom: 40px;
}
.maincontent p{
	line-height:150%;
	font-family: "Times New Roman", Times, serif;
}	
#footer {
	width:900px;
	margin:auto;
	font-size:11px;
	padding-top: 12px;
	color: #615949;
}
/* SLIDESHOW */
#slideshow {
	border:1px solid #999;
	padding:2px;
	margin-top:10px;
	width:500px;
	height:272px;
	overflow:hidden;
}
/* TABS -------------------------------- */
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 31px; /*--Set height of tabs--*/
	width: 100%;
	border-bottom:thin #000 solid;
}
ul.tabs li {
	float:left;
	padding: 0;
	background-image:url(images/tabbackground.png);
	background-repeat:repeat-x;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 0;
	margin-left: 0;
	margin-right: 8px;
}
ul.tabs li a {
	text-decoration: none;
	color: #D0C7B6;
	display: block;
	font-size: 16px;
	padding: 0 20px 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	color:#FFF;
}
ul.tabs li.gold {
	background-image:url(images/tabbackground-gold.png);
}
ul.tabs li.gold a, ul.tabs li.gold a:visited {
	color:#333;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(images/tabbackground-hover.png);
	background-repeat:no-repeat;
	color:#333;
}
ul.tabs li.active a {
	color:#333;
}
.tab_container {
	border-top: none;
	width: 100%;
}
.tab_content {
	padding: 8px 0 20px 0;
	font-size: 14px;
}
/* END TABS */
.main-difference {
	padding-top:20px;	
}
.imgleft {
	margin-right: 20px;
	margin-bottom:12px;
}
.imgright {
	margin-left:20px;
	margin-bottom:12px;
}
.backlink {
	font-weight:bold;
	color:#5D4B38;
	font-size:16px;
	cursor:pointer;
}
.testimonial {
	padding:20px;
	font-size:14px;
	font-style:italic;
	background-color:#CAC2B0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7A736A;
}
.homeheader {
	background-color:#2F2B28;
	color:#D1C8B9;
	text-align:center;
	font-size:18px;
	padding:8px;
	margin-bottom:8px;
}
.homeimage {
	margin-bottom:16px;
}
.homelisting {
	background-color:#B6AF9F;
}
.insidehomelisting {
	padding-right:12px;
	padding-left:12px;	
	padding-bottom:24px;
}
.redtext {
	color:#600;	
}
.contacthr {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #BDB5A6;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #DAD2C6;
}
.contacttext {
	font-style:italic;	
}
.backgroundt {
	background-image:url(images/backgroundt.png);
	background-repeat:no-repeat;
	background-position: left top;
}
.success {
	color:#060;
	font-size:12px;
	font-style:italic;
}
.error {
	color:#900;	
}
form input {
	padding:2px;	
}
.elegant {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
}
.nomargin { 
	margin-top:0;
	margin-bottom:0;
}
.imgright {
	padding: 4px;
	float: right;
	border: 1px solid #000;
}
.imgleft {
	padding: 4px;
	float: left;
	border: 1px solid #000;
}

p.inset {
	background-color: #C8C2B3;
	padding: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #777269;
}

