/**********************
******** DQ'S GENUINE 
****** VERSION OF ERIC 
**** MEYER'S CSS RESET
**********************/

a { text-decoration: none; }
a img { border: none; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code, del, dfn, 
font, img, ins, kbd, q, samp, small, tt, var, 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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
body {
	color: black;
	background: white;
	height: 100%;
}
ol, ul { list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
pre { 
	background-color: #eee;
	border: 1px solid #ccc;
	overflow: scroll; 
}
	/*sticky footer stuff*/
	* {margin: 0;}
	html, body {height: 100%;}

body {
	background: white url(../images/bg.jpg) no-repeat center top; 
	font-family: arial, helvetica, sans-serif;
}

body.announcement {
	background: white url(../images/bg-announcement.jpg) no-repeat center top;
}

body.signup {
	background: white url(../images/bg-signup.jpg) no-repeat center top;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#logo {
	margin-left: -10px;
}

h1 {color:#0092d0;font-size: 120%;margin-left: 28px;}
h1 span{color: #000c59;font-size: 160%;}

h2 {
	background: url(../images/h2-bg.gif) no-repeat;
	color:white;
	font-size: 90%; 
	width: 250px; 
	height: 25px;
	padding: 7px 0 0 21px;
	font-weight: bold;
	margin: 5px 0;
}
h2.long-blue{
	background: url(../images/h2-long-blue.gif) no-repeat;
	width: 465px; 
	margin: 14px 0 10px;
}
h2.ask{
	background: url(../images/h2-bg-ask.gif) no-repeat;
	width: 423px; 
	margin: -14px 0 10px -4px;
	_margin:0px 0px 10px 0px;
}

p { 
	color: #202a6e;
	line-height: 140%;
	font-size: 80%;
	width: 450px;
	padding: 0 0 10px 19px;
}
a {
	color: #0082ce;
	font-weight: bold;
}
ul { 
	width: 233px;
	float: left;
	margin-right: 45px;
}
ul li {
	list-style: none;
	background: url(../images/list-bg.gif) no-repeat 0 7px;
	border-bottom: 1px solid #b7e4fa;
	font-size: 75%;
	font-weight: bold;
	padding: 6px 0 5px 19px;
	display: inline-block;
}
ul li a{
	text-decoration:none;
	color: #5f5f5f;
}
ul li.last {
	border-bottom: none;
}

.green
{
    color:#93A221;
}

#pink {
	color: white;
	font-weight: bold;
	font-size: 100%;
	position: absolute;
	top: 519px;
	left:0px;
	background: url(../images/pink-bg.gif) no-repeat;
	width: 370px; height: 83px;
	padding: 8px 0;	
}
#pink p{
	color: white;
	font-size: 100%:
}

#pink a{
	font-size: 85%;
	text-decoration: underline;
	color: white;
}

#iphone {
	background: url(../images/iphone.jpg); 
	width: 380px; 
	height: 207px;
	position: absolute;
	top: 420px;
	right: 0;
}
#iphone a {
	width: 117px; 
	height: 40px; 
	display: block;
	position: absolute;
	top: 108px;
	left: 119px;
	text-decoration: none;
}

#grey-stuff-container {
	margin: 76px auto 0;
	background: url(../images/grey_bg_02.jpg) repeat-x;
}
#grey-stuff {
	width: 950px;
	/*font-size: 70%;*/
	margin: 0 auto;
	padding: 30px 0 100px;
}

#grey-stuff p{
	color: #565656;
	line-height: 150%;
}
#grey-stuff h3 {
	font-size: 130%;
	font-weight: bold;
	color: #565656;
	padding: 0 0 10px 19px;
}

#grey-stuff .left-column{
	width: 50%;
	float: left;
	display:inline;
	overflow:hidden;
}
#grey-stuff .right-column{
	width: 50%;
	float: right;
	display:inline;
	overflow:hidden;
}

.safetyInfo {
	width:400px;
}

.safetyInfo li {
	border:0px;
	color:#565656;
	font-size:80%;
	font-weight:normal;
	line-height:150%;
}

.announcement #logo {
	padding-bottom:35px;
}

.announcement p {
	color:#5f5f5f;
	padding-left:31px;
}

.announcement #ask-shire {
	background: url(../images/ask-bkgd.jpg); 
	_background: none;
	width: 412px; 
	height: 86px;
	position: absolute;
	top: 770px;
	right: 0;
	padding-bottom:14px;
}

.announcement #ask-shire p {
	width:382px;
	padding-left:18px;
}

.announcement #ask-shire .btn {
	float:right;
	background: url(../images/btn-ask.gif); 
	color:#ffffff;
	height:24px;
	width:96px;
	font-size:80%;
	padding:7px 0px 0px 20px;
	margin-right:-5px;
}

#signup {
	color:#5f5f5f;
	padding-top:20px;
	padding-left:31px;
}

#signup h3 {
	font-weight:bold;
	padding-bottom:15px;
}

#signup p {
	color:#5f5f5f;
	font-size:90%;
	padding-left:0px;
}

#signup p.left {
	float:left;
	width:181px;
}

#signup label {
	font-weight:bold;
	font-size:75%;
}

#signup input { border:1px solid #bcdbeb; }

#signup input.large {
	width:343px;
	height:33px;
}

#signup textarea.large {
	border:1px solid #bcdbeb;
	width:343px;
}

#signup input.small {
	width:161px;
	height:33px;
}

#signup .checkbox { float:left;
	height:30px;
	margin-right:15px;
	margin-top:3px;
	width:15px;	
	_border:none;
}

#signup p.checkbox2{ font-size:75%; float:none; padding-left:10px; width:320px; }

#signup .submit { padding-top:25px; }
#signup .submit2 { border:none; }

#footer {
	margin: 0 auto;
	width: 950px;
}

.announcement #footer {
	margin-top:90px;
}

.signup #footer {
	margin-top:60px;
}

#footer p {
	font-size: 70%;
	color: #989898;
	line-height: 180%;
}

#footer a {
	color: #93a221;
	font-weight: bold;
	text-decoration: underline;
}

sup {vertical-align: top; font-size: 30%;}
sup.large { font-size:50%; }
sup.xlarge { font-size:80%; }

.clear {clear: both;}
.float-right {float: right;}

.announcement #blue-border {
	border-top:6px solid #7fc0e6;
	top:970px;
	width:100%;
	position:absolute;
}

.signup #blue-border {
	border-top:6px solid #7fc0e6;
	top:1025px;
	width:100%;
	position:absolute;
}

.required {color:#CB0C30 !important;}
#signup p.required { color:#cb0c30; }
#signup p.required2 { color:#cb0c30; font-size:70%; padding-top:10px; }
