@charset "utf-8";
@import url('reset.css');
@import url('default.css');




dt, dd
	{
	margin: 0;
	padding-bottom: .2em;
	}


a, a:link, a:visited, a:hover, a:active
	{
	color: #85868A;
	text-decoration: none;
	}


body
	{
	border: none;
	background: white;
	}
	

h1
	{
	text-align: center;
	}


#page
	{
	width: 540px;
	text-align: left;												
	margin: 0 auto;
	}

	
#logo
	{
	font-size: 36px;
	padding: .5em
	}


#intro
	{
	color: #85868A;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2em;
	text-align: center;
	}


#mainnav, #footer a, #header, #content-footer
	{
	display: none;
	}
	
	
#home-ctas, #news, #testimonials
	{
	margin-bottom: 2em;
	}
	

#home-ctas .cta
	{
	float: left;
	width: 160px;
	margin: 0 20px 1em 0;
	}
	
	
#home-ctas dt a 
	{
	color: #293A54;
	text-decoration: none;
	}
	

#contact
	{
	text-align: center;
	margin-bottom: 4em;
	}
	
	
#contact h3
	{
	color: #85868A;
	}	
	

#contact dt
	{
	background: none;
	}


#news h4 a:link, #news h4 a:visited
	{
	color: #293A54;
	text-decoration: none;
	}
	
	
#testimonials cite
	{
	color: #52729D;
	font-style: italic;
	}

	
#footer
	{
	border-top: 1px dotted #85868A;
	clear: both;
	text-align: center;
	margin-top: 4em;
	padding: 2em;
	}


