/* font pixel size equivalents 
	1.82em = 20px
	1.64em = 18px
	1.46em = 16px
	1.36em = 15px
	1.27em = 14px
	1.18em = 13px
	1.09em = 12px
	1em = 11px
	.91em = 10px
	.82em = 9px;
*/

body {
	background: #FFFFFF none;
	margin: 8px 5px 16px 0px;
	font-size: 69%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
}

td {
	text-align: left;
	vertical-align: top;
}

form, select, input {
	margin: 0px;
	padding: 0px;
}

/* ===== Header elements ===== */
table#header {
	width: 795px; height: 122px;
	margin-bottom: 5px;
	background: transparent url(../images/header_rule.gif) 0 118px no-repeat;
}

td#headerA {
	width: 146px;
	padding: 0px 0px 0px 11px;
}

td#headerB {
	width: 229px;
	padding: 23px 0px 0px 26px;
}

td#headerC {
	width: 251px;
	padding: 0px 4px 8px 0px;
	text-align: right;
	vertical-align: bottom;
}

td#headerD {
	width: 139px;
}

/* ===== Header text ===== */

td#headerB {
	font-size: 1em;
	line-height: 1.64em;
	color: #000000;
}

td#headerB a {
	font-weight: bold;
	color: #000000;
}

td#headerC {
	font-size: .82em;
	font-weight: normal;
}

td#headerC a {
	color: #333333;
	text-decoration: underline;
}

/* ===== Body columns ===== */

table#body {
	width: 788px;
}

td#bodyA {
	width: 152px;
}

td#bodyB {
	width: 472px;
}

td#bodyBB {
	width: 636px;
}

td#bodyC {
	width: 164px;
	padding: 43px 0px 0px 0px;
}

/* ===== Body elements ===== */

ul.arrowList {
	margin: 0px; padding: 0px;
	list-style-type: none;
}

ul.arrowList li {
	padding: 0px 0px 0px 11px;
	background: transparent url(../../../residential/specialists/images/listarrow_blue.gif) 1px 5px no-repeat;
}

/* ===== Left column ===== */

div.leftnavBox {
	background: #F5F2E8 none;
	padding-bottom: 7px;
	margin-bottom: 6px;
}

div#leftnavHome {
	padding: 9px 0px 3px 0px;
}

div.leftnavBox img {
	margin-bottom: 13px;
}

td#bodyA ul.arrowList {
	margin: 0px 0px 0px 0px;
}

td#bodyA ul.arrowList li {
	padding: 0px 6px 6px 25px;
	background-position: 15px 3px;
}

/* ===== Left column text ===== */

td#bodyA ul.arrowList li {
	font-size: .91em;
	line-height: 1.36em;
	font-weight: bold;
}

td#bodyA ul.arrowList li.active {
	color: #FF0000;
	background-image: url(../../../residential/specialists/images/listarrow_red.gif);
}

td#bodyA ul.arrowList li a {
	text-decoration: none;
	color: #335599;
}

td#bodyA ul.arrowList li a:hover {
	color: #FF0000;
}

/* ===== Right column ===== */

div.rightPromoA, div.rightPromoB {
	padding: 14px 9px;
	margin-bottom: 7px;
}

div.rightPromoA {
	background: #F5F2E8 none;
	border-top: 1px solid #FF0000;
}

div.rightPromoB {
	background: #EAEEF5 none;
	border-top: 1px solid #335599;
}

td#bodyC img {
	border: 1px solid #666666;
}

/* ===== Right column text ===== */

td#bodyC p, td#bodyC li {
	font-size: 1em;
	line-height: 1.64em;
}

td#bodyC li a {
	text-decoration: none;
	color: #335599;
}


td#bodyC h2 {
	margin: 0px 0px 9px 0px;
	font-size: .91em;
	font-weight: bold;
}

/* ===== Middle column ===== */

div.bodyContentB {
	padding: 40px 31px;
	margin-bottom: 7px;
}

img.margins {
	margin: 0px 0px 26px 0px;
}

img.rightAlign {
	float: right;
	margin-left: 20px;
}

img.leftAlign {
	float: left;
	margin-right: 20px;
}

td#bodyB a,
td#bodyBB a {
	text-decoration: none;
	color: #335599;
}

td#bodyB ul.arrowList li,
td#bodyBB ul.arrowList li {
	font-size: 1em;
	line-height: 1.64em;
}

/* ===== Right column text ===== */

td#bodyB h1,
td#bodyBB h1 {
	margin: 0px 0px 26px 0px;
	font-size: 1.36em;
	font-weight: bold;
}

td#bodyB p,
td#bodyBB p {
	font-size: 1em;
	line-height: 1.64em;
}

p.vertcialAlign {
	vertical-align: bottom;
}

div.Promotion
{
	border-top: 1px solid #FF0000;
	background: #F5F2E8;
	margin-bottom: 20px;
	padding: 10px;
}
div.FeaturedPromotion
{
	border-top: 1px solid #335599;
	background: #EAEEF5;
	margin-bottom: 20px;
	padding: 10px;
}
div.Promotion img
{
	margin-bottom: 10px;
	text-align: center;
}
div.Promotion div.Title, div.FeaturedPromotion div.Title
{
	font-weight: bold;
	margin-bottom: 15px;
}
div.Promotion div.Description, div.FeaturedPromotion div.Description
{
	
}
div.Promotion div.Disclaimer, div.FeaturedPromotion div.Disclaimer
{
    font-size:xx-small;	
}
