
body 
{
	font-family: Georgia, serif;
	background: #FFFFFF;
}

h1
{
	font-family: Georgia, serif;
}

.splash h1 
{
	display: block;
	height: 100%;
}

.splash h1 a 
{

	display: block;
	width: 460px;
	height: 13px;
	background: #FFFFFF url(/assets/images/home_logo.png) no-repeat top left; 
	text-indent: -5000px;
	position: absolute;
	top: 50%;
	margin-top: -13px
}

/* all except for splash */

.core {
	padding-top: 50px;
}

.core h1 
{
	display: block;
}

.core h1 a 
{

	display: block;
	width: 460px;
	height: 13px;
	background: #FFFFFF url(/assets/images/core_logo.png) no-repeat top left; 
	text-indent: -5000px;
}

.core .content {
	margin-top: 31px;
}

.core ul {
	list-style: none;
}

.core li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.core li a {
	text-decoration: none;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
}
.core li a:hover, 
.core li a.active {
	text-decoration: underline;
}


.core .caption {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 9px;
	line-height: 16px;	
}

.core .caption strong {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 20px;	
	font-weight: normal;
	margin-bottom: 4px;
	padding-top: 5px;
	display: block;
	width: 300px;
	border-top: 1px #888 solid;
}

/* home */

.home p {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 13px;
	line-height: 20px;
}

.sc {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
}

.home p.wright {
	text-transform: none;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 17px;
}

p a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
}



.home p.date {
	width: 300px;
	display: block;
	height: 30px;
	background: #FFFFFF url(/assets/images/dates.png) no-repeat top left; 
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}

/* essay */

.essay h3 {
	display: block;
	width: 300px;
	height: 12px;
	background: #FFFFFF url(/assets/images/essay_title.png) no-repeat top left; 
	text-indent: -5000px;
	margin-top: 3px;
	margin-bottom: 24px;
}

.essay p {
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
}

.essay_wrapper {
	position: absolute;
	left: 50%;
	width: 620px;
	margin-left: -310px;
	top: 153px;
	overflow: hidden;
}

.container_12
{
/* 	background: #fff url(/assets/images/12_col.gif) repeat-y; */
	margin-bottom: 20px;
}

.essay .column p {
	width: 300px;
}

.essay .column {
	overflow: hidden
}

.left_arrow {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 324px;
	width: 18px;
	
	height: 18px;
	display: none;
}

a.zoom {
	font-family: "Times New Roman";
	text-decoration: none;
	color: #000;
	font-size: 24px;
	display: block;
	margin-bottom: -30px;
	position: relative;
	left: 10px;
	top: -40px;
}

.right_arrow {
	position: absolute;
	left: 50%;
	margin-left: 330px;
	top: 324px;

	width: 18px;
	height: 18px;
	display: none;
}

#img_nav {
	padding-top: 0px;
}

.capn a {
	text-decoration: none;
	color: #000;
}

.capn a.active {
	text-decoration: underline;
}
