
/* Global Styles */

body {
	margin: 0 auto;
	padding: 20px;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #636466;
	line-height: 19px;
	background: url('../images/bg.gif') repeat-x 0 10px;
	text-align: center;
}

#main {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 925px;
	display: block;
	overflow: visible;
}

#content {
	clear: both;
	text-align: left;
	width: 925px;
	display: block;
	overflow: visible;
}

#logo {
	position: absolute;
	top: 60px;
	z-index: 100;
}

#copyright {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #636466;
	text-align: left;
	width: 925px;
	height: 105px;
}

#copyright a {
	font-size: 12px;
	color: #636466;
}

#copyright a:hover, #copyright span {
	font-size: 12px;
	color: #f24daf;
}

h1 {
	font: 17px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #f24daf;
	margin: 10px 0px 0px 0px;
	text-align: left;
}

h2 {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color:#636466;
	margin: 0px;
}

h2 a {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #00a738;
	margin: 0px;
}

h3 {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #1167b2;
	margin-bottom: 2px;
}

a {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #f24daf;
	line-height: 16px;
	text-decoration: underline;
	font-weight:normal;
	outline: none;
}
a:hover {
	color: #636466;
	text-decoration: underline;
}

p {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #636466;
	line-height: 19px;
}

p span, span {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #f24daf;
	line-height: 19px;
}

ul {
	list-style-type: square;
	margin-left: 12px;
	padding-left: 4px;
}

ol {
	margin-left: 12px;
	padding-left: 6px;
}

ul li, ol li {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #f24daf;
	line-height: 19px;
	margin-bottom: 8px;
}

ul li span, ol li span, ul li span a {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #636466;
	line-height: 19px;
}

ul li span a {
	color: #f24daf;
}

ul li span a:hover {
	color: #636466;
}

ul.news li {
	margin-bottom: 20px;
}

a.pdf {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0 0 0 20px;
	margin: 0px 0px 10px 0px;
	background-image: url('../images/icon_pdf.gif');
	background-repeat: no-repeat;
	font-weight:normal;
}
.documents a.pdf {
	line-height: 24px !important;
	color: #636466 !important;
}
.documents a.pdf:hover {
	color: #f24daf !important;
}

a.pdfList {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	line-height: 22px;
	padding: 0 0 0 20px;
	margin: 0px 0px 10px 0px;
	background-image: url('../images/icon_pdf.gif');
	background-repeat: no-repeat;
	font-weight:normal;
}

a.doc {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0 0 0 20px;
	margin: 0px 0px 10px 0px;
	background-image: url('../images/icon_doc.gif');
	background-repeat: no-repeat;
	font-weight:normal;
}

a.docList {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	line-height: 22px;
	padding: 0 0 0 20px;
	margin: 0px 0px 10px 0px;
	background-image: url('../images/icon_doc.gif');
	background-repeat: no-repeat;
	font-weight:normal;
}

ul.resources li a {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #636466;
	line-height: 16px;
	text-decoration: underline;
	font-weight:normal;
}
ul.resources li a:hover {
	color: #f24daf;
	text-decoration: underline;
}

ul.resources li a {
	line-height: 22px;
}

ul.resources li {
	margin-bottom: 30px;
}

/* Home Styles */

#family, #legacy, #empowerment {
	font-size: 12px;
	position: relative;
	float: left;
	text-align: left;
	width: 238px;
	height: 491px;
	display: block;
	overflow: visible;
}

#family {
	left: 144px;
	margin: 150px 0 0 0;
	background: url('../images/home_family.jpg') no-repeat 0 0;
}

#legacy {
	left: 144px;
	margin: 150px 0 0 0;
	background: url('../images/home_legacy.jpg') no-repeat 0 0;
}

#empowerment {
	left: 144px;
	margin: 81px 0 0 0;
	background: url('../images/home_empowerment.jpg') no-repeat 0 0;
}

#family div {
	padding: 65px 20px 20px 20px;
}

#legacy div {
	padding: 120px 20px 20px 20px;
}

#empowerment div {
	padding: 70px 20px 20px 20px;
}

#yes {
	float: right;
}

#news {
	background: url('images/news-bg.png') no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 490px;
	width: 248px;
	height: 191px;
	padding: 30px 0 0 27px;
	z-index: 1000;
	display: block;
}

