/* CSS Document */h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form, img, a, div {	margin: 0; 	padding: 0; 	border: 0; 	list-style: none; 	font-weight: normal;	}body {	margin:0 auto;	padding:0;	/*font-size:13px;*/	line-height:1.5em;	font-family:Arial, Helvetica, sans-serif;	color:#000;	background: #efddad url(/images/lower/bg_lower.gif) repeat-x top left;	text-align:center;	}body#index { /* FOR INDEX PAGE ONLY */	background: #efddad url(/images/index/bg_index.gif) repeat-x top left;	}	table td {	font-size:100%;	}/********* HEADER AND BASIC ELEMENT STYLES *********/h1, h2 { 	font-family:Georgia, "Times New Roman", Times, serif;	font-weight:bold;	line-height:120%;	}h3, h4, h5, h6 { 	font-family:Arial, Helvetica, sans-serif;	font-weight:bold;	line-height:120%;	}h2, h3, h4, h5, h6, p, hr { 	margin:10px 0;	}h1 {	margin:0 0 5px 0;	padding:0;	font-size:215%;	color:#2a3d92; /*blue*/	letter-spacing:.07em;	}h2 {	font-size:155%;	color:#297c60;	letter-spacing:.08em;	margin-top:0;	}h3 {	font-size:130%;	color:#297c60; /* green */	letter-spacing:.1em;	margin-bottom:5px;	}	a {		color:#960; /* brown */		text-decoration:underline;		}	a:hover {		color:#c39e06;  /* gold */		text-decoration:none;		}h4 {		font-size:100%;	font-weight:normal;	font-style:italic;	color:#2a3d92;	padding:0 0 0 10px;	background: url(/images/lower/common_questions_bg.gif) no-repeat 0 .35em;	}	/********* MAIN CONTAINER *********/#wrap {	width:953px;	margin:0 auto;	background: #fff url(/images/lower/wrap_bg.jpg) no-repeat top center;	/*background: #fff url(/images/lower/mockup_LOWER.jpg) no-repeat top center;*/	}body#index #wrap { /* FOR INDEX PAGE ONLY */	width:953px;	margin:0 auto;	background: #fff url(/images/index/wrap_bg_index.jpg) no-repeat top center;	}	/********* HEADER *********/#header {	width:100%;	height:195px;	text-align:left;	color:#c39e06;	position:relative;	}	#header a.home {		display:block;		float:left;		width:200px;		padding:160px 0 0 25px;		color:#c39e06;  /* gold */		text-decoration:none;		font-weight:bold;		font-size:110%;		font-family:Georgia, "Times New Roman", Times, serif;		}	#header a:hover {		color:#960; /* brown */		text-decoration:none;		}#header #h1_container {	position:absolute;	bottom:0;	left:260px;	}#header #search {	float:right;	font-weight:bold;	margin:0 10px 0 0;	}#header #search td strong {	color:#2a3d92; /*blue*/	}#header #search td input {	border:1px solid #ccc;	padding:2px;	}#header #search td {	color:#960; /* brown */	font-size:95%;	padding:0 3px;	}	#header #search a {		color:#2a3d92;		font-size:95%;		padding:0 0 0 4px;		}	#header #search a:hover {		color:#c39e06;  /* gold */		text-decoration:none;		}#header #search .go {	background: url(/images/common/button_go.gif) no-repeat 0 0;	width:36px;	height:24px;	border:none;	font-weight:bold;	font-size:14px;	color:#2a3d92; /*blue*/	padding:0;	}		/********* MAIN CONTENT CONTAINER *********/		#content {	margin:0 auto;	padding:0;	width:100%;	text-align:left;	background: url(/images/lower/content_bg.gif) repeat-y center bottom;	}	/********* LEFT COLUMN *********/#left_column {	font-family:Georgia, "Times New Roman", Times, serif;	/*font-weight:bold;*/	float:left;	width:257px;	padding:0;	}#left_column ul#nav {	margin:0 0 10px 0;	padding:0;	width:100%;	float:left; /* Contain floated list items */	line-height:1.9em;	letter-spacing:normal;	}#left_column ul#nav li#volunteering { /* So the Volunteering link does not have bottom divider line */	/*background-image:none;*/	}#left_column ul#nav li {	float:left; /* corrects the */	width:100%;  /*IE whitespace bug */	padding:4px 0 6px 0;	margin:0;	font-size:133%;	background: url(/images/common/nav_divider.gif) no-repeat 25px bottom;	letter-spacing:.05em;	}#left_column ul#nav li span {	display:block;	background: url(/images/common/nav_bg_hover.gif) no-repeat 13px .45em;	}	#left_column ul#nav li a{		display:block; /* to increase clickable area */		text-decoration:none;		color:#2a3d92; 		/*font-weight:bold;*/		padding:0 20px 0 25px;		background: url(/images/common/nav_bg.gif) no-repeat 13px .45em;		}	#left_column ul#nav li a:hover{		text-decoration:underline;		color:#c39e06;  /* gold */		background: url(/images/common/nav_bg_hover.gif) no-repeat 13px .45em;		}	/*** FOR THE CURRENTLY ACTIVE PAGE ***/	#left_column ul#nav li a.active{		text-decoration:none;		color:#c39e06;  /* gold */		background: url(/images/common/nav_bg_hover.gif) no-repeat 13px .45em;		font-weight:bold;		}#left_column ul#nav ul.sub_nav li{	color:#c39e06;	margin:0;	padding:0 0 0 20px;	background: url(/images/common/sub_nav_bg.gif) no-repeat 35px .7em;	font: normal 87%/1.6em Arial, Helvetica, sans-serif;	letter-spacing:0;	}	#left_column ul#nav ul.sub_nav li a{		color:#960; /* brown */		text-decoration:underline;		background-image:none;		font-weight:normal;		}	#left_column ul#nav ul.sub_nav li a:hover{		background: url(none) no-repeat 35px .7em;		color:#c39e06; /* gold */		text-decoration:none;		}		/*** FOR THE CURRENTLY ACTIVE PAGE ***/	#left_column ul#nav ul.sub_nav li a.active{		background: url(none) no-repeat 35px .7em;		color:#c39e06; /* gold */		text-decoration:none;		font-weight:bold;		}		/*********** DYNAMIC TOOL TIP STYLE ********************/#dhtmltooltip{	position: absolute;	margin:0;	width: 180px;	border: 2px solid #2a3d92; /*blue*/	padding: 10px;	background-color:#FCF8EE;	visibility: hidden;	color:#2a3d92;	font-weight:normal;	z-index: 100;	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);	}			/********* LEFT COLUMN CTA *********/	#cta_request_info, #cta_view_floorplans, #cta_waiting_list {	font-family:Georgia, "Times New Roman", Times, serif;	clear:both;	width:228px;	background: url(/images/cta/cta_request_info.gif) no-repeat top left;	margin:0 0 0 5px;	padding:0 0 0 15px;	/*font-size:140%;*/	font-size:17px;	text-align:center;	font-weight:bold;	color:#297c60;	}#cta_request_info p, #cta_view_floorplans p, #cta_waiting_list p {	padding:0 8px;	margin:0;	text-align:left;	}#cta_view_floorplans {	background: url(/images/cta/cta_waiting_list.gif) no-repeat top left;	}#cta_waiting_list {	background: url(/images/cta/cta_become_depositor.gif) no-repeat top left;	}	#cta_request_info a, #cta_view_floorplans a, #cta_waiting_list a {		color:#2a3d92;		display:block;		text-decoration:none;		font-weight:bold;		padding:12px 0 0 55px;		text-align:left;		}		#cta_view_floorplans a {		padding:25px 0 0 52px;		margin:0 0 0 10px;		}		#cta_waiting_list a {		padding:25px 0 0 70px;		margin:0 25px 0 10px;		}	#cta_request_info a:hover, #cta_view_floorplans a:hover, #cta_waiting_list a:hover {		text-decoration:underline;		color:#c39e06;		}#cta_request_info strong, #cta_view_floorplans strong, #cta_waiting_list strong {	font-family:Arial, Helvetica, sans-serif;	letter-spacing:0;	font-size:110%;	}			/********* INDEX PAGE RESIDENT TESTIMONIAL CALLOUT *********/#index_testimonial {	width:274px;	margin:15px 0 0 30px;	height:355px;	float:right;	background: url(/images/index/index_testimonial_bg.jpg) no-repeat bottom left;	text-align:center;	line-height:1.6em;	color:#2a3d92; /*blue*/	font-size:15px;	letter-spacing:.3px;	}#index_testimonial #content {	width:232px;	margin:0 auto;	}#index_testimonial #content h2 {	font-size:18px;	margin-top:0;	margin-bottom:15px	}#index_testimonial p.quote {	margin-bottom:0;	}#index_testimonial #content p.name {	padding:0 0 0 90px;	margin:0;	}/********* RIGHT COLUMN *********/			#right_column {	float:left;	margin:0;	text-align:left;	width:673px;	}#right_column p {	padding-right:25px;	}body#index #right_column { /* FOR INDEX PAGE ONLY */	float:left;	margin:153px 0 0 0;	text-align:left;	width:673px;	}#photo_with_caption {	width:383px;	font-size:110%;	text-align:center;	float:right;	background-color:#c39e06;	padding:0;	/*margin:5px 0 0 10px;*/	margin:5px 0 10px 10px;	}#photo_with_caption img {	border:3px solid #fff;	border-bottom:0;	margin:1px 1px 0 1px;	padding:0;	display:block;	}#photo_with_caption #caption {	background-color:#f7eed6;	color:#2a3d92;	border:3px solid #fff;	margin:0 1px 1px 1px;	padding:5px;	}		/********* TEXT SIZE PRINT *********/	#ts_print {	background: url(/images/common/ts_bg.gif) repeat-x 0 0;	width:auto;	padding:8px 0  0 0;	margin:0;	height:55px;	font-size:115%;	line-height:110%;	}#ts_print p {	margin-bottom:0;	}#ts_print #text_size {			/*background: url(/images/common/ts_divider.gif) no-repeat 100px 0;*/	float:left;	padding:0;	margin:0 20px 0 0;	}#ts_print #text_size p{	float:left;	margin:5px 0 0 0;	padding:0;	color:#2a3d92; /*blue*/	}#ts_print #text_size img {	/*margin:0 13px 0 0;*/	margin:0;	border:0;	}#ts_print #print {		float:left;	background: url(/images/common/ts_print.gif) no-repeat 0 0;	padding:5px 0 0 0;	margin:0;	height:28px;	}	#ts_print #print a{			padding:0 0 0 30px;		}		/********* CONTACT US PAGE *********/#contact_us_left {	float:left;	width:49%; /* THIS IS A LITTLE BIT WIDER THAN DESIGN CONCEPT TO ACCOUNT FOR DIRECTIONS TEXT */	margin:0;	padding:0 15px 0 0;	}#contact_us_left, #contact_us_right p {	margin:0;	}#contact_us_left h2 {	font-size:125%;	font-family:Arial, Helvetica, sans-serif;	color:#2a3d92; /*blue*/	margin:0;	}p.contact_info {	margin:3px 0;	font-size:110%;	}p.contact_phone {	margin:3px 0;	font-size:110%;	font-weight:bold;	}p.contact_phone span {	float:left;	width:80px;	clear:both;	color:#2a3d92; /*blue*/	font-weight:normal;	}#contact_us_right {	float:left;	border-left:1px solid #c39e06;	padding:0 0 0 25px;	margin:0;	}#contact_us_right p {		font-weight:bold;		font-size:125%;		color:#960; /* brown */		}#contact_us_right img{	margin:8px 0 20px 0;	}	#contact_us_right a {		font-weight:bold;		}		/********* COMMON QUESTIONS/LIST ELEMENTS *********/#right_column ul {	margin:0;	}#right_column ul li{	list-style: disc;	padding:0;	margin:0 1.5em;	clear:left;	}ul.common_questions li{	list-style: disc;	padding:0;	margin:0 1.5em;	color:#2a3d92;	clear:left;	}p.question {	margin: 15px 0 5px 10px;	padding:0 0 0 10px;	background: url(/images/lower/common_questions_bg.gif) no-repeat 0 .4em;	font-weight:bold;	color:#297c60;	}p.question a {	font-weight:bold;	text-decoration:none;	color:#297c60;	}p.answer  {	margin: 0 0 0 20px;	text-decoration:none;	color:#000;	}p.back_top_top {	color:#960;	text-align:right;	margin:0;	}		/********* CONTENT LIST STYLES *********/#right_column #contact_us_left ul li{	list-style: disc;	padding:0;	margin:1em 1.5em;		}	/********* SITE MAP *********/ul.site_map li{	list-style: none;	padding:0;	margin:1em 1.5em;		color:#c39e06;	}	ul.site_map li a{		font-weight:bold;		color:#2a3d92		}ul.site_map li li {	list-style:disc;	margin:.4em 1.5em;		}	ul.site_map li li a {		color:#960;		}	/********* FLOOR PLAN/MAPS & DIRECTIONS VIEWER *********/#floor_plan_viewer {	width:790px;	background-color:#fff;	border:1px solid #960;	margin:10px auto;	text-align:center;	}#floor_plan_viewer #content {	width:740px;	margin:10px auto 0 auto;	text-align:left;	}#floor_plan_viewer #content img {	margin:5px auto;	}#floor_plan_viewer h1 {	font-size:200%;	margin-bottom:15px;	}#floor_plan_viewer h2 {	width:28em;	}#floor_plan_viewer p, #floor_plan_viewer ul {		text-align:left;	}#close_window {	float:right;	margin:5px 0 -30px 0;	color:#960;	}#floor_plan_viewer #print {	float:right;	margin:0 0 -30px 0;	padding:5px 0 0 0;	color:#960;	height:28px;	background: url(/images/common/ts_print.gif) no-repeat 0 0;	}	#floor_plan_viewer #print a {		padding:5px 0 5px 30px;		}#floor_plan_viewer #cta_waiting_list {	margin:0 10px 20px 0;	padding:0 0 0 15px;	float:left;	}#floor_plan_viewer ul li{	list-style: disc;	padding:0;	margin:0 1.5em;	clear:left;	}#enlarge {	margin:10px 0 0 0;	color:#960;	height:28px;	background: url(/images/common/enlarge_bg.gif) no-repeat 0 0;	}	#floor_plan_viewer #enlarge a {		padding:5px 0 5px 28px;		}/********* FOOTER *********/	#footer {	clear:both;	margin:-1px auto 0 auto;	padding:60px 0 20px 0;	background: #efddad url(/images/common/footer_bg.gif) no-repeat center top;	color:#2a3d92;	font-size:95%;	font-family:Arial, Helvetica, sans-serif;	text-align:center;	line-height:1.7em;	}	#footer a {		color:#2a3d92;		}	#footer a:hover {		text-decoration:none;		}#footer_content {	width:780px;	margin:0 auto;	text-align:left;	}#footer #footer_content div.address, #footer #footer_content div.footer_nav_left, #footer #footer_content div.footer_nav_right, #footer #footer_content div.privacy_policy {	text-align:left;	float:left;	margin:0;	width:120px;	}#footer #footer_content div.privacy_policy {	width:175px;	}#footer #footer_content div.address {	width:290px;	line-height:1.3em;	}#footer #footer_content div.footer_nav_left {	width:188px;	}	/********* GENERIC *********/.clear {clear:both;height:1px;padding:0;margin:0;}div.clear_alt {	background: #fff url(/images/common/ts_bg.gif) repeat-x 0 0;	border-top:5px solid #fff;	border-bottom:5px solid #fff;	padding:0;	margin:0;	height:8px;	clear:both;	}hr {	width:100%;	height:1px;	border:0;	clear:both;	display:block;	border:none;	background-color:#c39e06;	}hr.alt {	background: #fff url(/images/common/ts_bg.gif) repeat-x 0 0;	border:1px solid #fff;	padding:0;	height:8px;	}.right {float:right;}.left {float:left;}.center {text-align:center;}.blue {color:#2a3d92; /*blue*/}.green {color:#297c60; /* green */}.gold {color:#c39e06;  /* gold */}.brown {color:#960; /* brown */}.italic {font-style:italic;}.bold{font-weight:bold;}p.highlighted, .highlighted {	color:#2a3d92;	font-size:123%;	line-height:150%;	}.hidden{visibility:hidden;}/* FCK STYLES */.green_header, .blue_header, .gold_header, .brown_header { /*MIMICS H2 STYLE */ 	font-family:Georgia, "Times New Roman", Times, serif;	font-weight:bold;	line-height:120%;	margin:0 0 10px 0;	font-size:155%;	letter-spacing:.08em;	}.green_subheader, .blue_subheader, .gold_subheader, .brown_subheader { /* MIMICS H3 STYLES */ 	font-family:Arial, Helvetica, sans-serif;	font-weight:bold;	line-height:120%;	margin:10px 0;	font-size:130%;	letter-spacing:.1em;	}.blue_subheader, .blue_header {color:#2a3d92; /*blue*/}.green_subheader, .green_header {color:#297c60; /* green */}.gold_subheader, .gold_header {color:#c39e06;  /* gold */}.brown_subheader, .brown_header {color:#960; /* brown */}