@charset "utf-8";
body {
	background-image: url(../images/bg-body.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	color: #07CB07;
}
h5 {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 110px;
	padding-bottom: 0px;
	margin: 0px;
}



















/* clears floats, container and content expand with internal divs - code must be directly after last floated div closes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.green_text {
	color: #07CB07;
}

.column {
	width: 300px;
	float: left;
	height: 300px;
	padding: 0 10px 0 10px;
}
.column h1 {
	color: #07CB07;
	font-style: italic;
	font-size: 16px;
}

.column_1 {
	width: 300px;
	float: left;
	padding: 0 10px 0 10px;
}
.column_1 ul {
	padding-left: 10px;
	color: #07CB07;
	list-style: square;

}


span.article_separator  {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 100%;
	display: block;
	margin: 10px 0 10px 0;
}


#wrapper {
}
#header {
	height: 220px;
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}
#logo {
	float: left;
	height: 199px;
	width: 148px;
	padding: 20px 0 1px 0;
}
#top_nav {
	width: 700px;
	height: 40px;
	position: absolute;
	bottom: 1px;
	right: 0px;
}


#sub_header {
	background-image: url(../images/bg-cheque.jpg);
	position: relative;
}
#sub_header_content {
	margin: 0 auto 0 auto;
	padding: 40px 0 30px 0;
	position: relative;
	width: 960px;
}

#image_main {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 40px 0 30px 0;
}
#menu_index {
	width: 905px;
	margin: 0 auto 0 auto;
	height: 239px;
	background-image: url(../images/bg-main-menu.gif);
	background-repeat: no-repeat;
	position: relative;
}

#lower {
	background-color: #f8f8f8;
	background-image: url(../images/bg-lower.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
	padding: 0 0 30px 0;
}
#lower_content {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 5px 0 0 0;
}

#footer {
	height: 150px;
	background-color: #07CB07;
	position: relative;
}
#footer_content {
	width: 960px;
	height: 130px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

