/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */
body{
	height:100%;
	margin:0;
	font:12px Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#464C4F;
	font-weight:bold;
}
img{border:none;}
form{margin:0; padding:0;}
#main{
	width:900px;
	margin:0 auto;
}
#header{
	width:880px;
	background:#a2784d url(../Images/header-bg.gif) no-repeat 0 100%;
	overflow:hidden;
	min-height:28px;
	padding:6px 20px 0 0;
	margin:0 0 28px;
}
* html #header{height:28px;}
#header ul{
	margin:0 14px 0 0;
	padding:0;
	float:right;
}
#header ul li{
	display:inline;
	list-style-type:none;
	padding:0 0 0 17px;
	line-height:18px;
}
#header ul li.first{background:none;}
#header ul li a{
	text-decoration:none;
	color:#d5c2ac;
	font-size:10px;
}
#header ul li a:hover{color:#f5f0eb;}
.logo a{
	display:block;
	background:url(../Images/logo.gif) no-repeat;
	width:622px;
	height:57px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 32px 21px;
}
.flash{
	position:relative;
}
.flash img{display:block;}
.navigation{
	width:100%;
	overflow:hidden;
}
.buttons a{
	float:left;
	display:block;
	width:259px;
	height:108px;
	background:#006b6e;
	color:#99c4c5;
	text-decoration:none;
	border-right:1px solid #3f9092;
	border-bottom:1px solid #3f9092;
	padding:0 20px 0 20px;
}
.buttons a.bottom, .block a.first{border-left:none;}
.buttons a:hover{background:#008588;}
.buttons a strong{
	color:#fff;
	margin:0;
	display:block;
	text-indent:-9999px;
	font-size:1px;
}
.buttons a strong.investment{
	background:url(../Images/investment.gif);
	width:175px;
	height:19px;
	margin:28px 0 8px;
}
.buttons a strong.lending{
	background:url(../Images/lending.gif);
	width:152px;
	height:17px;
	margin:28px 0 7px;
}
.buttons a strong.planned{
	background:url(../Images/planned.gif);
	width:137px;
	height:19px;
	margin:28px 0 4px;
}
.buttons a strong.retirement{
	background:url(../Images/retirement.gif);
	width:184px;
	height:29px;
	margin:20px 0 4px;
}
.buttons a strong.event{
	background:url(../Images/event.gif);
	width:126px;
	height:17px;
	margin:25px 0 11px;
}
.buttons a strong.contact{
	background:url(../Images/contact.gif);
	width:108px;
	height:15px;
	margin:27px 0 11px 2px;
}
.buttons a span{
	margin:0;
	padding:0 0 0 40px;
	width:205px;
	display:block;
	font-size:11px;
}
.buttons a span.second{padding:0 0 0 28px;}
.buttons a span.third{padding:0 0 0 35px;}
#info{
	width:900px;
	overflow:hidden;
	background:#e6e6e6 url(../Images/bottom-blocks.gif) no-repeat 0 100%;
	margin:25px 0 0;
	padding:24px 0 23px 0;
	float: left;
}
.blocks{
	float:left;
	width:270px;
	margin:0 10px 0 20px;
	display:inline;
}
.blocks h2{
	margin:0 0 4px;
	font-size:15px;
	color:#89949a;
	font-weight:normal;
}
.blocks ul{
	margin:0;
	padding:0;
}
.blocks.navigate ul{
	float:left;
	margin:0 10px 0 0;
	width:125px;
}
* html .blocks.navigate ul{
	float:left;
	margin:0 10px 0 0;
	width:120px;
}
.blocks ul li{
	list-style-type:none;
	border-bottom:1px solid #cfd2d3;
	color:#89949a;
	font-size:10px;
	line-height:24px;
}
.blocks ul li span{
	width:70px;
	display:block;
	float:left;
}
.blocks.navigate ul a{
	color:#89949a;
	text-decoration:none;
}
.blocks.navigate ul a:hover{color:#6a7277;}
#footer{
	margin:20px 0;
	padding:0 0 0 20px;
	float: left;
	width: 350px;
}
#footer p{
	margin:0;
	font-size:10px;
	color:#b7bec1;
}
#footer ul{
	margin:0;
	padding:0;
}
#footer ul li{
	display:inline;
	padding:0 0 0 17px;
	background:url(../Images/footer-separator.gif) no-repeat 5px 5px;
}
#footer ul li.first{padding:0; background:none;}
#footer ul li a{
	font-size:10px;
	color:#acb4b8;
	text-decoration:none;
}
#footer ul li a:hover{text-decoration:underline;}
/*       second-page             */
.main-nav{
	width:100%;
	overflow:hidden;
	background:#006b6e;
}
.main-nav ul{
	margin:0;
	padding:0;
}
.main-nav ul li{
	background:#006b6e url(../Images/delimeter.gif) no-repeat 0 100%;
	float:left;
	list-style-type:none;
}
.main-nav ul li a{
	height:36px;
	float:left;
	line-height:36px;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
.main-nav ul li a:hover{background:#008588;}
.main-nav ul li a.investment{width:173px;}
.main-nav ul li a.lending{width:160px;}
.main-nav ul li a.planned{width:139px;}
.main-nav ul li a.retirement{width:179px;}
.main-nav ul li a.event{width:136px;}
.main-nav ul li a.contact{width:113px;}
#content-holder{
	width:100%;
	overflow:hidden;
	margin:21px 0 0;
	float: left;
}
#content{
	width:625px;
	float:left;
	margin:0 20px;
	display:inline;
}
#content p{
	margin:20px 0 0;
}
#content p a{color:#006b6e;}
#content p a:hover{text-decoration:none;}

