body {
	font-family:'PTSansRegular', Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#888;
	background:#fff;
}
#main-inner, #colophon .site-info {
	width:990px;
	margin:0 auto;
}
#main-inner {
	position:relative;
}
#main {
	background:#8f9654 url('../images/bg-main.jpg') top center no-repeat;
}
.home #main {
	/*background:#09234e url('../images/bg-main-home.jpg') top center no-repeat;*/
	background-color: #8f9654;
}

.home #main, .home #secondary {
	height:500px;
}

.home #secondary {
    overflow: hidden;
}

#callimg {
	margin-left: -20px;
}

#logo {
	position:absolute;
	left:275px;
	top:12px;
    z-index: 30000;
}
#callnow {
	margin:90px 0 0 10px;
}

#home-teaser {
	background:#fff url('../images/bg-content.png') top repeat-x;
	height: 218px;
}
#home-teaser-inner {
	width:990px;
	margin:0 auto;
	padding:40px 0 0 0;
	text-align:center;
}
#home-teaser-inner h1 {
	font-size:28px;
	color:#0a2551;
	font-family:'PTSansBold';
}

#home-teaser-inner p {
	color:#555555;
}

#home-slider {
	margin-top:0;
	width: 121%;
    height: 501px;
}

.nivo-controlNav {
    position:relative;
    margin:-30px 0 0 0 !important;
    padding:0 !important;
    z-index: 30000 !important;
}

#news-slider {
    display:none;
    margin-top:0;
    width: 121%;
    height: 501px;
    overflow:hidden;
}

#news-slider img {
    width: 100%;
    height: auto;
}

.news #content {
    /*margin-top:35px;*/
}

.news .ftimage {
    margin:0 0 25px 0;
}
.news .ftimage img {
    width:100%;
    height:auto;
}

#secondary {
	width:245px;
	float:left;
	background:#fff url('../images/bg-primary-menu.png') top repeat-x;;
}

#primary {
	width:745px;
	float:left;
	clear:right;
}
#content {
	margin:85px 0 0 35px;
	padding:40px 30px;
	background:#fff url('../images/bg-content.png') top repeat-x;
	color: #555555;
	min-height: 580px;
}
.home #content {
	display:none;
}

#contact {
	width: 100%;
}

#contactinfo {
	float: left;
	clear: both;
	width: 40%;
}

#form {
	float: right;
	width: 55%;
}

#colophon {
	height:118px;
	background:url('../images/bg-footer.png') repeat-x;
}
#colophon .site-info, #home-footer .site-info {
	height:118px;
	text-align:center;
}
#colophon .site-info p {
	line-height:18px;
	color:#888;
	padding:30px 0 0 0;
	margin:0;
}
#colophon a {
	text-decoration: none;
}

#home-footer a {
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
}

#home-footer {
	background-color: #8f9654;
	height:118px;
	padding-bottom: 10px;
}

#home-footer .site-info p {
	line-height:25px;
	color:#fff;
	padding:30px 0 0 0;
	margin:0;
}

.menu ul {
	list-style:none;
	padding:0;
	margin:0;
	display: inline-flex;
}
#menu-primary {
	margin:100px 0 0 20px;
}

#menu-primary li {
	list-style: none;
}

#menu-primary li a {
	display:block;
	color:#09234e;
	text-decoration:none;
	border-top:1px solid #ddd;
	width:190px;
	padding:10px 0;
	font-size:18px;
}
#menu-primary li:last-child a {
	border-bottom:1px solid #ddd;
}

#menu-footer {
	line-height:18px;
	color: #fff;
}
#menu-footer li {
	display:inline-block;
}
#menu-footer li a {
	display:inline-block;
	/*color:#09234e;*/
	text-decoration:none;
	color: #fff;
}
.menu-divider {
	padding:0 5px;
}

h1 {
	font-size:24px;
	color:#0a2551;
	font-family:'PTSansBold';
}

h2 {
	font-size:24px;
	color:#0a2551;
	font-family:'PTSansBold';
	padding-bottom: 10px;
}

h3, .practice {
	font-size: 16px;
	font-family:'PTSansBold';
	text-transform:uppercase;
}

.site-header img, .entry-content img, img.size-full {
	margin-bottom: 10px;
}

a, 
a:hover, 
a:visited {
	color:#09234e;
}

/* Clearfix */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}