
/* C
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-c {
	border: 1px solid 		#B3B3B3 /*{c-bar-border}*/;
	background: 			#eeeeee /*{c-bar-background-color}*/;
	color: 					#3E3E3E /*{c-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ 	#ffffff /*{c-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #dddddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/);
}
.ui-bar-c .ui-link-inherit {
	color: 	#3E3E3E /*{c-bar-color}*/;
}

.ui-bar-c a.ui-link {
	color: #7cc4e7 /*{c-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-c a.ui-link:visited {
    color: #2489CE /*{c-bar-link-visited}*/;
}

.ui-bar-c a.ui-link:hover {
	color: #2489CE /*{c-bar-link-hover}*/;
}

.ui-bar-c a.ui-link:active {
	color: #2489CE /*{c-bar-link-active}*/;
}

.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-c,
.ui-overlay-c {
	border: 1px solid 		#aaaaaa /*{c-body-border}*/;
	color: 					#333333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #ffffff /*{c-body-shadow-color}*/;
	background: 			#ffffff /*{c-body-background-color}*/;

}
.ui-overlay-c {
	background-image: none;
	border-width: 0;
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-c .ui-link-inherit {
	color: 	#333333 /*{c-body-color}*/;
}

.ui-body-c .ui-link {
	color: #2489CE /*{c-body-link-color}*/;
	font-weight: bold;
}

.ui-body-c .ui-link:visited {
    color: #2489CE /*{c-body-link-visited}*/;
}

.ui-body-c .ui-link:hover {
	color: #2489CE /*{c-body-link-hover}*/;
}

.ui-body-c .ui-link:active {
	color: #2489CE /*{c-body-link-active}*/;
}

.ui-btn-up-c {
	border: 1px solid 		#cccccc /*{c-bup-border}*/;
	background: 			#eeeeee /*{c-bup-background-color}*/;
	font-weight: bold;
	color: 					#222222 /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/);
}
.ui-btn-up-c:visited,
.ui-btn-up-c a.ui-link-inherit {
	color: 					#2F3E46 /*{c-bup-color}*/;
}
.ui-btn-hover-c {
	border: 1px solid 		#bbbbbb /*{c-bhover-border}*/;
	background: 			#dfdfdf /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: 					#222222 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/);
}
.ui-btn-hover-c:visited,
.ui-btn-hover-c:hover,
.ui-btn-hover-c a.ui-link-inherit {
	color: 					#2F3E46 /*{c-bhover-color}*/;
}
.ui-btn-down-c {
	border: 1px solid 		#bbbbbb /*{c-bdown-border}*/;
	background: 			#d6d6d6 /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: 					#222222 /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{c-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/);
}
.ui-btn-down-c:visited,
.ui-btn-down-c:hover,
.ui-btn-down-c a.ui-link-inherit {
	color: 					#2F3E46 /*{c-bdown-color}*/;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

#pdgo-header-title {
	text-shadow: none;
}

#pdgo-header-title a {
	text-shadow: none;
	text-decoration: none;
}

.pdgo-header-button.ui-btn-up-c {
	border-color: #09a2aa;
	color: #09a2aa;
	text-shadow: none;
}

.pdgo-header-button.ui-btn-up-c:visited {
	color: #09a2aa;
}

.pdgo-header-button.ui-btn-up-c a.ui-link-inherit {
	color: #09a2aa;
}

.pdgo-header-button.ui-btn-hover-c {
	border-color: #09a2aa;
	text-shadow: none;
}

.pdgo-header-button.ui-btn-hover-c:visited {
	color: #09a2aa;
}

.pdgo-header-button.ui-btn-hover-c:hover {
	color: #09a2aa;
}

.pdgo-header-button.ui-btn-hover-c a.ui-link-inherit {
	color: #09a2aa;
}

.pdgo-header-button.ui-btn-down-c {
	border-color: #09a2aa;
	text-shadow: none;
}

.pdgo-header-button.ui-btn-down-c:visited {
	color: #09a2aa;
}

