/* ----------------------------- BODY ----------------------------- */
body {
	font-family: Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	text-align: center; 
	color: #000000;
}
.wrap {
	min-height: 30em;
	margin: 0px auto;
	width: 960px;
	position: relative;
	padding-bottom: 30px;
}
/* --------------------------- IMAGES ------------------------------- */
img {
	border: 0px;
}
/* ----------------------------- HEADER ----------------------------- */
#header {
	position: relative;
	height: 85px;
}
#homepage_header {
	position: relative;
	height: 85px;
}
.logo {
	position: absolute;
	top: 15px;	
	left: 0px;
	width:173px;
	height:65px;
}
#pwdprotect_header {
	height: 145px;
	background-color: #FFFFFF;
}
/* ------------------------- SITE NAVIGATION ------------------------- */
#site_nav {
	float: right;
	width: 400px;
	margin: 0px 0px;
	padding: 48px 0px 0px 0px;
	text-align :right;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
} 
#site_nav li {
	display: inline;
	list-style: none;
	margin: 0px; 
}
.site_nav A:link {
	color: #000000;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
}
.site_nav  A:visited {
	color: #000000;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
}
.site_nav  A:hover {
	color: #000000;
	text-decoration: none;
	padding: 0px 8px 0px 8px;		
}
/* ----------------------------- BREADCRUMB ----------------------------- */
#breadcrumb_wrap {
	padding: 5px 10px 5px 10px;
}
#breadcrumb {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.breadcrumb_chev {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.breadcrumb A:link {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.breadcrumb A:visited {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.breadcrumb A:hover {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/* -------------------------- HOME PAGE LAYOUT --------------------------- */
#homepage_image {
	width: 960px;
	overflow: hidden;	
	border-top: solid 2px #FFFFFF;
}
#homepage_lower_content { 
	text-align: center;
	height: 120px;
	overflow: auto;
	padding: 15px 0px 15px 10px;
}
#homepage_lower_container {
	width: 930px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	font-size: 9pt;
}
#homepage_content_wrapper {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
#homepage_content_column {
	margin: 0 310px 0 310px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#homepage_content_left{
	float: left;
	width: 310px; /*Width of left column in pixel*/
	margin: 0px 0px 0px -930px; /*Set margin to that of -(MainContainerWidth)*/
}
#homepage_content_right{
	float: left;
	width: 310px; /*Width of right column*/
	margin: 0px 0px 0px -310px; /*Set left margin to -(RightColumnWidth)*/
}
.homepage_content_text {
	width: 280px;
	min-height: 120px;
	text-align: left;
	padding: 0px 15px 0px 0px;
	font-size: 105%;
}
.homepage_content_text_right {
	width: 280px;
	min-height: 120px;
	text-align: left;
	padding: 0px 15px 0px 0px;
	font-size: 105%;
}
/* ------------------------ MAIN CONTENT LAYOUT ------------------------- */
#main_content { 
	text-align:left; 
	overflow:auto;
	background-color: #FFFFFF;
}
#content_left {
	float: left; 
	width: 210px;
	padding: 20px 20px 20px 10px;
	overflow: hidden;
}
#content_right {
	clear: right;
	margin: 0px 0px;
	padding: 20px 30px 20px 250px;
	overflow:visible;
}
/* --------------------------- PAGE TITLE ---------------------------- */
#page_title {
	border-bottom: solid 1px #000000;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica;
	font-size: 165%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/* ----------------------------- LEFT SIDE MENU ----------------------------- */
