* {margin:0; padding:0;}

body {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 62.5%;
	color: #272727;
	background: transparent url(images/bg.png) no-repeat 100% 0;
}

img { border: none; }

#header {
	width: 100%;
	height: 100px;
	background: #002f2f;
}

#header .inner {
	width: 900px;
	margin: 0px auto;
	padding-top: 10px;
	color: #fff;
}

#header .inner .title {
	font-family: Baskerville, "Times New Roman";
	font-size: 48px;
	font-style: italic;
}

#header .inner .subtitle {
	font-size: 1.4em;
	color: #b3c1c1;
}

#header .inner .email, #header .inner .phone {
	font-size: 1.2em;
	color: #8fa4a4;
}

#header .inner .left { float: left; }
#header .inner .right { float: right; padding-top: 20px; }

#nav {
	width: 490px;
	height: 30px;
	margin: 0px auto;
	font-size: 1.2em;
	text-align: center;
}

#nav ul {
	display: inline;
	list-style: none;
}

#nav li {
	height: 23px;
	padding: 7px 10px;
	padding-bottom: 0px;
	background: #046380;
	color: #fff;
	float: left;
}

#nav li.left {
	width: 23px;
	height: 30px;
	padding: 0;
	background: transparent url(images/menu-left.png) no-repeat 0 0;
}

#nav li.right {
	width: 23px;
	height: 30px;
	padding: 0;
	background: transparent url(images/menu-right.png) no-repeat 0 0;
}

#nav .active {
	background: #046380 url(images/menu-hover.png) no-repeat 50% 100%;
}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:active, #nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#main {
	width: 750px;
	margin: 25px auto;
	font-size: 12px;
	line-height: 1.4em;
	clear: both;
}

#main p { padding: 8px 0; }
#main ul { margin-left: 20px; }
#main li { list-style: circle; }
#main a:link, #main a:visited, #footer a:link, #footer a:visited { color: #046380; text-decoration: none; }
#main a:active, #main a:hover, #footer a:active, #footer a:hover { color: #046380; text-decoration: underline; }

#main table { border-bottom: none; }
#main table p { padding: 3px 0; }

#main p.subtitle {
	font-size: 16px;
}

#footer {
	width: 100%;
	height: 300px;
	background: transparent url(images/footer.png) repeat-x 0 0;
}

#footer .inner {
	width: 750px;
	margin: 0px auto;
}

#footer .overlay {
	width: 105px;
	float: left;
}