/*--------------------------------------------------------------

Wealth Within Institute Screen Stylesheet

--------------------------------------------------------------*/
body {
	text-align:center;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
#content h2 {
	margin:1em 0 0 0;
	}
#content h3 {
	margin:1em 0 0 0;
	}
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	margin:0 auto 0 auto;
	width:862px;
	background:transparent;
	}

#border-fix {
	position:relative;
	border-left:1px solid #1F60A9;
	border-right:1px solid #1F60A9;
	border-bottom:1px solid #D9E4F0;
	}

#home-content {
	clear:both;
	float:left;
	width:600px;
	text-align:left;
	line-height:1.1;
	padding-bottom:40px;
	}

#content {
	float:right;
	width:658px;
	text-align:left;
	line-height:1.1;
	padding-bottom:40px;
	}

.content-divide {
	background:transparent;
	padding-bottom:15px;
	padding-top:0px;
	border-bottom:1px solid #487CA7;
	margin-bottom:15px;
	margin-top:0px;
	}

.content-break {
	background:transparent;
	margin:14px 0;
	border-bottom:1px solid #487CA7;
	}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p {
	margin:1.2em 0 0 0;
	} 

#content ul, #home-content ul {
	margin-left:10px;
	list-style:none;
	z-index:0;
	}

#content ul li, #home-content ul li {
	list-style:none;
	padding-left:20px;
	margin:0;
	font-weight:normal;
	font-size:80%;
	line-height:1.6em;
	color:#000;
	background:transparent url(/images/bullet-level2.gif) no-repeat 2px 0.2em;
	}

#content ul ul {
	margin-left:0;
	}

#content ul li li {
	background:transparent url(/images/bullet-level2.gif) no-repeat 2px 0.2em;
	font-size:100%;
	}
/*--------------------------------------------------------------
 Header element styles 
-------------------------------------------------------------*/
#header {
	height:95px;
	}

#feature-image {
	background:transparent url(/images/institute/feature.jpg) repeat-x;
	width:100%;
	height:99px;
	z-index:1;
	overflow:hidden;
	}

#share-trade-number {
	float:right;
	margin:15px 20px 0 0; 
	}
/*--------------------------------------------------------------
 Top sub-navigation styles
--------------------------------------------------------------*/
#header ul#top-sub-nav {
	margin-left:50px;
	}
/*--------------------------------------------------------------
 Main top navigation and drop down styles
--------------------------------------------------------------*/
#top-main-nav-wrap {
	text-align:left;
	padding-left:312px;
	}

#top-main-nav-wrap ul {
	position:relative;
	list-style:none;
	width:250px;
	height:32px;
	}

/* Style for the last menu element in the top nav so that its drop down doesn't go off the right side of the page */
#top-main-nav-wrap li#nav-about-us ul {
	left:0; /* Set 1px less than menu width */;
	}

/*--------------------------------------------------------------
 Top main Nav links
--------------------------------------------------------------*/
#top-main-nav-wrap ul li#nav-home {
	width:50px;
	}
#top-main-nav-wrap ul li#nav-education {
	width:76px;
	}
#top-main-nav-wrap ul li#nav-faq {
	width:38px;
	}
#top-main-nav-wrap ul li#nav-about-us {
	width:68px;
	}
/*--------------------------------------------------------------
 Top main SUB Nav links
--------------------------------------------------------------*/
#top-main-nav-wrap li li {
	width:148px;
	}
/*--------------------------------------------------------------
 Left-hand navigation styles
--------------------------------------------------------------*/
#left-nav-wrap ,#left-members-nav-wrap {
	width:201px;
	text-align:left;
	}

#left-nav ul ul , #left-nav ul ul ul, #left-members-nav ul , #left-members-nav ul ul {
	list-style:none;	
	}

#left-members-nav ul ul {
	font-size:90%;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer {
	clear:both;
	margin-bottom:40px;
	text-align:center;
	border-left:1px solid #1F60A9;
	border-right:1px solid #1F60A9;
	border-bottom:1px solid #1F60A9;	
	}

#footer div {
	background:transparent url(/images/footer-back.gif) repeat-x;
	height:32px;
	}

#footer p {
	margin:0;
	padding-top:7px;
	clear:both;
	font-size:70%;
	color:#1F60A9;
	}
/*--------------------------------------------------------------
 Member login form style 
--------------------------------------------------------------*/
#login-form, #forum-login {
	margin-left:600px;
	margin-right:6px;	
	text-align:left;
	background:transparent url(/images/member-login-back.gif) repeat-x bottom;
	}

#forum-login {
	margin-top:20px;
	}

#login-form h2, #forum-login h2 {
	margin-top:6px;
	padding:3px;
	text-align:center;
	background:#E9EFF7;/*F4F7FB*/
	font-size:120%;
	font-weight:normal;
	}

#login-form table, #forum-login table {
	margin-top:20px;
	margin-left:30px;
	}

#login-form table tr, #forum-login table tr {
	vertical-align:top;
	}

#login-form label, #forum-login label { 
	width:50px;
	padding:0 3px 0 0;
	color:#1F60A9;
	font-size:70%;
	}

#login-form input, #forum-login input {
	border:1px solid #1F60A9;
	background:#E8EFF6;
	width:110px;
	margin-bottom:5px;
	font-size:70%;
	padding:1px;
	}

#login-form input.login, #forum-login input.login {
	color:#fff;
	background:#5385BD url(/images/member-login.gif) repeat-x;
	border:2px solid #1F60A9;
	font-size:60%;
	width:40px;
	float:right;
	}

#login-form div.login, #forum-login div.login {
	background:transparent url(/images/key.gif) no-repeat 110px 6px;
	}
/*--------------------------------------------------------------
 Addvertisements 
--------------------------------------------------------------*/
#left-nav-wrap #add {
	margin-left:20px;
	}
p.sitescene {
	float:right;
	display:inline;
	margin:-30px 0 18px 0;
	}