/*
	Theme Name: INA Custom Theme
	Theme URI: http://www.blackbaud.com
	Description: INA Custom WordPress Theme
	Version: 1.4.3
	Author: Blackbaud Designer
	Author URI: http://www.blackbaud.com;
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 12px/1.4 Verdana, Arial, sans-serif;
	color:#505050;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#737ca1;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#737ca1;
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
/*input:focus {
	outline:0;
	border:1px solid #04A4CC;
}*/

h1 {
	color: #FF8C00;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
}

h2 {
	color: #FF8C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}

h3 {
	color: #FF8C00;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:15px;
}

h4 {
	color: #505050;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
}
h5 {
	color: #FF8C00;
	font-family:inherit;
	font-size:12px;
}
h6 {
	color: #FF8C00;
	font-family:inherit;
	font-size:12px;
}

hr {
background-color: #ddd;
color: #ddd;
border: 0 none;
height: 1px;
width: 90%;
margin: 15px auto;
clear: both;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
#wrapHeader {
	background: #e1f0f0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Y2M2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #e1f0f0 0%, #ffffff 18%, #ffffff 52%, #8cc6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e1f0f0), color-stop(18%,#ffffff), color-stop(52%,#ffffff), color-stop(100%,#8cc6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #e1f0f0 0%,#ffffff 18%,#ffffff 52%,#8cc6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #e1f0f0 0%,#ffffff 18%,#ffffff 52%,#8cc6c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #e1f0f0 0%,#ffffff 18%,#ffffff 52%,#8cc6c6 100%); /* IE10+ */
	background: linear-gradient(to right,  #e1f0f0 0%,#ffffff 18%,#ffffff 52%,#8cc6c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f0f0', endColorstr='#8cc6c6',GradientType=1 ); /* IE6-8 */	
	width: 100%;
	margin: 0 auto;
	display: block;
}

#header {
	width: 920px;
	display: block;
	margin: 0 auto;
	height: 93px;
}

#headerUtility {
	width: 400px;
	display: block;
	float: right;
	height: 40px;
	margin-top: 14px;
}

#headerUtility ul {
	list-style: none;
	display: block;
	float: right;
}

#headerUtility ul li {
	display: block;
	float: left;
	border-right: 1px solid #fff;
	padding: 0 7px;
	line-height: 12px;
}

#headerUtility ul li:last-of-type {
	border-right: 0;
}

#headerUtility ul li a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 12px;
}

#headerUtility .search {
	float: right;
	margin-top: 4px;
}

input[type="search"] {
	border: 1px solid #333;
	padding: 4px;
}

/* logo */
#headerLogo {
	display: block;
	float: left;
}

.logo {

}
.logo-img {
	display: block;
	height: 93px;
	width: 222px;
	padding: 10px 0
}
/* nav */
#wrapNav {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 56%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(56%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 56%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 56%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 56%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 56%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.1);
	border-top: 20px solid #1e999c;
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
}

#wrapNav ul{
	margin: 0 auto;
	padding: 0 30px 0 0;
	width: 900px;
}

#wrapNav ul li {
	display: inline-block;
	position: relative;
	border-right: 1px solid #d4d4d4;
	margin-left: -4px;
}

#wrapNav ul li:last-of-type {
	border-right: 0;
}

#wrapNav ul li a {
	font-family: Verdana,Geneva,sans-serif;
	color: #333;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

#wrapNav ul li:last-of-type > a {
	text-transform: none;
}

#wrapNav ul li a:hover, #wrapNav ul li:hover a {
	background: #a3b3c2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzYjNjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGU0ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a3b3c2 0%, #dde4ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3b3c2), color-stop(100%,#dde4ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a3b3c2 0%,#dde4ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a3b3c2 0%,#dde4ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a3b3c2 0%,#dde4ea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a3b3c2 0%,#dde4ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3b3c2', endColorstr='#dde4ea',GradientType=0 ); /* IE6-8 */
	color: #FFFFFF;

}

#wrapNav ul li ul {
	display: none;
}

#wrapNav ul li:hover ul {
	display: block;
	position: absolute;
	width: 245px;
	left: 3px;
	z-index: 2;
}

#wrapNav ul li ul li, #wrapNav ul li ul li:last-of-type {
	display: block;
	background: none repeat scroll 0 0 #FFF;
	border-bottom: 1px solid #d4d4d4 !important;
	border-right: 1px solid #d4d4d4 !important;
	border-left: 1px solid #d4d4d4 !important;
}

