@import url(color.css);     
@import url(type.css);
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding:0;}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
/* Removes list-style from lists */
ol, ul {list-style: none;}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}
/* Collapses borders and removes border-spacing from tables*/
table {border-collapse: collapse; border-spacing: 0;}
/* Removes border from fieldset and img */
fieldset, img {border: 0;}
/*Left-aligns text in caption and th */
caption, th {text-align: left;}
/* Removes quotation marks from q */
q:before, q:after {content: '';}
/*---------------------- Begin Document -------------------*/
html {
	height: 100%;
	text-align: center;
	} 
body {
	height: 100%;
	text-align: left;
	}
/* This rule forces IE6 to expand the wrapper so that the footer will fall to the bottom. */
#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
#header {
	width: 850px;
	margin: 0 auto;
	}
#branding {
	margin-left: 14px;
	}
#content {
	width: 840px;
	min-height: 600px;
	padding: 15px;
	margin: 0 auto;
	}
#content_main {
	float: left;
	width: 68%;
	padding-right: 10px;
	}
#content_supp {
	float: right;
	width: 29%;
	padding-left: 10px;
	}
#content_lower {
	width: 840px;
	clear: both;
	}
#content_lower h3 {
	margin-top: 25px;
	width: 100%;
	}
p#call {
	text-align: center;
	}
p.date {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 8px;
	}
p#icons {
	clear: both;
	text-align: left;
	float: left;
	}
p#icons span {
	font-size: 110%;
	}
a#locations span {
	float: right;
	}
a#locations img {
	float: left;
	}
/*---------------------- Navigation -----------------------*/
ul.nav_main {
	margin: 0 15px 0 0;
	text-align: right;
	float: right;
	position: relative;
	bottom: 40px;
	}
ul.nav_main li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	}
/* Sub Navigation */
ul.nav_sub {
	text-align: right;
	position: relative;
	bottom: 185px;
	right: 15px;	
	}
ul.nav_sub li {
	display: inline;
	}
img#cover {
	float: left;
	margin-right: 45px;
	border: 2px solid black;
	}
h2#page_title {
	margin: 0;
	padding: 0 10px 10px 10px;
	}
table#quick_facts {
	float: right;
	font-size: 130%;
	margin-left: 10px;
	}
ul#profile {
	width: 800px;
	margin: 0 auto;
	
	}
ul#profile li#profile_left {
	float: left;
	width: 49%;
	padding: 5px 5px 5px 0;
	}
ul#profile li#profile_right {
	float: right;
	width: 49%;
	padding: 5px;
	}
ul#profile img {
	float: left;
	margin-right: 5px;
	padding: 5px;
	background-color: #362f2d;
	}
ul#profile h3 {
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 2.9em;
	}
ul#profile p {
	text-indent: .5em;
	}
table.locations {
	width: 800px;
	margin: 0 auto;
	}
table.locations td {
	padding: 2px;
	}
table.locations td#col1 {
	float: left;
	width: 49%;
	}
table.locations td#col2 {
	float: right;
	width: 49%;
	}
p#introduction {
	width: 61%;
	padding: 5px 5px 0 0;
	text-indent: .5em;
	text-align: justify;
	}
ul#inside_peek li {
	list-style-type: disc;
	padding: 5px 0 0 0;
	}
ul#sitemap {
	padding-top: 100px;
	text-align: center;
	}
ul#sitemap li {
	display: inline;
	}
p.site_info {
	text-align: center;
	}
li.hcard span {
	display: block;
	}
#content_lower {
	position: relative;
	top: 20px;
	margin: 0 0 15px 0;
	}
#content_lower p#lead {
	padding; 5px;
	}
#footer {
	width: 100%;
	text-align: center;
	padding: 10px;
	}
	.Bold{
	font-weight: bold;
	}
