/* CSS Document */
html{
overflow:auto;
}
a{

text-decoration:none;
font-weight:bold;
color:#444;
border:none;
}
.body {
	margin: 0;
	padding: 0;
	background-image: url(../images/backg.png);
	background-attachment:fixed;
	background-repeat:repeat;
	
}

   #topright {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 125px;
  width: 125px;
  background: url(../images/corner.gif) no-repeat;
  text-indent: -999em;
  text-decoration: none;}
     #topleft {
    position: absolute;
    left: 0;
   top: 0;
   display: block;
   height: 266px;
    width: 266px;
   background: url(../images/new_tag.png) no-repeat;
   text-indent: -999em;
   text-decoration: none;
   z-index: 99;
   }



.fade_box {
	width: 1000px;
	background-attachment: fixed;
	background-image: url(../images/body_backg_fade.png);
	background-repeat: repeat-y;
	background-position: center top;
	position:absolute;
	left:50%;
	margin-left:-500px;
}

.box {
	width: 972px;
	position:relative;
	z-index:1;
	left:50%;
	margin-left:-485px

}

.flashcontent {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:3;
}

.main_cont {
	width:970px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	padding: 0px;
	z-index:2;

}

.sidebar_cont {
	width:260px;
	height:100%;
	/*background-color:#f1f3ce;*/
	position: relative;
	float:right;
	/*padding-top:415px;*/
	z-index: 1;

}

.sidebar_cont ul {
	clear:right;
	list-style:none;
}
.sidebar_cont li {
	margin-top:3px;
	font-family: Trebuchet MS;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.3em;
	font-size: .8em;
	color: #444;
	font-weight:900;
}
.sidebar_cont li:hover {
	color: #000000;
	
}



.copy_cont {
	width:650px;
	margin-left:0px;
	margin-right:auto;
	padding-left:20px;

	float:left;
}

.thumbs{
width:125px;
float:right;
height:auto;
padding-top:10px;

}

.copy {
width:500px;
float:left;
}

.title{
	font-family: Trebuchet MS;
	color: #444;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 1px;
	font-size: 1.5em;
	padding-top:12px;
	
/*	font-weight:bold;*/

}

/* BODY TEXT */
.copy_cont p {
	font-family: Trebuchet MS;
	color: #444;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: .8px;
	line-height: 1.5em;
	font-size: .8em;
	clear:none;
}

.copy_cont ol {
	font-family: Trebuchet MS;
	color: #444;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: .8px;
	line-height: 1.5em;
	font-size: .8em;
	clear:none;
}
/*SLUG ITALICS*/
.copy_cont em {
	/*THIS IS FOR THE SECTION SUBS*/
	font-family: Georgia;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1em;
	font-size: 1.6em;
	margin-top:15px;
	font-style: oblique;
}


.disclaim {
	/*THIS IS FOR THE QUOTE ON THE HOMES PAGE */
	font-family: Georgia;
	color: #444;
	text-decoration: none;
	line-height: 1.4em;
	font-size: .68em;
	margin-top: 8px;
	margin-bottom: 8.5px;
	margin-left:30px;
	margin-right:0px;
	font-style: oblique;
	position: relative;
	text-align:justify;

	padding:5px;
	display:block;
	clear:both;

}