#news p {
	width: 215px;
	color: #fff;
	font-size: 12px;
}

#news p a {
	color: #fff; 
	font-size: 12px;
}

#news p a:hover {
	text-decoration: none !important;
}

#about {
	position: relative;	
	left: 39px;
	float: left;
	width: 450px;
	min-height: 145px;
	height: auto !important;
	height: 145px;
	margin: 20px 0 10px 0;
	padding: 0 20px 15px 0;
	background: url('../images/vline.gif') repeat-y right top;
	text-align: left;
}

#services {
	float: left;
	width: 210px;
	padding: 0 10px 0 39px;
	margin-right: 20px;
	background: url('../images/vline.gif') repeat-y right 0;
	 
}

#clients {
	float: left;
	width: 210px;
	padding: 0 0 0 0;
	 
}

#featured {
	float: right;
	font-size: 12px;
	color: #505050;
	line-height: 16px;
	width: 280px;
	margin: 15px 0 10px 0;
	display: block;
}

#featured img {
	border: 3px solid #f24daf;
}

#about p, #services, #clients {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #636466;
	line-height: 16px;
}

/* Secondary Styles */

#secContent {
	position: relative;
	float: right;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	width: 649px;
	padding: 0 0 16px 0;
	margin: 20px 0 20px 0;
	text-align: left;
}

#secContent p, #secContent li {
	margin-right: 23px;
}

#slim {
	width: 368px;
	display: block;
}

#secContentWide {
	
	position: relative;
	left: -54px;
	float: right;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	width: 820px;
	padding: 0 0 16px 23px;
	margin-bottom: 20px;
	text-align: left;
}

.property {
	clear: both;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	background: url('../images/hline.gif') repeat-x 0 0;
	padding: 10px 0 0 0;
	margin: 0 20px 0 0;
	display: block;
}
.property div {
	float: left;
	margin-right: 40px;
}
.propertyTitle {
	width: 120px;
}

h1 a.closed {
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #f24daf;
	padding: 0 0 0 20px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	background: url('../images/arrow_closed.gif') no-repeat 0 4px;
	text-decoration: none;
	outline: none;
}

h1 a.open {
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #f24daf;
	padding: 0 0 0 20px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	background: url('../images/arrow_open.gif') no-repeat 0 6px;
	text-decoration: none;
	outline: none;
}

h1 a.closed:hover, h1 a.open:hover {
	color: #636466;
}

.bio {
	clear: both;
	display: none;
	padding: 10px 0 10px 0;
	margin: 0 0 5px 20px;
	border-bottom: 1px solid #ccc;
}

.team {
	float: right;
	border: 1px solid #999;
	margin: 0 0 20px 20px;
}

/* Navigation Styles */

/* Main Nav */

#nav {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 10px 0 0 0px;
	text-align: left;
	width: 932px;
	height: 40px;
	display: block;
	overflow: hidden;
}

#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav5 a, #nav6 a, #nav7 a, #nav8 a, #nav9 a, #nav10 a {
	float: left;
	height: 15px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}

#nav1 a {
	background: url('../images/nav_1.gif') no-repeat 0 0;
	width: 56px;
}

#nav1 a:hover, #nav1 span a  {
	background: url('../images/nav_1.gif') no-repeat 0 -14px;
}

#nav2 a {
	background: url('../images/nav_2.gif') no-repeat 0 0;
	width: 87px;
}

#nav2 a:hover, #nav2 span a  {
	background: url('../images/nav_2.gif') no-repeat 0 -14px;
	color: #f24daf;
}

#nav3 a {
	background: url('../images/nav_3.gif') no-repeat 0 0;
	width: 109px;
}

#nav3 a:hover, #nav3 span a  {
	background: url('../images/nav_3.gif') no-repeat 0 -14px;
	color: #f24daf;
}

#nav4 a {
	background: url('../images/nav_4.gif') no-repeat 0 0;
	width: 154px;
}

#nav4 a:hover, #nav4 span a  {
	background: url('../images/nav_4.gif') no-repeat 0 -14px;
	color: #f24daf;
}

#nav5 a {
	background: url('../images/nav_5.gif') no-repeat 0 0;
	width: 87px;
}

