/* moved to site.css b/c used on home pages as well
#loginLeft{
	float:left;
}
#loginRight{
	float:left;
	margin-left:15px;
}
#loginRight input{
	margin-top:3px;
	margin-bottom:6px;
}
#loginRight a{
	margin-left:18px;
}
#loginButton{
	margin-top:5px;
	margin-left:38px
}
#loginError{
	color:#FF0000;
	margin-bottom:4px;
}
*/
#loginContainer .loginLabel{
	clear:both;
	float:left;
	width:60px;
}
#loginContainer .loginInput{
	float:left;
	margin-left:5px;
}
#loginContainer .forgotPass{
	clear:both;
	margin-left:60px;
}
#loginContainer #loginButton{
	margin-left:80px;
	clear:both;
}

#membershipLeftPane{
	float:left;
	padding: 12px 10px;
	background-color:#dadada;
	font-weight:bold;
	border: 1px solid #666666;
	width:167px;
}
#membershipLeftPane a{
	padding-bottom: 10px;
	display:block;
}

#membershipContent{
	float:left;
	padding-left:20px;
	/*width:48%;*/
	width:300px;
}

#membershipRightPane{
	float:right;
	padding-top:12px;
	#padding-top:0; /*IE6 & 7 fix*/
	
	width:160px;
}
#memberHomeAddress{
	float:left;
}
#memberMailingAddress{
	clear:left;
	float:left;
	width:100%;
	/*margin-left:20px;*/
}

#membershipSuccessMessage{
	margin-bottom:20px;
	border-bottom: 1px solid #666666;
}
#membershipSuccessMessage h1{
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#membershipSuccessMessage p{
	font-size: 12px;
}
.childMember{
	margin-right:40px;
	margin-bottom:30px;
	float:left;
}

.memberShipRegisterFormStart{
	text-align: center;
}

.memberShipRegisterForm .submitbuttonFront{
	height: 22px;
}

#resourceLinkListing{

}

#resourceLinkListing p{
	margin-top:0;
}

#resourceLinkListing ul li p{
	display:inline;
}

.subCategoryList{

}

/* Existing Members Styles */
.em_questionRow{

}

.em_answerRow input, .em_answerRow select{
	margin-left: 20px;
}
 
.em_submitRow{
	text-align: center;
}

/* New Password Change View */
#changePass{
	width:460px;
	float:right;
}
