/* --------------------------------------- 

			SITE CONSISTENT CSS STYLES 

---------------------------------------- */

/* GENERIC STYLE */

* {
	margin: 0;
	padding: 0;
}

form {
  	padding: 0;
  	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #5D5958;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #777772;
}

a img {
	border: 0;
}


h1 {
	font-size: 28px;
	color: #000;
	display: block;
	margin-bottom: 24px;
	font-weight: normal;
	line-height: 24px;
}

h2, h3 {
	color: #5f5e5f;
    display: block;
    font: 18px "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.clear {
	clear: both;
	height: 0px !important;
}

/* This style keeps mojoPortal from tossing out buttons that use sprites but no text. */

.sprite {
	font-size: 0px;
}


/* SITE WRAPPER */

.wrapper {
	min-width: 1024px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}


/* HEADER */

.header {
	background: url('../images/header-bg.jpg') 0 0 repeat-x;
	height: 188px;
}

.header-container {
	width: 980px;
	margin: 0 auto;
	height: 188px;
}

.logo {
	float: left;
	margin: 25px 0;
}

.header-floral {
	float: right;
    color: #157F9E;
    font-size: 22px;
    line-height: 26px;
    top: 0;
    width: 630px;
}

.header-logos {
	float: left;
	width: 250px;
	margin: 3px 4px 0 0;	
}

	.header-logos a {
		display: inline-block;
		margin: 0 5px;
	}
	
	.header-logos a.logo-gdi, .header-logos a.logo-stanek {
		margin: 0;
	}
	
	.header-logos a.logo-gdi {
		padding: 0 12px 4px 0;
		border-right: 1px solid #b1b2b3;
	}

.contact {
    float: right;
    width: 369px;
}

	.contact p {
		float: left;
		margin: 5px 13px 0;
		padding: 0;
		text-align: left;
	}

.zipcode {
    height: 36px;
    width: 369px;
    background: #38373c;
	color: #FFFFFF;
    font-size: 12px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom: 1px solid #bfbfc1;
}

	.zipcode input {
		border: 1px solid #bfbfc1;
		border-radius: 5px 5px 5px 5px;
		color: #655F5F;
		float: left;
		font-size: 12px;
		font-weight: normal !important;
		height: 23px;
		margin-top: 5px;
		text-indent: 9px;
		width: 152px;
	}
	
	#dc-locator-btn {
		background: url('../images/locator-submit.png') 0 0 no-repeat;
		border: medium none;
		cursor: pointer;
		display: block;
		float: left;
		height: 29px;
		margin: 4px 0 0 4px;
		width: 30px;
	}
	
	#dc-locator-btn:hover {
		background-position: bottom left;
	}

.contact-information {
    margin: 3px auto 0;
    text-align: left;
    width: 370px;
}

a.contact-schedule {
    color: #0d0809;
    font-size: 20px;
    text-decoration: underline;
}

.contact-phone, .contact-hours {
    margin: 10px 0;
}

.contact-phone {
    color: #0d0809;
    display: block;
    float: left;
    font-size: 28px;
}

.contact-hours {
    color: #3d3b41;
    display: block;
    float: right;
    font-size: 11px;
    line-height: 14px;
}

span.contact-search {
    font-style: italic;
}

a.contact-search {
    text-decoration: underline;
}

.contact-search {
    color: #3d3b41;
    font-size: 13px;
    font-style: italic;
    margin: 10px 0 0;
    padding: 3px 0 0 0px;
}


/* NAVIGATION */


/* Navigation Container */

.navigation {
	margin-top: 7px;
}


/* Top-Level Navigation */

.AspNet-Menu-Horizontal {
	margin-top: 9px;
}

