/****************************************************************************************
																  			>> Generics << 
*****************************************************************************************/
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	color: #000;
	font: 12pt/1.5 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
a:link, a:visited {
	text-decoration: none; 
	color: #000;
}
a img {border: 0;}
form {
	margin: 0;
	padding: 0;
}
p {margin: 1.1em 0;}
ul, ol, dl {
	margin: 0 0 1.5em 30px;
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font: normal 12pt/1.5 Georgia, "Times New Roman", Times, serif;
}
abbr {border-bottom: 0;}
hr {
	background: #D15500; 
	height: 1px; 
	clear: both;
}
blockquote {
	font-weight: bold;
	font-style: italic;
	color: #191919;
}
h1 {
	font: bold 17pt Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #D15500;
	margin: 9px 0; 
}
h2,h3,h4,h5,h6 {
	font: bold 16pt Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #DF7B40;
	margin: 18px 0;
}
h3,h4,h5,h6 {
	color: #757575; 
	font-size: 15pt;
}
h5,h6 {
	color: #757575; 
	font: 700 13pt Verdana, Arial, Helvetica, sans-serif;
}

/****************************************************************************************
																		     >> Layout << 
*****************************************************************************************/

/*-------------------------------------------Hide Elements---*/
.hide,
#navigation,
#bottom-shadow,
#footer span,
table#content-table td.right-col-cell table#right-col td.highlights-cell img.more-info,
table#content-table td.right-col-cell table#right-col td.news-cell img.more-info,
#members-banner,
#imenus1 {display: none;}

/*-------------------------------------------Show Elements---*/
#wrap {width: 100%;}

#content {padding: 30px 0 30px;}
table#content-table,
table#members-table {width: 100%;}
table#content-table td,
table#members-table td {vertical-align: top; padding: 0;}
table#content-table td.content-cell,
table#members-table td.content-cell,
table#members-table td.content-cell-wide {
	width: 470px;
	padding: 4px 20px 15px 0;
	border-right: 1px dashed #DBDBDB;
}
table#members-table td.content-cell-wide {border-right: 0;}

table#content-table td.content-cell img {border-color: #F1DBD0; padding: 1px;}

table#content-table td.right-col-cell,
table#members-table td.right-col-cell {padding: 0;}
/* Right Col Table [Nested] */
table#content-table td.right-col-cell table#right-col,
table#members-table td.right-col-cell table#right-col {width: 100%;}
table#content-table td.right-col-cell table#right-col td.date-cell,
table#members-table td.right-col-cell table#right-col td.date-cell,
table#content-table td.right-col-cell table#right-col td.highlights-cell,
table#content-table td.right-col-cell table#right-col td.news-cell {padding: 10px 0 10px 10px;}
table#content-table td.right-col-cell table#right-col td.highlights-cell h1,
table#content-table td.right-col-cell table#right-col td.news-cell h1 {font-size: 15pt;}
table#content-table td.right-col-cell table#right-col td.highlights-cell p,
table#content-table td.right-col-cell table#right-col td.news-cell p,
table#content-table td.right-col-cell table#right-col td.highlights-cell ul li,
table#content-table td.right-col-cell table#right-col td.news-cell ul li {font-size: 10pt;}

table#content-table td.right-col-cell table#right-col td.date-cell,
table#members-table td.right-col-cell table#right-col td.date-cell {
	vertical-align: middle;
	color: #D15500;
	font-size: 13pt;
	font-weight: bold;
	height: 40px;
	border-bottom: 1px dashed #DBDBDB;
}
table#content-table td.right-col-cell table#right-col td.highlights-cell {
	height: 140px;
	border-bottom: 1px dashed #DBDBDB;
}
table#content-table td.right-col-cell table#right-col td.news-cell {height: 140px;}
table#members-table td.right-col-cell table#right-col td.members-img-cell {
	text-align: left;
	padding: 0 10px 5px 10px;
}
table#members-table td.right-col-cell table#right-col td.members-img-cell h1 {margin-bottom: 8px;}
table#members-table td.right-col-cell table#right-col td.members-img-cell h2 {margin-bottom: 11px;}
table#members-table td.right-col-cell table#right-col td.members-img-cell ul {margin: 16px 15px 16px 20px; padding: 0;}
table#members-table td.right-col-cell table#right-col td.members-img-cell p {margin: 9px 0;}
table#members-table td.right-col-cell table#right-col td.members-img-cell ul li {margin-bottom: 3px;} 
table#members-table td.right-col-cell table#right-col td.members-img-cell p img.generic-img {
	margin: 0 auto 15px auto;
	padding: 1px;
	border: 1px solid #DBDBDB;
}
table#content-table td.right-col-cell table#right-col td ul {margin: 20px 15px 20px 25px; padding: 0;}
table#content-table td.right-col-cell table#right-col td ul li {margin-bottom: 8px;}
	
#footer {
	border-top: 1px solid #666;
	padding: 5px 0 0 5px;
}
	#footer p {
		margin: 0;
		font: normal 9pt Arial, Helvetica, sans-serif;
		color: #666;
		line-height: normal;
	}
	#footer p a {color: #666;}
	#footer p.positive-outcomes {margin: 6px 0;}

