/* * * * * * * * * * * * * * * * * * * * * * 
 HTML STYLES (See also Form and Link styles)
* * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 0;
	padding: 0;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(../fw/pageBg.jpg) repeat-x top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
	font-size: 1em;
}/* font-size must be reset here or all embedded tables will have increasingly smaller text */
table th,
table td {
	vertical-align: top;
	text-align: left;
}
img {
	border: 0;
}
/* NOTE: Set heading properties in individual sections to avoid inheritance issues! */
a {
	color:#02658E;
}
a:hover {
	color:#008DBB;
}


/* * * * * * * * * * * * * * * * * * * * * * 
 FORM STYLES
* * * * * * * * * * * * * * * * * * * * * */

form { 
	margin: 0;
}
input, select, textarea, textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	vertical-align: middle;
	margin-bottom: 4px;
}
input.formField {
	padding: 2px;
	border: 1px solid #333333;
}
textarea.formField {
	padding: 2px;
	border: 1px solid #333333;
}
input.formFieldSm {
	width: 30px;
	padding: 2px;
	border: 1px solid #015474;
}
select.dropDown {
	padding: 2px;
	border: 1px solid #333333;
}

/* * * * * * * * * * * * * * * * * * * * * * 
shadowCell STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table#mainLayoutTable td#shadowCellLeftTop {
	background: url(../fw/shadowTileL.jpg) repeat-y right;
}
table#mainLayoutTable td#shadowCellRightTop {
	background: url(../fw/shadowTileR.jpg) repeat-y left;
}
table#mainLayoutTable td#shadowCellLeftBtm {
	background: url(../fw/shadowTileL.jpg) repeat-y right;
	vertical-align: bottom;
}
table#mainLayoutTable td#shadowCellRightBtm {
	background: url(../fw/shadowTileR.jpg) repeat-y left;
	vertical-align: bottom;
}
table#mainLayoutTable td#shadowCellBtm {
	height: 10px;
	background: url(../fw/shadowFooter.jpg) repeat-x top;
}

/* * * * * * * * * * * * * * * * * * * * * * 
mainLayoutTable STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table#mainLayoutTable {
	width: 780px;
	margin: 0 auto;
}/* See also mainLayoutTable styles below */
table#mainLayoutTable td {
	padding: 0;
	vertical-align: top;
}
table#mainLayoutTable td#logoCell {
	padding-bottom: 10px;
	background: url(../fw/shadowTop.jpg) no-repeat right bottom;
}
table#mainLayoutTable td#mainMenuCell {
	background: #0791BD url(../fw/mainMenuBg.jpg) repeat-x top;
}
table#mainLayoutTable td#mainMenuCell a.lastCell {
	text-decoration: none;
	color: #015474;
	display: block;
	float: left;
	padding: 6px 12px 6px 10px;
	margin: 0;
}
table#mainLayoutTable td#mainMenuCell a {
	text-decoration: none;
	color: #015474;
	display: block;
	float: left;
	padding: 6px 12px 6px 10px;
	margin: 0;
	background: url(../fw/mainMenuSeparator.jpg) no-repeat right 50%;
}
table#mainLayoutTable td#mainMenuCell a:hover {
	color: #FFFFFF;
}
table#mainLayoutTable td#mainAreaCell {
	height: 356px;
	padding-top: 1px;
	background: #FFFFFF url(../fw/tileMainMenuLine.gif) repeat-x top;
}/* See also home page & subpage styles below */
table#mainLayoutTable td#footerMenuCell {
	height: 29px;
	color: #C1F0FF;
	text-align:center;
	vertical-align: middle;
	background: #02658E url(../fw/tileFooterLine.gif) repeat-x top;
}
table#mainLayoutTable td#footerMenuCell a {
	color: #C1F0FF;
	text-decoration: none;
	margin-left: 10px;
}
table#mainLayoutTable td#footerMenuCell a:hover {
	color: #FFFFFF;
}
table#mainLayoutTable td.copyrightCell {
	padding: 0 10px 10px 10px;
	font-size: 90%;
}
table#mainLayoutTable td.copyrightCell,
table#mainLayoutTable td.copyrightCell a {
	color: #02658E;
	text-decoration: none;
}
table#mainLayoutTable td.copyrightCell a:hover {
	text-decoration: underline;
}
table#mainLayoutTable td.copyrightCell img.webmark {
	float: left;
	margin-right: 6px;
}
table#mainLayoutTable td.copyrightCell div.rightLinks {
	float: right;
	text-align: right;
}

