@charset "utf-8";
/* Layout CSS */

body 
{
color:#5e5e5e;
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: 0.75em; /* 16px x .75 = 12px */
line-height: 1.4em; /* 12px x 1.333 = 16px */
}

.not-front {
	font-size: 	0.813em;
	line-height: 1.333em;
	}
#container 
{
width: 880px;
margin: 0 auto;
}




/* Site Header */
#header
{
 padding-bottom: 5px;
}
#header,
#header-inner
{
width:880px;
height:110px;

}
#header-inner
{
position:absolute;
}
a 
{
color: #e37601;
text-decoration:none;
}

a:hover
{
text-decoration: underline;
}

/* Site Content */
#main
{

}
#main-inner {
	position:relative;
}
#slideshow{
	width: 880px;
	height: 460px;
}

.feature  {
	width: 880px;
	height: 459px;
}

.front .block {
	padding:25px;
	float:left;
	position:relative;
	margin-top: 0px;
}
.not-front #content
{
padding: 50px 90px 80px;
}

#content-inner {
	width:100%;
	overflow:hidden;
	position:relative;
	
	}
h2 
{
color: #8e8e8e;
}
.front h2
{
font-size: 1.65em;
line-height: 1.2em;
}

.not-front h2
{
font-size: 2.75em;
line-height: 1.2em;
margin-bottom:10px;
}
h3
{
font-size: 1.4em;
line-height: 1.7em;
color: #e37601;
font-weight:normal;
font-style: italic;
}

p 
{
margin: 12px 0;	
}

#footer {
	margin-top: 25px;
	border-top: 1px solid #f0f0f0;
}

.block
{
 display:block;
}