#nav5 a:hover, #nav5 span a  {
	background: url('../images/nav_5.gif') no-repeat 0 -14px;
	color: #f24daf;
}

#nav6 a {
	background: url('../images/nav_6.gif') no-repeat 0 0;
	width: 52px;
}

#nav6 a:hover, #nav6 span a  {
	background: url('../images/nav_6.gif') no-repeat 0 -14px;
	color: #f24daf;
}

#nav7 a {
	background: url('../images/nav_7.gif') no-repeat 0 0;
	width: 90px;
}

#nav7 a:hover, #nav7 span a  {
	background: url('../images/nav_7.gif') no-repeat 0 -14px;
	color: #f24daf;
}

#nav8 a {
	background: url('../images/nav_8.gif') no-repeat 0 0;
	width: 126px;
}

#nav8 a:hover, #nav8 span a  {
	background: url('../images/nav_8.gif') no-repeat 0 -14px;
	color: #f24daf;
}

#nav9 a {
	background: url('../images/nav_9.gif') no-repeat 0 0;
	width: 52px;
}

#nav9 a:hover, #nav9 span a  {
	background: url('../images/nav_9.gif') no-repeat 0 -14px;
	color: #f24daf;
}

#nav10 a {
	background: url('../images/nav_10.gif') no-repeat 0 0;
	width: 119px;
}

#nav10 a:hover, #nav10 span a  {
	background: url('../images/nav_10.gif') no-repeat 0 -14px;
	color: #f24daf;
}

/* Secondary Nav */

#secNav {
	float: left;
	width: 237px;
	margin: 173px 0 20px 0;
	background: #fcd2eb;
	display: block;
}

div.secNav a, div.secNav a:hover, div.secNavSelect a, div.secNavSelect a:hover {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #636466;
	padding: 0 10px 0 18px;
	margin: 0px 0px 15px 18px;
	text-decoration: none;
	text-align: left;
	display: block;
	outline: none;
}

div.secNav a:hover, div.secNavSelect a, div.secNavSelect a:hover  {
	color: #f24daf;
}

div.secNavSelect a, div.secNavSelect a:hover  {
	color: #f24daf;
	background: url('../images/sec_nav_arrow.gif') no-repeat left 2px;
}

#secNav div.main {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	width: 160px;
	color: #971b1e;
 	border-bottom: none;
	padding: 4px 0px 0 4px;
	margin: 4px 0px 2px 18px;
	text-decoration: none;
	display: block;
	border: 1px solid #cc0000;
}

 #secNav div.main a {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #971b1e;
	margin: 4px 0 0 0;
	text-decoration: none;
	display: block;
}

 #secNav div.main a:hover {
	text-decoration: underline;
}

/* Common Nav */

#navCommon {
	position: relative;
	top: 0px;
	margin: 0 70px 0 0;
	text-align: right;
}

#navCommon a {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #5c5c5c;
	text-decoration: none;
	margin: 0 0 0 0;
}

#navCommon a:hover, #navCommon span {
	color: #1a59ab;
}

/* Bottom Nav */

#navBottom {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	left: 6px;
	margin: 0 auto;
	padding: 12px 0 30px 0;
	width: 789px;
	color: #838383;
	text-align: center;
	border-top: 1px solid #b5b5b5;
}

#navBottom a {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #838383;
	text-transform: uppercase;
	text-decoration: underline;
}

#navBottom a:hover {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #f24daf;
}

#navBottom span, #navBottom span a {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #f24daf;
	text-transform: uppercase;
	text-decoration: none;
}
/* Form */

.formLabel {
	clear: both;
	float: left;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	width: 110px;
	margin: 0 10px 15px 0;
	padding-top: 4px;
}

input {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	width: 180px;
	height: 12px;
	border: 1px solid #3d4040;
	padding: 4px;
	background-color: #fff !important;
}

input.checkbox {
	width: 12px;
	height: 12px;
}

textarea {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	width: 500px;
	height: 68px;
	border: 1px solid #3d4040;
	padding: 4px;
	background-color: #fff !important;
}

select {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	background: #fff !important;
}

input.plain {
	border: none;
}

.errorText {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #f24daf;
}