body { text-align: left; }

.container
{
	margin: 0 auto;
	width: 680px;
}

.header   { display: none; }
.utility  { display: none; }
.main-nav { display: none; }

.left-column
{
	float: left;
	width: 230px;
}

.logo { display: none; }

.print { margin-bottom: 20px; }


.main-column
{
	margin: 0;
	padding: 0;
	width: 450px;
	float: left;
}

.body-txt { margin: 12px 20px 0 20px; }




/* ----------------------------- =Text Styles ------------------------------ */


a
{
	text-decoration: underline;
	color: #F17900;
}


/* ------------------------------- =Subnav --------------------------------- */

.subnav *
{
	margin: 0;
	padding: 0;
}

.subnav { margin: 0 0 20px 0; }

.subnav ul.navlist li
{
	font-size: 11px;
	font-weight: bold;
}

.subnav li a
{
	display: block;
	padding: 6px 0 6px 0;
	height: 1%; /* Holly hack */
	text-decoration: none;
	border-bottom: 1px solid #6A737E;
}

.expanded-nav li a { padding: 4px 0 4px 20px; }


/* ----------------------------- =Cross Refs ------------------------------- */

.cross-refs h1
{
	margin-bottom: 12px;
	font-size: 14px;
}

.cross-refs h2
{
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 11px;
}

.cross-refs p
{
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 140%;
}

.cross-refs div /* .cross-ref-0, .cross-ref-1, .cross-ref-2, etc. */
{ margin-bottom: 20px; }

.cross-refs div div /* .cross-refs .cross-ref-0 div */
{
	margin: 0;
	padding-bottom: 12px;
}

.cross-refs div.more { display: none; }




/* ----------------------------- =Filters -------------------------------- */

.filters { display: none; }


/* ----------------------------- =Body Details ----------------------------- */

.detail-info
{
	padding: 4px 0 20px 0;
	font-size: 10px;
}

.body-txt .date, .body-txt .source, .body-txt .author, .body-txt .location
{
	margin: 0;
	padding: 0;
}

.date, .state { font-weight: bold; }

.back-link
{
	margin-bottom: 4px;
	font-style: oblique;
	font-weight: bold;
	float: right;
}



/* ----------------------------- =List Pages ------------------------------- */

.paging
{
	margin-bottom: 10px;
	padding: 4px 10px 0 10px;
	height: 26px;
	font-size: 10px;
}

.paging a { text-decoration: none; }

.page-num { float: left;}
.per-page { float: right;}


.per-page select
{
	width: 44px;
	font-size: 9px;
	vertical-align: middle;
}

.news, .events, .jobs, .contacts, .search, .contact-form, .blog
{ padding: 0; }

/* .list - A Shared Content Item List */

.list .date
{
	font-size: 10px;
	font-weight: bold;
	font-style: oblique;
}

.list h1 a { text-decoration: none; }

.list .source, .list .location
{
	font-size: 10px;
	font-style: oblique;
}

.list .odd, .list .even
{
	padding: 8px 0 4px 10px;
	border-bottom: 1px solid #6A737E;
}


/* ----------------------------- =Spotlight -------------------------------- */

.spotlight { margin: 20px 0 20px 0 }

.spotlight p
{
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 140%;
}

.spotlight h1
{
	margin: 0;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
}


/* ----------------------------- =Map Locater ----------------------------- */


.map { text-align: center; }

.map img
{
	width: 90%;
	height: 90%;
}


.rep-locator .spotlight, .rep-locator .cross-refs
{
	margin-top: 20px;
	width: 50%;
	float: left;
}



/* ----------------------------- =Footer -------------------------------- */

.footer
{
	padding-top: 20px;
	width: 680px;
	font-size: 10px;
}


/* ----------------------------- =Forms ------------------------------------ */

.form-div div
{
	margin: 0;
	padding: 3px 0;
}

.form-table td    { padding: 4px 0; }
.form-table td.a  { width: 100px; }
div.form-buttons  { margin: 15px 0 0; } /* Spacing above and below the Submit, Reset, etc. at the bottom of a form */

input, select, textbox, textarea
{
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}

input.two, input.four,
input.date, input.small,
input.medium, input.large,
input.text-search, input.text-filter, input.text-contact, input.text-zip
{
	padding-left: 3px;
	width: 80px;
	height: 17px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px solid #666;
}

input.four   { width: 40px; }
input.five   { width: 50px; }
input.date   { width: 80px; }
input.small  { width: 80px; }
input.medium { width: 180px; }
input.large  { width: 330px; }

textarea, textarea.medium, textarea.large
{
	padding-left: 3px;
	width: 305px;
	height: 80px;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px solid #666;
}
textarea.medium { }
textarea.large { width: 400px; }

select.small, select.medium,
select.large, select.filter,
select.state, select.country,
select.contact, select.date-time, select.filter
{
	width: 150px;
	height: 17px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px solid #666;
}

select.medium    { width: 185px; }
select.large     { width: 335px; }
select.state     { width: 158px; } /* Fits side by side w/ zip in a table */
select.country   { width: 305px; }
select.date-time { width: 60px; }

select.combo-box       { width: 220px; }
select.combo-box-small { width: 180px; }
select.combo-box-large { width: 330px; }

.large-button, .small-button
{
	padding: 2px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}

.small-button
{
	margin: 0;
	padding: 0 3px;
	font-size: 10.5px;
}

input.text-search  { width: 147px; }
input.text-filter  { width: 132px; }
input.text-login   { width: 150px; }
input.text-contact { width: 300px; }
input.text-zip     { width: 130px; } /* Fits side by side w/ state in a table */

.textbox-contact   { width: 305px; height: 100px; }
select.contact     { width: 305px; }
select.filter      { width: 137px; font-size: 10px; }



/* ------------------------------ =Messages ------------------------------- */


div.msg-negative, div.msg-positive, div.msg-neutral
{
	margin: 5px 0 10px 0;
	padding: 10px; 
	color: #b30006;
}

div.msg-positive { color: #196d17; }
div.msg-neutral  { color: #666600; }

.validation-summary
{
	margin: 5px 0 10px 0;
	padding: 10px;
	font-size: 11px;
	color: #f00;
}

.validation-summary ul, .validation-summary ul li
{
	margin: 0;
	padding: 0;
	color: #f00;
}

.validation-summary ul li
{
	margin: 2px 0 2px 20px;
	list-style-type: square;
	background-image: none;	
}

.failed-validation { color: #ff0000; }




/* ----------------------------- =Index ------------------------------------ */

.countries { display: none; }

.index .main-column { width: 680px; }

.index .body-txt { margin: 12px 0 0 0; }

h1.page-title-index { margin: 20px 0 0 0; }

.index .left-column
{
	margin: 0 30px 0 0;
	float: left;
}

.index .right-column
{
	margin: 20px 0 0 0;
	float: left;
}

.agents, .brokers, .customers, .finance
{
	margin-bottom: 20px;
	width: 140px;
	float: left;
}

.agents div, .customers div, .finance div { padding: 0 10px 0 0; }

.agents p, .customers p, .finance p
{
	margin: 0;
	font-size: 10px;
	line-height: 140%;
}

.login-bottom { display: none; }


/* ----------------------------- =Sifr ------------------------------------- */

/* ----------------------------- =Sifr ------------------------------------- */
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}




/* ----------------------------- =Clear ------------------------------------ */

.clear
{
	clear: both;
	height: .1px; /* for gecko browsers */
}