/* * * * * * * * * * * * * * * * * * * * * * 
SUBPAGE LAYOUT STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table#subpageTable {
	height: 100%;
}
table#mainLayoutTable td#leftColumnCell {
	width: 222px;
	color: #012E3E;
	background-color: #E0F7FF;
}/* See also leftColumnCell styles below */
table#mainLayoutTable td#mainContentCell {
	width: 508px;
	padding: 15px 30px 30px 30px;
	line-height: 120%;
	color: #012E3E;
	background-color: #FFFFFF;
}/* See also mainContentCell styles below */
h1.pageheader {
	font: 1.8em Times, serif;
	font-style:italic;
	font-weight:bold;
	background-color:#008DBB;
	color:#E0F7FF;
	padding:6px 30px;
	margin:0px 0px 0px 0px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
HOME PAGE LAYOUT STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table#homePageTable {
	color: #012E3E;
}
table#homePageTable td#initialContentCell {
	padding: 15px 25px 10px 15px;
}
table#homeLoginTable {
	margin: 15px auto 5px auto;
	color: #C1F0FF;
	width: 180px;
}
table#homeLoginTable input.formField {
	border: 1px solid #015474;
	width: 180px;
	padding: 2px;
}
table#homeLoginTable a {
	color: #C1F0FF;
	text-decoration: none;
}
table#homeLoginTable a:hover {
	color: #FFFFFF;
}
table#homePageTable td#investorsContentCell p,
table#homePageTable td#teamsContentCell p {
	margin: 10px 15px 0 15px;
	font-size: 90%;
}
table#homePageTable td.homeSeparatorCell {
	background-color: #008DBB;
	height: 35px;
	background: #02658E url(../fw/tileFooterLine.gif) repeat-x top;
}
table#homePageTable td#portfolioContentCell p {
	margin: 10px 15px;
}
table#homePageTable td.lightBorder {
	background: url(../fw/homeBgBorderLightBlue.jpg) repeat-y left;
}
table#homePageTable td.darkBorderLeft {
	background: url(../fw/homeBgBorderDarkBlue.jpg) repeat-y left;
	padding-left: 1px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
leftColumnCell STYLES 
* * * * * * * * * * * * * * * * * * * * * */

td#leftColumnCell div.contentBox {
	padding: 15px;
}
td#leftColumnCell div#bookContentBox 
{
    padding: 15px 21px 15px 24px;
    background: #E0F7FF url(../fw/book.gif) repeat-x none;
}
td#leftColumnCell div.contentBox h2 {
	font-size: 100%;
}/* Used for page subheadings. */
div#leftMenuBox {
	background-color: #02638B;
}
div#leftMenuBox ul {
	list-style: none;
	padding: 6px 8px 0px 8px;
	margin: 0;
}
div#leftMenuBox ul li {
	margin: 0;
	padding: 0;
	background: url(../fw/leftMenuSeparator.jpg) repeat-x bottom;
	color:#ffffff;
}
div#leftMenuBox ul a {
	font-weight: bold;
	display: block;
	padding: 6px 20px 8px 20px !important;
	padding: 6px 20px 0px 20px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../fw/leftNavHandArrow.jpg) no-repeat left 50%;
}
div#leftMenuBox ul a:hover {
	color: #FFFF99;
}

div#leftMenuBox li.btmLink {
	background-image: none;
}
div#leftMenuBox ul li ul {
	padding: 0 8px 10px 20px !important; 
	padding: 0 8px 10px 30px;
	margin:0px;
}
div#leftMenuBox ul li ul li a {
	display: inline;
	padding: 0;
	background-image: none;
	color: #80B1C5;
}
div#leftMenuBox ul li ul li a:hover {
}
div#leftMenuBox ul li ul li {
	background-image: none;
	margin:0px;
	padding:0px 0px 5px 0px;
}
div.leftMenuBtnSignOut {
	background-color: #02638B;
	border-bottom: 1px solid #E0F8FF;
}

div#login {
	margin: 0px;
	color: #C1F0FF;
	width: 182px;
	padding:10px 20px 25px 20px;
	background-color:#02658E;
}
div#login input.formField {
	border: 1px solid #015474;
	width: 180px;
	padding: 2px;
}
div#login a {
	color: #C1F0FF;
	text-decoration: none;
}
div#login a:hover {
	color: #FFFFFF;
}
div#login h4 {
	margin:0px 0px 10px 0px;
	padding:0px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
