/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrapper
  - Header
  - Sidebar
  - Content
  - Footer
  ( Navigation is defined in nav.css )
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
@import url(http://users.lucidcrew.com/jscripts/thickbox.css);
@import url(/css/global/base.css);
@import url(/css/global/style.css);
@import url(/css/nav_top.css);
@import url(/css/nav_bottom.css);
@import url(/css/pages/realestate.css);
@import url(/css/pages/articles.css);
@import url(/css/pages/contact.css);
@import url(/css/pages/tabs.css);
@import url(/css/pages/ajax_articles.css);


/* BODY 
----------------------------------------------------------------*/



body {
	margin: 0;
	text-align: center;
	font: 76%/1.5em 'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif; /* resets 1em to 10px */
	color: #fff;
	background-color: #446475;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: #446475 url(/images/back_body.jpg) no-repeat 0 0;
	text-align: center;
	clear: both;
	height: auto!important;
	height: 500px;
	min-height: 500px;
	
}
/* HEADER
----------------------------------------------------------------*/
#header {
	height: 150px;
	background: transparent url(/images/back_nav.jpg) no-repeat bottom right;
	width: 960px;
	}
#header h1 {
	width: 100%; height: 95px;
	text-indent: -9000px;
	clear: both;
	background: none;
}

#home_head {
	clear: both;
	margin-left: 10px;
}
#home_head img, img.left{
	margin-top: -40px;
	positon: relative;
	z-index: 103;
}
.bio img.left{
	margin-top: 0;
	position: 
}
#home_head h2{
	background: transparent url(/images/home_head.gif) no-repeat top right;
	text-indent: -9000px;
	height: 50px;
}



/* CONTENT
----------------------------------------------------------------*/
#content {
	margin:18px 0 0 104px;
	/*margin: 0 0 2em 300px;*/
	text-align: left;
	clear: both;
	padding: 0;
	width: 800px;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  margin: 0 -10px;
  padding: 16px 0;
  text-align: left;
  width: 380px;
}
#main.home {
 	width: 220px; height: 317px;
 	background:  #fff url(../images/box_memphis.jpg) no-repeat left top;
	border: 1px solid #000;
  margin: 0 5px;
  padding: 0 0;
}
#main.home h2 a{
 	width: 220px; height: 310px;
	display: block;
	text-indent: -7500px;
	}
#main.home h2 a:hover{
 	background-color: transparent;
	}
#main p {
	line-height: 1.5em;
	color: #364c00;
	font-size: 11px;
	border-top: 1px solid #bfe070;
	padding-top: 3px;
}
#content ul{
	list-style: none;
}


/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 190px;
  background-color:#222;
  border: 1px solid #000;
  margin: 10px 0;
}
#secondary.home {
 	width: 240px; height: 225px;
	color: #B6B3B4;
 	background-color:  #242424;
    margin: 3em 15px 0pt 10px;
}

#featured {
	color: #b6b3b4;
 	background-color:  #242424;
	float: left;
	width: 240px; height: 225px;
	margin: 3em 0 0 15px;
	border: 1px solid #000;
	text-align: center;
}


#featured .flipable  {
	}
#featured .prev, #featured .next{
	display: block; 
	width: 44%; 
	float: left; 
	text-align: right;
	text-decoration: none;
	padding-right: 4%;
	}
#featured .prev {
	text-align: left;
	padding: 0 0 0 4%;
}
#featured dl{
	margin: 5px auto 0 auto;
	width: 220px;	
}
#featured span.paging{
	display: block;
	border: 1px solid #000;
	border-width: 1px 0;
}
#featured dt a{
	color: #DFCA9D;
}
#featured dt a:hover{
	color: #fff;
}
#featured dt{
	margin: 0 0 .5em 0;	
	letter-spacing: -1px;
	font-size: 120%;
	text-align: center;	
}
#featured dd, #featured p{
	font-size: 10px;
	margin: 0; padding: 0;
	line-height: 1.3em;
}
#featured dd.info{
	color: #b6b3b4;
	text-align: center;
	font-size: 12px;
	margin: 0 0 2px 0;	
}
#featured dd.descr{
	height: 55px;
	overflow: hidden;
}
#featured dd.image{
	text-align: center;
	height: 100px;

}
#featured img{
	border: 1px solid #000;
	margin-top: 6px;
	padding: 3px;
	background-color: #fff;
}



/* FOOTER
----------------------------------------------------------------*/
#copy {
	clear: both;
	}
#footer {
  background:  #446475 url(/images/back_footer.jpg) no-repeat left top;
  height: 117px;
  clear: both;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
}
