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

#wrapper {
	background-color: #fff;
	width: 650px;
	height: 100%;
}

#header { display: none; }

#print_header {
	position:absolute;
	left: 0px;
	width: 650px;
	padding-bottom: 15px;
	text-align: center;
}

#left_col {
	position:absolute;
	top: 130px;
	left: 0px;
	width: 150px;
	font-size: 9px;
}
#nav { display: none; }
#nav_subcontent {
	line-height: 11px;
	color: #999;
}

#clear { clear: both; }

#content {
	position:absolute;
	top: 130px;
	left: 160px;
	width: 340px;
}

#content_no_quotes { 
	position:absolute;
	top: 130px;
	left: 160px;
	width: 480px;
}

#quotes { 
	position:absolute;
	top: 130px;
	right: 0px;
	width: 130px;
	color: #0090D0;
	font-size: 9px;
	line-height: 11px;
}

#title_bar { display: none; }
#disclaimer { display: none; }

.cubes { 
	margin-left:-85px;
}
.house { 
	margin-top: 150px;
	margin-right:-200px;
}

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;
}
