body {
	background-color: #E7E7E7;
	background-image: url( ../Images/background-repetition.png );
	background-position: 0px 52px;
	background-repeat: repeat-x;
	
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Verdana;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333;
}

	body a {
		color: #005953;
		text-decoration: none;
	}
		.block-link {
			background: #005953;
			color: white;
			padding: 2px 5px;
		}
		ol li a:hover {
			text-decoration: none;
		}
	body a:hover {
		text-decoration: underline;
	}

	body img {
		border: none;
	}
	
	body h4 {
		color: #C62105;
	}
	
	body h5 {
		color: #F15C22;
		font-size: 1.0em;
		margin-bottom: -15px;
		padding-bottom: 0px;
	}

	body h6 {
		font-family: Arial, Verdana;
		font-size: 1em;
		line-height: 1.5em;
		color: #333;
		font-weight: normal;		
	}

	div#body {
		width: 689px;
		margin: 0px auto;
		background-color: white;
	}
	
		div#header {
			
		}
		
			div#header div#menu {
				background-image: url( ../Images/menu-background.png );
				-background-repeat: repeat-x;
				
				margin: 0px;
				padding: 0px;
				
				float: left;
				
				width: 100%;
				
				font-size: 0.9em;
			}
			
				div#header div#menu ul {
					list-style-type: none;
					margin: 0px;
					padding: 0px;
					float: left;
				}
				
					div#header div#menu ul li {
						list-style: none;
						float: left;
					}
					
						div#header div#menu ul li a {
							overflow: hidden;
							padding: 18px 18px 16px 18px;
							display: block;
							text-transform: uppercase;
							text-decoration: none;
							color: red;
						}
						
						div#header div#menu ul li a:hover {
							text-decoration: underline;
						}
						
						div#header div#menu ul li.active {
							background-image: url( ../Images/menu-background-active.png );
							background-repeat: no-repeat;
							background-position: top center;
						}
						
		div#header div#header-banner {
			clear: both;
		}
		
			div#header div#header-banner div#header-background-image {
				height: 183px;
				overflow: hidden;
				background-color: yellow;
				float: left;
			}
			
				div#header div#header-banner div#header-background-image a.editButton {
					float: right;
					margin-bottom: -24px;
					z-index: 200;
					position: relative;
					
				}
			
			div#header div#header-banner img#logo-overlay {
				margin-top: -145px;
				margin-left: -70px;
				opacity: 0.5;
				float: left;
				width: 221px;
				height: 152px;
			}
			
			div#header div#header-banner img#logo {
				float: right;
				margin-right: 20px;
				margin-top: -115px;
				width: 215px;
				height: 62px;				
			}
			
			div#header div#header-banner img#zoom {
				float: right;
				margin-top: -160px;
				margin-right: -17px;
			}
			
	div#content {
		clear: both;
		background-color: white;
		padding: 10px 18px 18px 18px;
	}
	
		div#content h3 {
			font-family: Arial, Verdana;
			margin-top: 0px;
			padding-top: 0px;
			font-weight: bold;
			font-size: 1.5em;
			color: #005953;
		}
		
		div#content p {
			line-height: 1.5em;
		}
		
			div#content div.main {
				overflow: hidden;
			}
		
		div#content div.image div.mod_links a {
			*clear: both;
			*margin-bottom: 5px;
			*display: block;
		}
		
		div#content div.page-element-box {
			margin-bottom: 28px;
		}
		
		div#content div.mod_services p.read-more {
			padding-bottom: 10px;
		}
			
			div#content div.mod_services p.read-more a {
				color: white;
				text-decoration: none;
				background-color: #005953;
				float: right;
				padding: 5px 7px;
			}
			
			div#content div.mod_services_item p.back a {
				color: white;
				text-decoration: none;
				background-color: #005953;
				padding: 5px 7px;
			}
			
			div#content h4 {
				margin-bottom: 2px;
				padding-bottom: 0px;
				font-size: 1.3em;
				font-weight: normal;
			}
			
			div#content table {
				width: 50%;
				margin-bottom: 10px;
			}
				
				div#content table th {
					text-align: left;
				}
				
			div#content div.contact {
			
			}
			
				div#content div.contact label {
					width: 120px;
					float: left;
					display: block;
					
				}
				
				div#content div.contact h3 {
					display: none;
				}
				
				div#content div.contact input {
					margin-bottom: 5px;
				}
				
				div#content div.contact .inputtext input {
					width: 202px;
				}
				
				div#content div.contact .textarea textarea {
					width: 322px;
				}
							
				div#content div.contact div.radiogroup {
					margin-top: -10px;
					margin-left: 10px;
					margin-bottom: 4px;
				}
				
					div#content div.contact div.radiogroup label {
						display: inline;
						float: none;
					}
				
				div#content div.textarea {
					margin: 10px 0px;
				}
					
					div#content div.textarea label {
						display: block;
					}
	
	div#footer {
		color: white;
		text-align: center;
	}
	
		div#footer div.top {
			background-color: #C62105;
			padding: 4px 8px;
		}
			
			div#footer div.top a {
				color: white;
				text-decoration: underline;
			}
			
			div#footer div.top span.pipe {
				color: #F15C22;
			}
		
		div#footer div.bottom {
			background: #E7E7E7;
			padding: 4px 8px;
			text-align: center;
		}
			
			div#footer div.bottom span.pipe {
				color: black;
			}
		
		
	
		div#footer span.pipe {
			padding: 0px 5px;
		}
		
#google_map {
	height: 300px;
}
