
/* Website design and hosting by projectfive */

/* Overall Page Layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#262261;
	padding: 0;
	margin: 0;
	background-color:#4a68a6;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#wrapper {
	width: 770px;
	margin: 20px auto;
	background-color:#FFFFFF;
}
#masthead {
	display: list-item;                /* 1. */
	list-style-image: url(../images/logo.jpg); /* 2. */
	list-style-position: inside;       /* 3. */
	color: white;
	padding: 0px;
	margin: 0 0 0 0;
	height:60px;
}
#masthead p {
	color:white;
	font-size: 0px;
	visibility: hidden;
}
#masthead a {
	color: white;
	text-decoration: none;
	font-size: 0px;
	visibility: hidden;
}

#navbar {
	margin: 0;
	color:white;
	font-size:100%;
	border-bottom: solid #4a68a6 4px;
}
#navbar table {
	width:100%;
	margin: 0px;
	padding: 0px;
	border: 0px none black;
	table-layout: fixed;
	visibility: hidden;
}
#navbar tr {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
#navbar td {
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
#navbar a {
	color: white;
	text-decoration: none;
	font-size: 0px;
	visibility: hidden;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.right {
	float:right;
}
.left {
	float:left;
}
#map {
	float:left;
	margin:75px 0;
}
.pagefooter {
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height: 31px;
	margin: 20px 15px 5px 15px;
	padding: 9px;
	text-align: center;
	font-size:80%;
}
.pagefooterpart2 {
	height:5px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

/* Standard Text Elements */

p {
	line-height: 1.5em;
	margin:10px;
}
h1 {
font-size:220%;
margin:10px;
color:#cc5656;
font-weight:normal;
}
h2 {
font-size:140%;
margin:10px;
color:#cc5656;
font-weight:normal;
}
h3 {
}
h4 {
}
a {
	text-decoration:none;
	color:#262261;
}
a:hover {
	color:#cc5656;
}
a:visited {
	color:#262261;
}
.bullet_content li {
	list-style-type: square;
	list-style-image:url(../../Images/bullet.gif);
	list-style-position:outside;
	margin:10px;
}
.bullet_hero li {
	list-style-type: square;
	list-style-image:url(../../Images/bullet_single.gif);
	list-style-position:outside;
}


/* Home Page */

#home_top {
	margin:20px;
}
		#home_top_image {
		width:335px;
			float:right;
			margin: 0;
			background-color:#FFFFFF;
		}
		#home_top_left {
			width:375px;
			float:left;
		}

#home_bottom {
margin:0;
}
				#home_bottom_left {
					width:235px;
					float:left;
					margin:0 0 0 20px;
					background-color:#E6E7E8;
				}
				#home_bottom_centre {
					width:235px;
					float:left;
					margin:0 0 0 10px;
					background-color:#E6E7E8;
				}
				#home_bottom_right {
					width:235px;
					float:left;
					margin:0 0 0 10px;
					background-color:#E6E7E8;
				}
				
/* Sub Pages */

#content_top {
	margin:20px;
}
#content_top_contact {
	margin:20px;
	float:left;
	width:280px;
}
		#content_top_image {
		width:335px;
			float:right;
			margin: 0;
			background-color:#FFFFFF;
		}
		#content_top_left {
			width:750px;
			float:left;
		}
		#content_top_left_Map {
			float:left;
		}
				#content_bottom_left {
					width:172px;
					float:left;
					margin:0 0 0 20px;
					background-color:#E6E7E8;
				}
				#content_bottom_centre_left {
					width:172px;
					float:left;
					margin:0 0 0 10px;
					background-color:#E6E7E8;
				}
				#content_bottom_centre_right {
					width:172px;
					float:left;
					margin:0 0 0 10px;
					background-color:#E6E7E8;
				}				
				#content_bottom_right {
					width:172px;
					float:left;
					margin:0 0 0 10px;
					background-color:#E6E7E8;
					}



/*#Content_menu {
	float:left;
	width: 130px;
	margin: 20px 0 20px 20px;
	background-color:#E6E7E8;
}
#Content_Centre {
	float:left;
}
#Content_breadcrumb {
	font-size:75%;
	margin:20px 20px 0 20px;
}
#Content_breadcrumb a {
	color:#56BAE0;
}
#Content_breadcrumb a:hover {
	color:#262261;
}
#Content_left {
	float:left;
	width: 280px;
	margin: 0 0 20px 20px;
}
#Content_right {
	float:left;
	width: 280px;
	margin: 0 0 20px 20px;
}

#Content_hero {
	float:left;
	width: 170px;
	margin: 20px 0 20px 20px;
	background-color:#AEDAE7;
}*/
