/* CSS Document */

html {
    font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

body {
    background-color:#333333;
}

a:link {
    color:#000000;
}

a:visited {
    color:#000000;
}

a:active {
    color:#000000;
}

a:hover {
    color:#000000;
}

/* Layers */
#container {
    width:900px;
	position: relative;
	margin: 0 auto; 
	text-align: left; 
	background-color:#FFFFFF;
	margin-top:-8px;
}

#logo {
    width:200px;
	float:left;
}

#top_text {
    width:680px;
	float:right;
	background:#333333;
	color:#FFFFFF;
	padding-left:20px;
	padding-top:20px;
	height:60px;
}

#top_text h1 {
    font-size:12pt;
}

.header_sub {
    color:#A7C8D1;
}

#center {
    overflow:hidden;
	background-color:#AEC1C8;
	clear:both;
	border-top:3px;
	border-top-style:solid;
	border-top-color:#CC9933;
}

#menu_container {
    width:200px;
	float:left;
	background-color:#AEC1C8;
	overflow:hidden;
}

#content {
    width:700px;
	float:right;
	background-color:#FFFFFF;
	line-height:20px;
}

#footer_graphic {
    clear:both;
}

#footer_links {
    background-color:#83919A;
	text-align:center;
	font-size:8pt;
	padding-top:3px;
	padding-bottom:3px;
	color:#333333;
}

#footer_links a:link {
    color:#000000;
	text-decoration:none;
}

#footer_links a:visited {
    color:#000000;
	text-decoration:none;
}

#footer_links a:hover {
    color:#000000;
	text-decoration:none;
}

.sagelogo {
    border:none;
}

.footer_image {
    border-top:3px;
	border-top-style:solid;
	border-top-color:#CC9933;
}

#benefits_flash {
    float:right;
	width:340px;
	padding-right:20px;
}

#two_column_left {
    float:left;
	width:280px;
	padding-left:20px;
}

#content h1 {
    font-size:10pt;
}

#content h2 {
    font-size:10pt;
}

#one_column {
    padding:20px 18px 20px 18px;
}

#one_column_short {
    padding:30px 35px 20px 35px;
	overflow:hidden;
}

#one_column_full {
    padding-bottom:20px;
}

#aesthetics_left {
    float:left;
	width:290px;
}

#aesthetics_right {
    float:right;
	width:290px;
}

#green_left {
    float:left;
	width:315px;
}

#green_right {
    float:right;
	width:295px;
	text-align:center;
	font-weight:bold;
}

#leed_left {
   float:left;
   width:445px;
}

#leed_right {
   float:right;
   width:215px;
}

/* Menu Styles */
#menu {
	list-style:none;
	margin:0;
	padding:0;
	width:200px;
}

#menu li {
	font-size:8pt;
	margin:0;
	padding:0;
	padding-left:0px;
	text-align:center;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}

#menu a {
	display:block;
	background-color:#AEC1C8;
	color:#000000;
	margin:0;
	padding:12px 6px 12px 6px;
	text-decoration: none;
}

#menu a:hover {
	background-color:#496E77;
	color:#FFFFFF;
}

#menu li.here a {
    background-color:#496E77;
	color:#FFFFFF;
}

#menu li.here {
    border-bottom:0px;
}

#sub_nav {
    list-style:none;
	width:200px;
	margin-left:-41px;
}

#sub_nav a {
	display:block;
	background-color:#496E77;
	color:#A7C8D1;
	margin:0;
	padding:6px 6px 6px 6px;
	text-decoration: none;
}

#sub_nav li {
	text-align:center;
	border-bottom:0px;
}

#link_list li {
    margin-bottom:6px;
}

.benefits_bottom_image {
	float:right;
	padding-left:20px;
}

#benefits_bottom {
    width:600px;
	text-align:left;
	float:right;
	clear:both;
}

.one_column_bottom {
    clear:both;
}

#sub_nav a.sub_nav_top {
    padding:0px 6px 6px 6px;
}

#sub_nav a.sub_nav_bottom {
    padding:6px 6px 12px 6px;
}