#wrapNav ul li ul li a {
    background: none repeat scroll 0 0 #FFFFFF !important;
    color: #333333 !important;
    font-size: 11px;
    text-transform: none;
    padding: 6px 15px;
}
#wrapNav ul li ul li a:hover {
	background: none repeat scroll 0 0 #737ca1 !important;
	color: #fff !important;
}

#wrapNav ul li ul li ul {
	display: none !important;
}



/* sidebar */
.sidebar {

}
/* footer */
#wrapFooterOuter {
	background: #1a8081; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhODA4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYmFiYTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1a8081 0%, #2baba4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a8081), color-stop(100%,#2baba4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a8081 0%,#2baba4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a8081 0%,#2baba4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a8081 0%,#2baba4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a8081 0%,#2baba4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8081', endColorstr='#2baba4',GradientType=0 ); /* IE6-8 */
	width: 100%;
	display: block;
	float: left;
	margin: 10px 0 0;
}

#wrapFooterInner {
	width: 876px;
	margin: 0 auto;
	padding: 20px 0;
}

#wrapFooter {
	display: block;
	margin: 0 auto;
}

#wrapFooterCopy {
	width: 100%;
	display: block;
	background-color: #008080;
	background: none repeat scroll 0 0 #008080;
	color: #fff;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	font-size: 115%;
}

#wrapFooterCopy p {
	color: #fff;
	padding: 0;
	margin: 4px 0;
	text-align: center;
	font-weight: normal;
	line-height: normal;
	font-size: 12px;
}

.footerMenuWrap {
	display: block;
	float: left;
}

.footerMenuWrap ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.footerMenuWrap ul li {
    display: block;
    float: left;
    width: auto;
    max-width: 200px;
}

.footerMenuWrap ul li a {
	color: #fff;
}

.footerMenuWrap ul li ul {
    display: block;
    float: left;
    padding: 0;
    margin: 0 12px 0 0;
}

.footerMenuWrap ul li ul li a {
	font-weight: normal;
	font-size: 10px;
	display: block;
	width: 200px;
}

.footerContactWrap {
	display: block;
	float: right;
}

.footerContactWrap h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: right;
}

.footerContactWrap p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:12px;
	font-weight: normal;
	margin: 3px 0 0;
	text-align: right;
}

.footerContactWrap a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/

#wrapMedia {
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 920px;
}

#media {
}

#wrapMedia img {
    border: 1px solid #D7D6D2;
    padding: 2px;
    display: block;
    margin: 0 auto;
}

#mediaCaption {
    bottom: 202px;
    display: block;
    left: 68px;
    position: relative;
    width: 384px;
    z-index: 1;
}

#mediaCaption p {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin: 4px 0;
	line-height: 24px;
}

#mediaCaption a {
    background: none repeat scroll 0 0 #675C1F;
    -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.6);
	box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.6);
    border-radius: 15px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: arial;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    margin-top: 5px;
    padding: 5px 14px;
}

#mediaCaption a:hover {
	text-decoration: none;
}

.home #contentPrimary {
	display: block;
	width: 565px;
	float: left;
}

#contentPrimary a, .home #contentSecondary a {
	text-decoration: underline;
}

.home #calloutPrimary {
	display: block;
	float: left;
}

.home #contentSecondary {
	display: block;
	float: right;
	width: 286px;
	margin: 0;
}

.home #calloutSecondary {
	display: block;
	float: left;
}

.home #wrapContentInner {
    margin: 0 auto;
    width: 876px;
}

#homeText {
	display: block;
	margin-bottom: 20px;
}

#homeText .clear {
	display: none;
}

#inaFor h2 {
	background: #018383; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxODM4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZmE5YTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #018383 0%, #0fa9a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018383), color-stop(100%,#0fa9a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #018383 0%,#0fa9a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #018383 0%,#0fa9a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #018383 0%,#0fa9a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #018383 0%,#0fa9a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018383', endColorstr='#0fa9a1',GradientType=0 ); /* IE6-8 */
	border-radius: 4px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	padding: 6px 0 6px 10px;
	width: 565px;
	color: #FFF;
	font-weight: normal;
}

#calloutBoxes h3 {
    color: #FFFFFF;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

#calloutBoxes h3 a {
	color: #fff;
	text-decoration: none;
}

#calloutBoxes .green {
	clear: both;
    margin: 0 0 20px;
    width: 565px;
}

#calloutBoxes .green h3 {
	background: none repeat scroll 0 0 #4B730C;
}

#calloutBoxes .green .content {
    background: none repeat scroll 0 0 #F7F5E6;
    float: left;
    padding: 0 13px;
    width: 458px;
}

