/* CSS Document */

.main_text {
width: 319px;
}

.main_text p {
line-height: 13px;
padding: 8px 12px 0 0;
}

.homepage_banner_image {
padding: 0px 0px 16px 0px;
}

.latest_news_top {
background: url(../images/latest_news_top.png) no-repeat;
width: 308px;
height: 30px;
padding-right: 11px;
}

.latest_news_bottom {
background: url(../images/latest_news_bottom.png) no-repeat;
width: 308px;
height: 24px;
padding-bottom: 22px;
}

.latest_news_tile {
width: 308px;
background: url(../images/latest_news_tile.png) repeat-y;
}

.upcoming_events_top {
background: url(../images/upcoming_events_top.png) no-repeat;
width: 430px;
height: 30px;
}

.upcoming_events_bottom {
background: url(../images/upcoming_events_bottom.png) no-repeat;
width: 430px;
height: 24px;
}

.upcoming_events_tile {
width: 430px;
background: url(../images/upcoming_events_tile.png) repeat-y;
}

/*hoempage news*/

.news {
	padding: 8px 0px 0px 0px;
	width: 223px;
}

#news li{
	color: #B0B0B0;
	padding: 0.1em 11px 0.7em 11px;
	line-height: 1.1em;
}

#news .date{
	color: #828282;
	font-weight: bold;
	padding: 0em 11px 0em 11px;
}

#news a {
	color: #B0B0B0;
	text-decoration: none;
}

#news a:hover {
	color: #FFF;
	text-decoration: none;
}

#news a:visited {
	color: #B0B0B0;
	text-decoration: none;
}

#news a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

.news_all a {
	color: #B0B0B0;
	text-decoration: none;
}

.news_all a:hover {
	color: #FFF;
	text-decoration: none;
}

.news_all a:visited {
	color: #B0B0B0;
	text-decoration: none;
}

.news_all a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

.news_all_arrow {
	padding: 0em 0.3em 0em 14px;
	color: #B0B0B0;
	font-weight: bold;
}

/*homepage events*/

.events {
	padding: 8px 0px 0px 0px;
	width: 345px;
}

#events li{
	color: #B0B0B0;
	padding: 0em 11px 0.7em 11px;
	line-height: 1.1em;
}

#events .date{
	color: #828282;
	font-weight: bold;
	padding: 0em 11px 0em 11px;
}

#events a {
	color: #B0B0B0;
	text-decoration: none;
}

#events a:hover {
	color: #FFF;
	text-decoration: none;
}

#events a:visited {
	color: #B0B0B0;
	text-decoration: none;
}

#events a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

.events_all a {
	color: #B0B0B0;
	text-decoration: none;
}

.events_all a:hover {
	color: #FFF;
	text-decoration: none;
}

.events_all a:visited {
	color: #B0B0B0;
	text-decoration: none;
}

.events_all a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

.events_all_arrow {
	padding: 0em 0.3em 0em 93px;
	color: #B0B0B0;
	font-weight: bold;
}

.login_grey {
	background: url(../images/members_login_background.png) no-repeat;
	width: 308px;
	height: 116px;
}

.login_label {
	color: #B0B0B0;
	padding-left: 12px;
	padding-right: 6px;
}

.login_input {
	padding-top:34px;
}

.login_input input {
	margin: 2px;
	height: 1.6em;
	width: 13em;
}

.login_questions {
	padding: 0 0 10px 12px;
}

.login_questions p {
	color: #941515;
	padding: 0px 0px 0px 0px;
}

.login_questions a {
	font-size: 0.9em;
	color: #B0B0B0;
	text-decoration: none;
}

.login_questions a:hover {
	color: #FFF;
	text-decoration: none;
}

.login_questions a:visited {
	text-decoration: none;
}

.submit input {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #bbbbbb;
	height:1.6em;
	border: none;
	width: 6em;
}