.AspNet-Menu-Horizontal ul {
	margin-left: 0;
	padding-left: 0;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

.AspNet-Menu-Horizontal ul li {
	float: left;
	list-style-type: none;
}

.AspNet-Menu-Horizontal li:hover .AspNet-Menu-Horizontal ul li ul {
	display: block;
}

.AspNet-Menu-Horizontal ul li a {
	text-decoration: none;
	color: #fff;
	padding: 12px 15px 11px;
}

.AspNet-Menu-Horizontal ul li > a:hover, .AspNet-Menu-Horizontal ul li > a.highlighted, .AspNet-Menu-Horizontal ul li > a.active, a.AspNet-Menu-SelectedWithChildren, a.AspNet-Menu-SelectedLeaf {
	background: #3cb9d3 url('../images/bg-topmenu.jpg') bottom repeat-x;
}

.active {
	border-bottom: 0 !important;
}


/* Sub-level Navigation */

.AspNet-Menu-Horizontal ul ul {
	padding-left: 0;
	margin: 10px 0 0 -1px;
	display: none;
	z-index: 5;
}

.AspNet-Menu-Horizontal ul ul li {
	width: 267px;
	border-left: 1px solid #7e7f84;
	border-right: 1px solid #7e7f84;
	border-bottom: 1px solid #75747a;
	background: #f6f6f6 url('../images/bg-submenu.jpg') bottom repeat-x;
}

.AspNet-Menu-Horizontal ul ul li:hover, .AspNet-Menu-Horizontal ul ul li > a.highlighted {
	background: #fcc953 url('../images/bg-submenu-hover.jpg') bottom repeat-x;
	color: #000;
	border-bottom: 1px solid #fbaa29;
}

.AspNet-Menu-Horizontal ul ul li > a.AspNet-Menu-SelectedWithChildren, .AspNet-Menu-Horizontal ul ul li > a.AspNet-Menu-SelectedLeaf {
	background: none !important;
	border-bottom: none !important;
}

.AspNet-Menu-Horizontal ul ul li:last-child, .AspNet-Menu-Horizontal ul ul a:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.AspNet-Menu-Horizontal ul ul a {
	display: block;
	color: #3d3b41;
}

.AspNet-Menu-Horizontal ul ul a:hover {
	background: none !important;
	border-bottom: 0 !important;
}


/* CONTENT AREA BACKGROUND */

.fade {
	background: url('../images/bg-fade.jpg') repeat-x scroll center bottom transparent;
	padding-bottom: 50px;
}


/* TOP PANE */

.top_pane {
	min-height: 13px;
	background-color: #CFBDAA;
}


/* FOOTER STYLES */

.social-footer {
	float: right;
	display: block;
}

.social-contain {
	background: url('../images/footer-social-bg.jpg') no-repeat 0 0;
	width: 246px;
	height: 67px;
	padding: 14px 0 0 56px;
	margin: 8px 0 0;
}

.social-contain img {
	display: block;
	position: relative;
	border: 0;
}

.social-contain a {
	float: left;
	display: block;
	position: relative;
}

.social-follow {
	font-size: 20px;
	text-transform: uppercase;
	color: #797979;
	margin: 0 0 0 56px;
}

.social-fb {
	margin-right: 26px;
}

.social-gp {
	margin-right: 24px;
}

.social-p {
	margin-right: 20px;
}

.footer-content {
	float: left;
	display: block;
}

.mega-footer {
	background: #fbaa29;
	border-top: 16px solid #e4a23c;
}

.mega-footer a {
	color: #1a1918;
	text-decoration: none;
	font-size: 10px;
	line-height: 18px;
}

.mega-footer a:hover {
	text-decoration: underline;
}

.footer-inner {
	width: 980px;
	height: auto;
	margin: 20px auto 0px;
	padding-bottom: 20px;
	position: relative;
}

.footer-top {
	font-size: 10px;
	color: #1a1918;
	line-height: 18px;
	padding-bottom: 20px;
	background: url('../images/hr-gold-fade.jpg') bottom center no-repeat;
}

.footer-top ul {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	font-family: Helvetica,Arial, sans-serif;
}

.footer-top li {
	margin: 0;
}

.footer-icon-fb {
	margin-top: 2px !important;
}

.footer-top ul span {
	font-size: 14px;
	font-weight: bold;
	color: #191713;
}

.gallery-links {
	float: left;
	margin: 0 30px 0 20px;
}

.gallery-links a {
	font-size: 14px;
	color: #191713;
	font-weight: bold;
}

a.img-stack {
	background:	 url('../images/photo-stack.jpg') 0 0 no-repeat;
	height: 78px;
	width: 122px;
	display: block;
	margin-top: 10px;
}

a.img-stack:hover {
	background:	 url('../images/photo-stack.jpg') 0 -78px no-repeat;
	text-decoration: none !important;
}

.footer-bottom {
	background: url('../images/footer-phone-bg.jpg') top right no-repeat;	
	min-height: 100px;
	margin: 20px 50px 0 20px;
	color: #fff;
	font-size: 12px;
}

.footer-bottom span {
	font-size: 23px;
	display: inline-block;
	padding: 7px 0 12px 5px;
	font-weight: bold;	
}

.footer-bottom a {
	font-size: 23px;
	color: #fff;
}

.footer-accreditations {
	width: 516px;
	float: left;
	margin: 8px 70px 0 0;
}

.mini-footer {
	background: #fff;
	font-size: 12px;
	color: #636261;
}

.mini-footer a {
	color: #636261;
	text-decoration: none;
}

.mini-footer a:hover {
	text-decoration: underline;	
}

.cms-login {
	margin-top: 15px;
}

/* BRANCH PAGES */

.branch-left {
    float: left;
    font-size: 13px;
    margin: 34px 0 61px 31px;
    width: 303px;
	padding: 0 39px 0 0;
}
.branch-right {
    float: left;
    padding: 20px 0 0;
    width: 312px;
}
.branch-left h2 {
    color: #19a8ca;
    font-size: 16px !important;
	font-family: Helvetica,Arial,sans-serif !important;
	margin-bottom: 15px;
	text-transform: none;
}
.branch-left h3 {
	color: #19a8ca;
}
.branch-left .dlocation-hours {
    margin: 29px 0 27px;
}
.branch-left .dlocation-contact {
    margin: 0 0 32px;
}

.branch-left li {
    background: url("../images/subnav-arrow.png") no-repeat scroll left center transparent;
    list-style: none outside none;
    padding-left: 19px !important;
	margin: 0.2em 0 !important;
}
.branch-left ul {
	margin: 6px 0 1em 12px !important;
}