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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
    content: " "
}

* html .clearfix, *:first-child+html .clearfix {
    zoom: 1;
}

.clearfix { display: inline-block }


body {
	background-color:#f1fafc;
}

#container {
	width: 100%;
	height: 100%;
	position: absolute;
}

#header {
	height: 5px;
	width: 100%;
	background-color: #188da5;
}

#header_content {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
	position: relative;
	top: 53px;
}

.sign {
	color: #fff;
	float: right;
	background:#fff none repeat scroll 0 0;
	background-image: url(../site_img/wooden-wall.png);
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	position: relative;
	bottom:7px;
	width: 160px;
	height: 75px;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	/*right:75px;*/
	right:45px;
}

.sign_paper {
	color: #fff;
	background:#fff none repeat scroll 0 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	height:52px;
	position:relative;
	width:166px;
	top:9px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

#content {
	width:725px;
  margin-left: auto;
  margin-right: auto;
	padding: 15px;
	position: relative;
	top: 50px;
	left:50px;
}

.logo {
	width: 94px;
	position: relative;
	float: left;
	right: 20px;
	bottom: 9px;
}

.level {
	font-size: 30px;
	font-size:32px;
	text-decoration: none;
	color:#000000;
	position: relative;
	top: 10px;
}

.low {
	color: #7FAF1B;
}

.min {
	color: #FFC40B;
}

.high {
	color: #A80000;
}

#myForm {
	position: relative;
	top: 19px;
	width: 550px;
}

.frmShdwTopLt {
	margin-left:3px;
}

.sorta_funny {
	font-size:14px;
	position:relative;
	top:3px;
}

.email_copy {
	position:relative;
	top:5px;
	font-size:15px;
}

.text {
	width: 462px;
	position: relative;
	float: left;
	line-height:22px;
	right:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text h1 {
	font-size:17px;
	font-weight:bold;
}

.text ul {
	list-style-type:circle;
	padding-left: 20px;
	padding-top: 10px;
	line-height:25px;
}

.flu_hand {
	float:right;
	/*left:65px;*/
	left:86px;
	position:relative;
	top:132px;
}

#footer {
	position:absolute;
  bottom:0;
  width:100%;
  height:20px;
	text-align:center;
	font-size: 13px;
}