@charset "utf-8";

/* ==|== normalize styles - RESET =====================================================
   Author: Chuck Bunnell / Eagle Web Desings, Inc
	 Modified: 11/12/2013
	 DO NOT MODIFY!!   ========================================================================== */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
body {
	line-height: 1.231;
}
h1,h2,h3,h4,h5 { 
	font-weight: bold; 
}
img {
	display: block;
	border: none;
}
button, input, select, textarea {
	background: #fff;
	border: 1px solid #444;
	margin: 3px 0;
}
textarea { 
	overflow: auto; 
	vertical-align: top; 
	resize: vertical; 
}
ul, ol {
	margin-left: 40px;
	line-height: normal;
}
nav ul, nav ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0; 
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { 
	font-size: 75%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
p {
	padding-bottom: 15px;
}
.clearfix { 
	clear: both;
	zoom: 1; 
}
/* ====== HTML5 display definitions =================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* ====== this is for I-things. use it if you are displaying a phone number. === */
.phone a {
	color: #FFB800;
	text-decoration: none;
}


/* ==|== website styles =====================================================
   Place your website styles below   ==========================================================================*/


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


body {
	font: 15px Raleway, Geneva, sans-serif;
	color: #000;
	background: url(../images/background.jpg) top center fixed no-repeat;
}
#stay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -100;
}
#stay img {
	width: 100%
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}
/* ================================
	 header
   ============================= */
#header {
	margin-top: 8px;
}
#header img.logo {
	float:left;
	width: auto;
	height: auto;
}
#header div.right {
	margin-left: 160px;
	width: 840px;
	text-align: center;
}
#header div.right h2 {
	font: 34px cooper_stdblack, sans-serif;
	color: #000;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 0 4px #000;
}
#header div.right .phone {
	padding-bottom: 0;
	font: 40px cooper_stdblack, sans-serif;
	color: #003359;/*#FFB800;*/
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 0 4px #000;
}
.phone a {
	color: #FFB800;
	text-decoration: none;
}
#header div.right .located {
	font: bold 19px TektonProBold, sans-serif;
	color: #000;
}


/* ================================
	 container
   ============================= */
#container {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 5%;
	padding: 10px;
	width: 980px;
	background: #fff;
	box-shadow: 0 0 8px #333;
	-moz-box-shadow: 0 0 3px #333;
	-ms-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	-o-box-shadow: 0 0 3px #333;
	clear: both;
}

/* ================================
	 top navigation
   ============================= */
nav {
	margin: 0 auto;
	height: 75px;
	border: 1px solid #77B2DA;
	border-bottom: none;
	background-image: linear-gradient(to top, #BFDFFF 25%, #77B2DA 100%);
	/* fallback/image non-cover color */
	background-color: #77B2DA; 
		
	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BFDFFF), to(#77B2DA));
	
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #BFDFFF 25%, #77B2DA 100%); 
	
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #BFDFFF 25%, #77B2DA 100%);
	
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #BFDFFF 25%, #77B2DA 100%);
	
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #BFDFFF 25%, #77B2DA 100%);
}
nav ul {
	height: 75px;
}
nav ul li {
	display: inline-block;
	box-shadow: 1px 0 3px rgba(255,255,255,.50);
}

nav ul li a, nav ul li a:link, nav ul li a:visited {
	display: block;
	position: relative;
	padding: 0 10px;
	border-right: 1px solid #77B2DA;
	font: 25px/75px cooper_stdblack, Times, serif;
	vertical-align: middle;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow:  -1px -1px 0 #77B2DA, 1px -1px 0 #77B2DA, -1px 1px 0 #77B2DA, 1px 1px 0 #77B2DA;
	text-align: center;
	color: #fff;
}
nav ul li a.categories {
	padding: 0 36px;
	cursor: default;
}
nav ul li a.categories:hover {
	text-decoration: none;
}
nav.mainnav {
}
img.dog {
	display: none;
}
nav ul li a:hover {
	text-decoration: underline;
}
nav ul li a:active {
}
nav ul li a.nobrdr {
	border-right: none;
}
nav ul li a.pageon img.dog {
	display: block;
	position: absolute;
	top: -85px;
	right: 0;
	transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	z-index: 10;
}
/* ================================
	 Fly-out Menus                   
   ============================= */
li.fly-out-menu {
	position: relative;
}
li.fly-out-menu ul.fly-out {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 240px;
	margin-top: -25px;
	margin-left: 0;
	padding: 5px;
	width: 660px;
	height: auto;
	vertical-align: middle;
	background: rgba(102,204,153,.65);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
}
li.fly-out-menu ul.last-5 {
	bottom: 5px;
	margin-bottom: 10px;
}
li.fly-out-menu ul.last-center {
	top: -50px;
	margin-bottom: 10px;
}
li.fly-out-menu:hover ul.fly-out {
	visibility: visible;
	opacity: 1;
}
li.fly-out-menu ul.fly-out li {
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	width: 215px;
}
nav.mainnav ul li ul li.fly-out-menu ul.fly-out li a {
	display: block;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	line-height: normal;
}
li.fly-out-menu ul.fly-out li a:hover {
}
/* ================================
	 Search Bar                  
   ============================= */

.last span {
	position: relative;
	margin-left: 10px;
	display: inline-block;
	height: 30px;
	box-shadow: 0 0 2px #fff;
	border: 1px solid rgba(255,255,255,.25);
}
.last span.pageon img.dog {
	display: block;
	position: absolute;
	top: -110px;
	right: 0;
	transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	z-index: 10;
}
input.search {
	margin: 0 auto;
	background: #5FC39B;
	color: #fff;
	width: 130px;
	height: 30px;
	border: none;
}
button.submit-search {
	display: block;
	margin: 0 auto;
	float: right;
	height: 30px;
	background: #5FC39B;
	padding: 4px;
	border: none;
	cursor: pointer;
}
/* ================================
	 rotating images                   
   ============================= */
aside#topSectionHolder {
	margin-left: 225px;
	margin-bottom: 35px;
	position: relative;
	height: 335px;
}
	
