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

/* Tiles */
#outer_div #content table#tiles {
	width: 100%;
	margin-top: 150px;
	}
#outer_div #content td.tile {
	width: 32%;
	border-radius: 25px;
	padding: 0px 2px 2px;
	vertical-align: top;
	}
#outer_div #content td.tile h1 {
	letter-spacing: -.025em;
	font-size: 2.4em;
	font-weight: 400;
	color: white;
	margin: 0px 0px 3px 15px;
	white-space: nowrap;
	}
#outer_div #content td.tile h1 a {
	color: white;
	text-decoration: none;
	}
#outer_div #content td.tile h1 a:hover {
	color: #e0dfb5;
	}
#outer_div #content td.left {
	background-color: #a5b68f;
	}
#outer_div #content td.center {
	background-color: #a5b68f;
	}
#outer_div #content td p {
	line-height: 1.1em;
	}
#outer_div #content td.right{
	background-color: #485ab0;
	}
#outer_div #content td.sep {
	max-width: 15px;
	min-width: 15px;
	padding: 0px;
	}
#outer_div #content .tile_content {
	background-color: white;
	border-radius: 23px;
	padding: 5px 15px 15px;
	}
#outer_div #content .tile_content h2 {
	font-weight: 400;
	font-size: 1.9em;
	margin: 10px 0px 0px;
	line-height: 1em;
	}
#outer_div #content .tile_content a {
	color: #155b06;
	text-decoration: none;
	}
#outer_div #content .tile_content a:hover {
	text-decoration: underline;
	}
#outer_div #content .tile_content p.post_date {
	margin: 0px 0px 0px 15px;
	}
#outer_div #content .tile_content p.more {
	text-align: right;
	padding-right: 50px;
	}

/* page title override */
#outer_div #content h1 {
	color: #485ab0;
	font-weight: 400;
	}

/* content area overrides */
#outer_div #content_div {
	min-height: 300px;
	margin: 354px 0px 0px;
	padding: 35px 35px 35px;
	}
#header #phone_tag {
	margin-top: 15px;
	}
#header #phone_tag table {
	position: relative;
	margin: 0 auto;
	display: table;
	text-shadow: 2px 2px 3px #999;
	width: 80%;
	height: 41px;
	}
#header #phone table {
	margin: 0 auto;
	width: 90%;
	}
#header #phone table td.content td.content {
	padding: 0px;
	}
#header #phone .phone_bull {
	position: relative;
	margin: 0px 6px;
	top: -2px;
	}
#header #phone p {
text-align: center;
	font-size: 2em;
	font-weight: 600;
	margin: -5px 0px 0px;
	color: #0f4877;
	}