﻿/*body{
	min-width:909px;
}
*/
.half {
	width: 430px;
}
.layer {
	float: left;
	width: 100%;
}
#main-box {
	width: 898px;
}
.column {
	text-align: left;
}
#colLeft {
	float: left;
	padding-left: 10px;
}
#colRight {
	float: right;
	padding-right: 10px;
}
footerText p {
	font-size: 1.0em;
	margin: 0;
}
#footerText a:link, #footerText a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#footerText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#Logo {
	margin: -4.25em 0em 0em .4em;
}
#UHVSecNavSub {
	/* 
	position:relative;
	
 */ 
 width: auto;
	float: right;
	text-align: right;
	padding: 0.7em 1em 0 0;
}
/*
#UHVSecNavSub ul{
	padding:0 2em 0 0;
	margin:1em 0 0.5em 0;
}
*/
#UHVSecNavSub li {
	padding: 0 .15em;
	margin: 0;
	display: inline;
	font-size: .9em;
	font-weight: bold;
}
#UHVSecNavSub li a:link, #UHVSecNavSub li a:visited {
	color: #000000;
	text-decoration: none;
}
#UHVSecNavSub li a:hover {
	color: #CC3333;
	text-decoration: none;
}
.red {
	color: rgba(217, 37, 28, 1);
}
.address {
    clear: both;
    display: block;
    padding-right: 1.25em;
    padding-top: 1em;
    text-align: center;
    color: #fff;
}

.address a {
    color: #fff;
}
#footer {
    clear: both;
    width: 100%;
    height: auto;
    min-height: 30%;
    max-height: 25%;
    color: #FFFFFF !important;
    background: #424242;
    border-top: 4px #cc3333 solid;
    padding: 0em 0em 0.5em 0em;
    text-align: left;
    font-size: 12px !important;

}
.group {
    display: flex;
    justify-content: center;
    width: 100%;
}

.group .span_1_of_4 {
    display: block;
    float: left;
    padding-left: 1.35em;
    padding-right: 1.35em;
    width: 20%;
}

.group dl {
    font-size: 1em !important;
    line-height: 21px !important;
    margin: 1em 0 1em !important;
}

.group .span_1_of_4 dt {
    border-bottom: 1px #999 solid;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 0.12em;
    padding-bottom: 0.12em;
}

.group .span_1_of_4 dd {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
}

.group .span_1_of_4 a {
    color: #ccc;
    text-decoration: none;
    font-weight:normal;
    line-height:1.5em;
}

.group .span_1_of_4 a:hover {
    text-decoration: underline;
}