/*	=============================================================

	GENERAL CSS for screen/projection
	
	============================================================= */

/*	-------------------------------------------------------------
	BASE
	------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font: 11px/1.6em "Lucida Grande", Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	background-image: url(../img/layout/body_bkgd.gif);
}
#html body {
	font-size: 10px;
}

#container {
	width: 750px;
	margin: 15px auto 0;
	border: 1px solid #727272;
	text-align: left;
	position: relative;
	background-image: url(../img/layout/container_main_bkgd.gif);
	background-repeat: repeat-y;
}


/*	-------------------------------------------------------------
	TYPOGRAPHY
	------------------------------------------------------------- */

p {
	margin: 0 0 .75em 0;
}

p.indent {
	padding: 0 0 0.75em 2.7em;
}

h1, h2, h3 {
	color: #1A334D;	
}

h1 {
	font-size: 140%;
	padding: .5em 0;
}

h2 {
	font-size: 120%;
	padding: 1.5em 0 0 .5em;
}

h3, p {
	font-size: 100%;
	padding: 0em 1.5em;
}

h3.more_info {
	background-image: url(../img/layout/more_info_separator.gif);
	background-repeat: no-repeat;
	background-position: 17px 0;
	padding-top: .5em;
}

h2.project_header {
	color: white;
	background-image: url(../img/layout/sponsors_project_header.gif);
	background-repeat: no-repeat;
	margin-top: 1.5em;
}

hr {
	margin: 30px 0px;
}
* html hr {
	margin: 5px 0px;
}


/*	-------------------------------------------------------------
	LINKS
	------------------------------------------------------------- */
	
a, a:visited {
	color: #1B4E5C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFF00;
}

#right_column a {
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}

#right_column a:hover {
	color: #25697C;
}

a img,
a:visited img {
	padding: 2px 2px;
	border: none;
}

a.gallery img,
a.gallery:visited img {
	border: 2px solid #D1C6B5;
}

a.gallery:hover img {
	border: 2px solid black;
}


/*	-------------------------------------------------------------
	NAVIGATION
	------------------------------------------------------------- */

#top_nav {
	width: 100%;
	padding: 0;
	height: 2.5em;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #CB702A;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #727272;
}

#top_nav ul {
	margin: 0;
	padding: .25em 12px .25em;
	list-style: none;
}

#top_nav li {
	display: inline;
	margin: 0;
	padding: 0;
	background-image: none;
	line-height: 1em;
	text-indent: 0;
}

#top_nav a, #top_nav a:visited {
	float: right;
	display: block;
	margin-top: 3px;
	padding: .25em 8px;
	border-width: 0;
	color: #FFB54C;
	font-weight: bold;
}

#top_nav a:hover, #footer a:hover {
	color: #FFFF00;
}

#welcome #nav_welcome a,
#about #nav_about a,
#news #nav_news a,
#volunteers #nav_volunteers a,
#sponsors #nav_sponsors a,
#donors #nav_donors a,
#fundraising #nav_fundraising a,
#current_builds #nav_current_builds a,
#past_builds #nav_past_builds a,
#restore #nav_restore a,
#contacts #nav_contacts a {
	color: white;
}


/*	-------------------------------------------------------------
	HEADER
	------------------------------------------------------------- */

#header {
	background-image:  url("../img/layout/header_main.gif");
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 80px;
	margin-top: 2.7em;
	border-bottom: 1px solid #727272;
}


/*	-------------------------------------------------------------
	STRUCTURE
	------------------------------------------------------------- */

#content, #content_2, #content_3 {
	float: left;
	width: 750px;
}
/*	3px margin bug hack */
* html #content, * html #content_2, * html #content_3 {
	margin-right: -3px;
}

#content_2 {
	padding-bottom: 20px;
}

#left_column {
	float: left;
	width: 160px;
}

#right_column {
	float: right;
	width: 560px;
}

#left_column_2, #right_column_2, #xc2 {
	padding: 5px 20px;
}

#left_column_2 {
	padding-right: 0;
}

#left_column, #right_column {
	margin-top: -8px;
}

#right_column {
	line-height: 1.6em;
}


/*	-------------------------------------------------------------
	TABLES
	------------------------------------------------------------- */

table {
	border: none;
	border-spacing: 0px;
	border-collapse: separate;
	margin-left: 20px;
}

table tr {
	vertical-align: center;
}

table.gallery {
	width: 450px;
}

table.gallery td {
	width: 48px;
}

table.sponsors {
	width: 450px;
}

table.sponsors tr {
	vertical-align: top;
}

table.sponsors td.col_1 {
	width: 216px;
	padding-top: 0em;
	padding-bottom: 1em;
}

table.sponsors td.col_2_first {
	width: 208px;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

table.sponsors td.col_2 {
	width: 208px;
	padding-top: 1.5em;
	padding-bottom: 1em;
	background-image: url(../img/layout/sponsors_right_curl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

table.sponsors a img,
table.sponsors a:visited img {
	padding: -1px;
	border: none;
}



/*	-------------------------------------------------------------
	LISTS
	------------------------------------------------------------- */

ul {
	padding: 0;
	list-style: none;
}

ul li {
	margin: 0 0 .5em;
	padding: 0;
}

#left_column ul {
	margin: 1.5em 0 0 .5em;
	font: 85%;
	line-height: 1.4em;
}

#right_column ul {
	padding-left: 2.75em;
	list-style: disc;
}


/*	-------------------------------------------------------------
	FOOTER
	------------------------------------------------------------- */

#footer {
	clear: both;
	padding-top: 0;
	border-top: 1px solid #25697C;
	border-bottom: 1px solid #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 20px;
	color: #779199;
	font-size: 85%;
	text-align: center;
	line-height: 1.6em;
	background-image: url(../img/layout/footer_bkgd.gif);
}
* html #footer p {
	height: 1%;
}

#footer a,
#footer a:visited {
	color: #94B7C1;
}


/*	-------------------------------------------------------------
	IMAGES
	------------------------------------------------------------- */

img {
	border: none;
	margin: 10px 0px;
}

ul img {
	margin: 0px 5px -3px 2px;
}

img.left_wrap {
	float: right;
	margin: 0px 15px;
}

img.right_wrap {
	float: left;
	margin: 0px 15px;
}