@charset "UTF-8";
/* CSS Document */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 179px;}  /* must be same height as the footer */

body, img, div, span, table, tr, td, a, p, h1, h2, h3, h4 { behavior: url(iepngfix.htc) }
body {
	background: #f9e4a8 url(../images/inner-words-bg.gif) repeat-x 0 178px;
	text-align:center;
	color:#f9e4a8
}
body#home {
	background-color: #2f280f;
	background-image:none;
}
a {
	color:#a39572;
	text-decoration:none;
}
a:visited {
	color:#a39572;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul#nav a {
	color:#f9e4a8;
}
#top {
	position:absolute;
	top:0;
	left:0;
	background: transparent url(../images/top-bg.png) repeat-x 0 bottom;
	height:179px;
	width:100%;
	z-index:100;
}
#top-wrapper {
	width:880px;
	height:179px;
	margin:0 auto;
}
h1#header a{
	background: transparent url(../images/todd-adel-header.png) repeat-x 0 bottom;
	text-indent:-9999px;
	width:354px;
	height:86px;
	float:left;
	display:block;
	margin-top:45px;
	border:none;
	text-decoration:none;
}
ul#nav {
	margin-top:94px;
	float:right;
	list-style-type:none;
	color:#f9e4a8;
	width:420px;
	height:auto;
	text-transform:uppercase;
	font-size:18px;
}
ul#nav li {
	float:left;
	text-align:left;
	padding:0 0 5px 20px;
}
ul#nav li a:hover, ul#nav li a:hover:visited {
	text-decoration:none;
	border-bottom:  2px solid #f9e4a8;
}
#home-middle {
	position:absolute;
	top:164px;
	left:0;
	background: transparent url(../images/home-words.gif) no-repeat center 0;
	height:258px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	z-index:50;
}
#home-content {
	width:880px;
	height:auto;
	margin:70px auto 0;
}
#home-right-column {
	width:474px;
	float:right;
	background: transparent url(../images/content-top.png) no-repeat left top;
	padding:88px 12px 0;
	text-align:left;
}
#inner-content {
	width:800px;
	height:100%;
	z-index:75;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:205px 40px 0;
	color:#2f280f;
	text-align:left;
}
#home-footer {
	position:absolute;
	top:420px;
	left:0;
	background: transparent url(../images/bottom-bg.png) repeat-x 0 top;
	height:179px;
	width:100%;
	z-index:100;
}
#footer-wrap {
	width:880px;
	margin:0 auto;
	padding-top:100px;
	font-size:10px;
	text-align:center;
}
#footer {
	position: relative;
	margin-top: -179px; /* negative value of footer height */
	height: 179px;
	clear:both;
	background: transparent url(../images/bottom-bg.png) repeat-x 0 bottom;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

input.styled, textarea.styled {
	padding:3px;
	font:13px/1.5 'Lucida Grande', Arial, Helvetica, sans-serif
}
.blue {
	color:#0a99f2;
}
a.thumb {
	float:left;
	border: 8px solid #d2c9b2;
	margin:0 20px 20px 0;
}
a.thumb:hover {
	border-color:#0a99f2;
}
a.thumb img {
	border:0;
	margin:0;
	padding:0;
}