

#topbar {
	background: #84accf;
	}

#skiplinks a {
	color: #84accf;
	}



/* ---------------- about_members ---------------- */
#about_members {
	color: #fff;
	border-left: 1px solid #D3D0CC;
	border-right: 1px solid #D3D0CC;
	border-bottom: 2px solid #C4C1BE;
	margin: 10px 0 9px 0;
	background: url("../site_images/members_homepage.jpg") no-repeat right bottom;
	}

.not_logged_in {
	background: url("../site_images/members_homepage.jpg") no-repeat right bottom !important;
	}

#about_members .about_left {
	float: left;
	width: 400px;
	min-height: 210px;
	background: #91b4d4 url(../site_images/bg_members_home_about.gif) repeat-x left bottom;
	padding: 20px;
	float: left;
	}

#about_members .about_left h1 {
	font-family: trebuchet ms;
	font-size: 1.9em;
	line-height: 0.9em !important;
	font-weight: normal;
	color: #fff !important;
	}

#about_members .about_left p {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.25em;
	}

#about_members .about_left a {
	color: #fff;
	text-decoration: underline;
	}
	
#about_members .about_right {
	float: left;
	width: 440px;
	height: 250px;
	position: relative;
	background: black;
	}
	
#about_members .about_right img {
	position: absolute;
	top: 0;
	left: 0;
	}



/* ---------------- members login ---------------- */
#mLogin {
	float: left;
	width: 440px;
	padding-bottom: 0px;
	background: #fff;
	}

#mLogin h2 {
	background: #82aacd url("../site_images/bg_membersLogin.gif") repeat-x;
	padding: 11px 11px 11px 16px;
	}
	
#mLogin p {
	color: #60513a;
	padding: 0 0 10px 0;
	}

#mLogin form.standardForm {
	margin-left: 5px;
	background: #fff !important;
	border: 0px;
	}
	
#mLogin form.standardForm fieldset {
	margin-top: 10px !important;
	}

#mLogin form.standardForm p.inpAlign {
	padding-left: 25%;	
	}
	
#mLogin p a {
	color: #d90026;
	}

