#header{
	background: url('http://files.learnvest.com/files/app/images/header/header-bg.gif') repeat-x top left;
	height: 160px;
	position: relative;
}

#header .headerContainer{
	width: 1024px;
	margin: auto;
	position: relative;
}

#header .headerContainer img{
	padding-top:15px;
}

#header .generalSearchHolder{
	position: absolute;
	top: 60px;
	right: 10px;
	height: 24px;
}

#header .generalSearchHolder .searchButtonHolder{
	float: left;
}

#header .generalSearchHolder .searchButton{
	background:transparent url(http://files.learnvest.com/files/app/images/search/lv-search-button.gif) no-repeat;
	border: none;
	color: #FFF;
	font-size: 11px;
	width: 129px;
	height: 24px;
	cursor: pointer;
}

#header .generalSearchHolder .searchInputHolder{
	background:transparent url(http://files.learnvest.com/files/app/images/search/lv-search-input.gif) no-repeat;
	float: left;
	width: 299px;
	height: 30px;
	text-align: left;
}

#header .generalSearchHolder .searchInput{
	border: none;
	font-size: 11px;
	margin: 4px 0px 0px 8px;
	width: 290px;
	border-color: transparent;
}

.generalSearchFormInputBgImg {
	background-image: url(http://files.learnvest.com/files/app/images/search/lv-search-input-text.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 208px;
}

a.logoImage {
	display:block;
	height:76px;
	width:396px;
}
	

#header .becomeMemberButton a{
	display:block;
	height:20px;
	line-height:20px;
	width:120px;
	text-align:center;
	text-transform: uppercase;
	color: black;	
	background: url('http://files.learnvest.com/files/app/images/header/gray-wide-button.jpg');
	font-size:10px;
}

#header .becomeMemberButton a:hover{
	color: white;	
	background: url('http://files.learnvest.com/files/app/images/header/green-wide-button.jpg');
	
}

#header .inviteAFriendButton a{
	display:block;
	height:20px;
	line-height:20px;
	width:98px;
	text-align:center;
	text-transform: uppercase;
	color: black;	
	background: url('http://files.learnvest.com/files/app/images/header/gray-middle-button.jpg');
	font-size:10px;
}

#header .inviteAFriendButton a:hover{
	color: white;	
	background: url('http://files.learnvest.com/files/app/images/header/green-middle-button.jpg');
	
}

#header .login {
	float:right;
	margin-left:10px	
}

#header .login a{
	display:block;
	height:20px;
	line-height:20px;
	width:60px;
	text-align:center;
	background: url('http://files.learnvest.com/files/app/images/header/gray-short-button.jpg');
	font-size:10px;
}

#header .login a:hover{
	color:white;
	background: url('http://files.learnvest.com/files/app/images/header/green-short-button.gif');
}

#header .userLoggedIn{
	color: #9FCF67;
}

#header .adminPanel {
	float:right;
	margin-left:10px;
	width: 70px;
}

#header .mainNavContainer{
	width: 980px;
	position: absolute;
	top: 102px;
	left: 0;
	text-align: center;
	font-size:15px;
	font-weight:bold;
}

#header div.rightButtons {
	position: absolute;
	top: 10px;
	right:10px;
	width: 525px;
	text-align: right;
}

#header .becomeMember {
	float:right;
	margin-left:10px;
	font-size: 12px;
}

#header .loggedAsMessage {
	float: right;
	padding-right: 4px;
	padding-bottom: 5px;
}

#header .loggedInLinks {
	text-transform: uppercase;
	float: right;
	clear: both;
	width: 500px;
}

#header .loggedInLink {
	float: right;
	padding: 0px 4px;
}

#header .adminPanel {
	font-size: 12px;
}

#header .logout  {
	float:right;
	margin-left:10px
}


div.logout a.logoutButton {
	/*background: transparent url(http://files.learnvest.com/files/app/images/header/logout.gif) no-repeat;
	height: 21px;
	width: 61px;
	line-height: 21px;
	color: white;
	display: block;*/
}

div.logout a.logoutButton:hover {
	/*background: url(http://files.learnvest.com/files/app/images/header/logout_rollover.gif) no-repeat;*/
}

#header .loginButton{
	display:block;
	height:20px;
	line-height:20px;
	width:50px;
	text-align:center;
	text-transform: uppercase;
	color: black;	
}
#header .mainNavList {
	margin:auto;
	width:946px;
	font-family: Century Gothic, Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
}

#header .mainNavList li{
	display: inline;
	
}
#header .mainNavList li a {
	text-decoration:none;
	color:white;
	outline: none;
	text-align: center;
}

#header .mainNavList li a.selected {
	background: url('http://files.learnvest.com/files/app/images/header/menu-highlight.jpg') repeat-x;
	color: #70B444;
}

