html {background-color: white;}
        body {font-size:14px; color: black; font-family:arial; text-align:center; }
		#header {
			width: 100%; 
			height: 80px; 
			};   
        h1 a {font-size:64px; color: black; margin: 5px 0 20px 0;} 
		h2 {font-size: 26px;}
        p {text-align:center; margin-left:auto;margin-right:auto; }
        a:hover {color: #34536A;}
.frm-holder {
	text-align:center; 
    padding-bottom: 10px;
    z-index: 0;}
	
	.frm-holder img {
		margin: 10px;
	}

#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  min-width: 100%;
  min-height: 100%;
}
#submit {
font-family: sans-serif;
color: #ffffff;
font-size: 18px;
padding: 5px;
text-decoration: none;
box-shadow: 0px 1px 3px #666666;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 3px #666666;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#ce1515), to(#8b0d0d));
background: -moz-linear-gradient(top, #ce1515, #8b0d0d);
}
 
#submit:hover {
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#8b0d0d), to(#ce1515));
 background: -moz-linear-gradient(top, #8b0d0d, #ce1515);
 cursor: pointer;
}
#respond input[type=text], textarea {
 -webkit-transition: all 0.30s ease-in-out;
 -moz-transition: all 0.30s ease-in-out;
 -ms-transition: all 0.30s ease-in-out;
 -o-transition: all 0.30s ease-in-out;
 outline: none;
 padding: 3px 0px 3px 3px;
 margin: 5px 1px 3px 0px;
 border: 1px solid #DDDDDD;
}
#respond input[type=text]:focus, textarea:focus {
 box-shadow: 0 0 5px rgba(81, 203, 238, 1);
 margin: 5px 1px 3px 0px;
 border: 1px solid rgba(81, 203, 238, 1);
}
.hz {
	border-bottom: 1px solid #30363f;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#logotips {
	background: #d7d7d7;
	color: black;
	padding: 5px;
	cursor: pointer;
}
#lists {
	background: black;
	color: black;
	padding: 5px;
	cursor: pointer;
}
.main-logo {
	display: none; /* block;*/
	text-align: left;
	margin-left: 20px;
	
}
.main-list { 

}
.main-col {
	margin-bottom: 50px;
    width: 400px;
    text-align: left;
    font-size: 35px;
    min-height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.main-col a {
    text-transform: uppercase;
	color: black;
	text-align: left;
	font-weight: bold;
    text-decoration: none;
	font-size: 16px;
    display: list-item;
    margin-top: 10px;
    margin-left: 20px;
}
.phone-cont {
	float: right;
    width: 280px;
    font-size: 28px;
    margin-top: 8px;
	text-align: left;
}

.footer {
	border-top: 1px solid #30363f;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	width: 100%;
    float: left;
}

.footer a{
	color: black;
	padding-left: 10px;
	padding-right: 10px; 
	font-size: 20px;
}

.shorttext {
	font-size: 24px;
	
}

.top-a {
	text-align: center; 
    border-bottom: 1px dotted lightgray;
    padding-bottom: 10px;
	padding-top: 10px;
    font-weight: bold;
	background-color: white;
	width: 100%;
}