@charset "utf-8";
/* CSS Document */


body {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	background: #f8f8f0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
}
.oneColFixCtrHdr #container {
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/recovery-across-paradigms/images/registration-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
.oneColFixCtrHdr #header {

	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	height: 855px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Google Doc Form Style */
.ss-q-title
{display:block;font-weight:bold;
color: #35482c;}

h1 {
	color: #36A0D2;
	font-size: 2em;
}

h2 {color: #45321c;}

ul
{padding:0 0 1em 1em}ol{padding:0 0 1em 1.3em}

li
{line-height:1.5em;padding:0 0 .5em 0}

a {
color: #674f87;
text-decoration: none;}

a:hover {
color: #674f87;
text-decoration: underline;}



.ss-textarea
{max-width:99%}

.ss-q-help
{display:block;color:#666;}

.ss-q-long
{max-width:90%}

.ss-form-entry
{margin-bottom:1.5em}

.ss-choices
{list-style:none;margin:0 0 0 0;padding:0}

.ss-required-asterisk
{color:#c43b1d}

label
{display:block;cursor:pointer}

ul label
{display:inline}

label.error {
	color: #c43b1d;
	font-size: 9px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#leftForm
{float:left;
width: 250px;
padding-left: 125px;
padding-bottom:0;
margin-bottom: 0;}

#rightForm
{float:right;
width: 250px;
padding-right: 100px}

#leftText
{
	float:left;
	width: 250px;
	padding-left: 125px;
	font-size: 9pt;
}

#rightText
{float:right;
width: 250px;
padding-right: 100px;
font-size: 9pt;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.space {
	padding-left: 125px;}
	
div.hr {
  height: 1px;
  background: url(/images/seperator_events.gif) no-repeat scroll center;
  padding-top: 0;
  padding-bottom: 8px;
}	

