html {overflow-y: scroll;}

body {
	
	font-size: 11pt;
	font-family:PT Sans;
	font-weight: normal;
	color: #000000;
	/*background-color: #ffcc99;*/
	background-image: url('/images/wwhite_shiplap_bg.png');
    background-repeat:repeat-y;
	background-size:100%;
    background-attachment:scroll;
    background-position:center;
	
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.container-page {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	overflow:hidden;
	padding: 0px;
}

.container-navigation {
	width: 100%;
	/*background-color: #ffcc99;*/
	background-image: url('/images/wwhite_shiplap_bg_nav.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
	background-size:100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	height:140px;
	position:fixed;
	border-bottom: solid 1px #800000;
}
@media only screen and (max-width: 500px) {
.container-navigation {
	height:118px;
}
}
.container-content {
	border: 0px;
	width: 95%;
	margin-top:190px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	height:100%;
	padding-bottom: 0px;
}
@media only screen and (max-width: 500px) {
.container-content {
	margin-top:150px;
}
}
.container-content-homepage {
	border: 0px;
	width: 100%;
	background-color:#0F6;
	height:100%;
	margin-top:0px;
	padding-top: 0px;
	min-height:496px;;
	padding-bottom: 0px;
}

.container-foot { 
	font-size: 16pt;
	/*background-color:#ffcc99;*/
	background-color:#444444;
	color:#ffffff;
	width: 100%;
	position:absolute; 
	padding-bottom:0px;
} 
@media only screen and (max-width: 768px) {
.container-foot {
	font-size:8pt;}
}

.container-foot-sticky { 
	font-size: 16pt;
	/*background-color:#ffcc99;*/
	background-color:#444444;
	width: 100%;
	position:fixed; 
	bottom: 0px; 
} 
@media only screen and (max-width: 768px) {
.container-foot-sticky {
	font-size:8pt;}
}
.about-image{
	float:right;
	vertical-align:top;
	display:inline-block
}
@media only screen and (max-width: 768px) {
.about-image{

	display:none;
}
}
.about-text{
	width:75%;
	min-width:400px;
	max-width:900px;
	float:left;
	margin-top:0px;
	padding-top:0px;
}
@media only screen and (max-width: 768px) {
.about-text{

	width:100%;
}
}
table.content {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align: left;
}
table.upcoming {
	background-color: #3f3d39;
	width: 95%;
	max-width:95%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	border:none;
	border-collapse:collapse;
	margin-bottom:30px;
}
table.upcoming td, th{
padding:3px;
border:solid 1px #000;
}
table.images {
	width: 100%;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}
table.footer {
	width: 100%;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
th.monthheader {
	
	font-size: calc(1.5em + 1.0vw);
	font-weight: bold;
	color: #800000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #cccccd;
}
tr.infoheader {
	
	text-align: center;
	font-size: calc(.90em + 0.5vw);
	background-color: #ffffff;
	font-weight:600;
}
tr.info {
	
	font-size: calc(1em + 0.5vw);
	font-weight: normal;
	text-align: center;
	background-color: #cccccd;
}
@media only screen and (max-width: 768px) {
tr.info {
	
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	background-color: #cccccd;
	vertical-align:top;
}
}
td.logo {
	width:25%;
	text-align:right;
	width:300px;
	padding-bottom:0px;
}
@media only screen and (max-width: 768px) {
td.logo {
	width:25%;
	text-align:right;
	width:220px;
}
}
@media only screen and (max-width: 500px) {
td.logo img{
	width:220px;
}
}
td.salepage {
	text-align: center;
}
td.nowrap {
	white-space: nowrap;
}
td.right {
	text-align:right;
}
td.left {
	text-align:left;
}
td.footercenter {
	
	font-weight: normal;
	color:#ffffff;
	text-align: center;
	width: 34%;
}
td.footerleft {
	
	font-weight: normal;
	color:#ffffff;
	width: 33%;
	padding-left:10px;
}
td.footerleft a{
	
	Text-decoration: none;
}
td.footerright {
	
	font-weight: normal;
	color:#ffffff;
	text-align: right;
	width: 33%;
	padding-right:10px;
}
td.footerright a{
	
	Text-decoration: none;
}
img {
	border: 0;
	padding: 4px;
}
img.nopad {
	border: 0;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom: 0px;
	margin-bottom: -2px;
}
@media only screen and (max-width: 768px) {
.thumbnails {
	width:100px;
	height:100px;
}
}
.center {
	
	font-size: 18pt;
	font-weight: normal;
	color: #000000;
	line-height:20pt;
	text-align: center;
}
.bubble {
	background-color:#444444;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	overflow:hidden;
	padding:10px;
	color:#ffffff;	
	display:block;

}
.bubble2 {
	background: rgba(240,240,240,1);
	width:100%;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	overflow:hidden;
	padding:10px;	
	display:block;

}
p.left {
	text-align: left;
}
p.requestform {
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	font-size:14pt;
}
p {
	
	font-size: calc(1em + 0.5vw);
	color: #000000;
	padding: 5px;
}
p.plus1 {
	
	font-size:18pt;;
	color: #000000;
	text-align: center;
	margin-top:2px;
	margin-bottom:2px;
}
.minus1 {
	
	font-size:12pt;
	color: #000000;
	margin-top:0px;
	margin-bottom:2px;
}
@media only screen and (max-width: 768px) {
.minus1 {
	
	font-size:14px;
	color: #000000;
	margin-top:0px;
	margin-bottom:2px;
}
}
.communities {
	
	font-size: calc(.90em + 0.8vw);
	font-weight: normal;
	color: #ffffff;
	margin-top:0px;
	margin-bottom:2px;
}
blockquote {
	margin-top:5px;
	margin-bottom:5px;
}
h1 {
	font-size: calc(2em + 1.0vw);
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 0.49);
	color: black;
   -webkit-text-fill-color: black; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #cccccd;
}
h1.phone-number {
	font-size: calc(1.4em + 1.0vw);
	text-align:right;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:0px
}
h2 {
	font-size: 20pt;
	color: #ffffff;
}
@media only screen and (max-width: 768px) {
h2 {
	font-size:14pt;}
}

h3 {
	margin-top: 0px;
	margin-bottom: 1px;
	color: #000000;
}
h4 {
	margin-bottom: 1px;
	color: #FFFFFF;
}
h5 {
	margin-bottom: 1px;
	color: #000000;
}
hr {
	color: #800000;
	margin-top:0px;
	margin-bottom:0px;
}

/* style for unlisted item, it is recommended to use level css with listed or unlisted items */
ol.faq {
width:92%;
padding-right:10px;
}
ol.process {
text-align:left;
width:92%;
margin:0px 0px 0px 4px;
padding:0px 0px 0px 48px;
}
@media only screen and (max-width: 768px) {
ol.process {
padding:0px 0px 0px 14px;
}
}
ul.home {
	margin-left:4px;
	margin-top:0;
	margin-bottom:0;
	list-style:disc;
	list-style-position:inside;
	line-height:10pt;
	padding:0pt;
	padding-left:0pt;
	text-align:left;
}
ul.whyhire{
	text-align:left;
	width:95%;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 60px;
}
@media only screen and (max-width: 768px) {
ul.whyhire {
	Padding-left:20px;}
}
li.whyhire {
	margin-bottom:6px;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:6px;
	list-style-position: outside;
	padding-left:10px;
	font-size: calc(1em + 0.8vw);
}
/* style for listed item, it is recommended to use level css with listed or unlisted items */
li.faq {
	margin-top:2px;
	margin-bottom:6px;
	list-style-position: outside;
	padding:10px;
	font-size: calc(0.85em + 0.8vw);
}
li.normal {
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
	list-style-position: outside;
	font-size: calc(1em + 0.8vw);
	padding:0pt;
	padding-left:10px;
}
li.process {
	margin-left:10px;
	margin-top:2px;
	margin-bottom:6px;
	list-style-position: outside;
	padding-left:10px;
	font-size: calc(0.85em + 0.8vw);
}
form  {
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
}
fieldset  {
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	padding:0px;
}
input {
	line-height: 16pt;
	font-size:16pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
select {
	line-height: 16pt;
	font-size:16pt; 
}
textarea {
	line-height: 16pt;
	font-size:16pt;
	width:17em;
	height:8em;
	overflow: auto;
}

/***FIRST STYLE THE BUTTON***/
input#button{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#cccccc; /*the colour of the button*/
border:1px solid #cccccc; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#button:hover, input#gobutton:focus{
background-color :#999; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}

/* style for hyperlink */
a {
	color: #800000;
	text-decoration: underline; 
}
a.email {
	color: #ffffff;
	text-decoration: underline;
}

a.faq:link {
	color: #000000;
}
a.faq:active {
	color: #ffffff;
}
a.faq:visited {
	color: #000000;
}
a.faq:hover {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0vw;
	font-weight: normal;
	color: #354963;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #cccccc;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;	
}
#access {
	display: none;}
	
.anchor{
  display: block;
  padding-top: 175px; /*same height as header*/
  margin-top: -175px; /*same height as header*/
}