/* RESET AND GLOBALS */
html, body, div, object, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label {margin:0; padding:0; line-height:1em;}
html, body {height:100%;}
body {font-size:62.5%; font-family:Georgia, serif;}
html, img {border:0;}
ol, ul {list-style:none;}
a:active {outline:none;}
.cf:after {content:" "; display:block; height:0; clear:both; visibility:hidden;}

/*
	COLOR REFERENCE
	tan: #D6D0B0
	sage: #A6B19F
	shadow sage: #83897A
	dark sage: #3F433D
	container black: #151711
	text brown: #5C3A1F
	link blue: #234C75
	red: #761407
*/

a.small {
	font-family:Arial;
	font-size:11px;
}
a:link, a:visited {
	color:#234C75;
	text-decoration:none;
}
a:hover, a:active {
	color:#FFF;
}
body {
	width:960px;
	margin:0 auto 0 auto;
	background:#D6D0B0 url(../img/bg-gradient.png) repeat-x;
	color:#5C3A1F;
}
.lift {
	position:relative;
	z-index:20;
}
h2.fla {
	width:100%;
	overflow:hidden;
	font-family:Arial, sans-serif;
	color:#FFF;
	text-transform:uppercase;
	text-indent:-9999px;
}
.h2fla {
	display:block;
}

/* HEADER */
h1 {
	position:relative;
	float:left;
	width:460px;
	height:185px;
	padding:0 10px;
	background:url(../img/h1.png) no-repeat 10px 60px;
}
h1 a {
	display:block;
	width:433px;
	height:111px;
	margin-top:60px;
}
h1,
h1 a {
	overflow:hidden;
	text-indent:-9999px;
}
.site_link {
	position:relative;
	float:left;
	width:240px;
	height:185px;
	font-size:1.1em; /* 10->11 */
	color:#3F433D !important;
}
#site_link_tls {
	background:url(../img/head-cover-tls.png) no-repeat;
}
#site_link_eb {
	background:url(../img/head-photo-eb.png) no-repeat;
}
a#site_link_tls:hover, a#site_link_eb:hover {
	background-position:-240px 0;
}
.site_link p {
	position:absolute;
	left:0;
	bottom:15px;
	width:140px;
	margin-left:90px;
	font-family:Arial, sans-serif;
	line-height:1.4em;
}
.site_link p.subtext {
	bottom:auto;
	top:88px;
	font-style:italic;
}
#main_nav {
	float:left;
	width:940px;
	height:46px;
	padding:6px 0 2px 0;
	margin:0 10px 30px 10px;
	background:url(../img/bg-main-nav.png) repeat-x;
	color:#FFF;
}
#main_nav ul {
	float:left;
	width:780px;
}
#main_nav li {
	float:left;
	padding:14px 22px 0 6px;
	font-size:1.6em; /* 10->16 */
}
#facebook_link {
	float:left;
	width:160px;
	padding-top:16px;
	text-align:right;
}
#facebook_link a {
	margin-right:6px;
}

/* FOOTER */
#footerA, #footerB {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:215px;
	background:url(../img/footer-wrap.png) no-repeat center bottom;
}
#footerB {
	background:url(../img/footer-fill.png) no-repeat center bottom;
}

#left_col, #right_col {
	margin-bottom:20px;
}
p.lead {
	margin-top:0 !important;
}