/* CSS DOCUMENT ------------------------- */


body{
	background: url("../images/bg_pattern.png");
	background-color:#c2c3b4;
	font-family: 'Abel', sans-serif;
}

a {
	color:white;
	text-decoration: none;
}


#container{
	width: 960px;
	margin: 30px auto;
	background-color: white;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#header{
	width: 100%;
	height: 250px;
	background: #536864; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNjg2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODQ5NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #536864 0%, #384945 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#536864), color-stop(100%,#384945)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #536864 0%,#384945 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #536864 0%,#384945 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #536864 0%,#384945 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #536864 0%,#384945 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#536864', endColorstr='#384945',GradientType=0 ); /* IE6-8 */
	border-bottom: solid 1px;
	border-bottom-color: rgba(0,0,0,0.5);
}

.stephen_header{
	float:left;
	margin-left: 50px;
}

.joe_header{
	float:left;
	margin-left: 30px;
	margin-right: 14px;
}

.logo_header{
	float:left;
}


/* NAVIGATION ---------------------------- */

#nav{
	width: 100%;
	height: 40px;
	font-size: 1em;
	background: #072937; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3MjkzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTNjNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #072937 0%, #1a3c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#072937), color-stop(100%,#1a3c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #072937 0%,#1a3c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #072937 0%,#1a3c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #072937 0%,#1a3c4c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #072937 0%,#1a3c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072937', endColorstr='#1a3c4c',GradientType=0 ); /* IE6-8 */
	border-top: solid 1px;
	border-top-color: rgba(255,255,255,0.2);
}

#nav ul {
	max-width: 95%;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

#nav ul li{
	float:left;
	text-align: center;
	margin-top: 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}

li.home{
	padding: 0 25px;
	border-right: solid 1px;
	border-right-color: rgba(0,0,0,0.5);
}

li.steve{
	padding: 0 25px;
	border-right: solid 1px;
	border-right-color: rgba(0,0,0,0.5);
	border-left: solid 1px;
	border-left-color: rgba(255,255,255,0.25);
}

li.joe{
	padding: 0 25px;
	border-right: solid 1px;
	border-right-color: rgba(0,0,0,0.5);
	border-left: solid 1px;
	border-left-color: rgba(255,255,255,0.25);
}

li.scheduling{
	padding: 0 40px 0 20px;
	border-left: solid 1px;
	border-left-color: rgba(255,255,255,0.25);
}

#nav a{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}

#nav a:hover{
	color: rgba(255,255,255,0.5);
}


/* CONTENT ---------------------------- */

#content{
	width: 100%;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
}

#info{
	width: 590px;
	float: left;
	font-size: 1em;
	color: #1a3c4c;
	margin-top: 20px;
	margin-bottom:50px;
}

#info a{
	font-style: italic;
	color: #536864;
	padding: 5px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}

#info a:hover{
	color: white;
	background-color: #536864;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 5px;
}

#info h1{
	margin-bottom: 20px;
	padding: 0;
	border-top: solid 1px;
	border-top-color: #1a3c4c;
	border-bottom: solid 1px;
	border-bottom-color: #1a3c4c;
}

h1.bio{
	margin-top: 158px;
}

h1.title{
	margin-top: 20px;
}

#info h2{
	padding: 0;
	margin: 0;
	clear: both;
}

#info ul{
	margin-top: 10px;
}

#info ul li{
	margin-bottom: 5px;
}

#info ul li:last-child{
	margin-bottom: 20px;
}

.image-bio{
	position: absolute;
	top: 300px;
	float: left;
}

.bio{
	padding-left:150px;
}

.disclaimer{
	font-size: 0.75em;
}

#map{
	width:550px;
	min-height: 350px;
	margin: 0 0 20px 0;
	border: solid 1px;
	border-color: #072937;
}

.static_map{
	border: solid 1px;
	border-color: #072937;
}

.phone:before {
	content:"\2706";
	font-size: 1.15em;
}

.mail:before {
	content:"\2709";
	font-size: 1.15em;
}



/* LOCATIONS NAVIGATION ---------------------------- */

#locations{
	width:250px;
	float: left;
	margin: 40px;
	border: solid 1px;
	border-color: white;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(0,0,0,0.5);
	moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(0,0,0,0.5);
	webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(0,0,0,0.5);
}

.title_locations{
	background: #384945; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4NDk0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MzY4NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #384945 0%, #536864 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#384945), color-stop(100%,#536864)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #384945 0%,#536864 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #384945 0%,#536864 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #384945 0%,#536864 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #384945 0%,#536864 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#384945', endColorstr='#536864',GradientType=0 ); /* IE6-8 */
	border-bottom: solid 1px;
	border-bottom-color: rgba(0,0,0,0.1);
}

#locations ul{
	font-size: 1.125em;
	color: white;
	list-style: none;
	padding: 0;
	margin:0;
	display: block;
	background-color: #1a3c4c;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}

#locations ul li{
	padding: 5px 0 5px 15px;
	margin: 0px;
	display: block;
	border-bottom: solid 1px;
	border-bottom-color: rgba(0,0,0,0.5);
	border-top: solid 1px;
	border-top-color: rgba(255,255,255,0.25);
}

#locations a{
	display:block;
}

li.arcadia{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}

li.arcadia:hover{
	background-color: #072937;
	display:block;
}

li.bradenton{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}

li.bradenton:hover{
	background-color: #072937;
	display:block;
}

li.clearwater{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}

li.clearwater:hover{
	background-color: #072937;
	display:block;
}

li.sarasota{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}

li.sarasota:hover{
	background-color: #072937;
	display:block;
}

li.stpetersburg{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}

li.stpetersburg:hover{
	background-color: #072937;
	display:block;
}

li.tampa{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}

li.tampa:hover{
	background-color: #072937;
	display:block;
}

li.venice{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}

li.venice:hover{
	background-color: #072937;
	display:block;
}



/* FOOTER ---------------------------- */

#footer{
	width: 100%;
	font-size: 0.75em;
	color: #1a3c4c;
	text-align: center;
	padding: 5px 0px;
	clear: both;
	background-color: #e8e9e9;
	-webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
}

#footer ul{
	padding: 10px 0;
	margin: 0;
}

#footer ul li{
	list-style: none;
	display: inline;
	margin: 0px auto;
	padding: 0px 30px;
}

#footer a{
	color: rgba(26,60,76,0.5);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	text-decoration: underline;
}

#footer a:hover{
	color: rgba(26,60,76,1);
}



