@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.uhs #container { 
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.uhs #mainContent { 	
	margin: 0; 
	padding: 0; 
}
.uhs #mainContent .locations {
	border-top: #d08b4c solid 1px;
	border-bottom: #d08b4c solid 1px;	
	color: #666; 
	font-size: .8em; 
	line-height: 1.5em;  
	text-align:center;
}
.uhs #mainContent .locations a {
	color: #B46F10;
	text-decoration: none;
}
.uhs #mainContent .locations a:hover {
	color: #666666;
	text-decoration: underline;
}
.uhs #mainContent .footer {
	color: #666;
	font-size: .7em;
	line-height: 1.5em;
	text-align:center;
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.uhs #mainContent .footer a {
	color: #B46F10;
	text-decoration: none;
}
.uhs #mainContent .footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.uhs #mainContent .footerleft {
	color: #666;
	font-size: .7em;
	line-height: 1.5em;
	text-align:left;
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 15px;
	padding-right: 15px;
}
.uhs #mainContent .footerleft a {
	color: #B46F10;
	text-decoration: none;
}
.uhs #mainContent .footerleft a:hover {
	color: #666666;
	text-decoration: underline;
}
.uhs #mainContent .infoContainer { 
}
.uhs #mainContent .info {
	color: #333333;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 50px;
}

.uhs #mainContent .info p
{
	margin-top: 0px;
	margin-bottom: 8px;
}
.uhs   #mainContent   .info ul  {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.uhs   #mainContent   .info li 
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1, h2 {
	color: #663300;
	letter-spacing: 1px;
	text-transform: uppercase;
	font: bold 1.4em/1.6em Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 0px;
	padding: 10px 0px 0px;
}
h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-transform: none;
}
.uhs #mainContent .info .headline {
	color: #d08b4c;
	letter-spacing: 1px;
	text-transform: uppercase;
	font: bold 1.35em/1.6em Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 0px;
	margin-bottom: 0px;
}
.uhs #mainContent .info .subhead {
	color: #683503;
	font: bold 1em Geneva, Arial, Helvetica, sans-serif;
}
.uhs #mainContent .info a {
	color: #B96C00;
	text-decoration: underline;
}
.uhs #mainContent .info a:hover {
	color: #666666;
	text-decoration: underline;
}
.uhs #mainContent .infoRtCol {
	clear: right;
	color: #333333;
	background-image:url(images/background_rt_col.jpg);
	float:right;
	font-size: 0.85em;
	line-height: 1.4em;
	margin-left: 20px;
	padding: 10px;
	width:264px;
}
.uhs #mainContent .infoRtCol a {
	color: #B96C00;
	text-decoration: underline;
}
.uhs #mainContent .infoRtCol a:hover {
	color: #666666;
	text-decoration: underline;
}
.uhs #mainContent .infoRtCol h1, .uhs #mainContent .infoRtCol h2 {
	letter-spacing: .2em;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
.uhs #mainContent .infoRtCol h2 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: -8px;
	margin-top: 15px;
}
.uhs #mainContent .google_map { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: none;
}
.uhs #mainContent .google_map input { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div#photoheader {
	margin: 0px;
	width: 961px;
	top: 0px;
	position: relative;
	height: 312px;
}
h3
{
	text-transform: none;
	font: 1.25em "Times New Roman", Times, serif;
	color: #663300;
	margin-top: 0px;
	margin-bottom: 0px;
}
