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

body {
	font: 100% Trebuchet, sans-serif;
	background: #FF9D00 url(images/bg.gif) top left repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}

img {
	border: 0;
}

/* MAIN LAYOUT */

.oneColFixCtr #background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */;
	background: #FF9D00 url(images/bg.gif) top left repeat-x;
}

.oneColFixCtr #container {
	width: 967px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 32px auto; /* the auto margins (in conjunction with a width) center the page */;
	margin-bottom: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtr #mainContent {
	background: #FFFFFF url(images/bg_content.gif) top left repeat-y;
	margin: 0;
}

#mainContent .indent{
	padding: 35px 80px 0 80px;
	margin: 0;
}
#mainContent .indent.clients{
	padding: 0 80px 0 80px;
	margin: 0;
}

.oneColFixCtr #banner {
	padding: 0; 
	margin: 0;
	background: url(images/home_logo.gif) top left no-repeat;
	text-align: right;
	height: 252px;
}

.oneColFixCtr #banner-sub {
	padding: 0; 
	margin: 0;
	background: url(images/sub_logo.gif) top left no-repeat;
	text-align: right;
}

.oneColFixCtr #footer {	
	background: url(images/footer.gif) top center no-repeat #F5740C;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
}

.oneColFixCtr #footer p{
	width: 720px;
	margin: 0 auto;
	padding-top: 38px;
	padding-bottom: 40px;
	text-align: left;
	color: #fff;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: .75em;
	line-height: 1.3em;
}

/* TEXT */

a {
	text-decoration: underline;
	color: #666;
}

h1 {
	background: url(images/bullets_grn.gif) no-repeat;
	background-position: 160px 0;
	padding-top: 40px;
	color: #7bac2c;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.25em;
	margin-bottom: -5px;
	font-weight: normal;
	margin-top: -20px;
}

h2 {
	background: url(images/bullets_orange.png) center left no-repeat;
	margin-top: 40px;
	padding-left: 60px;
	color: #f5740c;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: .95em;
	margin-bottom: -10px;
	letter-spacing: .1em;
}

#mainContent .indent.clients h2{
	margin-top: 30px;
}

.sub h2{
	background: url(images/bullets_grn_sub.gif) center left no-repeat;
	margin-top: 40px;
	padding-left: 60px;
	color: #f5740c;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-bottom: -10px;
	letter-spacing: .15em;
}

p {
	color: #666;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	margin-bottom: 0;
}

p strong{
	color: #F5740C;
}

.featured p strong{
	color: #577322;
}

.header-text{
	color: #666;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: .95em;
	line-height: 1.5em;
}

.caption {
	font-style: italic;
	font-size: .7em;
	float: left;
	margin: 0px 40px 0 0;
	width: 120px;
}
.caption img{
	padding-bottom: 6px
}

.half-box {
	margin: 65px 10px 0 10px;
	padding: 10px 70px 15px 70px;
	border-top: 1px solid #DAE88E;
	border-bottom: 1px solid #DAE88E;
	height: 340px;
	background: #F3F7D7;
}

.half-box h2{
	margin-top: 10px;
}

.half-box h2 a{
	color: #F5740C;
	text-decoration: none;
}
.half-box h2 a:hover{
	color: #F5740C;
	text-decoration: underline;
}

.half-box .left{
	float: left;
	width: 370px;
	border-right: 1px solid #DAE88E;
	padding: 0 15px 0 0;
	margin: 0;
}
.half-box .right{
	float: left;
	width: 370px;
	padding: 0 0 0 15px;
	margin: 0;
}

.half-box .right .caption{
	margin-top: 20px;
	width: auto;
}

#twitter_update_list {
    font-size: .75em;
    list-style-type: none;
    margin: 0 0 0 -8px;
    padding: 0 6px 10px 10px;
}
#twitter_update_list li {
    color: #333333;
    list-style-type: none;
    margin: 0;
    padding: 8px 0 8px 0;
	border-bottom: 1px solid #DAE88E;
}

#twitter_update_list li a{
	color: #7AAC2C;
}
ul#quotes {
    font-size: .75em;
    list-style-type: none;
    margin: 15px 0 0 -8px;
    padding: 0 6px 10px 10px;
}
ul#quotes li{

    color: #333333;
    list-style-type: none;
    margin: 0;
}

/* TOP NAV */

#nav {
	background: url(images/nav_bg.jpg) top left no-repeat;
	width: 967px;
	height: 48px;
}

#nav ul{
	padding-left: 44px;
}

#nav li{
	background: url(images/nav_bullet2.gif) left no-repeat #CCDC83;
}

/* RIGHT SIDEBAR FOR HOME ONLY */

#target {
}

#sidebar {
	width: 380px;
	float: right;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 40px;
}
	
#sidebar .featured {
	width: 380px;
	background: url(images/featured_bg.gif) bottom right no-repeat;
	margin-bottom: 16px;
}
#sidebar .featured p{
	margin-left: 18px;
	margin-right: 18px;
	color: #4F6C1C;
	font-size: .72em;
	line-height: 1.6em;
	padding-bottom: 18px;
	margin-top: 0;
}
#sidebar .featured p a{
	color: #4F6C1C;
	text-decoration: underline;
}

#sidebar .featured p a:hover{
	color: #000;
	text-decoration: underline;
}

#sidebar .featured-items {
	margin-left: 18px;
	padding-bottom: 8px;
	padding-top: 8px;
}
#sidebar .featured-items img{
	padding-right: 4px;
}


#sidebar .quote-list {
	width: 380px;
	background: url(images/quotes_bg.gif) bottom right no-repeat;
}

#sidebar .quote-list ul{
	padding: 5px 20px 30px 0;
	margin: 0;
	list-style-type: none;
}

#sidebar .quote-list ul li{
	margin-left: 16px;
	padding-left: 63px;
	list-style-type: none;
	background: url(images/quotes_logo.gif) top left no-repeat;
	font-size: .72em;
	line-height: 1.6em;
}

#quotes li .quotename{
	color: #C0A072;
	padding-top: 5px;
}

#sidebar-sub .quote-list {
	width: 286px;
	background: url(images/quotes_sub_bg.gif) bottom right no-repeat;
}

#sidebar-sub .quote-list ul li{
	margin-left: 16px;
	padding-left: 48px;
	list-style-type: none;
	background: url(images/quotes_logo_sub.gif) top left no-repeat;
	font-size: .72em;
	line-height: 1.6em;
}


#wrap {width: 60%; border-bottom: 1px solid; padding-bottom: 20px;}
#quotes {margin-left: 0; list-style: none;}
.hide {display: none;}
.selected { }

.floatleft {
	float: left;
	margin: 10px 15px 10px 0;
}

ul.horiz {
	padding: 0;
	margin-bottom: 40px;
	height: 30px;
	list-style-type: none;
	font-size: .95em;
}

ul.horiz li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 14px;
	list-style-type: none;
	background: url(images/bullet.png) top left no-repeat;
}
ul.horiz li a:hover{
	color: #7AAC2C;
}

.icon {
	padding: 6px 10px 0 0;	
}