.pdgo-header-button.ui-btn-down-c:hover {
	color: #09a2aa;
}

.pdgo-header-button.ui-btn-down-c a.ui-link-inherit {
	color: #09a2aa;
}

#pdgo-menu .pdgo-menu-button.ui-btn-up-c {
	text-shadow: none;
}

#pdgo-menu .pdgo-menu-button.ui-btn-hover-c {
	text-shadow: none;
}

#pdgo-menu .pdgo-menu-button.ui-btn-down-c {
	text-shadow: none;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-up-c {
	text-shadow: none;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-hover-c {
	text-shadow: none;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-down-c {
	text-shadow: none;
}

#pdgo-submenu a {
	text-align: left;
}

#pdgo-page-main {
	background: #EAEAEA;
}

#pdgo-content {
	text-shadow: none;
}

#pdgo-content .ui-link {
	font-weight: bold;
	text-decoration: underline;
}

#pdgo-title h1 {
	margin: 0;
	padding: 0;
	color: #af7a2e;
	text-align: left;
	text-shadow: none;
}

#pdgo-footer {
	text-align: left;
}

/* Responsive iFrame Google Maps and other iFrames. Must put iFrame into a new dive with the  responsiveiframe class */
.responsiveiframe {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
}
.responsiveiframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 90% !important;
        height: 100% !important;
}

/* Header CSS - Typically left as is */
.ui-header .ui-title {
    margin-left: 0%;
    margin-right: 0%;
}
#pdgo-header-main {
    height: auto;
    border: 0px;
}
#pdgo-header-title img {
    max-width: 100%;
    height: auto;
    padding-bottom: -10px;
}
#pdgo-header-title img {
    max-width: 100%;
    height: auto;
    top: 0;
}

/* General Responsive CSS */
#pdgo-content {
    padding-top: 0px;
}
#pdgo-page-37683 #pdgo-content td {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}
.ui-header .ui-title, .ui-footer .ui-title {
    min-height: 1.1em;
    text-align: center;
    font-size: 0px;
    display: block;
    margin: 0em 0% 0em;
    padding: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: 0px none !important;
}
.ui-content img {
    max-width: 100%;
    height: auto;
    border-style: solid;
    border-width: 1px;
}
#pdgo-page-main .ui-content {
max-width: 950px;
margin-left: auto;
margin-right:auto;
padding-top: 0px;
}

/* Contact Form Button  Text Color */
.form-buttons .ui-btn {
    color: #000000 !important;
}

/* Page Title Margins */
H1.title { margin-left: 43px; 
line-height: normal; 
margin-top: 10px; 
margin-bottom: -60px; }

#pdgo-title h1{ 
margin-top: 50px; 
font-size: 14pt  }

/*Mobile Image Auto-resize:*/
.ui-content img {
max-width: 100%;
height: auto;
border-style: solid;
border-width: 1px;
}


/* Margin for Menu/Home Buttons */
#pdgo-header-button-menu {
    margin-top: 60px;
}

#pdgo-header-button-home {
    margin-top: 60px;
}

/* Responsive Table Images (when resolution is below 970px wide) */
 @media (max-width: 970px) {
    
    table {
        width: 100% !important;
        height: auto !important;
    }
    table img {
        width: 100% !important;
        height: auto !important;
    }
    
table {
  table-layout: fixed;
}
    
}

/* Responsive YouTube Video CSS (Requires Additional Code Added Also (see below template) */
.fluid-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
}

/* Responsive iFrame Google Maps and other iFrames. Must put iFrame into a new dive with the  responsiveiframe class */
.responsiveiframe {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
}
.responsiveiframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 90% !important;
        height: 100% !important;
}

/* Responsive Slideshow and Hide Controls */
.floatTop  {
    margin-top: 30px;
    max-width: 100% !important;
        height: auto !important;  
}

.floatBottom  {
    max-width: 100% !important;
        height: auto !important;  
}


.floatRight  {
    max-width: 100% !important;
        height: auto !important;  
}

