@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.4%;
	padding-left: 1.8%;
	padding-right: 1.8%;
}
.header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#call-action {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:right;
	margin-top:5%;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#doctor {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#doctor-name {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#doctor-associations {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#doctor-associations img{
	margin-left:5%;
}
#slider{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:1%;
	padding-top:1%;
}
#locations{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#locations a{
	color:#ffffff;
}
#locations a:hover{
	color:#fff;
}
#location-hilton-head{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	background-color:#205668;
	color:#ffffff;
	border-bottom:10px solid #1b3d37;
}
#location-hilton-head a:hover{
	text-decoration:underline;
}
#location-bluffton{
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	background-color:#3f727d;
	color:#ffffff;
	border-bottom:10px solid #1b3d37;
}
#location-bluffton a:hover{
	text-decoration:underline;
}
#body-text{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:3%;
}
#home-sidebar{
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:3%;
	text-align:center;
}
#footer{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#3f727d;
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.5); /* inner shadow */
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.5); /* inner shadow */
	box-shadow: inset 0 1px 5px rgba(0,0,0,.5); /* inner shadow */
	text-align:center;
	color:#fff;
}
#footer a{
	color:#fff;
}
#footer ul{
	margin:0;
	padding:0;
	margin-top:1.5%;
}
#footer li{
	display:inline;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 87.75%;
	padding-left: 1.125%;
	padding-right: 1.125%;
}
.header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
	text-align:left;
}
#call-action {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 48.7179%;
	display: block;
	text-align:right;
	margin-top:0;
}
#call-action table{
	width:80%;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#doctor {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#doctor-name {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
	text-align:right;
}
#doctor-associations {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}
#slider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom:10px solid #205668;
}
#locations {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#location-hilton-head {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#location-bluffton {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}
#body-text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#home-sidebar {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
	margin-bottom:5%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 90%;
	max-width: 1250px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
.header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}
#call-action {
	clear: none;
	float: left;
	margin-left: 2.0205%;
	width: 48.9795%;
	display: block;
}
#call-action table{
	width:40%;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#doctor {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#doctor-name {
	clear: both;
	float: left;
	margin-left: 0;
	width: 42%;
	display: block;
}
#doctor-associations {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 56%;
	display: block;
	text-align:left;
}
#slider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:0;
	padding-top:0;
}
#locations {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:1%;
}
#location-hilton-head {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}
#location-bluffton {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
}
#body-text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 69.3877%;
	display: block;
}
#home-sidebar {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
	margin-top:10%;
	margin-bottom:3%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.gray{
	color:#555555;
}
}

/*== navbar ==*/
nav.primary ul{
	width:100%;
	margin:0 auto;
	display:inline;
	padding-left:0;
}
nav.primary ul li{
	margin:0;
	display:inline;
	font-size:1em;
}
nav.primary ul li{
	background-color:transparent;
	display:inline;
	float:left;
	position:relative;
	font-family:Oswald, Verdana, Geneva, sans-serif;
}
nav.primary ul li a{
	display:inline-block;
	line-height:49px;
	padding: 0 14px;
	color:#555555;
	text-transform:capitalize;
	text-decoration:none;
	letter-spacing: 0.08em;
}
nav.primary ul li a:hover{
	background-color:#ffffff;	
}
/*== submenu ==*/
nav.primary ul ul{
	opacity: 0;
	filter:alpha(opacity=0);
	
	position:absolute;
	z-index: 999;
	min-width:100%;
	padding:0;
	
	height:0;
	overflow:hidden;
	
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
}
nav.primary ul li span{
	display:none;
}
nav.primary ul li:hover ul{
	opacity: 10;
	filter:alpha(opacity=100);
	
	height:auto;
	overflow:auto;
	
	background-color:#ffffff;
	width:auto;
}
nav.primary ul ul li{
	float:none;
	display:list-item;
	border-bottom:none;
	list-style:none;
}
nav.primary ul ul li a{
	display:block;
	line-height:35px;
	text-transform:none;
	white-space:nowrap;
}
nav.primary ul li:hover > a{
	color:#3f727d;
	background-color:transparent;
}
/*== dropdown ==*/
nav.primary select{
	display:none;
	width:80%;
	margin-left:10%;
}

@media only screen and (max-width: 768px){
nav.primary select{
	display:block;
	margin:3% 10% 3% 10%;
	height:30px;	
}
nav.primary ul{
	display:none;
}
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0; background: #fff; border: none; position: relative; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0; }
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background:url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}