mainContentCell STYLES 
* * * * * * * * * * * * * * * * * * * * * */

td#mainContentCell a {
}
td#mainContentCell a:hover {
}
td#mainContentCell h1,
td#mainContentCell h2,
td#mainContentCell h3,
td#mainContentCell h4,
td#mainContentCell h5,
td#mainContentCell h6 {
	font-size: 100%;
}
td#mainContentCell h1 {
	margin-top: 0;
}/* Used for page headings. */
td#mainContentCell h2 {
}/* Used for page subheadings. */
td#mainContentCell h3 {
}/* Used for page subheadings */
td#mainContentCell h4 {
	border-bottom: 1px solid #012E3E;
}/* Used for section headings */
td#mainContentCell h5 {
}
td#mainContentCell h6 {
}
td#mainContentCell hr {
	border-width: 0;
	background-color: #012E3E;
	height: 1px;
	margin: 1em 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
member registration STYLES 
* * * * * * * * * * * * * * * * * * * * * */
div.formContainer {
	background-color:#E0F7FF;
	border:1px solid #0791BD;
	width:420px;
	padding:15px 20px;
	margin:0px 0px 10px 0px;
}
div.formContainer2 {
	background-color:#0791BD;
	border:1px solid #012936;
	color:#E0F7FF;
	padding:15px;
}
div.formContainer input.formField, div.formContainer2 input.formField {
	border: 1px solid #015474;
	width: 180px;
	padding: 2px;
	margin:2px 0px 5px 0px;
}
div.formContainer select.dropDown {
	border: 1px solid #015474;
	width: 180px;
	padding: 1px 2px 2px 2px;
	margin:2px 0px 5px 0px;
	height:17px;
}
div.formContainer2 a {
	color:#E0F7FF;
}
div.formContainer2 a:hover {
	color:#ffffff;
}
div.formContainer table#form {
	
}
div.formContainer table#form td {
	padding:0px 5px 0px 0px;
}
div.formButton {
	background:url("../fw/btnBg.jpg") top left repeat-x;
	width:445px;
	height:35px;
	padding:8px;
	text-align:right;
}

/* * * * * * * * * * * * * * * * * * * * * * 
file display/calendar of events STYLES 
* * * * * * * * * * * * * * * * * * * * * */
div.listing {
	border-bottom: 1px solid #02638B;
	padding:0px 0px 20px 0px;
	margin:0px 0px 15px 0px;
}
div.details {
	padding:0px 0px 20px 0px;
	margin:0px 0px 15px 0px;
}

div.details h3 {
	color:#02638B;
	margin:0px;
	padding:0px;
}

div.listing h3 {
	color:#02638B;
	margin:0px;
	padding:0px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
linkedList STYLES 
* * * * * * * * * * * * * * * * * * * * * */

ul.linkedList {
	margin-bottom: 4em;
}
ul.linkedList a {
	text-decoration: none;
}
ul.linkedList li {
	padding-bottom: 1em;
}
p.backToTopLink {
	text-align: right;
}
div#linkedListExtender {
	height: 50%;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 MISC. STYLES 
* * * * * * * * * * * * * * * * * * * * * */

.borderAll { 
	border: 1px solid #333333;
} /* Used for misc borders */
div.boundaryBox {
	clear: both;
}/* Used to stop floating elements in parent div from breaking boundary of parent div */
img.photoFloatRt {
	float: right;
	margin: 15px 0 15px 15px;
}
img.photoFloatLt {
	float: left;
	margin: 15px 15px 15px 0;
}
.noTopMargin {
	margin-top: 0;
}
p.getAdobeReader {
	margin-top: 40px;
}
.block {
	display: block;
}
img.reiGraphic {
	float: right;
	margin-right: 10px;
}
.right_float {
	float: right;
}
.left_float {
	float: left;
}
.right_align {
	text-align:right;
}
.left_align {
	text-align:left;
}
.center_align {
	text-align:center;
}
.indent {
	text-indent:20px;
}
/* * * * * * * * * * * * * * * * * * * * * * 
 FORM STYLES 
* * * * * * * * * * * * * * * * * * * * * */
.formSummary {
	font-weight: bold;
	color: #02658E;
	width: 140px;
	height: 25px;
	}