/*
Colors:
Corporate Blue: #f09
Cardboard: #f8f0dd, #ba7
Silver: #eaeaea, #f4f4f4
*/

/* General */

body
{
	font-family: 'Lucida Grande', Verdana, Trebuchet, 'Trebuchet MS', Geneva, Arial, sans-serif;
	background: #fff url(images/bg_graybar.gif) repeat-x top left;
	color: #333;
	font-size: 75%;
	margin: 0;
}

body.Trans
{
	background: #fff url(images/bg_graybar_trans.gif) repeat-x top left;
}

body.NonBHIF
{
	background: none;
}

h1
{
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	color: #009;
	margin-top: 0;
	padding-top: 1em;
}

.Spacer
{
	clear: both;
	font-size: 1px;
}

img
{
	border: none;
}

img.center
{
     margin: auto;
     align: center;
}

fieldset
{
	background: #f4f4f4 url(images/bg_silverblend_light.gif) repeat-x bottom left;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

legend
{
	font-weight: bold;
	font-style: italic;
	color: #999;
	background-color: #fff;
}

fieldset input,
fieldset textarea
{
	border: 1px solid #bbb;
}

td,
td *
{
	padding: .4em;
	border: none;
	font-size: 12px;
	vertical-align: top;
}

td ul
{
	list-style: none;
	margin: 0;
}

a
{
	color: #009;
}

a:visited
{
	color: #669;
}

.FormSubmit
{
	text-align: center;
	background-color: #cec;
	padding: .5em;
	border: 1px solid #ccc;
}

dt
{
	font-weight: bold;
}

dd
{
	margin: 0 0 1em 2em;
}

.SubNav
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.SubNav li
{
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
}

.Reg
{
	font-size: 75%;
	vertical-align: top;
}


/* Layout */

/* Main */
#MainContent
{
	position: absolute;
	top: 130px;
	left: 175px;
	padding-right: 1em;
}

#MainContent p,
#MainContent dt,
#MainContent dd,
#MainContent li
{
	line-height: 1.5;
}

#Breadcrumbs
{
	position: absolute;
	top: 0;
	left: 0;
}

#Breadcrumbs,
#Breadcrumbs ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#Breadcrumbs li
{
	display: inline;
	margin: 0;
	padding: 0;
	font-size: x-small;
}

#Breadcrumbs li *
{
	color: #999;
}

/* Sidebar */
#MainSidebar
{
	position: absolute;
	top: 130px;
	left: 10px;
	width: 150px;
}

#RequestInfoLink a
{
	display: block;
	padding: .5em;
	background-color: #009;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1em;
}

.RTKTools
{
	background: #f8f0dd url(images/bg_tanblend.gif) repeat-x bottom left;
}

#Utilities
{
	background: #eaeaea url(images/bg_silverblend.gif) repeat-x bottom left;
}

.RTKTools,
#Utilities
{
	border-top: 3px solid #009;
	padding: .5em;
	margin-bottom: 1em;
}

#Utilities

.RTKTools *,
.RTKTools li,
#Utilities
{
	font-size: 12px;
}

.RTKTools h2,
#Utilities h2
{
	margin: 0 0 .25em 0;
	font-size: 12px;
}

.RTKTools a,
#Utilities a
{
	font-weight: bold;
}

.RTKTools ul
{
	margin: 0;
	padding-left: 1.5em;
}

.RTKTools li
{
	margin: 0 0 .25em 0;
	padding: 0;
}

.SidebarLinks
{
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.SidebarLinks li
{
	margin: 0 !important;
	padding: 0 !important;
}


/* Header */
#Header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#translate
{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
}

#Logo
{
	z-index: 1;
}


#Navigation
{
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 170px;
	padding: 0;
	margin: 0;
	z-index: 2;
}

#Navigation li
{
	float: left;
	height: 23px;
}

#Navigation a
{
	color: #ddd;
	display: block;
	padding: .5em .75em .5em .75em;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	top: -1px;
	white-space: nowrap;
}

body#Home #Navigation #NavHome a,
body#About #Navigation #NavAbout a,
body#FAQ #Navigation #NavFAQ a,
body#Contact #Navigation #NavContact a,
body#SiteMap #Navigation #NavSiteMap a,
body#Privacy #Navigation #NavPrivacy a,
body#MemberArea #Navigation #NavMemberArea a
{
	font-weight: bold;
	color: #fff;
}

#Navigation a:hover,
#NavMemberArea a:hover
{
	text-decoration: underline;
}

#Navigation a:active
{
	color: #fff;
}

#NavMemberArea a
{
	position: absolute;
	top: 0;
	right: 0;
	padding: .25em .5em .25em .5em;
	background-color: #ba7;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	border-top: 2px solid #eda;
	border-right: 2px solid #652;
	border-bottom: 2px solid #652;
	border-left: 2px solid #eda;
	text-decoration: none;
}

#NavMemberArea a:active
{
	background-color: #a96;
	border-top: 2px solid #763;
	border-right: 2px solid #dc9;
	border-bottom: 2px solid #c93;
	border-left: 2px solid #76d;
	color: #ccc;
}

#TopImage
{
	position: absolute;
	top: 23px;
	left: 175px;
}

#Tagline2
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	left: 482px;
}

#Tagline2 li
{
	font-size: 11px;
	font-style: italic;
	padding-top: .75em;
}


/* Footer */
#Footer *
{
	text-align: center;
	color: #999;
	font-size: x-small;
}


/* Page-specific */

td.Question
{
	width: 200px;
	vertical-align: top;
	text-align: right;
}

td.Error
{
	color: #f00;
	padding: 0 0 .5em 0;
}
p.Error
{
	color: #f00;
}

#REALTORRegForm td.Question
{
	width: 250px;
}

.Required
{
	font-weight: bold;
	color: #c33;
	padding-right: .5em;
}

.CustQuote p
{
	font-style: italic;
}

.CustQuote p.CustAttribute
{
	font-style: normal;
	font-weight: bold;
	margin: 0 0 3em 0;
}

.BackToTop
{
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

#FAQQuestions
{
	margin-bottom: 4em;
}

#FAQQuestions li
{
	margin-bottom: .5em;
}

.Question
{
	font-weight: bold;
}

.MemberLogin h2
{
	margin: 0 0 .5em 0;
}

.MemberLogin p
{
	margin: 0 0 2em 1em;
}

.SPImage
{
	width: 200px;
	height: 160px;
	float: left;
	text-align: center;
}

.SPImage p
{
	font-size: 10px;
}

.ToolList
{
	float: left;
	width: 200px;
	margin-right: 1em;
}

.ToolList ul
{
	padding-left: 1.5em;
}

.ToolList ul *
{
	font-size: x-small;
}

#FAQTable
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#FAQTable td,
#FAQTable th
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#FAQTable th
{
	background-color: #eee;
}

#FAQTable .Yes
{
	background-color: #efe;
	text-align: center;
}

#FAQTable .No
{
	background-color: #fee;
	text-align: center;
}

.TableHeader1
{
	font-weight: bold;
	background-color: #f3f3f3;
}

.TableHeader2
{
	font-weight: bold;
	background-color: #f6f6f6;
	padding-left: 1em;
}

.TableHeader1 .Note,
.TableHeader2 .Note
{
	font-weight: normal;
	font-style: italic;
}

#Trans
{
	position: relative;
	margin: 0;
	top: 0px;
}

select,
option
{
	padding: 0;
}

.SiteMapBox
{
	border-bottom: 1px solid #ccc;
}

.SiteMapBox ul *
{
	font-size: 10px;
}

#NeedMoreInfo
{
	width: 40%;
	float: right;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: .5em;
	margin: 1em;
}

#NeedMoreInfo h2
{
	font-size: 125%;
	margin: 0 0 .5em 0;
}

#NeedMoreInfo p
{
	margin: 0 0 1em 0;
}

#BuyingReferences,
#BuyingReferences ul
{
	list-style: none;
}

#BuyingReferences li
{
	margin-top: 1em;
}

#BuyingReferences li li
{
	margin-top: 0;
}

.PDFThumbnail img
{
	float: left;
	border: 1px solid #009;
	margin-right: .5em;
}


#ExtBanner
{
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	height: 30px;
	width: 100%;
	color: #fff;
	background-color: #ba7;
	text-align: center;
}

iframe
{
	scrolling: no;
	border: 0;
	width: 100%;
	height: 800px;
}

.WideRightMargin p
{
	margin-right: 25%;
}

.ProcessNumber
{
	font-size: 3em;
	font-weight: bold;
	color: #01009A;
	display: block;
	float: left;
	padding: 0;
	margin: 0 .25em .25em 0;
}

#Process td
{
	border-top: 1px solid #ccc;
	padding-bottom: 1em;
}

#Process .Description
{
	width: 25%;
}

#Process .Description p
{
	line-height: 1.25;
	text-indent: 0;
}

#Process .Description p a
{
	padding: 0;
}

.DemoNote
{
	padding: .5em;
	background-color: #ff9;
	border: 1px solid #cc0;
}

.DemoNote *
{
	font-style: italic;
}

.DemoNote p
{
	margin: 0 0 .5em 0;
}

/* Tracking */
#ReferralTracking
{
	margin-bottom: 2em;
}

#ReferralTracking th,
#ReferralTracking td
{
	padding: .25em .5em .25em .5em;
	text-align: left;
	vertical-align: bottom;
}

#ReferralTracking th
{
	border-bottom: 1px solid #bbb;
	vertical-align: bottom;
	text-align: center !important;
}

#ReferralTracking td
{
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

/* Added October 2006 for HR Partner Site */
.HRPartnerLinks
{
	list-style: none;
	margin-bottom: 1em;
}

.SpecialNavLink
{
	background-color: #999;
	margin: .5em 0 .5em 0;
}
