* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #000;
}

div#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

div#main_navigation {
	margin-bottom: -2px;
}

div#header_content {
	margin-top: -3px;
}

div#content {
	width: 900px;
	background-color: #fff;
	margin-top: -3px;
	overflow: auto;
}

div#main_column {
	width: 580px;
	padding: 29px 10px 10px 32px;
}

div#right_column {
	float: right;
	width: 225px;
	margin: 29px 35px 0px 0px;
}

div#right_column img {
	padding-bottom: 20px;
}

div#right_column h2 {
	margin-bottom: 10px;
}

li {
	list-style-type: none;
	padding: 10px;
}

a, a:visited, a:link {
	color: #36424a;
}

p {
	padding: 0px 0px 15px 0px;
	line-height: 1.6em;
}

p.standout {
	font-size: 1.3em;
	font-weight: bold;
	color: #828a8f;	
}

label {
	font-weight: bold;
}

div#footer {
	padding: 14px 0px 20px 8px;
	font-size: 9px;
	color: #cfcfcf;
	line-height: 2em;
}

div#footer a {
	font-size: 9px;
	color:#cfcfcf;
}

div#footer a:hover {
	color: #fff;
}

#wordart_title {
	margin-bottom: 20px;
}

.byline {
	font-size: .9em;
	color: #888;
}

.error {
	color: #900;
}

#error_messages {
	margin-bottom: 15px;
	margin-left: 10%; 
	margin-right: 10%;
	border: 2px solid #900;
	padding: 10px;
}

.dotted_border_bottom {
	margin: 10px 0px;
	border-bottom: 2px dotted #666;
}

/* news item styles */

div.item_container {
	margin-bottom: 20px;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
}

input, select, textarea {
	border: 1px solid #999;
	padding: 1px;
}

/* timecapsule pages styles */
.timecapsule_form_group {
	background-color: #ddd; 
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
}

.timecapsule_form_group * {
	padding: 0px;
	margin: 0px;
} 

.timecapsule_form_group .indent {
	padding: 8px 0px 0px 20px;
}

.timecapsule_form_group input,
.timecapsule_form_group select,
.timecapsule_form_group textarea {

	padding: 2px;
	border: 1px solid #999;
	
}

.info {
	font-style: italic;
	font-size: 0.9em;
}

span.word_count {
	font-style: italic;
}

.required {
	color: #900;
}

/* countdown clock */
div#countdown_clock {
	position: relative;
	width: 225px;
	height: 600px;
	background-image: url('bg-images/countdown-bg.png');
	text-align: center;
}	

div#countdown_time_display {
	height: 30px;
	width: 213px;
	color: #ff0099;
	font-weight: bold;
}

div#countdown_time_display span {
	height: 30px;
	line-height: 30px;
	font-size: 1.4em;
}

span#countdown_days, span#countdown_hours, 
span#countdown_minutes, span#countdown_seconds, 
span#countdown_separator_1, span#countdown_separator_2, 
span#countdown_separator_3 {
	position: absolute;
	top: 250px;
}

span#countdown_days {
	left: 20px;
}

span#countdown_hours {
	left: 75px;
}

span#countdown_minutes {
	left: 123px;
}

span#countdown_seconds {
	left: 166px;
}

span#countdown_separator_1 {
	left: 60px;
}

span#countdown_separator_2 {
	left: 105px;
}

span#countdown_separator_3 {
	left: 155px;
}

div#countdown_make_a_gift_button {
	position: absolute;
	top: 550px;
	left: 20px;
}

/* Section Colors */
.about, a.about:hover {
	color: #0d9b8c;
}

.whatsinside, a.whatsinside:hover, .gala, a.gala:hover {
	color: #ec0088;
}

.sustainability, a.sustainability:hover {
	color: #aab300;
}

.newsupdates, a.newsupdates:hover {
	color: #ff6418;
}

.faqs, a.faqs:hover , .quick_facts, a.quick_facts:hover {
	color: #91a1be;
}

.giving, a.giving:hover {
	color: #d7c834;
}

.timecapsule, a.timecapsule:hover {
	color: #0098cd;
}

