/* @group RESET */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
/* @end */

body {
	background-color: #fff;
	font:14px/1.5 Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility; 
}
#main-container {
	width: 100%;
	margin: 75px auto 0;
}
#main-headline img {
	margin: 0 auto;
	display: block;
}
#main-logo {
	display: block;
	margin: 0 auto 25px;
}
#main-headline {
	height: 225px;
	padding-top: 15px;
	background-image: url(images/blue_bg.png);
}
#comingsoon {
	height: 110px;
	padding-top: 15px;
	text-align: center;
	background-color: #539D1A;
	color: white;
	border-bottom: 5px solid #C1DAB3;
}
#comingsoon p {
	margin-bottom: 10px;
}
#tagline {
	font-size: 17px;
}
.inputbox {
	height: 22px;
}
.submit {
	color: white;
	background-color: #006176;
	margin: 0;
	width: 75px;
	height: 22px;
    border: 2px solid #C1DAB3;
 	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}
#footer {
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
	color: gray;
}
