* {
	padding:0;
	margin:0;
}

body {
	background-color:#e4f6f8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

h1 {
	float:left;
	width:292px;
	height:61px;
	background-image:url(../images/banner.jpg);
	text-indent:-9999px;
}

h2 {
	margin:75px 75px 20px 40px;
	font-size:2.6em;
	text-align:center;
	color:#608eb8;
	height:75px;
}

h3 {
	font-size:2em;
	margin:50px 15px 10px 15px;
}

h4 {
	font-size:2em;
	margin:50px 15px 10px 15px;
	color:#365b7d;
}

p {
	margin:0px 15px 20px 15px;
}

a:link {
	color:#608eb8;
}

a:visited {
	color:#608eb8;
}

a:hover {
	color:#0f487d;
}

img {
	border:1px solid #c0e6ea;
}

strong {
	font-weight:bold;
	color:#365b7d;
}

#main-container {
	width:900px;
	margin:0 auto;
}

#header {
	background-color:#e6f3f8;
	color:#9dc1e2;
	height:61px;
	border:1px solid #c0e6ea;
}

	#header li {
		display:inline-block;
		width:95px;
		height:39px;
		text-align:center;
		text-transform:lowercase;
		font-weight:bold;
	}
	
	#header a {
		display:inline-block;
		width:95px;
		height:39px;
		text-align:center;
		text-transform:lowercase;
		text-decoration:none;
		font-weight:bold;
		padding-top:22px;
		color:#608eb8;
	}
	
	#header a:hover {
		display:inline-block;
		width:95px;
		height:39px;
		text-align:center;
		text-transform:lowercase;
		background-color:#edf5f8;
		color:#0f487d;
		border-bottom:10px solid #c0e6ea;
	}
	
	#header ul {
		float:right;
	}

#content {
	
}

	#content ul {
		margin-left:100px;
	}
	
	#content li {
		margin-top:15px;
		margin-bottom:15px;
		list-style-type:square;
	}

#footer {
	margin-top:200px;
	text-align:center;
	font-size:10px;
	color:#608eb8;
}

.floatright {
	float:right;
	margin:0px 15px 0px 15px;
}

.dkblue {
	color:#365b7d;
}

.underline {
	text-decoration:underline;
}

.googlemap {
	text-align:center;
	margin-top:50px;
}

iframe {
	border:1px solid #c0e6ea;
}