/** General Styles **/
a img {
	border: 0 none;
}

a {
	color: #06C;
}

div {
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

/** Element Styles **/
body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif, sans;
	color: #231f20;
	background-color: #d2d3c5;
	margin: 0;
	padding: 0;
}

#page {
	width: 774px;
	margin: 40px auto;
}

#header {
	background: transparent url(../images/menu_topcurve.png) no-repeat top right;
}

#title {
	float: left;
	width: 239px;
	height: 177px;
	color: #fff;
}

#title h1 {
	margin: 10px 1ex 0 56px;
	border-left: 1px solid #fff;
	padding: 0 0 0 1ex;
	font-weight: normal;
	font-size: 170%;
}

#title h1.smaller {
	font-size: 150%;
}

#top {
	height: 161px;
	background: #231f20 url(../images/darkcurve.png) no-repeat top right;
	color: #fff;
	margin-left: 239px;
}

#top.content {
	line-height: 1.6em;
	padding: 16px 52px 0 16px;
}

#indicators {
	width: 648px;
	border-collapse: collapse;
	border-style: solid;
	margin-left: 40px;
	border-width: 6px;
	float: left;
}

#indicators th, #indicators td {
	text-align: left;
	vertical-align: middle;
	border: 1px solid;
	padding: 1ex 1em;
}

#indicators .link {
	text-align: center;
}

.blue {
	background-color: #00b8de;
	border-color: #00b8de;
}

.blue td {
	background-color: #fff;
	border-color: #00b8de;
}

.blue thead, .blue th {
	
}

.green {
	background-color: #9aca3c;
	border-color: #9aca3c;
}

.green td {
	background-color: #fff;
	border-color: #9aca3c;
}

.green thead, .green th {
	background-color: #d5e9af;
	color: #9aca3c;
	border-color: #9aca3c;
}

.blue2, .turquoise {
	background-color: #53ab99;
	border-color: #53ab99;
}

.blue2 td, .turquoise td {
	background-color: #fff;
	border-color: #53ab99;
}

.blue2 thead, .blue2 th,
.turquoise thead, .turquoise th {
	color: #53ab99;
	border-color: #53ab99;
	background-color: #a9d5cc;
}

.blue3 {
	background-color: #0066b3;
	border-color: #0066b3;
}

.blue3 td {
	background-color: #fff;
	border-color: #0066b3;
}

.blue3 thead, .blue3 th {
	border-color: #0066b3;
	color: #0066b3;
	background-color: #80b2d9;
}

ul.table_tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 0;
	line-height: 0;
}

ul.table_tabs li {
	display: block;
}

ul.table_tabs li img {
	display: block;
}

a#cww_link, a#cww_link img {
	display: block;
}

a#cww_link {
	margin: 0;
	padding: 0;
	height: 47px;
}

#main {
	clear: left;
	min-height: 53px;
	background: #fff url(../images/whitefooter.png) no-repeat bottom left;
	padding: 20px 16px;
	line-height: 1.6em;
	overflow: hidden;
}

#main_left {
	float: left;
	border-right: 1px solid #a09d94;
	width: 207px;
	padding: 0 16px 20px 0;
}

#main_left ul, ul.story {
	list-style: none;
	padding-left: 15px;
	margin: auto 0;
}

#main_left li, ul.story li {
	min-height: 30px;
	padding: 5px 0 0 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 1ex;
}

#main_left li a, ul.story li a {
	color: #231f20;
	text-decoration: none;
}

#main_left li a:hover, ul.story li a:hover {
	text-decoration: underline;
}

ul.indicator li {
	background-image: url(../images/indicator.png);
}

ul.links li {
	background-image: url(../images/link.png);
}

ul.story li {
	background-image: url(../images/case.png);
}

ul.more li {
	background-image: url(../images/moreinfo.png);
}

h3.bulb {
	background: transparent url(../images/bulb.png) no-repeat top left;
	padding: 0 0 0 40px;
	margin: 0;
	line-height: 40px;
}

#main_left hr {
	border: 0 none;
	color: #a09d94;
	background-color: #a09d94;
	height: 1px;
}

#main_left .box {
	background-color: #efefef;
	padding: 1em;
	-moz-border-radius: 10px;
}

#main_content {
	margin-left: 239px;
}

#blurb {
	color: #0066b3;
	font-size: 1.1em;
}

#footer {
	text-align: center;
	margin: 1em auto;
	clear: left;
}

#footer a {
	color: #231f20;
	text-decoration: none;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	margin: auto 1ex;
}

.under_indicators {
	clear: left;
	margin-left: 40px;
}
