@charset "utf-8";
/* Start of CSS Reset */

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,
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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* End of CSS Reset */

body {
	background-color: #000000;
	text-align: center;
	margin: auto;
	font: 12px/18px Verdana, Arial, san-serif;
	color: #000000;
}

p {
	margin: 0;
	padding: 0;
	margin-top: 18px;
}

.nopadd {
	margin: 0;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 12px Verdana, Arial, san-serif;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.siteby {
	float: right;
	display: inline;
}

/* Styling for main template */

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	position:relative;
	text-align: left;
	margin: auto;
	width: 948px;
	padding: 0 8px;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	left: 0;
	overflow: auto;
}

#logo {
	float: left;
	display: inline;
	width: 948px;
	height: 121px;
	background-color: #ffffff;
}

#space {
	float: left;
	display: inline;
	width: 948px;
	height: 9px;
}

#image {
	float: left;
	display: inline;
	width: 948px;
	height: 242px;
}

#nav {
	float: left;
	display: inline;
	width: 926px;
	height: 55px;
	padding-left: 22px;
}

.become-friend {
	float: right;
	display: inline;
	width: 150px;
	height: 38px;
	text-align:right;
	margin-top:17px;
	font-family:Verdana, Arial, san-serif;
	color:#6FC3ED;
	text-transform:uppercase;
	
}

.become-friend a {
	font-family:Verdana, Arial, san-serif;
	color:#6FC3ED;
	text-transform:uppercase;	
	text-decoration:none;
}

.become-friend a:hover {
	font-family:Verdana, Arial, san-serif;
	color:#6FC3ED;
	text-transform:uppercase;	text-decoration:underline;
}

#content-top {
	float: left;
	display: inline;
	width: 948px;
	height: 10px;
	background-image: url(images/content-top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#content {
	float: left;
	display: inline;
	width: 926px;
	padding: 20px 0 45px 22px;
	background-color: #ffffff;
}

#content-header {
	float: left;
	display: inline;
	width: 545px;
	padding: 0 0 15px 0;
}

#content-header h1 {
	margin: 0;
	padding: 0;
	font: 30px Verdana, Arial, san-serif;
	color: #a25aaf;
	line-height:30px;
}

#content-text {
	clear: left;
	float: left;
	display: inline;
	width: 545px;
	min-height: 284px;
	height: auto !important;
	height: 284px;
}

#content-press-text {
	clear: left;
	float: left;
	display: inline;
	width: 900px;
	min-height: 284px;
	height: auto !important;
	height: 284px;
}


#content-flash {
	float: right;
	display: inline;
	width: 363px;
	padding-left: 18px;
	height: auto;
}

#footer {
	margin: auto;
	text-align: right;
	width: 950px;
	height: 54px;
	padding-right: 14px;
}

#footer a {
	font: 11px/54px Verdana, Arial, san-serif;
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* End of styling for main template */

h3 {
	padding: 0;
	margin: 18px 0;
	font: normal 20px Verdana, Arial, san-serif;
	text-align:center;
}

h2 {
	padding: 0;
	margin: 18px 0;
	font: normal 18px Verdana, Arial, san-serif;
}

ul {padding: 10px 0 0 0;
}

li {margin: 0 0 0 20px;
list-style:circle;
}

.quote {font-style:italic;
tex-align:center;
}

.bold {font-weight:bold;
}

/* Styling for page section backgrounds */

#eat_bg, .resources_bg {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	padding: 5px 2px;
	margin-top: 18px;
}

#eat_bg {
	background-color: #e7f3d9;
}

.resources_bg {
	background-color: #f2825c;
}

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

form p.topform {
	padding-top: 14px;
}

label {
	float: left;
	display: inline;
	width: 100px;
}

.mailinglist {
	width: 200px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	background-color: #ffffff;
	font: 12px Verdana, Arial, san-serif;
	color: #000000;
	width: 185px;
}

select {
	background-color: #ffffff;
	font: 12px Verdana, Arial, san-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 75px;
}

.submit {
	background-color: #ffffff;
	font: 12px Verdana, Arial, san-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 100px;
	height: 21px;
}

/* End of Form Styling */

.press_logo {
	float: left;
	display: inline;
	width: 160px;
	height: 60px;
	margin: 0 12px 12px 0;
}

.people_friends {
	float: left;
	display: inline;
	width: 105px;
	height: 65px;
	margin-right: 2px;
	text-align: center;
}

.ted-image {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

/* SIGN UP FORM */
#signup_form {
	border: 1px solid #cecece;
	padding: 10px;
	width: 300px;
}
#signup_form  p.errorText {
	color: #ff0000;
	font-size: 10px;
}
#signup_form form.form ol li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#signup_form form.form ol li input {
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px 5px;
}
#signup_form form.form ol li.buttons input {
	background-color: #7EBF61;
	border: none;
	width: 55px;
	height: 30px;
	cursor:pointer;
}