/*       added-styles             */
img, div { behavior: url(../Scripts/iepngfix.htc); }

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*       search             */
#search {
	float: right;
}
.searchField {
	background:#ae8862;
	border:1px solid #a88057;
	vertical-align:top;
	width:150px;
	height:16px;
	font:10px Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding:2px 0 0 5px;
	color:#eadccc;
	margin-right: 5px;
	float: left;
}
.searchButton {
	text-indent: -1000px;
	width: 24px;
	height: 20px;
	border: none;
	cursor: pointer;
	background: url(../Images/go.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	float: left;
}

/*       subnav             */
#subnavWrapper {
	width:205px;
	padding:0 10px 0 0;
	float:right;
}
#subnavWrapper p { 
	display: none;
}
#subnavWrapper h2 a, #subnavWrapper h2 a:hover {
	color:#006b6e;
	margin:9px 0 0;
	font-size:13px;
	font-weight: normal;
	text-decoration:none;
	padding:0 0 9px 17px;
	border-bottom:1px solid #e2e5e6;
	background:url(../Images/arrow.gif) no-repeat 0 5px;
	display: block;
}
#subnav {
	margin:4px 0 0;
	padding:0;
	list-style-type:none;
}
#subnav li {
    padding: 0;
    margin: 0;
    width: 205px;
    background: none;
}
#subnav a {
	color:#89949a;
	font-size:13px;
	text-decoration:none;
	line-height:27px;
	padding:0 0 0 17px;
}
#subnav a:hover {
	color:#006b6e;
	background:url(../Images/arrow.gif) no-repeat 0 50%;
}
#subnav a.current {
	color:#006b6e;
	background:none;
}
/*       h-tags             */
h1 {
	margin:0;
	font-size:25px;
	color:#006b6e;
	font-weight:normal;
}
h2 {
	font-size:16px;
	color:#A1784D;
	font-weight:normal;
}
h3 {
	color:#464C4F;
	font-weight:bold;
}

/*       search results             */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}

/*       photogallery             */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #CCCCCC;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #666666;
	display: block;
}





