html {
    height: 100%;
    font-size: 15px;
}
body {
	background-position: 0px 150px, 0px 140px;
	background-repeat: repeat-x;
	background-color: #fff;
	position: relative;
	min-height: 100%;
}
#pageContent{
	overflow-x: hidden;
}
.container {
	width: 1400px;
	margin: 0px auto;
	position: relative;
}
#alert {
    background: #C22;
    text-align: center;
    border-top: solid 1px #aaa;
    position: relative;
    z-index: 0;
}
#alert p, #alert .container>a {
    padding: 12px;
    color: #fff;
    letter-spacing: 0.7px;
    font-weight: bold;
    font-size: 1.1rem;
    display: block;
}
#mainContent{
	background: #fff;
	padding-bottom: 299px;
}
#mainContent > .container {
	background: #fff;
}
footer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #039;
}
p a:hover {
	text-decoration:underline;
}
hr{
	clear:both;
}
blockquote{
	padding-right:30px;
	padding-left:30px;
}


#content .contentArea div{
	font-size: 1rem;
	color: #363636;
}







h1 {
	font-size: 2rem;
	margin-bottom: 8px;
	font-weight: normal;
	letter-spacing: 0.7px;
	color: #137;
}
h2 {
	font-size: 1.8rem;
	margin: 28px 0px 18px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #363636;
}
h3 {
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
	color: #363636;
}
h4 {
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
	color: #363636;
}
h5 {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.5px;
	color: #137;
}
h6 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.5px;
	color: #363636;
	margin-bottom: 8px;
}
p{
	font-size: 1rem;
	line-height: 160%;
	margin: 12px 0px;
	color: #363636;
	letter-spacing:0.2px;
}
address {
    font-size: 1rem;   line-height: 150%;   
    margin: 0px;   
    color: #717171;
}
input {
	font-size: 1rem;
}

p + address {
    margin-top: -17px;
}
h1 + address,
h2 + address{
	margin-top:-10px;
}
h3 + address,
h4 + address,
h5 + address,
h6 + address {
	margin-top:-5px;
}
figure {
    margin: 5px;
    border: solid 1px #ccc;
    padding: 5px;
    text-align: center;
}
figure p,
figure figcaption {
    margin: 0px !important;
    padding: 0px;
    font-size: 0.7rem !important; line-height: 150%;  color: #363636;
}
table{
	width:auto;
}
td{
	font-size: 1rem;
	padding: 3px 6px;
	color: #363636;
}
h1 + h2 {
	font-size: 1.2rem;
	margin: -5px 0px 15px;
	color: #363636;
	letter-spacing: 0.2px;
}
/*h5 + h6 {
	font-size: 14px;
	margin: 0px 0px 2px;
	color: #363636;
}*/
h1 + p,
h2 + p,
h3 + p {
	margin-top: -3px;
}
h4 + p,
h5 + p,
h6 + p {
	margin-top: 1px;
}
p + p {
	/* margin-top: -7px; */
}
.contentArea>p:first-child {
    margin-top: 0px;
}
h1 + ul,
h1 + ol,
h2 + ul,
h2 + ol,
h3 + ul,
h3 + ol,
h4 + ul,
h4 + ol,
h5 + ul,
h5 + ol,
h6 + ul,
h6 + ol {
	margin-top: 0px;
}
p + ol {
    margin-top: -8px;
}
li {
	font-size: 1rem;
	margin: 5px 0px;
	color: #363636;
}
li p {
	margin: inherit;
	font-size: inherit;
}
#leftBanner p {
	font-size: 0.9rem;
}
/*------- 981 < 1430 Resolution------*/
@media (min-width: 1121px) and (max-width: 1430px) {
	.container{
		width:1100px !important;
	}
	html{
		font-size:14px;
	}
}

/*------- 675 < 980 Resolution------*/
@media (min-width: 675px) and (max-width:1120px) {
	.container{
		width:100% !important;
	}
}

/*------- 0 < 674 Resolution------*/
@media (min-width: 0px) and (max-width: 674px) {
	.container{
		width:100% !important;
	}

}
