body {
	font: 300 14px/20px Arial, sans-serif;
	overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #3E7AC9;
	font-family: Georgia;
}

h1.entry-title, h1.page-title {
	font-style: italic;
	background: transparent url('../images/title-bg.png') 5% 0% no-repeat;
	padding: 10px 0 0 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

a, a:visited, a:active {
	color: #0C59B0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	background: #F5F2E9 url( '../images/bg.png' ) repeat-x;
}

#masthead, #main, #footer, #banners, #home_slider {
	width: 980px;
	margin: 0 auto;
	max-width: 100%;
}

#masthead {
	color: #ffffff;
}

#masthead h1 {
	font-size: 1.6em;
	color: #ffffff;
	text-shadow: 1px 1px 3px #333333;
}

#masthead h2 {
	font-size: 1.3em;
	color: #ffffff;
	padding: 0.6em 0;
	text-shadow: 1px 1px 3px #333333;
}

#masthead .logo {
	padding-top: 1em;
	width: 300px;
	float:left;
}

#masthead .header-title {
	padding-top: 2em;
	float:left;
	width: 385px;
	font-family: Georgia, serif;
}

#masthead .actions {
	float:right;
	width: 292px;
}

#masthead .actions form {
	background: rgb(8,43,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(8,43,85,1) 0%, rgba(35,76,133,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,43,85,1)), color-stop(100%,rgba(35,76,133,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(8,43,85,1) 0%,rgba(35,76,133,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(8,43,85,1) 0%,rgba(35,76,133,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(8,43,85,1) 0%,rgba(35,76,133,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(8,43,85,1) 0%,rgba(35,76,133,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082b55', endColorstr='#234c85',GradientType=0 ); /* IE6-9 */

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0.5em;
}

#masthead .actions label {
	text-transform: uppercase;
}

#masthead .actions a.tel, #masthead .actions a.tel:hover{
	color: #ffffff;
	text-decoration: none;
}

#masthead .actions input[type="text"] {
	width: 165px;
}

#masthead .actions .search-button {
	padding: 0;
	display: inline-block;
	height: 26px;
	width: 26px;
}

#masthead .actions h1.callus {
	line-height:37px;
	background: url( '../images/phone.png' ) no-repeat;
	padding-left: 45px;
	text-align: left;
	font-family: Georgia, serif;
	margin-top:1.8em;
	font-size:1.5em;
}

.main-navigation {
}

.main-navigation ul {
	background: rgb(253,252,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,252,251,1) 0%, rgba(217,216,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,251,1)), color-stop(100%,rgba(217,216,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#d9d8d6',GradientType=0 ); /* IE6-9 */		
	border-radius: 5px;
	margin: 1em 0;
	min-height:40px;
}

.main-navigation .sub-menu {
	margin:0;
	border-radius: 0;
	filter:none;
}

.main-navigation li {
	padding: 10px 1em;
	border-right: 1px solid #8c8c8c;
}

.main-navigation li:first-child {
	border-radius: 5px 0 0 5px;
}

.main-navigation li:last-child, .main-navigation .sub-menu li{
	border-right: none;
}

.main-navigation a, .main-navigation a:visited, .main-navigation a:active {
	color: #282828;
}

.main-navigation li:hover {
	background: rgb(221,221,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,221,219,1) 0%, rgba(199,199,197,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,219,1)), color-stop(100%,rgba(199,199,197,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,221,219,1) 0%,rgba(199,199,197,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,221,219,1) 0%,rgba(199,199,197,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,221,219,1) 0%,rgba(199,199,197,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,221,219,1) 0%,rgba(199,199,197,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddb', endColorstr='#c7c7c5',GradientType=0 ); /* IE6-9 */
}

.main-navigation a:hover {
	color: #000000;
	text-decoration: none;
}

.main-navigation ul ul {
	background: #eeeeee;
}

.main-navigation ul .sub-menu {
	top: 40px;
}

.main-navigation ul .sub-menu ul {
	top: 0;
}

#site-navigation .menu-toggle {
	text-align:center;
	line-height:40px;
	color: #3E7AC9;
	text-shadow:none;
	background: rgb(253,252,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,252,251,1) 0%, rgba(217,216,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,251,1)), color-stop(100%,rgba(217,216,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#d9d8d6',GradientType=0 ); /* IE6-9 */		
	border-radius: 5px;
	margin: 1em;
}

.main-small-navigation ul {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	background: rgb(253,252,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,252,251,1) 0%, rgba(217,216,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,251,1)), color-stop(100%,rgba(217,216,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#d9d8d6',GradientType=0 ); /* IE6-9 */		
	border-radius: 5px;
	margin: 2em;
	text-align: center;
 }

.main-small-navigation ul ul {
 	display:block;
 	background:none;
 }

.main-small-navigation ul li {
	padding:0.5em;
	list-style: none;
	margin:0;
}

#banners {
	text-align: center;
	margin-bottom: 0.7em;
}

#banners .banner {
	background: #ffffff;
	width:98%;
	padding:1%;
}

#banners .banner img {
	width:80%;
	float:left;
	display:block;
}

#banners .banner .contactinfo {
	display:block;
	width:16%;
	height:110px;
	background: #97BDEC;
	float:right;
	font-size: 0.8em;
	text-align: left;
	padding:8px 2%;
}

#banners .banner .contactinfo span {
	display:block;
}

#main {
	background: #F5F2E9 url( '../images/mainbg.png' ) repeat-x;
	border-radius: 5px;
}

#main #primary {
	width: 66%;
	border-right: 1px solid #afa78f;
	padding: 2%;
	margin: 0;
	float: left;
}

