/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: outside square;
	margin-left: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
	background:#76C9FF url("images/bg.jpg") top center fixed; 	
	background-size:cover;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:#fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	background: #1A1A18;
}
.phonetop {
font-size: 28px;
color:#f00;
float: right;
padding: 20px 30px;
line-height: 42px;
text-align:	right;
font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
#topmenu {
clear:both;
padding: 5px;
text-align:center;	
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background:#E5000E;
}
#topmenu a {
display: inline-block;
padding: 10px; 
margin: 0 20px;
font-size: 18px;
color:#fff;	
text-transform:uppercase;
text-decoration:none;
border-radius: 5px;
}
#topmenu a:hover {
color:#E5000E;		
background:#fff;
border-radius: 5px;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 20px 20px 140px 20px;
}
.content h1{
margin: 10px 0;
font-size: 18px;
color:#AA1A0B;
}
.content h2{
margin: 16px 0;
font-size: 18px;
color:#D01F0D;
}
.content h2 a{
color:#C1340D;
text-decoration: none;
}
.content h2 a:hover {
color:#EF4516;
text-decoration: none;
}
.content p{
margin: 8px 0;
font-size: 14px;
color:#000;
}
a.button img {
border:4px solid #ccc;	
border-radius: 10px;
}
a.button:hover img {
border:4px solid #F14616;	
}
.content a{
color:#AD1A0B;
}
.content a:hover{
color:#EF4516;
}

/* Footer
-----------------------------------------------------------------------------*/
 .footer a {
	width: 1000px;
	margin: -100px auto 0;
	height: 100px;
	background: #000;
	position: relative;
	font-size: 18px;
	color:#777;
	line-height:normal;
}
.footer  {
	width: 1000px;
	margin: -100px auto 0;
	height: 100px;
	background: #000;
	position: relative;
	font-size: 18px;
	color:#777;
	line-height:normal;
	border-top: 5px solid #f00;
}
