body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #C1DCFF;
	color: #003988;
}

/* Elements */
img {
	border: 0;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 3.4em;
	margin: 7px 0 0 0;
}
h2 {
	font-size: 1.1em;
	margin: 0;
	padding-top: 4px;
}
h3 {
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 0.4em;
}
h4 {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 0.4em;
}
p, li, address {
	margin-top: 0;
	font-size: 0.9em;
	line-height: 1.4em;
}
p#telephone {
	padding-left: 25px;
	background-image: url(../images/misc/telephone.png);
	background-repeat: no-repeat;
}
p#email {
	padding-left: 25px;
	background-image: url(../images/misc/email.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
a {
	color: #001C40;
}
a:hover {
	background-color: #C1DCFF;
	color: #000;
	text-decoration: none;
}
address {
	font-style: normal;
	padding-left: 25px;
	margin-bottom: 1em;
	background-image: url(../images/misc/house.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

/* Container */
#container {
	margin: auto;
	width: auto;
	max-width: 960px;
	min-width: 680px;
	background-image: url(../images/misc/border_left.gif);
	background-repeat: repeat-y;
	background-color: #F4F9FF;
}

/* Page */
#page {
	background-image: url(../images/misc/border_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0 5px;
	text-align: left;
}
* html { /* Fix for IE 5.5/6 - doesn't understand min/max-width */
	width: 100%;
}

/* Header */
#header {
	height: 110px;
	background-image: url(../images/misc/header_swirl.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 8px 18px;
}

/* Navigation */
#nav {
	background-color: #FFF;
	border-top: 1px solid #003988;
	border-bottom: 1px solid #003988;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	float: left;
	display: inline;
	font-size: 0.95em;
}
#nav a {
	display: block;
	float: left; /* Float both the LI and A so IE6 picks up the full block for hover */
	padding: 7px 18px;
	text-decoration: none;
	background-color: #FFF;
	border-right: 1px solid #003988;
}
* html #nav a {
	height: auto;
}
#nav a:hover {
	background-color: #C1DCFF;
	color: #000;
}
#nav p { /* Force Nav DIV to expand to height of navigation */
	clear: left;
	margin: 0;
}

/* Wrapper required to Fluid-Fixed 2 column layout */
#wrapper {
	float: left;
	width: 100%;
}

/* Main Content (LH column) */
#content {
	padding: 14px 0 10px 18px;
	margin-right: 478px;
}
#map {
	width: 440px;
	height: 300px;
}
#logos img {
	margin-right: 10px;
}
#logos a:hover {
	background-color: transparent;
}

/* Secondary Content (RH column) */
#photos {
	float: left;
	width: 442px;
	margin-left: -478px;
	padding: 18px 18px 10px 18px;
}
#photos img {
	border: 1px solid #003988;
	float: left;
}
#photos img.thumb {
	margin: 18px 23px 10px 0;
}
#photos img.lastThumb {
	margin: 18px 0 10px 0;
}

/* Footer */
#footer {
	clear: both;
	width: 100%; /* Required to prevent IE6 footer background display bug */
	background-color: #FFF;
	text-align: center;
	border-top: 1px solid #003988;
}
#footer p {
	margin: 0;
	font-size: 0.8em;
	padding: 0.5em 5em;
}