html {
	overflow: scroll; /* show scrollbars to prevent funny page jumping between different length pages */
}

body {
	width: 100%;
	padding: 0 0 1em 0; /* alter this if you want to pad the site from the top or bottom */
	text-align:center;
	background-image: url('/images/template/background-gd.png');
	background-repeat: repeat-y;
	background-position: 50%;
}

#headerBar {
	background-image: url('/images/template/header-bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 185px;
	z-index: 200;
	}

#headerLogo {
	height: 125px; 
	width: 115px;
	margin: 0;
	background: url('/images/template/company-logo.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
	margin: 30px 0 10px 20px;
	}

#upperBar { 
	height: 95px;
	}

#headerMenu {
	height: 90px;
	}

/* */
	
#memberButton {
	float: right;
	background-image: url('/images/template/member-button-bg.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 58px;
	margin-top:40px;
	width: 283px; 
	}

#bodyContent{ 
	padding-top: 20px; 	
	}
	
	
	#bodyText { margin-top: 10px;}
	
	
	#bodyImg {padding-top: 10px; margin-top: -30px;}

	
	#loginWrapper { 
		background: #fff;
		height: 250px;
		margin-top: 20px;
		margin-left: 75px;
		margin-right: 75px;
		width: 810px;
		}
		
#footerBar {
	background-image: url('/images/template/footer-bg.png');
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	position: relative;
	}

#homePage #footerReflection {
	background-image: url(/images/template/reflection_new.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 105px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 950px;	
	margin-top: -10px;
	}
	
#memberPage #memberReflection {
	background-image: url(/images/template/member-reflection.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 197px;
	left: 105px;
	position: absolute;
	top: 0;
	width: 950px;
	}


#regForm {
	border: 1px solid #999; 
	padding: 10px;
	width: 545px;
	margin-left: 50px;
	margin-top: 10px;
	}

	#regForm input, #regForm textarea, #regForm select {
		padding: 1px;
		width: 350px;
		margin: 0px 0px 10px 0px;
		border: 2px solid #ccc;
		}
	
	#regForm textarea {
		height: 90px;
		}
	
	#regForm textarea:focus, #regForm input:focus {
		border: 2px solid #996666;
		}
	
	#regForm input.submit-button {
		width: 100px;
		float: right;
		cursor: pointer;
		margin: 20px 15px 10px 0;
		}
	
	#regForm label {
		float: left;
		text-align: left;
		margin-right: 15px;
		width: 150px;
		padding-top: 1px;
		color: #fff;
		}


#loginpopup {
	display: none; 
	}
	
	#TB_ajaxContent div {
		padding: 20px 25px 0 10px;
		float: left;
		}
	
	#loginpopup_form {
		width: 420px;
		}

	#loginpopup_form table {
		margin-top: 50px;
		border: 1px solid #000;
		width: 400px;
		}
	
	#loginpopup_form td {
		padding: 3px;
		}
	
	#loginpopup_form h2 {
		margin: 1em 0 10px 1.4em;
		font-size: 2em;
		}
	
	#loginpopup_form #login_button { 
		float: left;
		border:0;
		font-size: 1.1em; 
		background: #996666;
		padding: 2px;
		cursor: pointer;
		color:#fff;
		}
		
	#loginpopup_form input { font-size: 1em;}
	#loginpopup_form a { text-decoration: none;}
	#loginpopup_form a:hover { text-decoration: underline;}
	
#footerColumnWrapper {
	padding-top: 30px;
	margin-left: 275px;
	margin-top: 10px;
}
#footerBar .colOne, #footerBar .colTwo, #footerBar .colThree { float: left; position: relative;}
#footerBar .colOne { width: 180px }
#footerBar .colTwo { width: 120px }
#footerBar .colThree { width: 100px }


.map { float: right; margin: 0 20px 20px 20px;}

.agendaImg { float: left; margin: 10px 10px 10px 0;}
.contactImg { float: left; width: 85px; margin: 0 10px 0 0;}
.newsImg { float: left; margin: 5px 10px 10px  5px;}