/*
CSS for Brienen Website
*/

* {
	margin:0px;
	padding:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	background-color: #EEEEEE;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

h2 {
	margin: 10px 0; 
}

h3  a {
	color: #0055a6;
}

h3 a:hover {
	color: green;
}

#wrapper {
	width: 768px;
	margin: auto;
	background-color: #ffffff;
	}
	
#page {
	width: 768px;
	margin: auto;
	background-color: #ffffff;
}

li {
	list-style: none;
}
/* topwrap is the grey border at the top of the webpage which includes links to home and contact us */

#topwrap {
	clear: both;
	height: 8px;
	padding: 10px 0;
	background: #464646;
}

#topwrap li {
	display: inline;
	float: right;
}

#topwrap ul a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 15px 0 0;
}

#topwrap ul a:hover {
	text-decoration: underline;
}

/* Header - encompasses the log and tagline */

#header {
	background-image: url(blue_block.png);
	background-repeat: repeat-y;
	background-position: 100% 50%;
}

.logo {
	margin-left: 30px
}

.tagline {
	margin-left: 30px;
}

/* Menuwrap - encompasses the left hand side of the page which includes the navigation menu and a single image */

#menuwrap {
	width: 260px;
	height: 450px;
	margin-top: 10px;
	margin-left: 30px;
	float: left;
}

/* Menu - covers the main navigation area */

#menu ul a {
	color: #346fac;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background: url(button.gif) no-repeat;
	display: block;
	height: 2em;
	padding-left: 1.5em;
	padding-top: 0.6em;
}

#menu  ul a:hover {
	color: green;
	text-decoration: underline;
}

/* Submenu - covers the menu for the 3 service categories - have done this instead of a separate drop down or pop out menu */

#submenu li {
	list-style: none;
}

#submenu ul a {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
	background: url(button.gif) no-repeat;
	display: block;
	height: 2.4em;
	padding-left: 3em;
	padding-top: 0.7em;
	margin-left: 0px;
}

#submenu  ul a:hover {
	color: green;
	text-decoration: underline;
}

.homeimg {
	border: 7px solid #4a748a;
	margin-top: 10px;
}

/* Content - this is what will change depending on page you are on */

#content {
	width: 460px;
	float: right;
	margin-top: 10px;
	padding-right: 5px;
}

#content p {
	font-size: 1.1em;
}

#overview h2 {
	color: green;
}

#welcome {
	padding-right: 40px;
	padding-bottom: 20px;
}

#overview {
	padding: 0 40px 0 20px;
	}

#welcome li{
	list-style-type: disc;
	margin-left: 25px;
	}
	
#overview h3 {
	padding: 10px 0;
}


/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	background: #464646;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #ffffff;
}
