@charset "UTF-8";

/* Global resets from http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* Revised by RDB 1/15/10 */

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, button
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	width: 100%;
	background: #4F669C url(../images/page-bg.gif) repeat-x 0 0;
}
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;
}

/******************************/
/**** Page specific styles ****/
/******************************/

#outerContainer
{
	width: 920px;
	margin: 0 auto;
}
#bodyContainer
{
	width: 920px;
	margin-bottom: 10px;
	padding: 35px 0 25px 0;
	background: #FFF url(../images/shuffle.gif) no-repeat 355px bottom;
}
#bodyContainer.thankYou
{
	background: #FFF none;
}
#bodyContainer h1
{
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
	margin: 0 0 35px 40px;
}
#bodyContainer p
{
	font-size: 14px;
	line-height: 18px;
	color: #2A2A2A;
	margin: 0 0 15px 40px;
}
#bodyContainer a
{
	color: #3787BE;
	text-decoration: underline;
}
.blueText
{
	color: #3787BE;
}
#formContainer
{
	width: 300px;
	margin-right: 30px;
	padding: 15px 10px 12px 20px;
	float: right;
	display: inline;
	background: #D9D9D9 none;
}
#formContainer h1
{
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #3787BE;
	margin: 0 0 15px 0;
}
#formContainer p
{
	font-size: 14px;
	line-height: 18px;
	color: #2A2A2A;
	margin: 0 0 10px 0;
}
#formTable th, #formTable td
{
	padding: 5px 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
#formTable th
{
	width: 100px;
}
#formTable td input
{
	width: 191px;
}
#formTable td button
{
	cursor: pointer;
}
.error
{
	display: block;
	margin-top: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #C30;
}
#footerContainer
{
	width: 920px;
	height: 47px;
	margin-bottom: 10px;
	padding-top: 38px;
	background: #DDD url(../images/bridgeway-logo.gif) no-repeat 40px 30px;
}
#footerContainer p
{
	width: 550px;
	margin-left: 250px;
	font-size: 11px;
	line-height: 13px;
	color: #000;
}
#footerContainer a
{
	color: #000;
	text-decoration: underline;
}

.clearAll
{
	clear: both;
}