#submenu_top {
	width:210px;
	height:10px;
	border:0px;
	padding:0px;
	margin:0px 0px 0px 0px;	
	position:relative;
}
#submenu_lower {
	width:210px;
	height:10px;
	border:0px;
	padding:0px;
	margin:0px 0px 0px 0px;	
	position:relative;
}
.submenu ul {
	list-style-type: none;
	list-style-position: outside;
	width: 210px;
	font-family: Arial;
	font-size: 11pt;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
.submenu_item A:link {
	margin:15px;
	line-height:20pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.submenu_item A:visited {
	margin:15px;
	line-height:20pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.submenu_item A:hover {
	margin:15px;
	line-height:20pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.submenu_selected A:link {
	margin:15px;
	line-height:20pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.submenu_selected A:visited {
	margin:15px;
	line-height:20pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.submenu_selected A:hover {
	margin:15px;
	line-height:20pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
/* ----------------------------- LEFT SIDE QUOTE ----------------------------- */
#quoteblock {
	width: 180px;
	border: 0px;
	position: relative;
	padding: 10px 15px 20px 15px;
	visibility: visible;
}
.quote_text {
	font-family: Georgia;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal; 
	line-height: 1.5em;
	text-indent: 0px;
}
.quote_name {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	line-height: 2.5em;
	text-indent: 0px;
}
/* ----------------------------- LEFT SIDE IMAGE ----------------------------- */
#leftimgblock {
	width: 210px;
	border: 0px;
	text-align: left;
	position: relative;
	padding: 25px 0px 0px 5px;
	visibility: visible;
}
/* ----------------------------- MEMBERSHIP ICON ----------------------------- */
#membership_icon {
	width: 210px;
	border: 0px;
	text-align: left;
	position: relative;
	padding: 25px 0px 0px 5px;
	visibility: visible;
}
/* ----------------------------- LEADERS IMAGES SMALL ----------------------------- */
# q {
	width: 210px;
	border: 0px;
	text-align: left;
	position: relative;
	padding: 25px 0px 0px 5px;
	visibility: visible;
}
/* ----------------------------- PAGE FOOTER ----------------------------- */
#page_footer {
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
#page_footer li {
	display: inline;
	list-style: none;
	padding: 0px 10px 0px 10px;
	margin: 0px; 
}
.page_footer A:link {
	text-decoration: none;
}
.page_footer A:visited {
	text-decoration: none;
}
.page_footer A:hover {
	text-decoration: none;
}
/* ----------------------------- TEXT STYLES ----------------------------- */
.heading1 {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold; 
	text-decoration: none;
}
.heading2 {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold; 
	text-decoration: none;
}
.heading3 {
	font-family: Arial, Tahoma, Arial, Helvetica;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold; 
	text-decoration: none;
}
.heading4 {
	font-family: Arial, Tahoma, Arial, Helvetica;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.heading5 {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12pt;
	line-height: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF; 
}
.normal {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #000000; 
	text-decoration: none;
	line-height: 1.4em;
}
.normal a:link {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	line-height: 1.4em;
}
.normal a:visited {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal; 
	text-decoration: underline;
	line-height: 1.4em;
}
.normal a:hover {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	line-height: 1.4em;
}
.normal_homepage {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF; 
	text-decoration: none;
	line-height: 1.3em;
}
.normal_homepage a:link {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #000000; 
	text-decoration: underline;
}
.normal_homepage a:visited {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #000000; 
	text-decoration: underline;
}
.normal_homepage a:hover {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF; 
	text-decoration: underline;
}
.list {
	font-family:Tahoma, Arial, Helvetica;
	font-size:1.0em;
	font-style:normal;
	font-weight:normal;
	color:#000000; 
	text-decoration:none;
	line-height:1.4em;
}
.list a:link {
	font-family:Tahoma, Arial, Helvetica;
	font-size:1.0em;
	font-style:normal;
	font-weight:normal; 
	text-decoration:underline;
	line-height:1.4em;
}
.list a:visited {
	font-family:Tahoma, Arial, Helvetica;
	font-size:1.0em;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	line-height:1.4em;
}
.list a:hover {
	font-family:Tahoma, Arial, Helvetica;
	font-size:1.0em;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	line-height:1.4em;
}
/* ----------------------------- SITE MAP LINKS ----------------------------- */
.sitemap ul {
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
} 
.sitemap_lvl1 A:link {
	font-size: 1.0em;
	line-height: 1.8em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.sitemap_lvl1 A:visited {
	font-size: 1.0em;
	line-height: 1.8em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.sitemap_lvl1 A:hover {
	font-size: 1.0em;
	line-height: 1.8em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.sitemap_lvl2 A:link {
	font-size: 0.9em;
	margin-left: 1.5em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.sitemap_lvl2 A:visited {
	font-size: 0.9em;
	margin-left: 1.5em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.sitemap_lvl2 A:hover {
	font-size: 0.9em;
	margin-left: 1.5em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.sitemap_lvl3 A:link {
	font-size: 0.9em;
	margin-left: 1.5em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.sitemap_lvl3 A:visited {
	font-size: 0.9em;
	margin-left: 1.5em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.sitemap_lvl3 A:hover {
	font-size: 0.9em;
	margin-left: 1.5em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}