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

/********************** Positional Elements ************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image:url(images/topbg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

#wrapper {
  	width:800px;
  	margin:0px auto;
  	text-align:left;
	height: 100%;
	}
	
h1 {
	color:#5154ED;
	font-size:1.3em;
	}
	
/*************************** Link Styles *************************************/

a {
	outline:none;
	text-decoration:none;
	border:none;
	}
	
a.menu {
	font-size:1.25em;
	font-weight:bold;
	line-height:36px;
	color:#000000;
	}
	
a.menu:hover {
	color:#FFFFFF;
	}
	
a.menuactive {
	font-size:1.25em;
	font-weight:bold;
	line-height:36px;
	color:#FFFFFF;
	}
	
/*************************** Row One *************************************/
#topbar {
	height: 94px;
	padding: 0px;
	text-align:center;
	}
	
#logo {
		width:169px;
		height:94px;
		overflow:visible;
		margin:0px auto;
	}
	
/*************************** Row Two *************************************/
#bar2 {
	height: 27px;
	padding: 0px;
	text-align:center;
	}
	
#strapline {
		width:354px;
		height:27px;
		overflow:visible;
		margin:0px auto;
	}
	
/*************************** Row Three *************************************/
#bar3 {
	padding: 0px;
	text-align:left;
	height:500px;
	color:#000000;
	}
	
#menubar {
		width:170px;
		padding:5px 5px 5px 20px;
		height:490px;
		margin:0px;
		background-color:#5154ED;
	}
	
#content {
		width:605px;
		margin:0px;
		float:right;
	}
	
/*************************** Row Four *************************************/
#bar4 {
	padding: 0px;
	text-align:left;
	}
	
#image4 {
		width:800px;
		margin:0px auto;
		height:226px;
		background-image:url(images/widepic.jpg);
		background-repeat:no-repeat;
	}
	
#content4 {
		margin:10px;
	}
	
/*************************** Row Five *************************************/
#bar5 {
	padding: 0px;
	margin:10px 0 0;
	text-align:left;
	}
	
#content5 {
		width:780px;
		padding:10px;
		background-color:#5154ED;
		height:66px;
		color:#FFFFFF;
		font-weight:bold;
	}
	
#phone {
		font-size:1.4em;
		line-height:66px;
	}
	
#address{
		float:right;
		font-size:1.15em;