* {
	margin: 0;
	padding: 0;
}

/* General Site Styling */
body {
	background-color: rgb(204, 204, 204);
	font-family: "Arial", "Helvetica";
	font-size: 1.0em;
	line-height: 18px;
	color: #000;
	text-align: center;
	letter-spacing: 0.035em;
}

a, a:visited {
	outline: none;
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a:hover {
	color: #006666;
	border-bottom: 1px dotted #006666;
}

a.selected {
	color: #ff05b4;
	border-bottom: none;
}

a.tooltip {
	border-bottom: none;	
}

a.home-link {
	border-bottom: none;	
}

p {
	text-align: left;
	margin-top: 12px;
	width: 480px;
}

body img {
	border: none;
}

#sitewrap {
	width: 100%;
	margin: 0px auto;
	background: #FFF;
}

#sitewrap div.clear{
	clear: both;
}

#top-shadow {
	position: absolute;
	background: transparent url(../images/top_blue.png) repeat-x 0 0;
	position: fixed;
	width: 100%;
	height: 82px;
	z-index: 9998;
	top: 0;
	left: 0;
}

#content {
	width: 512px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 50px;
}

#content p.first {
	text-indent: 0.80em;
}

#content h3 {
	font-family: Lucida Grande, Tahoma;
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
	margin-top: 25px;
	padding-bottom: 6px;
	font-size: 1.5em;
	text-align: left;
}

/* Signup Form Styling */
#content div.form-container {
	margin-top: 18px;
}

#content div.form-container img.tooltip-icon {
	float: none;
	position: relative;
	top: 2px;
	left: 2px;
}

#content div.form-container img {
	float: left;
}

/* Signup Form Styling */
form#signupform {
	position: relative;
	background-color: #CCC;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 0.6em;
	width: 239px;
	height: 200px;
	text-align: left;
	border: 2px solid #999;
}

form#signupform input,
form#signupform select{
	width: 145px;
	color: #000;
	background: transparent url(../images/form_field_bg.gif) repeat-x 0 0;
	background-color: #ccffff;
	border: none;
	height: 1.54em;
	position: relative;
	margin-left: 10px;
}

form#signupform select {
	font-size: 0.75em;
	background: transparent url(../images/form_field_bg.gif) repeat-x 0 0;
}

form#signupform input#email {
	width: 171px;
}

form#signupform select#bday-month {
	width: 47px;
}


form#signupform select#bday-day {
	width: 45px;
	margin-left: 0px;
}

form#signupform select#bday-year {
	width: 51px;
	margin-left: 0px;
}

form#signupform select#mbti {
	width: 55px;
	margin-right: 6px;
}

form#signupform fieldset {
	border: none;
}

#signupform ol li{
	padding-bottom: 12px;
	list-style: none;
	font-size: 1.3em;
	letter-spacing: 0.03em;
}

form#signupform input#submit-button,
form#signupform input#submit-button:visited {
	background: url(../images/submit_btn.gif) no-repeat 0 0;
	width: 84px;
	height: 22px;
	position: absolute;
	text-indent: -9999px;
	border-bottom: none;
	right: 15px;
}

form#signupform input#submit-button:hover {
	background-position: 0 -22px;
	cursor: pointer;
}

form#signupform ol li span label {
	padding-left: 5px;
	color: red;
	display: inline;
}

/* Add Dream Form Styling */
form#anon-dream {
	width: 80%;
	margin: 0px auto;
	height: 270px;
	padding: 8px;
	padding-top: 12px;
	border: 2px solid #999;
	background-color: #CCC;
}

form#anon-dream div#char-count {
	position: relative;
	float: right;
	width: 150px;
	right: 42px;
	font-size: 0.82em;
	text-align: right;
}

form#anon-dream span {
	float: left;
	font-size: 0.92em;
	position: relative;
	left: 40px;
}

form#anon-dream input,
form#anon-dream textarea {
	background: transparent url(../images/form_field_bg.gif) repeat-x 0 0;
	background-color: #ccffff;
	width: 80%;
	padding: 3px;
	margin: 0px auto;
	display: block;
	overflow: auto;
	position: relative;
	margin-bottom: 10px;
	clear: both;
}

form#anon-dream textarea#dream-body {
	height: 150px;
}

form#anon-dream input#submit-dream-button,
form#anon-dream input#submit-dream-button:visited {
	background: url(../images/add_dream_btn.gif) no-repeat 0 0;
	border: 1px solid #999;
	width: 84px;
	height: 22px;
	text-indent: -9999px;
	margin-right: 49px;
	float: right
}

form#anon-dream input#submit-dream-button:hover {
	background-position: 0 -22px;
	cursor: pointer;
}

/* Contact Form Styling */
form#contactform {
	position: relative;
	background-color: #CCC;
	top: 20px;
	font-size: 0.6em;
	width: 320px;
	text-align: left;
	border: 2px solid #999;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

form#contactform input,
form#contactform select,
form#contactform textarea {
	width: 215px;
	color: #000;
	background: transparent url(../images/form_field_bg.gif) repeat-x 0 0;
	background-color: #ccffff;
	border: 1px solid #666;
	position: relative;
}

form#contactform input#email {
	width: 237px;
}

form#contactform textarea {
	width: 276px;
	color: #999;
	padding: 5px;
}

form#contactform select {
	font-size: 0.75em;
}

form#contactform fieldset {
	border: none;
	padding-top: 12px;
	padding-left: 15px;
}

form#contactform ol li {
	position: relative;
	padding-bottom: 12px;
	list-style: none;
	font-size: 1.3em;
	letter-spacing: 0.03em;
}

form#contactform input#submit-button,
form#contactform input#submit-button:visited {
	background: url(../images/send_btn.gif) no-repeat 0 0;
	width: 84px;
	height: 22px;
	position: relative;
	text-indent: -9999px;
	border: none;
	left: 18px;
	bottom: 4px;
}

form#contactform input#submit-button:hover {
	background-position: 0 -22px;
	cursor: pointer;
}
form#contactform span label.error {
	padding-right: 3px;
	color: red;	
}

/* FAQ Styling */
ul.faq {
	position: relative;
	margin-top: 35px;
	text-align: left;
	list-style: none;
}

ul.faq li {
	margin-bottom: 40px;
}

ul.faq h4 {
	border-bottom: 1px dashed #999;
	padding-bottom: 2px;
	width: 290px;
}

ul.faq span {
	margin-top: 5px;
	font-size: 0.875em;
	display: block;
	width: 500px;
}


/* Footer Styling */
#footer-wrap {
	margin-top: 50px;
	height: 73px;
	background: url(../images/footer_shim.gif) repeat-x 0 0;
}

#footer-wrap #footer {
	background: url(../images/footer_tab.gif) no-repeat center;
	height: 73px;
	margin: 0px auto;
	width: 779px;
	font-size: 0.875em;
}

#footer-wrap #footer #footer-left {
	float: left;
	height: 40px;
	width: 165px;
	position: relative;
	left: 35px;
	top: 16px;
}

#footer-wrap #footer #footer-right {
	float: right;
	position: relative;
	top: 26px;
	right: 38px;
	text-align: right;
}

#footer-wrap #footer #footer-right span.extrainfo {
	font-size: 0.75em;
	display: block;
	color: #999;
}

#footer-wrap #footer #footer-right a {
	margin-left: 12px;
	border-bottom: none;
	color: #666;
	outline: none;
}

#footer-wrap #footer #footer-right a:hover {
	background-color: #ccffff;
	border-bottom: 1px dotted #666;
}