@charset "utf-8";
/* CSS Document */
@import url("/css/utilities/thickbox-mg.css");

* {
	margin: 0px;
	padding: 0px;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#tbr {
	overflow: hidden;
	width:675px;
	height:220px;
	z-index:1;
}

#printLogo {display:none;}

.pageBreak {display:none;}
 
.clearfloat {  /*doule float fix*/
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*Generic Link Style ------------*/
a:link, a:visited, a:active {
	color:#133495;
	text-decoration:underline;
}
a:hover {
	color:#0066CC;
	text-decoration:none;
}

a.external {background:url(/images/build/external.png) 99% 40% no-repeat;
			padding-right:20px;
}

/*------------Generic Link Style */



/*Main Navigation -----------------------*/
#nav {
	height: 40px;
	background-color: #55a51c;
}
#nav a {
	display:block;
	height: 40px;
	background-repeat: no-repeat;
	float:left;
	text-indent: -999px;
	overflow: hidden;
}

/*Home Button*/
#nav a#homeBtn:link, #nav a#homeBtn:visited, #nav a#homeBtn:active {
	background-image: url(/images/build/nav/nav_01.png);
	width: 135px;

}
#nav a#homeBtn:hover {
	background-image: url(/images/build/nav/nav_hover_01.png);
}
#nav a.selected#homeBtn:link, #nav a.selected#homeBtn:visited, #nav a.selected#homeBtn:active {
	background-image: url(/images/build/nav/nav_selected_01.png);
}	



/*Lifestyle Button*/

#nav a#lifestyleBtn:link, #nav a#lifestyleBtn:visited, #nav a#lifestyleBtn:active {
	background-image: url(/images/build/nav/nav_02.png);
	width: 89px;
}
#nav a#lifestyleBtn:hover {
	background-image: url(/images/build/nav/nav_hover_02.png);
}
#nav a.selected#lifestyleBtn:link, #nav a.selected#lifestyleBtn:visited, #nav a.selected#lifestyleBtn:active {
	background-image: url(/images/build/nav/nav_selected_02.png);
}



/*Wellness Button*/
#nav a#wellnessBtn:link, #nav a#wellnessBtn:visited, #nav a#wellnessBtn:active {
	background-image: url(/images/build/nav/nav_03.png);
	width: 95px;
}
#nav a#wellnessBtn:hover {
	background-image: url(/images/build/nav/nav_hover_03.png);
}
#nav a.selected#wellnessBtn:link, #nav a.selected#wellnessBtn:visited, #nav a.selected#wellnessBtn:active {
	background-image: url(/images/build/nav/nav_selected_03.png);
}	


/*Financial Button*/
#nav a#financialBtn:link, #nav a#financialBtn:visited, #nav a#financialBtn:active {
	background-image: url(/images/build/nav/nav_04.png);
	width: 96px;
}
#nav a#financialBtn:hover {
	background-image: url(/images/build/nav/nav_hover_04.png);
}
#nav a.selected#financialBtn:link, #nav a.selected#financialBtn:visited, #nav a.selected#financialBtn:active {
	background-image: url(/images/build/nav/nav_selected_04.png);
}	



/*Our Communities Button*/
#nav a#ourComBtn:link, #nav a#ourComBtn:visited, #nav a#ourComBtn:active {
	background-image: url(/images/build/nav/nav_05.png);
	width: 163px;
}
#nav a#ourComBtn:hover {
	background-image: url(/images/build/nav/nav_hover_05.png);
}

#nav a.selected#ourComBtn:link, #nav a.selected#ourComBtn:visited, #nav a.selected#ourComBtn:active {
	background-image: url(/images/build/nav/nav_selected_05.png);
}	



/*Contact us Button*/
#nav a#contactBtn:link, #nav a#contactBtn:visited, #nav a#contactBtn:active {
	background-image: url(/images/build/nav/nav_06.png);
	width: 106px;
}
#nav a#contactBtn:hover {
	background-image: url(/images/build/nav/nav_hover_06.png);
}

#nav a.selected#contactBtn:link, #nav a.selected#contactBtn:visited, #nav a.selected#contactBtn:active {
	background-image: url(/images/build/nav/nav_selected_06.png);
}	
/*------------------------Main Navigation Buttons*/


/*Home Main Navigation -----------------------*/
#navHome {
	height: 40px;
	background-color: #55a51c;
}
#navHome a {
	display:block;
	height: 40px;
	background-repeat: no-repeat;
	float:left;
	text-indent: -999px;
	overflow: hidden;
}

/*Lifestyle Button*/
#navHome a#lifestyleBtn:link, #navHome a#lifestyleBtn:visited, #navHome a#lifestyleBtn:active {
	background-image: url(/images/build/nav/nav_home_01.png);
	width: 123px;
}
#navHome a#lifestyleBtn:hover {
	background-image: url(/images/build/nav/nav_home_hover_01.png);
}
/*Wellness Button*/
#navHome a#wellnessBtn:link, #navHome a#wellnessBtn:visited, #navHome a#wellnessBtn:active {
	background-image: url(/images/build/nav/nav_home_02.png);
	width: 122px;
}
#navHome a#wellnessBtn:hover {
	background-image: url(/images/build/nav/nav_home_hover_02.png);
}
/*Financial Button*/
#navHome a#financialBtn:link, #navHome a#financialBtn:visited, #navHome a#financialBtn:active {
	background-image: url(/images/build/nav/nav_home_03.png);
	width: 129px;
}
#navHome a#financialBtn:hover {
	background-image: url(/images/build/nav/nav_home_hover_03.png);
}
/*Our Communities Button*/
#navHome a#ourComBtn:link, #navHome a#ourComBtn:visited, #navHome a#ourComBtn:active {
	background-image: url(/images/build/nav/nav_home_04.png);
	width: 180px;
}
#navHome a#ourComBtn:hover {
	background-image: url(/images/build/nav/nav_home_hover_04.png);
}
/*Contact us Button*/
#navHome a#contactBtn:link, #navHome a#contactBtn:visited, #navHome a#contactBtn:active {
	background-image: url(/images/build/nav/nav_home_05.png);
	width: 131px;
}
#navHome a#contactBtn:hover {
	background-image: url(/images/build/nav/nav_home_hover_05.png);
}/*------------------------Home Main Navigation Buttons*/

/*Footer---------------------------------------------*/
#footer
  {
	background-color: transparent;
	clear: both;
	width: 685px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	float: left;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	background-image: url(/images/build/footerRounded.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#footerWide   {
	background-color: transparent;
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	float: left;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	background-image: url(/images/build/footerRounded_home.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#footerWide_center  {
	background-color: transparent;
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	background-image: url(/images/build/footerRounded_home.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#corporateLinks    {
	margin-right: 15px;
	font-size: 12px;
	margin-top: 12px;
}
#copyrightFooter    {
	margin-top: 25px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer .thumbLeft {
	float:left;
	margin-left:10px;
	margin-top:3px;
}
#footerWide .thumbLeft {
	float:left;
	margin-left:10px;
	margin-top:3px;
}

/*---------------------------------------------Footer*/
