body {
	margin-top: 10px;
	color: white;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: .67em;
	background-color: #123261;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.boldedUp {
	font-weight: bold;
}

#content {
	border: 1px solid #ffffff;
	background: url(../images/background.gif) no-repeat;
	width: 977px;
	margin-left: auto;
	margin-right: auto;
	height: 595px;
	position: relative;
}

#logo {
	width: 223px;
	height: 57px;
	position: absolute;
	top: 14px;
	left: 14px;
}

#logo h2 {
	position: relative;
	left: -6000px;
}

#logo h1 {
	font-weight: bold;
	font-size: 120%;
	position: relative;
	top: 10px;
}

#address {
	width: 310px;
	height: 100px;
	position: absolute;
	top: 14px;
	left: 656px;
}

#address #mapLinks {
	margin-bottom: 6px;
	margin-top: 6px;
}

#links {
	position: absolute;
	bottom: 14px;
	left: 14px;
}

#contact {
	position: absolute;
	bottom: 14px;
	left: 656px;
	font-weight: bold;
}

#contact #emailAddress {
	font-size: 170%;
	margin-bottom: 10px;
}

#contact #freephoneCaption {
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
}

#contact #freephoneNumber {
	font-size: 230%;
}

#sections {
	position: absolute;
	left: 14px;
	top: 170px;
	vertical-align: top;
}

.section {
	width: 182px;
	vertical-align: top;
	float: left;
	margin-right: 8px;
}

.spaceAbove {
	margin-top: 6px;
}

.bigSpaceAbove {
	margin-top: 18px;
}

#navigationBar {
	position: absolute;
	bottom: 14px;
	left: 14px;
}

#navigationBar li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigationBar li.spaced {
	margin-right: 4px;
}

#navigationBar a {
	background: #1e1b2d;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 6px;
}

#navigationBar a:hover {
	background: #1d1c49;
}

#navigationBar a.marked {
	background: #0c391d;
}