#main #secondary {
	width: 26%;
	padding: 2% 2% 2% 0;
	margin: 0;
	float:right;
}

#secondary .widget {
	background: rgb(253,252,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,252,251,1) 0%, rgba(217,216,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,251,1)), color-stop(100%,rgba(217,216,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#d9d8d6',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	padding: 1em;
}

#secondary .menu-main-container {
	background: #2E58A1;
	width:100%;
}

h1.widget-title {
	font-size:1.3em;
	margin-bottom: 0.5em;
}

#secondary .menu-main-container a {
	color: #E8D82B;
}

#secondary .menu-main-container ul.menu {
	padding:1em;
	margin:0;
}

#secondary .menu-main-container ul.sub-menu {
	display:none;
}

#secondary .menu-main-container .current_page_ancestor ul.sub-menu, #secondary .menu-main-container .current-menu-item ul.sub-menu {
	display:block;
}

#secondary .menu-main-container li {
	list-style: none;
}

#secondary .gform_wrapper input[type="text"] {
	width:99%;
}

#colophon {
	background: #BAB9B9 url( '../images/footerbg.png' ) repeat-x;
	min-height: 100px;
	padding-top: 7px;
	font-size:0.9em;
}

#colophon .site-info {
	padding: 2% 2% 2% 0;
	width: 16%;
	border-right: 1px solid #8c8c8c;
	float:left;
}

#colophon .site-info p {
	padding:0;
	margin:0;
	font-size: 0.9em;
}

#colophon .footer-menu {
	padding: 2%;
	width: 20%;
	border-right: 1px solid #8c8c8c;
	float:left;
}

#colophon .footer-menu ul {
	padding:0;
	margin: 0;
	list-style: none;
}

#colophon .footer-text {
	padding: 2% 0 2% 2%;
	width: 55%;
	float:left;
}

#colophon a, #colophon a:visited, #colophon a:active {
	color: #404040;
	text-decoration: none;
}

#colophon a:hover {
	color: #404040;
	text-decoration: underline;
}

.clear, .fix {
	clear:both;
}

#home_slider {
	margin-bottom: 1em;
}

.wooslider {
	padding:0;
	margin:0;
	background:none;
	border:none;
	border-radius: 0;
	box-shadow: none;
}

.wooslider .wooslider-control-nav {
	top:92%;
}

body .wooslider .slide-content {
	padding:0;
	margin:0;
	background:none;
	border:none;
	border-radius: 0;
	box-shadow: none;
}

.wooslider-control-paging li a {
	background: #cccccc;
}

.wooslider-control-paging li a.wooslider-active, .wooslider-control-paging li a:hover {
	background: #ffffff;
}

.textwidget #fb-like-box {
	width:100%;
	color: #292317;
	height:500px;
	max-width: 100%;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

#content ul li {
	background: url('../images/check.png') no-repeat 0 15px;
	padding: 2% 0 2% 4%;
	list-style: none;
}

ul.block {
	width: 70%;
	padding: 0;
	display:block;
	margin: 1em auto;
}

ul.block li {
	float:left;
	width: 46%;
}

ul.block li:nth-child(2n+1) {

}

blockquote {
	background: rgb(253,252,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,252,251,1) 0%, rgba(217,216,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,251,1)), color-stop(100%,rgba(217,216,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#d9d8d6',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	margin: 1.5em;
}

blockquote .wp-caption {
	width: 40% !important;
	float:left;
	padding: 2%;
	margin: 3%;
	border: 0;
}

.homepage-dr-pic-banner {
	background: url('../images/homepage-dr-pic-banner.jpg') bottom center no-repeat;
	min-height: 175px;
	margin: 1em 0;
}

#home-banner {
	background: rgb(245,242,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,242,232,1) 0%, rgba(184,175,132,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,242,232,1)), color-stop(100%,rgba(184,175,132,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,242,232,1) 0%,rgba(184,175,132,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,242,232,1) 0%,rgba(184,175,132,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,242,232,1) 0%,rgba(184,175,132,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,242,232,1) 0%,rgba(184,175,132,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f2e8', endColorstr='#b8af84',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	margin:1em auto;
	padding: 10px 50px;
	width: 860px;
	max-width: 100%;
	border: 10px solid #ffffff;
}

#home-banner .slide {
	text-align: center;
}

#home-banner .slide img.icon {
	height: 75px;
	width: auto;
	margin: 0 auto;
}

#home-banner .slide .bg {
	background: rgb(253,252,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,252,251,1) 0%, rgba(217,216,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,251,1)), color-stop(100%,rgba(217,216,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,252,251,1) 0%,rgba(217,216,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#d9d8d6',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	width: 80%;
	padding:3%;
	display:block;
	margin: 0 auto;
}

#home-banner .flex-direction-nav {
	list-style: none;
	margin:0;
	padding:0;
}

#home-banner .flex-direction-nav li {
	list-style: none;
	margin:0;
	padding:0;
}

#home-banner .flex-direction-nav a {
	position: absolute;
	top:30%;
	text-indent: -9999px;
	height:43px;
	width:23px;
	display:block;
}

#home-banner .flex-direction-nav a.flex-prev {
	background: url('../images/prev.png');
	left:-36px;
}


#home-banner .flex-direction-nav a.flex-next {
	background: url('../images/next.png');
	right:-36px;
}

#content .gform_wrapper ul li {
	background:none;
	padding:0.5em 0;
}

.wd309 {
  background: url(../images/webdesign309.png) no-repeat;
  display: inline-block;
  height: 19px;
  text-indent: -9999px;
  width: 145px;
}