* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0px;
	padding: 0px; 
	text-align: center;
    color: white;
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(body-bg.jpg) no-repeat top #254882;
}

input, textarea { 
	border: 1px solid #c9cacb;
	font-size: 2.5em
	font-family: Helvetica, sans-serif;
	color: #333333;
	background-color: white;
}

input:focus, textarea:focus {
	background-color: lightyellow;
}

p {
	color: white;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}

h1 {
	color: white;
	font-size: 1.5em;
	margin-bottom: 1.0em;
	text-transform: uppercase;
}

a {color: #b7dbef; font-weight: bold; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

.clear { 
	clear: both;
}

.contact {
	color: #8acc66;
	font-size: 1.5em;
    font-weight: bold;
}

.white {
	color: white;
	font-size: 1.5em;
}

div#page-wrap {
	width: 800px;
    height: 750px;
	margin: 0px auto;
	text-align: left;
}

.cont {
    width: 750px;
    height: 320px;
    margin: 30px 0px 0px 20px;
    overflow: hidden;
    position: relative;
    z-index: 1000;
}

.invis {
    position: absolute;
    left: 0px;
}

.slider-item {
    float: left;
    display: block;
    width: 730px;
    padding: 10px;
    height: 320px;
    overflow: hidden;
}

.nav {
    padding: 300px 0px 0px 500px;
}

.nav a, .nav a:active, .nav a:visited {
    display: block;
    width: 100px;
    padding: 10px 5px;
    float: left;
    color: white;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    margin-right: 5px;
    background-color: #416fad;
}

.nav a:hover {
    color: #254781;
    background-color: white;
}

#about {
    display: block;
    width: 350px;
    float: left;
}

#services {
    display: block;
    width: 320px;
    float: left;
    padding-left: 60px;
}

#contact {
    display: block;
    width: 310px;
    float: left;
}

#map {
    display: block;
    width: 420px;
    float: left;
}

ul.services li {
    padding-left: 20px;
    font-size: 1.4em;
    line-height: 1.4em;
	list-style: none;
	padding: 2px 0px 2px 25px;
	background: url(tick.jpg) no-repeat 5px center;
}