html, body {
	background-color: #04778f;
	}

#container {
	line-height: 1.2em;
	margin: 0 auto;
	position: relative;
	width: 920px;
	min-width: 920px;
	}
	
#header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	height: 240px;
	margin-top: -10px;
	margin-left: 46px;
	}

#content {
	font-family: arial, 'sans serif', 'century gothic';
	font-size: .8em;
	background-image: url('images/back1.jpg');
	background-repeat: repeat-y;
	margin-left: 89px;
	margin-top: -22px;
	padding: 0px 160px 15px 58px;
	}

#contact {
    position: absolute;
    margin: 25px 400px;
    font-style: italic;
    color: #04778f;
    }

/*Menu*/
ul#nav {
	float: left;
	background-image: url('images/menuback.jpg');
	background-repeat: no-repeat;
	width: 155px;
	height: 237px;
	padding: 19px 0px 15px 10px;
	margin-top: 30px;
	margin-left: -33px;
	}
li.menuitem {
	display: block;
	outline: none;
	background-image: url('images/bottonback.jpg');
	background-repeat: no-repeat;
	list-style: none;
	width: 145px;
	height: 37px;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: center;
	}
a.men {
	display: block;
	outline: none;
	text-decoration: none;
	color: white;
	font-size: .9em;
	font-family: arial,'century gothic';
	}

li.menuitem:hover {
	display: block;
	background-image: url('images/buttonrollover.jpg');
	background-repeat: no-repeat;
	}

	
	/*end of Menu*/	
	
#bottom {
	background-image: url('images/bottom.jpg');
	background-repeat: no-repeat;
	height: 110px;
	margin-left: 96px;
	text-align: center;
	font-size: 12px;
	padding-top: 28px;
	color: #eae8e8;
	font-family: arial, 'century gothic';
	padding-right: 85px;
	}
	
h2 {
	font-size: 1.4em;
	font-weight: normall;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #04778f;
	padding: 0px 0px 5px 0px;
	}
	
.line {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #04778f;
	}
a.footlinks {
	color: white;
	text-decoration: underline;
	}
	
a.footlinks:hover {
	color: white;
	text-decoration: overline;
	}
	
.clearfooter {
	clear: both;
	}

img.left {
	float: left;
	padding: 3px 10px 3px 0px;
	display: inline;
	border: none;
	outline: none;
	}

img.right {
	float: right;
	padding: 3px 3px 3px 10px;
	display: inline;
	border: 0px;
	outline: none;
	}
	
	
.boldblue {
	font-weight: bold;
	color: #024c5c;
	}

	
li.list {
	list-style: disc url('images/bullet.png');
	background-color: #eef9fb;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	width: 225px;
	}
li.list:hover {
	background-color: #d1f2f9;
	}
	
input, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #04778f;
	background-color: #eaf8fa;
	}
	
.servicelist {
	margin-top: 40px;
	margin-left: 280px;
	}

