/*================================================================
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  ***
  
================================================================*/
/*Commented by Shuchi Sethi on 27thOct2007 since these files are not reqd.*/
/*@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/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:0px auto;
	padding:0px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	text-align: center; /* for IE */
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background-color: #fff;
	width: 772px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	border: 1px solid #000;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: #a9d640 url(../images/back_header.jpg) no-repeat center top;
	width: 100%; 
	text-align: center;
	height: 137px;
}
#branding {
	background: transparent url(../images/back_branding.gif) no-repeat 10px 5px;
	width: 100%; height: 84px;
	text-indent: -9000px;
	clear: both;
}
#home_head {
	background: transparent url(../images/back_homehead.gif) no-repeat center top;
	width: 100%; height: 93px;
	clear: both;
	margin-bottom: 1em;
	color: #000;
}
#home_head h2{
	text-indent: -9000px;
}
#home_head p{
	margin: 12px 30px 0 35px;
}


/* CONTENT
----------------------------------------------------------------*/
#content {
	width: 730px;
	margin: 1em auto;
	text-align: left;
	clear: both;
	padding: 0;
}

/* 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;
}


/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 190px;
  padding: 0;
  margin: 0 10px 0 0;
}
#secondary.home {
 	width: 220px; height: 282px;
 	background:  #fff url(../images/box_news.gif) no-repeat left top;
	border: 1px solid #000;
  margin: 0 15px 0 5px;
  padding-top: 35px;
}
#secondary.home h3{
		margin: 10px 12px 0 12px;
		font-size: 1.1em;
		border-bottom: none;
}
#secondary.home h3 a{
		text-decoration: none;

}
#secondary.home p{
		margin: 0 14px;
		font-weight: normal;
  		font-size: .9em;
}
#secondary.home strong{
		font-weight: normal;
}
#featured {
	background:  #fff url(../images/box_feature.gif) no-repeat center top;
	float: left;
	width: 220px; height: 317px;
	border: 1px solid #000;
	margin-left: 15px;
}

#featured .flipable  {margin-top: 38px; margin-left: 12px; }
#featured .prev, #featured .next{
	display: block; 
	width: 95px; 
	float: left; 
	text-align: right;
	text-decoration: none;
	padding-right: 3px;
	}
#featured .prev {
	text-align: left;
	padding-left: 2px;
}
#featured dl{
	margin: 5px 0 0 8px;
	width: 180px;	
}
#featured a{
	text-decoration: none;
	font-weight: bold;
}
#featured dt a{
	color: #f60;
}
#featured dt{
	margin: 0 0 0 0;	
	letter-spacing: -1px;
	font-size: 130%;
	text-align: center;	
}
#featured dd, #featured p{
	font-size: 10px;
	margin: 0; padding: 0;
}
#featured dd.info{
	color: #000;
	text-align: center;
	font-size: 12px;
	margin: 0 0 2px 0;	
}
#featured dd.descr{
	height: 80px;
	overflow: hidden;
}
#featured dd.image{
	text-align: center;
	height: 90px;
}
#featured img{
	width: 90px;
	height: 90px;

	border: 1px solid #000;
}



/* FOOTER
----------------------------------------------------------------*/
#copy {
	clear: both;
	}
#footer {
  width: 772px;
  background-color: #5a3602;
  height: 52px;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
}

/*Code added by shuchi sethi on 27thOct2007*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/*html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}*/

/*Code added by shuchi sethi on 27thOct2007*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:770px;
	height:800px;
	background-color:#red;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	/* display:none; */
}

#TB_iframeContent{
	border:none;
	clear:both;
}


