/* ------------------------------------------------------------------------
 * Copyright 2014 Michael Gordon
 */

#map_canvas {
  float: right;
  margin-left: .5em;
}

.pad3 {
    padding: 3pt;
}

.pad9 {
    padding: 0pt 9pt;
}

div.special {
  width: 100%;
  font-family: Geneva;
  font-size: 1.4em;
  display: flex;
  justify-content: center; 
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}


div.special h2.sub {
  margin-block-start: 1.25em;
  margin-top: 1.25em;
  line-height: 30px;
  padding: 0;
}

div.special h4 {
  line-height: 20px;
  margin-block-start: .1em;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: normal;
}

.special p {
  width: 80%;
  margin: 0 auto;
}

.large p, .large li {
  font-size: 1.125em;
  line-height: 1.5em;
}

p {
/*
    font-size:15px;
*/
}

html, body {
    font-family: Lucida Grande,Palatino,Georgia !important;
    font-size:13px;
    height: 100%;
    margin:0;
}

body {
    background-color: #FFFFFF;
}

/*
h1, h2, h3, h4 {
    color: #002030;
}
*/

li, hr {
  color: black;
}

h2 {
  margin: 9px 0;
}

h1.center, h2.center, h3.center, div.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div.ur {
    display: inline-block;
    text-align: left;
}

div.header h1 {
  margin: 20 auto 0;
  font-size: 250%;
  text-shadow: 2px 2px 8px #ccc;
}
div.subhead {
}

div.reviewsx {
  padding: 0 24px;
  background: #f0f0f0;
}
div.reviews p {
  color: #555;
  font-size: 90%;
}

div.topborder {
    border: solid;
    border-width: 1px 0 0 0;
    border-color: #777;
    padding-top: 9px;
}

div.header {
/*
    text-align: center;
    padding-left: 36pt;
    margin-left: auto;
    margin-right: auto;
*/
    border: solid;
    border-width: 0 0 1px;
    border-bottom-color: #777;
/*
    color: #c0c090;
    background-color: #404000;
*/
}
.header h1,h2,h3 {
/*
    font-family: 'Helvetica' !important;
    font-family: 'Vollkorn' !important;
    font-family: "Lucida Sans Unicode" !important;
*/
    text-align: center;
    font-family: Lucida Grande,Palatino,Georgia !important;
    color: black;
    font-weight:normal;
    margin:0pt;
    padding-top: 6pt;
}

.subtitle {
    padding: 0pt 0pt 9pt 0pt;
}

.container, .page {
    height: 100%;
    color: black;
    margin-top: 9px;
}

div.cbold {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
div.footer {
    text-align: center;
}

.row, .row > .span4 {
    /* bootstrap says -20px, no good in IE7 */
    margin-left: 0px;
}

.page h1,h2,h3 {
  text-align: left;

}
.ywrapper {
    background-image: linear-gradient(bottom, #B2ABA1 3%, #FFFAED 98%);
    background-image: -o-linear-gradient(bottom, #B2ABA1 3%, #FFFAED 98%);
    background-image: -moz-linear-gradient(bottom, #B2ABA1 3%, #FFFAED 98%);
    background-image: -webkit-linear-gradient(bottom, #B2ABA1 3%, #FFFAED 98%);
    background-image: -ms-linear-gradient(bottom, #B2ABA1 3%, #FFFAED 98%);

    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.03, #B2ABA1),
	color-stop(0.98, #FFFAED)
    );
}

div.title, div.footer {
    background-image: (url header_bg_urc.jpg);
    background-color: #B2A592; /* dark beige */
    background-color: #cac4ba; /* beige */
}

form {
  margin-bottom: 6px;
}

table {
    width:auto;
    font-size: 13px;
    margin-bottom: 4px;
}

td.number {
    text-align: right;
}

thead th {
    text-align:right;
}

td.total {
    background:#ddd;
}

/*
li {
  color: #036;
}
*/

.page-content ul {
/*  font-size: 13px; */
}

.page-links {
  padding: 12px;
  background: #d8d8e0;
  background: #e8e8e8;
}
.page-links ul {
  margin: 0;
}

ul.services li {
  padding-bottom: 6pt;
}

ul.services b {
  font-size: 110%;
}

input[type=number] {
  background: #fff;
  height:18pt;
  color: #036;
  font-weight:bold;
  width:60px;
//  font-size:125%;
}
/*
input[type=button], input[type=reset], input[type=submit] {
  background: #ccffff;
  background: #ddffff;
  height:28pt;
  padding:4pt;
  color: #336699;
  font-weight:bold;
//  font-size:125%;
}
*/

input {
//  font-size:125%;
  font-weight:bold;
  vertical-align: baseline;
}

label {
  font-size: 15px;
  float: none;
  text-align: right;
  vertical-align: baseline;
  color: #003050;
}

.lblock {
    text-align: left;
    vertical-align: baseline;
    display: inline-block;
}

.rblock {
    text-align: right;
    vertical-align: baseline;
    display: inline-block;
}

.credit {
    font-size: 80%;
    color: #888;
}

.contact {
    padding-left: 4px;
    padding-right: 0;
}

.contact p {
    font-size: 13px;
}
/*
Sticky footer code:
http://www.cssstickyfooter.com/using-sticky-footer-code.html
*/
* { margin: 0; }


div.wrapper {min-height: 100%;}

div.main, div.container {
    overflow:auto;
    padding-bottom: 2.5em;  /* must be same height as the footer */
}

div.footer {
    position: relative;
    margin-top: -2.5em; /* negative value of footer height */
    height: 2.5em;
    clear:both;
}
div.doublerule {
    border: solid;
    border-width: 1px 0;
    border-color: #777;
    padding: 4px 0;
    margin: 12px 0 0;
}

/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/
}

div.page-content {
}

div.testimonial {
    font-family: "Arial";
    font-style:italic;
//    font-size: 110%;
    padding: 6pt 6pt 6pt 0pt;
}
div.testimonial p {
    font-size: 100%;
    font-family: "Arial";
    font-style:italic;
}

.bordered {
    border: solid;
    border-width: 1px;
    border-color: #222;
}

img.floatLeft { 
    float: left; 
    padding: 4px 12px 0 0;
}
img.floatRight { 
    float: right; 
    margin: 2px 0 0 9px;
}

img.smaller {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20pt;
    height: 240px;
}

.rounded {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* Main Navigation links */
/* hilight links */

ul.linkmenu {
    list-style-type: none;
    padding: 0;
}
ul.linkmenu li {
  margin-bottom: 6px;
  border: dotted;
  border-width: 1px;
  border-color: #777;
  border-color: #ffffff;
}

a.selected {
    border-bottom-width: 2px !important;
    border-bottom-color: #88e !important;
}

a.mainnav {
    display: block;
    font-size: 120%;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 6px 3px;
    text-decoration: none;
    background: #e2e2e2;
    color: #a0a0a0;
    color: #606060;
}
a.mainnav:hover {
    color: #404080;
    background: #fdfdfd;
}
a.mainnav.selected {
  color: #a0a0ff;
  color: #404080;
  background: #f0f0f0;
  color: 666;
  background: #ffffff;
}



.xgalleria-thumbnails-container {
    top: 20px;
    bottom: 70px;

}
.xgalleria-images {
    top: 70px;
    bottom: 10px;

}
.galleria-thumbnails, .galleria-image {
    width:220px;
}

body .galleria-stage {
    bottom:10px;
}

.galleria-container {
    background-color: #262028;
    background-color: #ecdcba;
    background-color: #80796f;
    background-color: #70695f;
    background-color: #543;
    margin-bottom: 6pt;
}

