*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


#wrapper {
	background-color: #fff;
	width: 722px;
	height: 100%;
	margin: auto;
}

#header {
	float: left;
	padding-bottom: 15px;
}

#header ul {
	display: inline;
}

#header ul li {
	float: left; 
	display: block; 
	margin: 0px;
	padding: 0px 4px 0px 0px;
	border: 0px;
}
#header ul li.last {
	display: block; 
	padding-right: 0px;
}

#print_header {
	display: none;
}

#left_col {
	font-size: 9px;
	width: 176px;
	float: left;
}

#nav {
	font-size: 9px;
	width: 176px;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	border: 0px;
}
#nav ul li a {
	display: block;
	color: #fff;
	background-color: #0090d0;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #83B2E0;
}
#nav ul li a.toplevel {
	background: url(../media/nav_arrow.gif) no-repeat center right;
	
	display: block;
	color: #fff;
	background-color: #0090d0;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 12px 3px 5px;
	border-bottom: 1px solid #83B2E0;
}
#nav ul li a.toplevel_open {
	background: url(../media/nav_arrow_down.gif) no-repeat center right;
	
	display: block;
	color: #fff;
	background-color: #0090d0;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 15px 3px 5px;
	border-bottom: 1px solid #83B2E0;
}

#nav ul li a:hover {
	background-color: #83b2e0;
}

#nav ul li li a {
	background-image: none;
	background-color: #fff;
	border-bottom: 1px solid #83B2E0;
	color: #0090d0;
	font-weight: normal;
	padding: 3px 7px 3px;
}
#nav ul li li a:hover {
	color: #999;
	background-color: #fff;
}


#nav_subcontent {
	line-height: 11px;
	padding-left: 20px;
	color: #999;
}

#clear {
	clear: both;
}

#content { 
	padding-left: 196px;
	padding-right: 155px;
}

#content_no_quotes { 
	padding-left: 196px;
	padding-right: 20px;
}

#quotes { 
	width: 135px;
	float: right;
	color: #999;
	font-size: 9px;
	line-height: 11px;
	padding-right: 10px;
}
#title_bar {
	clear: right;
	float: right;
	padding-bottom: 20px;
}

#disclaimer {
	background-color: #fff;
	padding-left: 196px;
	padding-top: 30px;
}
#disclaimer hr {
	height: 1px;
	background-color: #999;
	margin: 5px 5px 5px 0px;
}
#disclaimer a {
	color: #000;
	text-decoration: none;
}
#disclaimer a:hover {
	color: #A6D513;
}

#disclaimer a.backtop {
	color: #999;
	text-decoration: none;
}
#disclaimer a.backtop:hover {
	color: #000;
}

.cubes { 
	margin-left:-85px; 
}

.house { margin-right:-155px; }


body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}
body {
	background: #C1C5B7;
}

h1 {
	color: #0090D0;
	font-size: 15px;
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 10px;
}
p.summary {
	color: #0090D0;
	font-size: 15px;
	line-height: 19px;
}

p.highlights {
	color: #999;
	font-size: 15px;
	line-height: 19px;
}

#quotes ul.hightlights_list {
	list-style: none;
	list-style-image: url(../media/chevron.gif);
	margin: 0px;
	padding: 0px;	
}
#quotes ul.hightlights_list li {
	margin-left: 15px;
	color: #0090d0;
	padding-bottom: 5px;
}
.blue {
	color: #0090D0;
}
.black {
	color: #000;
	font-weight: normal;
}
.grey {
	color: #999;
}

th {
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	text-align: right;
	font-weight: normal;
}
td.border_bottom {
	border-bottom: 1px solid #000;
}
td.border_bottom_blue {
	border-bottom: 1px solid #000;
	color: #0090D0;
	font-weight: bold;
}
td.blue {
	color: #0090D0;
	font-weight: bold;
}

.small_txt {
	font-size: 9px;
}

ol.best {
	color: #0090D0;
	padding-left: 20px;
	margin-bottom: 20px;
}
ol.best li {
	margin-bottom: 10px;
}

a.blue_arrow {
	background: #fff url(../media/arr_blue.gif) no-repeat center left;
	padding-left: 10px;
	padding-right: 40px;
}
a.blue_arrow_active {
	background: #fff url(../media/arr_blue.gif) no-repeat center left;
	padding-left: 10px;
	padding-right: 40px;
	color: #0090D0;
}

li.noicon { 
	list-style: none; 
	list-style-image: none:
}

#content ul {
	margin: 15px;
}
