/* ==================================================================
 * Element Tags 
 * ==================================================================*/

html {
	height: 100%;
}
form {display: inline;}
body {
	background-color: white;
	color: black;
	font-family: "Trebuchet MS","Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	font-size: 14px;
	height: 100%;
}

img {border: 0;}
a:link, a:visited { color: #0C89D3; }
a:hover { color: #49C6F5; }

/* ==================================================================
 * Header
 * ==================================================================*/
#header {
	position: relative;
	width: 100%;
}
#logo {
	background-image: url(assets/images/logo.gif);
	display: block;
	width: 323px;
	height: 67px;
}
#slogans {
	width: 477px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 10px;
}
#slogans #slogan {
	color: red;
	font-size: 18px;
}
#slogans #slogan2 {
	font-size: 14px;
	font-style: italic;
}
#slogans #phone {
	font-size: 14px;
}


/* ==================================================================
 * Main Nav Menu
 * ==================================================================*/
#nav {
	background: #0C89D3 none repeat scroll 0 0;
	height: 38px;
	margin-top: 20px;
	width: 100%;
	font-size: 12px;
}
#nav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	position: relative;
}
#nav li ul {
	display: none;
	left: 0px;
	position: absolute;
	top: 28px;
}
/* Correct spacing in non-IE browsers */
#nav li > ul {
	top: auto;
	left: auto;
}
#nav ul li a {
	background: #0C89D3 none repeat scroll 0 0;
	border: 1px solid #0C89D3;
	color: white;
	display: block;
	font-weight: bold;
	height: 16px;
	padding: 10px;
	text-decoration: none;
}
#nav ul li a:hover {
	background: #F9F9F9 none repeat scroll 0 0;
	color: #E2144A;
	border: 1px solid #E2144A;
}
/* The currently selected item */
#nav ul li.current a {
	background: #F9F9F9 none repeat scroll 0 0;
	color: #E2144A;
}
/* Sub item */
#nav li ul li a {
	width: 100px;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
/* Indicate there are subitems */
#nav span.hasSubItems {
	background-image: url(assets/images/down-claret.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 12px;
}

/* ==================================================================
 * Footer
 * ==================================================================*/
#footer {
	position: relative;
	margin-top: -7.5em;
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
/*	bottom: 20px;
	position: absolute; */
}
#footerInner {
}
#footerMenu {}
#footerMenu ul li {
	float: left;
	list-style-type: none;
	padding: 10px;
	text-decoration: none;
	white-space: nowrap;
}
#footerMenu ul li a {
	color: black;
}
#footerMenu ul li a:hover {
	color: #E2144A;
}
#copyright {
	font-size: 12px;
}


/* ==================================================================
 * Other
 * ==================================================================*/

#page {
	width: 100%;
	position: relative;
}
#pageInner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#nonFooter {
	min-height: 100%;
	position: relative;
}
* html #nonFooter {
	height: 100%;
}
#content {
	padding-bottom: 9em;
}
#content h1 {
}
#billboard {
	background-repeat: no-repeat;
	border: none;
	float: right;
	height: 300px;
	margin: 0 0 20px 20px;
	width: 400px;
}
.clear {clear: both;}

img.map {
	float: right;
	clear: both;
	margin: 0 100px 20px 0;
}
.staff-photo {
	border: none;
	float: right;
	height: 300px;
	margin: 0 0 20px 20px;
	width: 300px;
}
#method-images img {
  margin-right: 20px;
  margin-top: 20px;
}
#facility-images img {
  margin-right: 20px;
  margin-top: 20px;
  width: 350px;
}