.theme-light .nivo-controlNav {
	width: 90%;
	display: none;
}

aside#topSectionHolder .slider-wrapper {
	width: auto;
	height: 325px;
	overflow: hidden;
}

/* ================================
	 content area                   
   ============================= */
#content {
	min-height: 400px;
	padding: 0;
	background-color: #fff;
	font: 16px Raleway, Geneva, sans-serif;
	color: #001F3F;
}
#content h1 {
	font-family: cooper_stdblack, Times, serif;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow:  -1px -1px 0 #68C6A0, 1px -1px 0 #68C6A0, -1px 1px 0 #68C6A0, 1px 1px 0 #68C6A0;
	letter-spacing: 1px;
	line-height: 75px;
	vertical-align: middle;
}
#content h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#content h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#content h4 {
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#content h5 {
}
#content h6 {
	font-family: cooper_stdblack, Times, serif;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow:  -1px -1px 0 #68C6A0, 1px -1px 0 #68C6A0, -1px 1px 0 #68C6A0, 1px 1px 0 #68C6A0;
	letter-spacing: 1px;
	line-height: 75px;
	vertical-align: middle;
}
#content span.heading {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 968px;
	border: 1px solid #68C6A0;
	padding: 5px;
	background-image: linear-gradient(to top, #C8EADC 25%, #68C6A0 100%);
	/* fallback/image non-cover color */
	background-color: #68C6A0; 
	
	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C8EADC), to(#68C6A0));
	
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #C8EADC 25%, #68C6A0 100%); 
	
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #C8EADC 25%, #68C6A0 100%);
	
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #C8EADC 25%, #68C6A0 100%);
	
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #C8EADC 25%, #68C6A0 100%);
}
#content span.heading img, #content span.heading h1, #content span.heading h6 {
	float: left;
}
#content span.heading img {
	padding-top: 10px;
}
#content span.heading h1, #content span.heading h6 {
	 width: 468px;
	 margin: 0 auto;
}
ul.links {
	margin-left: 25px;
}
li.links {
	padding: 20px 0;
	border-bottom: 1px dashed #000;
}

.four04 a {
	padding: 3px 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #727272;
	text-decoration: none;
}
.four04 a:hover {
	color: #e1381d;
}
.four04 li {
	height: 20px;
	color: #727272;
}


/* ================================
	 sidebar 
	 if using rt sidebar use below.
	 will have to adjust content area
   ============================= */
