/*================================================================
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  ***
  
================================================================*/
/* BODY 
----------------------------------------------------------------*/

/* 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;
}

