@charset "UTF-8";
/* CSS Document */

body {
	color:#FFF;
	font:12px/1.5em Helvetica, Arial, sans-serif;
	background-color:#000;
	text-align:center;
	margin:0;
}

 a {
		color:#c09339;
	}
	
/* General page styles
----------------------------------------- */
h2, h3 {
	color:#c09339;
	font:22px Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:15px;
}
	
.top { margin-top:0; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
a.home {
	color:#c09339;
	font-size:12px;
	background:url(../images/raquote_top.gif) no-repeat right center;
	text-transform:uppercase;
	padding:0 15px 0 0;
	margin:0;
}

/* Page structures
----------------------------------------- */
#page {
	width:981px;
	text-align:left;
	margin:0 auto;
}

#col-main {
	width:680px;
	float:left;
}
	#header {
		width:100%;
		height:183px;
		background:url(/presidents/images/header.jpg) no-repeat;
		position:relative;
		margin:0;
	}
		#header a {
			display:block;
			width:400px;
			height:120px;
			text-indent:-5000px;
			overflow:none;
			position:absolute;
			left:35px;
			top:30px;
		}
	#body {
		width:100%;
		/* min-height:576px; */
		overflow:auto;
	}
		div.home {
			background:url(/presidents/images/body_candles.jpg) no-repeat;
		}
		div.lower {
			background:url(/presidents/images/body_flat.jpg) no-repeat;
		}
		
	#nav {
		width:162px;
		/* give nav a height to force minimum height of body within IE6 */
		height:576px;
		float:left;
		text-align:right;
		padding:0;
		margin:0;
	}
		#nav li {
			border-top:1px solid #737c67;
			padding:9px 0;
			margin:0 0 0 42px;
		}
			#nav li.alpha {
				border:none;
				padding-top:0;
			}
		#nav li a {
			color:#fff;
			display:block;
			padding-right:20px;
			text-decoration:none;
			background:url(../images/nav_bullet.gif) no-repeat right center;
		}
		#nav li a:hover {
			text-decoration:underline;
		}
		#nav li a.selected {
			color:#c09339;
		}
		#nav li a.selected:hover {
			text-decoration:none;
		}
		
	#content {
		width:428px;
		float:left;
		padding:0 60px 0 30px;
		margin:0;
	}
	
#col-sec {
	width:301px;
	min-height:576px;
	float:left;
	background:url(/presidents/images/sec_candles.jpg) no-repeat;
}
	#flash {
		width:100%;
		height:759px;
		position:relative;
	}
		#flash a.home {
			position:absolute;
			right:45px;
			top:20px;
		}
		#flash a.get-flash {
			width:271px;
			height:251px;
			display:block;
			background:url(/presidents/images/get_flash.jpg) no-repeat;
			text-indent:-1000px;
			overflow:hidden;
			position:absolute;
			left:2px;
			top:110px;
		}

#footer {
	width:100%;
	height:145px;
	clear:both;
	background:url(../images/footer.gif) no-repeat;
	position:relative;
	margin:0 0 50px;
}
	#footer a.home {
		background-image:url(../images/raquote_bottom.gif);
		position:absolute;
		right:40px;
		top:75px;
	}
	#footer p.copyright {
		color:#666;
		font-size:10px;
		text-transform:uppercase;
		position:absolute;
		right:40px;
		top:120px;
		padding:0;
		margin:0;
	}

/* Content styles
----------------------------------------- */
.intro {
	color:#f4e4bc;
	font-size:24px;
	line-height:38px;
	font-weight:normal;
	padding:0;
	margin:-0.25em 0 0;
}
	.intro a {
		color:#c09339;
	}
	
.photo-left {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	margin-top:.25em;
}
.photo-right {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:.25em;
}

/* Donate Form
----------------------------------------- */

#donate {
	width:400px;
}
	#donate h3 {
		border-bottom:1px solid #737c67;
		padding-bottom:4px;
		margin:20px 0 15px;
	}
	#donate .row {
		position:relative;
		margin:0 0 15px;
	}
		#donate .inset {
			width:295px;
			margin:0 0 0 105px;
		}
		#donate .medium {
			width:150px;
		}
		#donate .small {
			width:80px;
		}
		#donate .double-row {
			margin-bottom:6px;
		}
		#donate .submit {
			margin-top:25px;
		}
	#donate .row label {
		text-transform:uppercase;
		position:absolute;
		left:0;
		top:0;
	}
	#donate .row input,
	#donate .row select {
		display:block;
		width:100%;
		border:1px solid #737c67;
		text-indent:5px;
		padding:2px 0;
	}
	#donate .row select {
		text-indent:0;
	}
	
/* Gallery
----------------------------------------- */

.photo-gallery .photo {
	width:420px;
	overflow:hidden;
}
#gallery-title {
	color:#fff;
	font:italic 12px Helvetica, Arial, sans-serif;
	margin:25px 0 5px;
}
#gallery-author {
	color:#fff;
	font:bold 12px Helvetica, Arial, sans-serif;
	margin:0;
}
#gallery-desc {
	margin:15px 0 20px;
}
#gallery-thumbs {
	list-style:none;
	overflow:auto;
	margin:20px 0;
}
	#gallery-thumbs li {
		display:inline;
		float:left;
		padding:5px;
	}
	#gallery-thumbs li:hover {
		padding:4px;
		border:1px solid #ccc;
	}
	#gallery-thumbs li.on {
		padding:4px;
		border:1px solid #c09339;
	}
	#gallery-thumbs li a {
		width:50px;
		height:50px;
		display:block;
		overflow:hidden;
	}
	
	
