/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				20px 0px;
	
	background-color:		#dcddde;

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans serif;
	color:					#6d6e71;
	font-size:				0.75em;
	line-height:			1.5em;

}
a.selectedit
{
	position:				static!important;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#06a5c4;
}

a:hover
{
	color:					rgb(119,119,119);
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					1027px;

	border-bottom:			9px solid white;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	background-image:		url( /site/images/bg_header.png );
	background-repeat:		repeat-x;

	position:				relative;
	width:					100%;
	height:					90px;
}

#logo
{
	position:				absolute;
	top:					0px;
	left:					20px;
}

table#body
{
	border-collapse:		collapse;
	width:					100%;
}

col#col-left
{
	width:					160px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

td#left,
td#content
td#right
{
	padding:				0px 9px;
}
td#left
{
	width:					231px;
	border-right:			1px solid #cfcfcf;
}
td#right
{
	width:					231px;
	padding:				0px 9px 0px 0px;
}

td#content
{
	width:					auto;
	padding:				0px 9px;
}

form#search
{
	position:				absolute;
	top:					8px;
	right:					26px;

	margin:					0px;
	width:					214px;
	height:					24px;
	background-color:		white;
	background-image:		url( /site/images/bg_form.png );
	background-repeat:		no-repeat;
}
form#search	label
{
	display:				none;
}
input#findtext
{
	position:				absolute;
	top:					0px;
	left:					0px;
	margin:					0px;
	border:					0px;
	width:					138px;
	padding:				3px 5px;
}
input#searchbutton
{
	position:				absolute;
	top:					0px;
	left:					148px;
}

a#fdic,
a#equalhousinglender
{
/*
	display:				block;
	float:					left;
*/
	margin:					0px 10px;
}

a#equalhousinglender
{
	background-image:		url( /site/images/equal_housing_lender.png );
	background-position:	left center;
	background-repeat:		no-repeat;

	padding-left:			24px;

	line-height:					16px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					20px 0px 50px;

	text-align:				center;
	font-family:			arial,sans-serif;
	font-size:				10px;
	color:					#6d6e71;
}

#footer p
{
	margin:					7px 0px;
	clear:					both;
	text-align:				center;
}

#footer a
{
	color:					#6d6e71;
}

p#footernav
{
	text-transform:			uppercase;
}
p#links2 a
{
	margin:					0px 7px;
	vertical-align:			top;
	line-height:			16px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
.topcontent
{
	background-color:		#e6f6f9;
	padding:				40px 20px;
}


h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;
	font-family:			Tahoma,verdana,sans-serif;
	font-weight:			bold;
	font-size:				24px;
}

h1 a,h1 a:hover
{
	color:					black;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0px;
	padding:				0px;
	
	font-family:			tahoma,arial,sans-serif;
	font-weight:			bold;
	font-size:				13px;
	color:					black;
}
h2 a
{
	color:					black;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	font-weight:			bold;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
}

#leavingsite
{
	padding:				15px;
}
.popup-text
{
	line-height:			15px;
	font-family:			arial,sans-serif;
	font-size:				11px;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}


.item
{
	display:				block;
	clear:					both;
	overflow:				hidden;

	margin:					15px 0px;
	color:					#6d6e71;
}

.item img
{
	float:					left;
	margin-right:			20px;
}

.item p
{
	display:				inline;
}

.more
{
	font-weight:			bold;
	color:					#e58e1a;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
.widget
{
	margin:					0px 0px 9px 0px;
}

a#locations
{
	display:				block;
	background-image:		url( /site/images/bg_locations.png );
	background-repeat:		no-repeat;
	padding-left:			20px;

	line-height:			44px;
	font-family:			tahoma,arial,sans-serif;
	font-weight:			bold;
	font-size:				21px;
	color:					white;
}

/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
.topcontent table.t
{
	margin-bottom:			30px;
	border:					1px solid #b7b7b7;
	border-collapse:		collapse;
	empty-cells:			show;

	line-height:			15px;
	font-family:			tahoma,arial,sans-serif;
	font-size:				13px;
	color:					black;
}

.topcontent table.t a
{
	font-weight:			bold;
	color:					#e58e1a;
	text-decoration:		underline;
}

.topcontent table.t caption
{
	margin:					10px 0px;
	text-align:				left;
	font-weight:			bold;
}

.topcontent table.t th
{
	vertical-align:			bottom;
	background-color:		white;
	text-align:				left;
	font-weight:			bold;
}


.topcontent table.t th,
.topcontent table.t td
{
	border:					1px solid #b7b7b7;
	padding:				0.5em 1.0em;
	text-align:				left;
}



table.categories
{
	width:					100%;
}

table.categories td
{
	width:					50%;
}

table.categories ul
{
	list-style-type:		none;
	margin:					0px 0px 20px;
	padding:				0px;
}
table.categories a
{
	text-decoration:		underline;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:		#CCCCCC;
	color:					white;
	font-weight:			bold;
	padding:				4px 6px;
	margin-right:			5px;
	float:					left;
	margin-top:				5px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

dl.faq dt
{
	margin:						10px 0px 0px;
	font-weight:				bold;
	text-decoration:			underline;
	color:						#06a5c4;
	cursor:						pointer;
}
dl.faq dd
{
	display:					none;
	margin:						0px 0px 10px;

}
dl.faq dd p
{
	margin-top:					0px;
}


h2.newsletter-title a
{
	font-weight:				bold;
	text-decoration:			underline;
	color:						#06a5c4;
}


.modal
{
	display:					none;
		background-color:#fff;

		width:500px;
		padding:0px;
		text-align:left;
		border:2px solid #4D9BB5;

		opacity:1.0;
		border-radius:	6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
}
	
.modal .popup-title,
.modal .bodytext
{
	margin:				0px 20px 10px!important;
}

.modal .popup-title
{
	font-family:			arial,sans-serif;
	line-height:			0.95em;
	font-size:				16px;
	color:					#6D6E71;
}

#displaylink
{
	font-weight:			bold;
	color:					black;
}

#button-container
{
	margin:					20px;
	text-align:				center;
}

#button-container button
{
	margin:					0px 5px;
	border:					0px;
		border-radius:	6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;

	padding:				5px 10px;
	background-color:		#8F8F81;

	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				16px;
	color:					white;

	cursor:					pointer;
}

button.yes
{
	background-color:					#4D9BB5!important;
}