#calloutBoxes .gray {
	clear: both;
    margin: 0 0 20px;
    width: 565px;
}

#calloutBoxes .gray h3 {
	background: none repeat scroll 0 0 #9eafbf;
}

#calloutBoxes .gray .content {
    background: none repeat scroll 0 0 #EAF4FD;
    float: left;
    padding: 0 13px;
    width: 458px;
}

#calloutBoxes .orange {
	clear: both;
    margin: 0 0 20px;
    width: 565px;
}

#calloutBoxes .orange h3 {
	background: none repeat scroll 0 0 #c17717;
}
#calloutBoxes .orange .content {
    background: none repeat scroll 0 0 #F9E5D4;
    float: left;
    padding: 0 13px;
    width: 458px;
}

#calloutBoxes .red {
	clear: both;
    margin: 0 0 20px;
    width: 565px;
}

#calloutBoxes .red h3 {
	background: none repeat scroll 0 0 #a22329;
}
#calloutBoxes .red .content {
    background: none repeat scroll 0 0 #ECDEDF;
    float: left;
    padding: 0 13px;
    width: 458px;
}

#calloutBoxes .gold {
	clear: both;
    margin: 0 0 20px;
    width: 565px;
}

#calloutBoxes .gold h3 {
	background: none repeat scroll 0 0 #bf9c4a;
}
#calloutBoxes .gold .content {
    background: none repeat scroll 0 0 #F9F1D4;
    float: left;
    padding: 0 13px;
    width: 458px;
}

#calloutBoxes .imgBox {
	background: none repeat scroll 0 0 #F7F5E6;
    float: left;
    margin: 0 0 10px;
    width: 107px;
    height: 90px;
}

#calloutBoxes .imgBox img {
    margin: 0 !important;
    padding: 0;
}

#calloutBoxes .content > p {
    font-size: 11px;
    line-height: 17px;
}

#getConnected {
	display: block;
}

#getConnected .textwidget a {position:relative; float:left; width:100%;}

#getConnected h3 {
	background: #018383; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxODM4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZmE5YTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #018383 0%, #0fa9a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018383), color-stop(100%,#0fa9a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #018383 0%,#0fa9a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #018383 0%,#0fa9a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #018383 0%,#0fa9a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #018383 0%,#0fa9a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018383', endColorstr='#0fa9a1',GradientType=0 ); /* IE6-8 */
	border-radius: 4px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	padding: 6px 0 6px 10px;
	width: 100%;
	color: #FFF;
	font-weight: normal;
}

#getConnected img {
	padding: 0;
	margin: 0;
}

#getConnected p {
	padding: 0;
	margin:0 0 10px;
	position:relative;
	float:left;
	width:100%;
}

#newsUpdates {
	display: block;
}

#newsUpdates h3 {
	background: #018383; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxODM4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZmE5YTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #018383 0%, #0fa9a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018383), color-stop(100%,#0fa9a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #018383 0%,#0fa9a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #018383 0%,#0fa9a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #018383 0%,#0fa9a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #018383 0%,#0fa9a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018383', endColorstr='#0fa9a1',GradientType=0 ); /* IE6-8 */
	border-radius: 4px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	padding: 6px 0 6px 10px;
	width: 100%;
	color: #FFF;
	font-weight: normal;
	position:relative; 
	float:left;
}

#contentSecondary #categories-list li {display:block; list-style:none; margin-bottom:5px;}
#searchsubmit {padding:5px;}
#post-info {position:relative; float:left; width:100%; background:#f4f4f4; padding:5px; margin-bottom:10px;}
#searchform input[type="text"] {width:150px;}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

section {
	width: 920px;
	margin: 0 auto;
}


#contentPrimary {
	display: block;
	width: 680px;
	float: right;
	clear: both;
}

#add-this {
	display: block;
	float: right;
}

#contentSecondary {
	display: block;
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
}

#contentSecondary ul {
	margin:0;
	padding: 0;
	border-top: 1px solid #DFE5EB;
	width: 210px;
}

#contentSecondary ul li {
	display: none;
}

#contentSecondary ul li.current-menu-item, #contentSecondary ul li.current-page-ancestor {
	display: block;
	width: 210px;
	padding: 10px 10px 0;
	margin: 0;
	background: none repeat scroll 0 0 #9EAFBF;
}

#contentSecondary ul li.current-menu-item a, #contentSecondary ul li.current-page-ancestor a {
    color: #DFE5EB;
    font-size: 16px;
    display: block;
    margin: 0 0 11px;
}

#contentSecondary ul li.current-menu-item a:hover, #contentSecondary ul li.current-page-ancestor a:hover {
	text-decoration: none;
}

