@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/bgcolour.jpg);
	margin:0;
}
#main-container{
	width:957px;
	height:auto;
	min-height:800px;
	margin:auto;
	background:url(../images/main_bg.jpg) repeat-y;
}
#top-header{
	width:943px;
	height:145px;
	margin:auto;
}
#main-menu{
	width:957px;
	height:39px;
	margin:auto;
	text-align:center;
}
#logout-top{
	width:932px;
	min-height:520px;
	margin:auto;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:6px;
}
#home-top{
	width:932px;
	height:273px;
	margin:auto;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:6px;
}
#member-news-home{
	width:599px;
	height:273px;
	background:url(../images/home/member-news_bg.jpg) no-repeat;
	float:left;
	padding-left:19px;
}
#news-home{
	width:599px;
	height:273px;
	background:url(../images/home/news_bg.jpg) no-repeat;
	float:left;
	padding-left:19px;
}
.news-item{
	width:580px;
	height:auto;
	font:Arial, Helvetica, sans-serif;
}
.news-title{
	font-size:14px;
	font-weight:bold;
	color:#24515c;
	margin-top:0;
	margin-bottom:0;
}
.news-info{
	font-size:12px;
	line-height:17px;
	color:#454020;
	margin-top:0;
	margin-bottom:0;
}
a.news-link{
	font-size:12px;
	line-height:17px;
	margin-top:0;
	text-decoration:underline;
	COLOR: #24515c;
	font-family:Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
}
a.news-link:hover { 
	color:#24515c;
	text-decoration:none;
}

.news-link A:link
{
    COLOR: #24515c;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
}
#member-login-home{
	width:264px;
	height:273px;
	background:url(../images/home/loggedin_bg.jpg) no-repeat;
	float:right;
	padding-left:19px;
	padding-right:19px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#454020;
}
#login-home{
	width:264px;
	height:273px;
	background:url(../images/home/login_bg.jpg) no-repeat;
	float:right;
	padding-left:19px;
	padding-right:19px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#454020;
}
.login-button{
	width:64px;
	height:22px;
	background:url(../images/home/loginbutton.gif) no-repeat;
	color:#FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textfield{
	width:190px;
	border:solid #28525b 1px;
}
#home-bottom{
	width:932px;
	height:auto;
	margin:auto;
	padding-left:5px;
	padding-right:6px;
}
#book-home{
	width:278px;
	height:273px;
	float:left;
	background:url(../images/home/bookhome_bg.jpg) no-repeat;
	padding-right:14px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#454020;
	padding-left:19px;
	padding-right:19px;
}
#seminars-home{
	width:264px;
	height:273px;
	background:url(../images/home/seminarshome_bg.jpg) no-repeat;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#454020;
	padding-left:19px;
	padding-right:19px
}
#seminars-home p{
	margin-top:-5px;
}
#member-find-home{
	width:264px;
	height:273px;
	float:right;
	background:url(../images/home/referral_bg.jpg) no-repeat;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#454020;
	padding-left:19px;
	padding-right:19px
}
#find-home{
	width:264px;
	height:273px;
	float:right;
	background:url(../images/home/findhome_bg.jpg) no-repeat;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#454020;
	padding-left:19px;
	padding-right:19px
}
#footer{
	width:927px;
	height:68px;
	background:url(../images/home/footer_bg.jpg) no-repeat;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-top:10px;
	padding-right:30px;
}
.footer-link { 
	color:#FFFFFF;
	text-decoration:underline;
}

a.footer-link:hover { 
	color:#FFFFFF;
	text-decoration:none;
}

.footer-link A:link
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

#member-menu{
	width:932px;
	height:39px;
	margin:auto;
	text-align:center;
	background:#28515b;
}

