﻿@charset "utf-8";

/* ===================== COMMON ELEMENTS ======================== */

html, 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;
}
ol, ul {
	list-style: none;
}

body {
	background-color: #c0c0c0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wrapper {
	width: 960px;
	height: auto;
	margin: 0px auto;	
	background-color: #fff;
	overflow: hidden;
}

#header {
	width: 914px;
	height: 59px;
	padding: 0px 22px 0px 22px;
}

#headleft {
	float: left;
}

#headright {
	float: right;
}

#filbert {
	background: #fff url(images/filbert.jpg) no-repeat center top;
	width: 960px;
	height: 431px;
	z-index: -1;
}

#filbertshare {
	background: #fff url(images/filbert_share.jpg) no-repeat center top;
	width: 960px;
	height: 431px;
	z-index: -1;
}

#startnow {
	background: url(images/takeourquiz.gif) no-repeat center top;
	position: absolute;
	width: 529px;
	height: 397px;
	margin-top: 47px;
	margin-left: 47px;
	z-index: 0;
}

#sharenow {
	background: url(images/shareformbg.gif) no-repeat center top;
	position: absolute;
	width: 529px;
	height: 397px;
	margin-top: 47px;
	margin-left: 47px;
	z-index: 0;
}

#quizflash {
	position: absolute;
	background-color: transparent;
	width: 524px;
	height: 392px;
	padding-top: 47px;
	padding-left: 47px;
	z-index: 1;
	visibility: hidden;
}

#buttonstart {
	position: absolute;
	width: 169px;
	height: 47px;
	margin-top: 286px;
	margin-left: 315px;
	z-index: 2;
}

#shareform {
	position: absolute;
	width: 483px;
	height: 283px;
	margin-top: 49px;
	margin-left: 11px;
	padding: 10px 10px 10px 10px;
	z-index: 2;
}

#error {
	position: absolute;
	width: 529px;
	height: 397px;
	margin-top: 0px;
	margin-left: 0px;
}

#filbertfooter {
	background: #fff url(images/filbertfooter.gif) no-repeat center top;
	width: 960px;
	height: 83px;
}

#bookmark {
	padding-top: 27px;
	padding-right: 50px;
}

#midtext {
	background: #fff url(images/midtext.gif) no-repeat center top;
	width: 960px;
	height: 187px;
	margin-top: 15px;
}

#midtext_white {
	padding: 20px 0px 0px 45px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

#midtext_black {
	padding: 25px 50px 0px 45px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
}

.midtext_black_link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #56901d;
	text-decoration: underline;
}

#copyright {
	background: #fff url(images/footer.gif) no-repeat center top;
	width: 960px;
	height: 40px;
	margin-top: 10px;
}

#copyright_text {
	float: right;
	margin: 12px 60px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
}

.formcopy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.required {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #f00;
}

.text {
	width: 218px;
}

.textlong {
	width: 465px;
}

.textarea {
	width: 465px;
	height: 66px;
}

sup {
	font-size: 8px;
}

.sup {
	font-size: 8px;
	font-weight: bold;
}

.supblack {
	font-size: 9px;
	color: #000;
}

#footer {
	width: 960px;
	height: 120px;
	padding: 25px 0px 25px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #7b7b7b;
}

#footerleft {
	float: left;
	margin-left: 35px;
	width: 45%;
}

#footerright {
	float: right;
	margin-right: 35px;
	width: 45%;
}

#headerbanner {
	width: 900px;
	height:auto;
	margin:0 auto;
	padding: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #7b7b7b;
	background-color:#fff;
}