.floatLeft  {
    max-width: 100% !important;
        height: auto !important;  
}



.slides  {
        max-width: 100% !important;
        height: auto !important;
}

.minigallery  {
        margin-top:50px;
        max-width: 100% !important;
        height: auto !important;
}

.controls {
    display: none;
}

/* Break Table Columns to the Next Row */
@media (max-width: 500px) {
.ui-content td {
    display: block;
}
}


/* Custom Formatting for Mobile View */

#mobileonly {
        font-size: 48pt;
        font-color: #13a34a;
        text-align: center;
        
    }
    
@media (max-width: 970px) {
    #mobileonly {
        font-size: 24pt;
        
    }
        #mobiledelete {
        display: none;
         }

}
/* Theme E For Content Header Buttons */

.ui-btn-up-e {
	border: 1px solid #ffffff /*{e-bup-border}*/;
	background: #4386f4 /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{e-bup-color}*/;
	text-shadow: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #4386f4 /*{e-bup-background-start}*/), to( #4386f4 /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #4386f4 /*{e-bup-background-start}*/, #4386f4/*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #4386f4/*{e-bup-background-start}*/, #4386f4 /*{e-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #4386f4/*{e-bup-background-start}*/, #4386f4 /*{e-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #4386f4/*{e-bup-background-start}*/, #4386f4 /*{e-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #4386f4/*{e-bup-background-start}*/,#4386f4/*{e-bup-background-end}*/);
}
.ui-btn-up-e:visited,
.ui-btn-up-e a.ui-link-inherit {
	color: #ffffff /*{e-bup-color}*/;
}
.ui-btn-hover-e {
	border: 1px solid #ffffff /*{e-bhover-border}*/;
	background: #4386f4 /*{e-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{e-bhover-color}*/;
	text-shadow: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #4386f4 /*{e-bhover-background-start}*/), to( #4386f4 /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #4386f4 /*{e-bhover-background-start}*/, #4386f4/*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #4386f4 /*{e-bhover-background-start}*/, #4386f4/*{e-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #4386f4 /*{e-bhover-background-start}*/, #4386f4 /*{e-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #4386f4 /*{e-bhover-background-start}*/, #4386f4/*{e-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #4386f4 /*{e-bhover-background-start}*/, #4386f4/*{e-bhover-background-end}*/);
}
.ui-btn-hover-e:visited,
.ui-btn-hover-e:hover,
.ui-btn-hover-e a.ui-link-inherit {
	color: #ffffff /*{e-bhover-color}*/;
}
.ui-btn-down-e {
	border: 1px solid #ffffff /*{e-bdown-border}*/;
	background:#4386f4 /*{e-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{e-bdown-color}*/;
	text-shadow: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #4386f4 /*{e-bdown-background-start}*/), to( #4386f4 /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #4386f4 /*{e-bdown-background-start}*/, #4386f4/*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #4386f4/*{e-bdown-background-start}*/, #4386f4 /*{e-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #4386f4/*{e-bdown-background-start}*/, #4386f4/*{e-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #4386f4/*{e-bdown-background-start}*/, #4386f4 /*{e-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #4386f4 /*{e-bdown-background-start}*/, #4386f4 /*{e-bdown-background-end}*/);
}
.ui-btn-down-e:visited,
.ui-btn-down-e:hover,
.ui-btn-down-e a.ui-link-inherit {
	color: #ffffff /*{e-bdown-color}*/;
}
.ui-btn-up-e,
.ui-btn-hover-e,
.ui-btn-down-e {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}
/* Custom Icons For Content Header Buttons */
.ui-icon-custom-phone {
	background: url("/gallery/137007.png") 0px 0px no-repeat;
	box-shadow: none;
}

.ui-icon-custom-directions {
	background: url("/gallery/137007.png") -18px 0px  no-repeat;
	box-shadow: none;
}
#pdgo-menu .level2
{
	padding-left: 20px;
}

#pdgo-menu .level3
{
	padding-left: 40px;
}


