@charset "UTF-8";
body {
/* font-family: Arial, Helvetica, Sans-Serif; */
	font-family: Raleway;
/*
=================================================================== 
This sets background image for individual pages. 
=================================================================== 
*/
}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* sets background image per page */
.index-background {
	background-image: url(../images/Backgrounds/chalkboard1.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.secondary-background {
	background-image: url(../images/Backgrounds/AgedColoredWood3c.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.ThankYou-background {
	background-image: url(../images/ExtraLargeBackground7.jpg); 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;	
	background-attachment: fixed;
	background-repeat: no-repeat;
}
/* End of custom page backgrounds */
.IndexHeaderImage { /* XL Index Header Image */
	background-image: url(../images/Headers/IndexXL.jpg);
	margin: auto;
	width: 100%;
	background-size: auto;
	object-fit: cover;
	background-repeat: no-repeat;
}
.container {
	width: 1350px;
	margin: 0 auto;
	margin-top: 25px;
}
.containerContent {
	background: rgba(0, 51, 153, 0.4);
    color: rgba(0, 125, 255, 0.2);
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
	-moz-box-shadow: 0px 0px 5px #6D6D6D;
	-webkit-box-shadow: 0px 0px 5px #6D6D6D;
	box-shadow: 0px 0px 5px #6D6D6D;
	border: 1px solid #6D6D6D;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:14px;
    border-top-right-radius:14px;
    border-bottom-left-radius:14px;
    border-bottom-right-radius:14px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.header {
	margin: 0 auto;
	width: 1300px;
}
.TransparentCopyBoxWide {
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background: rgba(179, 230, 255, 0.6);
	color: rgba(51, 51, 51, 0.5);
	border: 1px solid #6D6D6D;
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.TransparentCopyBoxWideTextOnly {
	width: 1200px;
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 25px;
	background: rgba(179, 230, 255, 0.6);
	color: rgba(51, 51, 51, 0.5);
	border: 1px solid #6D6D6D;
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.TransparentCopyBoxWideResponsive {
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 27px;
	padding-right: 15px;
	margin-bottom: 1.2px;
	margin-top: -22px;
	font-weight: bolder; 
	background: rgba(65, 41, 31, 1.0);
	color: rgba(51, 51, 51, 0.2);
}
.TransparentCopyBoxForm {
	width: 930px;
	margin: 0 auto;
	margin-top: 160px;
	margin-bottom: 25px;
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.footer {
	padding: 10px 0px;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 27px;
	margin-bottom: 1.2px;
	font-weight: bolder; 
	background: rgba(179, 230, 255, 0.6);
	color: rgba(51, 51, 51, 0.2);
	border: 1px solid #6D6D6D;
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
}
/* 
=================================================================== 
Index Footer Control
=================================================================== 
*/
.footerIndexLeft {  
	position: absolute;
	padding-top: 15px;
	padding-left: 8px; 
	z-index: 1;
}
.footerIndexRight {
	position: relative;
	padding-top: -110px; 
}
/* 
=================================================================== 
Span class that manages Index Footer text
=================================================================== 
*/
.TextColorIndexFooter { 
	font-size: 1em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #999966;
	font-weight:normal;
	text-decoration: none;
}
.TextColorFooterIndexHyperLink a:link {
	font-size: 1em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #999966;
	font-weight:normal;
	text-decoration: none;
}
.TextColorFooterIndexHyperLink a:visited {
	font-size: 1em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #999966;
	text-decoration: underline;
}
.TextColorFooterIndexHyperLink a:hover {
	font-size: 1em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #999966;
	text-decoration: underline;
}
/* 
=================================================================== 
Span class that manages Secondary Footer text
=================================================================== 
*/
.TextColorFooterSecondary { 
	font-size: 1em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #555;
	font-weight:normal;
	text-decoration: none;
}
.TextColorFooterSecondary a:link {
	font-size: 1em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #555;
	font-weight:normal;
	text-decoration: none;
}
.TextColorFooterSecondary a:visited {
	font-size: 1em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #555;
	text-decoration: underline;
}
.TextColorFooterSecondary a:hover {
	font-size: 1em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #555;
	text-decoration: underline;
}
/* 
=================================================================== 
Secondary Footer Control
=================================================================== 
*/
.footerIndexLeftSecondary {  
	position: absolute;
	padding-top: 15px;
	padding-left: 8px;
	padding-top: 20px; 
	z-index: 1;
}
.footerIndexRightSecondary {
	position: relative;
	padding-top: -110px;
	padding-top: 3px;
	padding-right: 35px; 
}
.subFooter {
	text-align: center;
	padding-top: 3px;
	position:static;
}
.subFooterText {
	font-size: 0.938em;
	letter-spacing: 0.09em;
	color: #555;
	text-align: justify;
}
/* 
=================================================================== 
Span class that manages Index Sub-Footer text
=================================================================== 
*/
.subFooterIndexText {
	font-size: 0.938em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #999966;
	font-weight:normal;
	text-decoration: none;
}
.subFooterIndexText a:link {
	font-size: 0.938em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #999966;
	font-weight:normal;
	text-decoration: none;
}
.subFooterIndexText a:visited {
	font-size: 0.938em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #999966;
	font-weight:normal;
	text-decoration: underline;
}
.subFooterIndexText a:hover {
	font-size: 0.938em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #999966;
	font-weight:normal;
	text-decoration: underline;
}
/* 
=================================================================== 
Span class that manages Secondary Sub-Footer  text
=================================================================== 
*/
.subFooterSecondaryText {
	font-size: 0.938em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #555;
	font-weight:normal;
	text-decoration: none;
}
.subFooterSecondaryText a:link {
	font-size: 0.938em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #555;
	font-weight:normal;
	text-decoration: none;
}
.subFooterSecondaryText a:visited {
	font-size: 0.938em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #555;
	font-weight:normal;
	text-decoration: underline;
}
.subFooterSecondaryText a:hover {
	font-size: 0.938em;
	letter-spacing: 0.09em;
	text-align: justify;
	color: #555;
	font-weight:normal;
	text-decoration: underline;
}
h1 {
	font-size: 2em;
	letter-spacing: 0.09em;
	color: #555;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
}
h2 {
	font-size: 1.75em;
	letter-spacing: 0.09em;
	color: #555;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
}
h3, h4, h5, h6 {
	font-size: 1.25em;
	letter-spacing: 0.09em;
	color: #555;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
}
p, address { 
	font-size: 1em;
	letter-spacing: 0.09em;
	color: #555;
	text-align: justify;
	line-height: 22px;
	padding-left: 6px;
	padding-right: 6px;
}
.indexPageCopy {
	color: #999966;
}

/* ol, ul, li, dl, dt, dd is control for lists: Ordered List, Unordered List, List, Definition List, Definition Term, Definition Description */
ol, ul, li, dl, dt, dd {
	font-size: 1em;
	letter-spacing: 0.09em;
	color: #555;
	text-align: justify;
	margin: 0px 0px 10px 0px;
}
a:link {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active, a:focus {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}
hr.HRstyle { /* Hard Return Styling */
	color:#959595; 
	background-color:#959595;
	height:1px; 
	border:none; 
	margin-left: auto;
    margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
}
.ImageBoarder {
	border: 1px solid #6D6D6D;
	padding: 2px;
	border-radius: 8px;
}
.ImageBoarderRound { /* This makes an image round */
	border: 1px solid #6D6D6D;
	padding: 2px;
	border-radius: 150px;
}
.ImageFloatLeft {
	float: left;
	padding-left: 6px;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #6D6D6D;
	border-radius: 8px;
}
.ImageFloatLeftNoBoarder { /* Image Floar No Boarder */
	float: left;
	padding-left: 6px;
	margin-right: 15px;
	padding: 2px;
}
.ImageFloatRight {
	float: right;
    padding-right: 6px;
	margin-left: 15px;
	padding: 2px;
	border: 1px solid #6D6D6D;
	border-radius: 8px;
}
.clearfix::after { /* This corrects Floating Images by ccreating a div container*/
    content: "";
    clear: both;
    display: table;
	margin-bottom: 8px;
}
/*
=================================================================== 
Services Rates Table Control
=================================================================== 
*/
table.servicesRates {
  	border: 1px solid #1C6EA4;
  	background-color: #EEEEEE;
  	width: 100%;
  	text-align: left;
  	border-collapse: collapse;
}
table.servicesRates td, table.servicesRates th {
  	border: 1px solid #AAAAAA;
  	padding: 3px 2px;
}
table.servicesRates tbody td {
  	/*font-size: 13px;*/
  	font-size: 1em;
}
table.servicesRates tr:nth-child(even) {
  	background: #D0E4F5;
}
table.servicesRates thead {
  	background: #1C6EA4;
  	background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  	background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  	background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  	border-bottom: 2px solid #444444;
}
table.servicesRates thead th {
  	font-size: 15px;
  	font-weight: bold;
  	color: #FFFFFF;
  	text-align: center;
  	border-left: 2px solid #D0E4F5;
}
table.servicesRates thead th:first-child {
  	border-left: none;
}
table.servicesRates tfoot {
  	font-size: 14px;
  	font-weight: bold;
  	color: #FFFFFF;
  	background: #D0E4F5;
  	background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  	background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  	background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  	border-top: 2px solid #444444;
}
table.servicesRates tfoot td {
  	font-size: 14px;
}
table.servicesRates tfoot .links {
  	text-align: right;
}
table.servicesRates tfoot .links a{
  	display: inline-block;
  	background: #1C6EA4;
  	color: #FFFFFF;
  	padding: 2px 8px;
  	border-radius: 5px;
}
/*
=================================================================== 
Primary Navigation Index Page
=================================================================== 
*/
#PrimaryNavIndex {
	padding-left: 19px;
	margin-top: 30px;
}
#PrimaryNavLogoIndex {
	float: left;
	padding-left: 5px; 
	padding-right: 20px;
	margin-top: -75px;
}
#h1PrimaryNav2Index {
	font-size: 30px;
	letter-spacing: 1.5px;
	color: #f5eacb;
	margin-top: 75px;
	padding-right: 6px;
	padding-bottom: 55px;
}
/*
=================================================================== 
Primary Navigation Secondary Pages
=================================================================== 
*/
#PrimaryNav {
	padding-left: 19px;
	padding-bottom: 55px;
}
#PrimaryNavLogo {
	float: left;
	padding-left: 15px; 
	padding-right: 20px;
}
#h1PrimaryNav2 {
	font-size: 30px;
	letter-spacing: 1.5px;
	color: #d9c9ab;
	margin-top: 75px;
	padding-right: 6px;
}
/*
=================================================================== 
Primary Navigation MultiForm Pages
=================================================================== 
*/
#PrimaryNavMultiForm {
	position: absolute;
	padding-left: 210px;
	padding-bottom: 55px;
	margin-bottom: -10px;
}
#PrimaryNavLogo {
	float: left;
	padding-left: 15px; 
	padding-right: 20px;
}
#h1PrimaryNavMultiForm {
	font-size: 30px;
	letter-spacing: 1.5px;
	color: #d9c9ab;
	margin-top: 75px;
	padding-right: 6px;
}
/* Return To Form Button Formatting */
/* http://css3buttongenerator.com */
.button { /* http://css3buttongenerator.com */
   	background-color: #4CAF50;
  	color: #ffffff;
  	border: none;
  	padding: 10px 20px;
  	font-size: 17px;
  	font-family: Raleway;
  	cursor: pointer;
  	-webkit-border-radius: 8;
  	-moz-border-radius: 8;
  	border-radius: 8px;
}
.button:hover {
  	opacity: 0.8;
}