
/* 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;
}

body {
	background: #ffffff;
}

#pdgo-header-main {
	background-color: #ffffff;
	border: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #ffffff ));
	background-image: -webkit-linear-gradient( #ffffff , #ffffff );
	background-image: -moz-linear-gradient( #ffffff , #ffffff );
	background-image: -ms-linear-gradient( #ffffff , #ffffff );
	background-image: -o-linear-gradient( #ffffff , #ffffff );
	background-image: linear-gradient( #ffffff , #ffffff );
	height:  ;
}

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

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

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

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

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

#pdgo-menu .pdgo-menu-button.ui-btn-up-c {
	border-color: #C8CEDE;
	background-color: #394F8A;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #394F8A ), to( #394F8A ));
	background-image: -webkit-linear-gradient( #394F8A , #394F8A );
	background-image: -moz-linear-gradient( #394F8A , #394F8A );
	background-image: -ms-linear-gradient( #394F8A , #394F8A );
	background-image: -o-linear-gradient( #394F8A , #394F8A );
	background-image: linear-gradient( #394F8A , #394F8A );
	color: #ffffff;
	text-shadow: none;
}

#pdgo-menu .pdgo-menu-button.ui-btn-up-c:visited {
	color: #ffffff;
}

#pdgo-menu .pdgo-menu-button.ui-btn-up-c a.ui-link-inherit {
	color: #ffffff;
}

#pdgo-menu .pdgo-menu-button.ui-btn-hover-c {
	border-color: #C8CEDE;
	background-color: #394F8A;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #394F8A ), to( #394F8A ));
	background-image: -webkit-linear-gradient( #394F8A , #394F8A );
	background-image: -moz-linear-gradient( #394F8A , #394F8A );
	background-image: -ms-linear-gradient( #394F8A , #394F8A );
	background-image: -o-linear-gradient( #394F8A , #394F8A );
	background-image: linear-gradient( #394F8A , #394F8A );
	text-shadow: none;
}

#pdgo-menu .pdgo-menu-button.ui-btn-hover-c:visited {
	color: #ffffff;
}

#pdgo-menu .pdgo-menu-button.ui-btn-hover-c:hover {
	color: #ffffff;
}

#pdgo-menu .pdgo-menu-button.ui-btn-hover-c a.ui-link-inherit {
	color: #ffffff;
}

#pdgo-menu .pdgo-menu-button.ui-btn-down-c {
	border-color: #C8CEDE;
	background-color: #394F8A;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #394F8A ), to( #394F8A ));
	background-image: -webkit-linear-gradient( #394F8A , #394F8A );
	background-image: -moz-linear-gradient( #394F8A , #394F8A );
	background-image: -ms-linear-gradient( #394F8A , #394F8A );
	background-image: -o-linear-gradient( #394F8A , #394F8A );
	background-image: linear-gradient( #394F8A , #394F8A );
	text-shadow: none;
}

#pdgo-menu .pdgo-menu-button.ui-btn-down-c:visited {
	color: #ffffff;
}

#pdgo-menu .pdgo-menu-button.ui-btn-down-c:hover {
	color: #ffffff;
}

#pdgo-menu .pdgo-menu-button.ui-btn-down-c a.ui-link-inherit {
	color: #ffffff;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-up-c {
	border-color: #C8CEDE;
	background-color: #394F8A;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #394F8A ), to( #394F8A ));
	background-image: -webkit-linear-gradient( #394F8A , #394F8A );
	background-image: -moz-linear-gradient( #394F8A , #394F8A );
	background-image: -ms-linear-gradient( #394F8A , #394F8A );
	background-image: -o-linear-gradient( #394F8A , #394F8A );
	background-image: linear-gradient( #394F8A , #394F8A );
	color: #ffffff;
	text-shadow: none;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-up-c:visited {
	color: #ffffff;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-up-c a.ui-link-inherit {
	color: #ffffff;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-hover-c {
	border-color: #C8CEDE;
	background-color: #394F8A;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #394F8A ), to( #394F8A ));
	background-image: -webkit-linear-gradient( #394F8A , #394F8A );
	background-image: -moz-linear-gradient( #394F8A , #394F8A );
	background-image: -ms-linear-gradient( #394F8A , #394F8A );
	background-image: -o-linear-gradient( #394F8A , #394F8A );
	background-image: linear-gradient( #394F8A , #394F8A );
	text-shadow: none;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-hover-c:visited {
	color: #ffffff;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-hover-c:hover {
	color: #ffffff;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-hover-c a.ui-link-inherit {
	color: #ffffff;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-down-c {
	border-color: #C8CEDE;
	background-color: #394F8A;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #394F8A ), to( #394F8A ));
	background-image: -webkit-linear-gradient( #394F8A , #394F8A );
	background-image: -moz-linear-gradient( #394F8A , #394F8A );
	background-image: -ms-linear-gradient( #394F8A , #394F8A );
	background-image: -o-linear-gradient( #394F8A , #394F8A );
	background-image: linear-gradient( #394F8A , #394F8A );
	text-shadow: none;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-down-c:visited {
	color: #ffffff;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-down-c:hover {
	color: #ffffff;
}

#pdgo-submenu .pdgo-menu-button.ui-btn-down-c a.ui-link-inherit {
	color: #ffffff;
}

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

#pdgo-content {
	color: #394F8A;
	text-shadow: none;
}

#pdgo-content .ui-link-inherit {
	color: #394F8A;
}

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

#pdgo-content .ui-link:visited {
	color: #394F8A;
}

#pdgo-content .ui-link:hover {
	color: #394F8A;
}

#pdgo-content .ui-link:active {
	color: #394F8A;
}

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

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

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Light'), local('Merriweather-Light'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nmB7wJ9CoPCp9n30ZBThZ1I.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/RFda8w1V0eDZheqfcyQ4EKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nhAPw1J91axKNXP_-QX9CC8.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  src: local('Merriweather Heavy'), local('Merriweather-Heavy'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nrsSoz0gOrwseB_671fuXgU.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 300;
  src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwIKG6KSkCb3wBFlS6Qx4Mm8U.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local('Merriweather Italic'), local('Merriweather-Italic'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/So5lHxHT37p2SS4-t60SlL52ooqJRs02xO3mONBoqeI.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwILz7bF_NE717IFsea40dLmU.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 900;
  src: local('Merriweather Heavy Italic'), local('Merriweather-HeavyItalic'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwILZLGk4kwwTqoYoQUoKMebw.woff) format('woff');
}


H1 { margin-left: 50px; text-transform: uppercase; line-height: normal; }

li .level1 { font-family: 'Merriweather', serif !important; text-shadow: 0px -1px #000000 !important; }
li .level2 { font-family: 'Merriweather', serif !important; }
li .level3 { font-family: 'Merriweather', serif !important; }


.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;

}
#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;
}
#navhalf img {
	text-align: center;
	width: 42%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 5px;
	border: 0pt none;
	align: center;
	max-width: 458px;
}
.ui-btn-inner {
	font-size: 16px;
	padding: 0.6em 20px;
	min-width: 0.75em;
	display: block;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
height: 30%;
}
.ui-btn {
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin: 0.5em 0px;
	padding: 0px;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
height: 30%;
}


#pdgo-page-main .ui-content {
max-width: 950px;
margin-left: auto;
margin-right:auto;
padding-top: 0px;

}


.form-buttons .ui-btn {
    color: #000000 !important;
F3F3F3;
}

.ui-btn-corner-all {
    border-radius: 0.6em;
}


#header-content-custom {
	margin-left: -5%;
	margin-right: -5%;
	margin-bottom: -15px;

	text-shadow: none;
margin-bottom: .5%;



}
.header-content-custom-content {
	padding-left: 4%;
	padding-right: 4%;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	border-style:solid;
	border-bottom:thick solid #E4AE56;
	border-bottom-width: 0px;
	border-top:thick solid #B1B1B1;
	border-top-width: px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: #95A9CC;


 font-family: 'Merriweather', serif !important;
}



.ui-icon-phone {
  background: url(http://pdgosystem.com/gallery/148560.png) 50% 50% no-repeat;
 border-radius: 5px;
    height: 30px;
    margin-left: 1% !important;
    margin-top: -15px;
    text-shadow: none;
    width: 30px;
 font-family: 'Merriweather', serif !important;

}

.ui-icon-pin {
  background: url(http://pdgosystem.com/gallery/148559.png) 50% 50% no-repeat;
 border-radius: 5px;
    height: 30px;
    margin-left: 1% !important;
    margin-top: -15px;
    text-shadow: none;
    width: 30px;
 	font-family: 'Merriweather', serif !important;

}
.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
.ui-icon-shadow {
    box-shadow: none;
}
.ui-btn-text {
    -moz-user-select: none;
    position: relative;
    width: 100%;
    z-index: 1;
font-family: 'Merriweather', serif !important;!important;  
text-decoration: none;  
font-weight: normal;
}

.ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c {
    font-family: 'Merriweather', serif !important;
}

.ui-btn-up-e, .ui-btn-hover-e, .ui-btn-down-e {
    color: #fff;
     font-family: 'Merriweather', serif !important;
    text-shadow: none;
text-decoration: none;
font-weight: bold;
}

#footer-custom {
	margin-left: -5%;
	margin-right: -5%;
	margin-bottom: -15px;
	background-color: #49629F;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #49629F ), to( #2B3C6A ));
	background-image: -webkit-linear-gradient( #49629F , #2B3C6A );
	background-image: -moz-linear-gradient( #49629F , #2B3C6A );
	background-image: -ms-linear-gradient( #49629F , #2B3C6A );
	background-image: -o-linear-gradient( #49629F , #2B3C6A );
	background-image: linear-gradient( #49629F , #2B3C6A );
	text-shadow: none;
	border-top:thick solid #4285F4;
	border-top-width: 0px;

}
.footer-custom-content {
	padding-left: 6%;
	padding-right: 6%;
	text-align: center;
	color: #4285F4;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 100%
}

}
.footer-custom-content a {
	padding-left: 6%;
	padding-right: 6%;
	text-align: center;
	color: #4285F4;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 100%
}

.ui-body-c .ui-link  {
    color: #ffffff;
    font-weight: bold;
}

.ui-body-c .ui-link:hover  {
    color: #ffffff;
    font-weight: bold;
}


	
}
.ui-btn-up-e:visited,
.ui-btn-up-e a.ui-link-inherit {
	color: #fff /*{e-bup-color}*/;
 font-family: 'Merriweather', serif !important;
 font-weight:bold;
}
.ui-btn-hover-e {
		background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff ), to( #B1B1B1 ));
	background-image: -webkit-linear-gradient( #fff , #B1B1B1 );
	background-image: -moz-linear-gradient( #fff , #B1B1B1 );
	background-image: -ms-linear-gradient( #fff , #B1B1B1 );
	background-image: -o-linear-gradient( #fff , #B1B1B1 );
	background-image: linear-gradient( #fff , #B1B1B1 );
	color: #364D88;
	text-shadow: none;
 font-family: 'Merriweather', serif !important;
  text-decoration:none;
  font-weight:bold;

}
.ui-btn-hover-e:visited,
.ui-btn-hover-e:hover,
.ui-btn-hover-e a.ui-link-inherit {

		background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #B1B1B1 ));
	background-image: -webkit-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -moz-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -ms-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -o-linear-gradient( #ffffff , #B1B1B1 );
	background-image: linear-gradient( #ffffff , #B1B1B1 );
	color: #364D88;
	text-shadow: none; text-decoration:none;
	font-weight:bold;
}
.ui-btn-down-e {
		background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #B1B1B1 ));
	background-image: -webkit-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -moz-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -ms-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -o-linear-gradient( #ffffff , #B1B1B1 );
	background-image: linear-gradient( #ffffff , #B1B1B1 );
	color: #364D88;
	text-shadow: none;
 font-family: 'Merriweather', serif !important;
  text-decoration:none;
  font-weight:bold;
	
}
.ui-btn-down-e:visited,
.ui-btn-down-e:hover,
.ui-btn-down-e a.ui-link-inherit {
		background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #B1B1B1 ));
	background-image: -webkit-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -moz-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -ms-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -o-linear-gradient( #ffffff , #B1B1B1 );
	background-image: linear-gradient( #ffffff , #B1B1B1 );
	color: #364D88;
	text-shadow: none;
 font-family: 'Merriweather', serif !important;
 text-decoration:none;
 font-weight:bold;
}
.ui-btn-up-e,
.ui-btn-hover-e,
.ui-btn-down-e {
	 	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #B1B1B1 ));
	background-image: -webkit-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -moz-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -ms-linear-gradient( #ffffff , #B1B1B1 );
	background-image: -o-linear-gradient( #ffffff , #B1B1B1 );
	background-image: linear-gradient( #ffffff , #B1B1B1 );
	color: #364D88;
	text-shadow: none;
 font-family: 'Merriweather', serif !important;
 font-weight:bold;
}


.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
	font-family: 'Merriweather', serif !important;
}
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
	font-family: 'Merriweather', serif !important;
}

}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
	font-family: 'Merriweather', serif !important;
	text-decoration: none;
}
#pdgo-menu .level2
{
	padding-left: 20px;
}

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


