/* defaults */

	html
	{
		font: normal 12px Arial, sans-serif;
		color: #333333;
	}
	body
	{
		background-color: #C7D2CD;
		margin: 0px;
		padding: 0px;
		line-height: 135%;
	}
	
	h1, h2, h3, h4, h5, h6, h7
	{
		color: #134230;
		font-weight: normal;
		font-family: "Helvetica Neue", Arial, sans-serif;
		margin: .6em 0px .4em 0px;
	}
	h1:first-child,
	h2:first-child,
	h3:first-child,
	h4:first-child,
	h5:first-child,
	h6:first-child,
	h7:first-child
	{
		margin-top: 0px;
	}
	h1
	{
		font-size: 16px;
	}
	h2
	{
		font-size: 14px;
	}
	h3
	{
		font-size: 12px;
	}
	p
	{
		margin: 0px;
		padding: 0px 0px .8em 0px;
	}
	form
	{
		margin: 0px;
		padding: 0px;
	}
	img
	{
		border: none;
	}
	a
	{
		color: #134230;
	}



/* layout */

	.clear_both
	{
		clear: both;
		margin: 0px;
		padding: 0px;
		height: 0px;
		font-size: 0px;
	}
	
	.main
	{
		width: 700px;
		margin: 0px auto;
		padding: 0px 25px 0px 20px;
		background-image: url("/images/shadow_right.gif");
		background-repeat: repeat-y;
		background-position: top right;
		background-color: #FFFFFF;
	}
	.header_logo
	{
		text-align: center;
		padding: 5px;
		border-bottom: 1px solid #134230;
	}
	.header_content
	{
		padding: 5px 0px;
		border-bottom: 1px solid #134230;
		margin: 0px 0px 5px 0px;
	}
	.header_content_blurb
	{
		float: left;
		width: 325px;
		background-image: url("/images/logo_light.gif");
		background-repeat: no-repeat;
		background-position: center;
		
		font: normal 16px "Helvetica Neue Light", Arial, sans-serif;
		color: #666666;
		line-height: 150%;
		
		padding: 20px 0px;
	}
	.header_content_photo
	{
	float: inherit;
	width: 700px;
	}
	.content
	{
		background-image: url("/images/column_colors.gif");
		background-repeat: repeat-y;
		background-position: top right;
	}
	.content_nav
	{
		font: normal 16px "Helvetica Neue", Arial, sans-serif;
		padding: 5px 0px 10px 0px;
	}
	.content_nav a
	{
		color: #134230;
		text-decoration: none;
	}
	.content_nav a:hover
	{
		text-decoration: underline;
	}
	.content_body
	{
		float: left;
		width: 355px;
		padding: 0px 20px 0px 0px;
	}
	.content_section
	{
		padding: 0px 0px 20px 0px;
		margin: 0px 0px 20px 0px;
		background-image: url("/images/dotted_hr.gif");
		background-repeat: repeat-x;
		background-position: bottom left;
	}
	.content_section:last-child
	{
		background-image: none;
	}
	.content_sidebar
	{
		float: left;
		width: 130px;
		padding: 12px 16px 20px 16px;
		color: #666666;
	}
	.footer
	{
		width: 740px;
		margin: 0px auto;
		padding: 10px 5px 20px 0px;
		background-image: url("/images/shadow_bottom.gif");
		background-repeat: no-repeat;
		background-position: top right;
		text-align: center;
	}
	
	h2.phone_number
	{
		font-size: 16px;
		margin-bottom: 25px;
	}
