/* CSS Document */

body {
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	background-color: #9ebd3a;
	text-align: center;
	margin-top: 0px;
}
#slideshow {
	background-color: #9ebd3a;
	height: 330px;
	width: 420px;
	padding-top: 5px;
	margin-top: 25px;

}

#wrapper {
	background-image: url(images/wrapper.gif);
	background-repeat: repeat-y;
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 289px;
}

#sidebar-left {
	text-align: center;
	float: left;
	width: 230px;
	margin-top: 30px;
	margin-bottom: 40px;
}

#content {
	float: right;
	width: 647px;
	margin-top: 40px;
	margin-right: 40px;
	text-align: left;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 19px;
}
a {
	color: #00a4e4;
	text-decoration: none;
    outline:none;
}
a:hover {
	color: #00a4e4;
	text-decoration: underline;
}

#footer {
	background-color: #000000;
	height: 47px;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	clear: both;
	width: 962px;
	line-height: 47px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#sub-footer {
	color: #FFFFFF;
	width: 962px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
}
#wrapper #content #middlearea ul {
	text-align: left;
}
#sub-footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#sub-footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#sub-footer .left {
	float: left;
	width: 400px;
	text-align: left;
}

#sub-footer .right {
	float: right;
	width: 400px;
	text-align: right;
}
#right-sidebar {
	float: right;
	width: 180px;
}
#middlearea {
	float: left;
	width: 409px;
	text-align: justify;
}
#memberlogin {
	background-color: #9ebd3a;
	background-image: url(images/memberlogin.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
	width: 170px;
	padding-top: 35px;
	margin-top: 40px;
	margin-left: 30px;
}
#oursponsors {
	background-color: #00a4e4;
	background-image: url(images/sponsors.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 200px;
	padding-top: 95px;
	margin-top: 40px;
	margin-left: 17px;
	text-align: center;
	padding-bottom: 5px;
}
#oursponsors .links {
	color: #000000;
	padding: 10px;
	width: 158px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 10px;
    font-size:13px;
}
.links a {
	color: #000000;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.links ul {
	margin-left: 0px;
	list-style-type: none;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.links ul li {
	padding-bottom: 10px;
}
#nextmeeting {
	background-color: #f7a11a;
	background-image: url(images/NextMeeting.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 170px;
	padding-top: 40px;
	margin-top: 60px;
	text-align: center;
	padding-bottom: 5px;
}
#nextmeeting .links {
	color: #000000;
	padding: 10px;
	width: 130px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 10px;
	font-size: 13px;
}
.spacer {
	margin-right: 20px;
}
.rightphoto {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	border: medium solid #f7a11a;
}
h2 {
	font-weight: bold;
	color: #9ebd3a;
	padding-top: 5px;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #9ebd3a;
	font-size: 18px;
	margin-top: 20px;
}
/* IE6 css fixer v0.4: Tue, 25 Aug 2009 15:24:19 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#sidebar-left,
#content,
#sub-footer .left,
#sub-footer .right,
#right-sidebar,
#middlearea,
.rightphoto {display:inline;}