#sidebar {
	margin-left: 662px;
	padding-left: 1px;
	width: 298px;
	min-height: 300px;
	background: url('http://www.davislawfirm.us/newsite/images/sidebar_bg.jpg') no-repeat;
}
h1.areas {
	padding-top: 3px;
	width: 285px;
	height: 47px;
	text-align: center;
	background-color: #069;
	font: lighter 32px 'Agency FB', Verdana, Geneva, sans-serif;
	color: #FFF;
}

ul.links {
	margin-left: 40px;
}
ul.links li {
	padding-bottom: 10px;
}
a.links, a.links:link, a.links:visited {
	font: 15px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
a.links:hover {
	color: #333;
}
a.links:active {
	color: #000;
}


/* ================================
	 footer                   
   ============================= */
footer {
	clear: both;
	margin-top: 15px;
	min-height: 100px;
	background: #77B2DA;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
}
p.footnav {
	text-align: center;
	text-transform: uppercase;
	font: 11px cooper_stdblack, sans-serif;
}

.footnav a, .footnav a:link, .footnav a:visited {
	color: #fff;
	text-decoration: none;
}
.footnav a:hover {
	color: #01345A;
	text-decoration: underline;
}
.footnav a:active {
	color: #01345A;
	text-decoration: underline;
}

.copyright {
	padding-top: 10px;
	height: 25px;
	text-align: center;
	background: #77B2DA;
	border-top: 5px solid #fff;
}
.copyright a {
	color: #fff;
	text-decoration: none;
}
.copyright a:hover {
	color: #01345A;
	text-decoration: underline;
}
.copyright a:active {
	color: #01345A;
	text-decoration: underline;
}

.ewd {
	padding-left: 200px;
}
footer p {
	padding: 5px;
}
/* ================================
	 Product Box Styling                   
   ============================= */

div.products {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
div.products span {
	position: relative;
	width: 200px;
	height: 200px;
	display: inline-block;
	border: 10px solid #77B2DA;
	margin: 10px;
	overflow: hidden;
}
div.products span:hover {
	border: 10px solid #68C6A0;
}
div.products span a:hover h2 {
	color: #68C6A0 !important;
}
div.products span h2 {
	position: absolute;
	bottom: 0;
	margin-bottom: 0 !important;
	padding: 10px;
	width: 180px;
	height: 50px;
	text-align: center;
	background: rgba(51,51,51,.5);
	color: #fff !important;
}
div.prodtn {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.prodspecs {
	margin-bottom: 6px;
	padding: 2px 5px;
	text-align: center;
	font-weight: bold;
	background: #D2E6F2;
}
.econship {
	margin: 0 auto;
	padding: 8px 0;
	width: 75%;
	color: #900;
	text-align: center;
}

/* ================================
	 Testimonial Box Styling                   
   ============================= */

div.testimonial {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	padding-top: 25px;
}
div.testimonial span {
	position: relative;
	width: 100%;
	min-height: 125px;
	display: block;
	border-bottom: 2px dashed #77B2DA;
	margin-bottom: 5px;
}
div.testimonial span:hover {
	background: rgba(119, 178, 218, .50);
}
/*
div.overlay {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 125px;
	display: none;
	background: rgba(119, 178, 218, .50);
}
div.testimonial span:hover div.overlay {
	display: block;
}
div.testimonial span:hover h2,
div.testimonial span:hover p {
	position: relative;
	z-index: 10;
}*/
div.testimonial span img {
	margin: 10px;
	float: left;
	width: 150px;
	box-shadow: 0 0 3px #000;
}
div.testimonial span a:hover h2 {
	color: #01345A !important;
}
div.testimonial span h2 {
	margin-bottom: 0 !important;
	padding: 10px;
}
/* ================================
	 Table Styling                   
   ============================= */

#content table {
	width: 100%;
	background-color: #68C6A0;
	border-radius: 5px;
	box-shadow: 0 0 3px #666;
}
#content tr.toprow td {
	background-image: linear-gradient(to top, #C8EADC 25%, #68C6A0 100%);
	background-image: -webkit-linear-gradient(top, #C8EADC 25%, #68C6A0 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C8EADC), to(#68C6A0));
	background-color: 68C6A0;
	font-family: cooper_stdblack, Times, serif;
	font-size: inherit;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 0 #68C6A0, 1px -1px 0 #68C6A0, -1px 1px 0 #68C6A0, 1px 1px 0 #68C6A0;
}
#content td {
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
	background-color: #fff;
}
#content td.price {
	font-family: Arial, Helvetica, sans-serif;
}
/* ================================
	 contact page                   
   ============================= */
.contactform {
	margin: 0 15px 0 225px;
	min-height: 400px;
	font-size: 13px;
}

.contactinfo {
	float: left;
	margin-top: 25px;
	width: 210px;
	height: 300px;
}
.contactinfo strong {
	font-family: cooper_stdblack, Times, serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 0 4px #000;
	letter-spacing: 1px;
}
.ie7 .contactinfo, .ie8 .contactinfo { margin-top: 35px; }

.error_message, .notice_message, .success_message {  
  padding:.8em;
  margin-bottom:1.6em;
  border:2px solid #ddd;
  width:85%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/*
.error-ico, .notice-ico, .success-ico { padding:0; margin-left:-0.8em; }
.error-ico{ background:#FBE3E4 url('../images/messages.png') no-repeat 0 0; width: 30px; height: 35px; } 
.notice-ico{ background:#FFF6BF url('../images/messages.png') no-repeat -130px 0; width: 30px; height: 30px; } 
.success-ico{ background:#E6EFC2 url('../images/messages.png') no-repeat -260px 0;  width: 30px; height: 35px; }
*/

.error_message { background-color:#FBE3E4; margin:0 auto; margin-top:10px; color:#8a1f11; border-color:#FBC2C4; }
.notice_message { background-color:#FFF6BF; margin:0 auto; margin-bottom:10px; color:#514721; border-color:#FFD324;}
.success_message { background-color:#E6EFC2; margin:0 auto; margin-top:30px; color:#264409; border-color:#C6D880; font-weight:bold;}

.error_message a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice_message a {color:#514721; background:none; padding:0; margin:0; }
.success_message a {color:#264409; background:none; padding:0; margin:0; }

.ie7 .notice_message, .ie8 .notice_message { margin-top:10px; }

#form label { vertical-align:middle; width:30%; display:inline-block; text-align:right; margin-right:10px; cursor: default;}
#form legend { text-align:left; margin-left:20px; border:1px solid #000; padding:2px 10px;}
#form legend:hover {}

#form fieldset { border:2px solid #000; padding:10px; margin:10px 0; }
#form .required:before { content: " * "; font-size:13px; color:#900; font-weight:bold; }

#form input, textarea, email { width:40%; margin:3px 0; border:1px solid #444; padding:3px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }

#form label:after { content: " : " }
#form label.none:after { content:'' };

#form input:focus, textarea:focus { border:1px solid #900; }

#form input[type="submit"] { margin-top:10px; cursor: pointer; }

#form #message label { vertical-align:top }

.ui-round-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius:6px; }

ul.errmsg {
	padding: 0;
	list-style-type: none;
}

li.errmsg {
	margin: 0;
	padding: 0 0 10px 10px;
}


/* ================================
	 misc                   
   ============================= */
.clrbth {
	clear: both;
}
.center {
	text-align: center;
}
p.center {
	text-align: center;
	padding-bottom: 0;
}

.last {
	border: none;
	box-shadow: none;
}
.red {
	color: red;
}
.nobdr {
	border: none;
}
div.products span.selected {
	border: 10px solid #68C6A0;
}
#content h2.prodlinelabel {
	font: 16px/25px cooper_stdblack, Times, serif;
	color: #000;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	vertical-align: middle;
	margin-bottom:0;
}
#content div.description {
	margin-top: -10px;
	margin-bottom: 20px;
	width: 966px;
	padding: 5px;
	border: 2px solid #68C6A0;
	display: none;
}
#content div.description p {
	padding-bottom: 10px;
}
#content div.description span#hide {
	display: block;
	margin: 0 auto;
	padding: 5px;
	width: 75px;
	border-radius: 3px;
	background: #68C6A0;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
#content span#click {
	position: absolute;
	bottom: -25px;
	left: 410px;
	display: block;
	padding: 5px;
	border-radius: 3px;
	background: #68C6A0;
	color: #fff;
	cursor: pointer;
}
.visible {
	opacity: 100;
}
.grow {
	height: auto !important;
}
.ui-dialog-content img {
	box-shadow: 2px 2px 2px #000;
}