body {
	background-color: #264636;
}

/* 
******************
Text Styles
******************
*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #534741;
}

ul {
	color: #534741;
}

.smallsansList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 1.5em;
	list-style-type: none;
	list-style-image: url(images/icon_arrow.gif);
	margin-top: -5px;
	margin-bottom: 10px;
}

.smallsansListNoIndent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	list-style-type: none;
	list-style-image: url(images/icon_arrow.gif);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: -2px;
	color: #44614C;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: -2px;
	color: #666;
}

.caption {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #666666;
	line-height: 18px;
	padding-top: 4px;
	font-style: italic;
}

.captionSmall {
	font-size: 9px;
	line-height: 12px;
	color: #F16422;
	margin-top: -4px;
}

.smallsans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 11px;
	font-size: 9px;
	margin-top: -4px;
}

a.copyright:link {
	color: #ffffff;
}

a.copyright:visited {
	color: #ffffff;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}


/*  
******************
Link Styles 
******************
*/

a:link {
	font-weight: bold;
	color: #264636;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #264636;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #264636;
	}

/*  
******************
Main Navigation Styles 
******************
*/
.navMain {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: .3em;
}
	
a.navMain:link {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: .3em;
}

a.navMain:visited {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: .3em;
}

a.navMain:hover {
	color: #E4DACE;
	text-decoration: none;
}

a.navMain:active {
	color: #ffffff;
	text-decoration: none;
}

/*  
******************
Rule to Highlight current page on Main Nav based on id selector in body tag 
******************
*/

body#home a#navHome,
body#who a#navWho, 
body#what a#navWhat,
body#faq a#navFaq,
body#contact a#navContact  {
	color: #cdbdab;
	font-weight: bold;
}

/*  
******************
Rule to Highlight current page on Side Nav based on id selector in body tag 
******************
*/

body#transitions a#navTransitions,
body#conflict a#navConflict, 
body#planning a#navPlanning,
body#coaching a#navCoaching  {
	font-weight: bold;
}

