@charset "utf-8";
/* CSS Document */

#container {
	width: 970px;
	margin: 0 auto;
}
#header_img {
	background-image: url(../images/Top_welcome_img.jpg);
	height: 22px;
	width: 850px;
	padding-top: 135px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 157px;
}
#centre_column {
	width: 830px;
	height: auto;
	margin: 0 auto;
	background-color: #FFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#left_column {
	background-image: none;
	height: 400px;
	width: 850px;
	float: none;
	margin-top: 30px;
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 10px;
}
#right_column {
	/* background-image: url(../images/menu_bar.jpg); */
	left: 0px;
	top: auto;
	right: auto;
	bottom: 0px;
	height: 400px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 225px;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#bottom_column_container {
	width: 970px;
	float: left;
	height: 240px;
}

#bottom_left_column {
	float: left;
	width: 375px;
	height: 230px;
	margin-left: 60px;
}	
#bottom_center_column {
	width: 450px;
	height: 230px;
	float: right;
	margin-right: 60px;
	font-family: "Segoe Script";
	font-size: 80%;
	color: #FFF;
	
}
#bottom_right_column {
	float: right;
	height: 210px;
	width: 225px;
	margin-right: 60px;
	margin-top: 10px;
}

/* Used for alligment of images in Accordion */
.imageright {
	margin-top: 5px;
	margin-left: 5px;
	float: right;	
}

.imageleft {
	margin-top: 5px;
	margin-right: 5px;
	float: left;	
}
.nolinespacing {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