#contentSecondary ul li.current-menu-item ul, #contentSecondary ul li.current-page-ancestor ul {
	width: 230px;
	list-style: none;
	list-style-position: outside;
	display: block;
	margin: 5px 0 0 -10px;
	padding: 0;
	border-top: 0;
}

#contentSecondary ul li.current-menu-item ul li, #contentSecondary ul li.current-page-ancestor ul li {
	display: block;
	width: 210px;
	padding: 5px 10px;
	margin: 0;
	background: none repeat scroll 0 0 #9EAFBF;
	border-top: 1px solid #DFE5EB;
}

#contentSecondary ul li.current-menu-item ul li a, #contentSecondary ul li.current-page-ancestor ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}

#contentSecondary ul li.current-menu-item ul li.current-menu-item.menu-item-has-children, #contentSecondary ul li.current-page-ancestor ul li.current-menu-item.menu-item-has-children, #contentSecondary ul li.current-page-ancestor ul li.current_page_parent.menu-item-has-children {
	display: block;
	padding: 5px 10px 0;
}

#contentSecondary ul li.current-menu-item ul li.current-menu-item a, #contentSecondary ul li.current-page-ancestor ul li.current-menu-item a, #contentSecondary ul li.current-menu-item ul li.current_page_parent a, #contentSecondary ul li.current-page-ancestor ul li.current_page_parent a {
	color: #737ca1;
}

#contentSecondary ul li.current-menu-item ul li.current_page_parent ul li, #contentSecondary ul li.current-page-ancestor ul li.current_page_parent ul li {
	padding: 5px 10px;
	display: block;
}

#contentSecondary ul li.current-menu-item ul li:hover, #contentSecondary ul li.current-page-ancestor ul li:hover {
	background: none repeat scroll 0 0 #737ca1;
}

#contentSecondary ul li.current-menu-item ul li.current-menu-item:hover a, #contentSecondary ul li.current-page-ancestor ul li.current-menu-item:hover a, #contentSecondary ul li.current-menu-item ul li.current_page_parent:hover a, #contentSecondary ul li.current-page-ancestor ul li.current_page_parent:hover a {
	color: #ffffff;
}

#contentSecondary ul li.current-menu-item ul li ul li, #contentSecondary ul li.current-page-ancestor ul li ul li {
	display: none;
}

#contentSecondary ul li.current-menu-item ul li.current-menu-item ul li, #contentSecondary ul li.current-page-ancestor ul li.current-menu-item ul li {
	display: block;
	width: 210px;
}


#contentSecondary ul li.current-menu-item ul li.current-menu-item ul li a, #contentSecondary ul li.current-page-ancestor ul li.current-menu-item ul li a {
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
	color: #ffffff;
	display: block;
}

#contentSecondary ul li.current-menu-item ul li.current-menu-item ul li a, #contentSecondary ul li.current-page-ancestor ul li.current_page_parent ul li a {
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
	color: #ffffff;
	display: block;
}

#contentSecondary ul li.current-menu-item ul li.current-menu-item ul li:hover, #contentSecondary ul li.current-page-ancestor ul li.current-menu-item ul li:hover, #contentSecondary ul li.current-menu-item ul li.current-menu-item ul li:hover, #contentSecondary ul li.current-page-ancestor ul li.current_page_parent ul li:hover {
	background: none repeat scroll 0 0 #AAAAAA;
}

#contentSecondary ul li.current-menu-item ul li.current_page_parent ul li ul li, #contentSecondary ul li.current-page-ancestor ul li.current_page_parent ul li ul li {
	display: none;
}

#contentSecondary ul li.current-menu-item ul li.current-menu-item ul li.current-menu-item ul li, #contentSecondary ul li.current-page-ancestor ul li.current_page_parent ul li.current-menu-item ul li {
	display: block;
	width: 210px;
}

#contentSecondary ul li.current-menu-item ul li.current-menu-item ul li.current-menu-item ul li a, #contentSecondary ul li.current-page-ancestor ul li.current_page_parent ul li.current-menu-item ul li a {
	margin: 0;
	padding-left: 15px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	font-size: 10px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

a.nanny img {
padding: 2px;
border: 1px solid #dcdcdc;
margin: 0 7px;
}

.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.with_frm_style .frm_form_fields input, #wpcontent .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields textarea {
	width: 322px;
}

.navigation {float:left; width:100%; margin-top:45px; padding-top:15px; border-top:1px solid #ccc;}
.navigation ul {padding-left:0;}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #737ca1;
	text-decoration: none !important;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #ff8c00;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