#header .mainNavList li a:hover {
	background: url('http://files.learnvest.com/files/app/images/header/menu-highlight.jpg') repeat-x;
	color: #70B444;
	
}

#header .mainNavList li.firstMainNavOption {
	border:none;
	float: left;
}

#header .mainNavList li.firstMainNavOption div {
	color: #333;
	float: left;
	height:30px;
	width:100%;
	line-height:30px;
}

#header .mainNavList li.firstMainNavOption a {
	display: block;
	float: left;
	padding:0px 5px;
}

#header .mainNavList li.firstMainNavOption a.selected {
	height: 30px;
	width: 21px;
}


#header .headerLogo {
	float: left;	
}

.headerSubNav {
	position: absolute;
	left: 0px;
	top: 136px;
	text-align: right;
	width: 977px;
	color: #636467;
}

.headerSubNav span{
	color: #6D6F71;
}

.headerSubNav a {
	text-decoration: none;
	/*color: #6D6F71;*/
	font-size:12.5px;
}

.pipeColor {
	text-decoration: none;
	color: #6D6F71;
}

.headerSubNav a.selected, .headerSubNav a:hover {
	color: #B9539F;
}
#subNavHeader a:hover {
	color:#0399CD;
}
#subNavHeader a.selected {
	color:#0099CC;
}
#subNavHeader a {
	margin-right:10px;
	/*color:#636467;*/
	color:#333333;
}
#toolsCalculators {
	margin-left:100px;
	text-align:left;
	font-size:11.5px;
	font-family:helvetica;
}
#financialBasics {
	margin-right:165px;
}
.homePageLink a {
	display:block;
	width:20px;
	height:30px;
}
.homePageLink a.unSelected {
	background: url("http://files.learnvest.com/files/app/images/icons/home_grayBg.gif") no-repeat;
	background-position:center;
}
.homePageLink a.selected, .homePageLink a.unSelected:hover  {
	background: url("http://files.learnvest.com/files/app/images/icons/home_greyBg.jpg") no-repeat !important;
}

/* Subscribe Daily Bar */
#topBar {
	margin: 25px auto 25px auto;
}

#topBar .subscribeDailyBar {
	background: url('http://files.learnvest.com/files/app/images/newsletter/general/bg1.jpg') no-repeat;
	width: 989px;
	height: 88px;
	margin: auto;
	position: relative;
}

#topBar .subscribeDailyBar .subscriptionFeedback {
	background: url('http://files.learnvest.com/files/app/images/newsletter/general/alreadySubscribed.jpg') no-repeat;
	height: 84px;
	width: 323px;
	position: absolute;
	right: -14px;
}

#topBar .subscribeDailyBar .thanksForSubscribing {
	background: url('http://files.learnvest.com/files/app/images/newsletter/general/thanks.jpg') no-repeat;
	height: 88px;
	width: 311px;
	position: absolute;
	right: -14px;
}

#topBar .subscribeDailyBar .feedbackBottom {
	height: 36px;
	width: 323px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 45px;
	font-weight: bold;
	left: 0px;
}

#topBar .subscribeDailyBar .subscriptionFeedback .feedbackBottom a {
	color: #B9539F;
}

#topBar .subscribeDailyBar .subscription {
	position: absolute;
	left:683px;
	top: 12px;
}

 .emailLabel {
	color:#B9539F;
	font-style:italic;
	font-weight:bold;
	text-align:left;
}

#topBar .subscribeDailyBar .subscription .subscriptionInput {
	background: url('http://files.learnvest.com/files/app/images/newsletter/general/textfield.png') no-repeat;
	height: 35px;
	width: 287px;
	position: relative;
}

#topBar .subscribeDailyBar .subscription .subscriptionInput .subscribeButton input[type=button] {
	height: 35px;
	width: 85px;
	position: absolute;
	right: 0px;
	top: 0px;
	border: none;
	background: url('http://files.learnvest.com/files/app/images/newsletter/general/subscribe.png') no-repeat;
	display: block;
	cursor: pointer;
}

#topBar .subscribeDailyBar .subscription .subscriptionInput .subscribeButton input[type=button]:hover {
	height: 35px;
	width: 85px;
	position: absolute;
	right: 0px;
	top: 0px;
	border: none;
	background: url('http://files.learnvest.com/files/app/images/newsletter/general/subscribe_rollover.png') no-repeat;
	display: block;
	cursor: pointer;
}

#topBar .subscribeDailyBar .subscription .subscriptionInput .emailInput {
	border: 0;
	font-size: 16px;
	margin: 9px;
	width: 192px;
	position: absolute;
	left: 0px;
}