body {
	font-family: Helvetica;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px;	
	width: auto;
	background:#FFFFFF;
}

a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #F1EEEE;
	font-weight: bold;
	text-decoration: none;
}
.oval-button {
  border-radius: 50px; /* sets the border radius to half of its width to create an oval shape */
  padding: 10px 20px; /* adjust padding as needed */
	margin: 10px;
	background:#FDF100;
	border: none;
	font: 16px  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	
}
blockquote {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px;
	text-align: center;
}

#wrapper {
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border:  0px;
}


#masthead {
	height: 115px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: white;
	text-align: center;
	background-image: url(images/securest_logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#masthead img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#nav {
	margin-top: 2px;
	margin-right: 0px;
	font-family: Helvetica;
	font-size: 20px;
	padding: 2px 2px 2px 2px;
	background: white;
	text-align: center;
}

#nav ul
{
margin: 0px;
padding: 2px 0px 0px 0px;
list-style-type: none;
text-align: center;
}

#nav ul li { display: inline; }

#nav ul li a
{
text-decoration: none;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
color: #666666;
background-color: white;
}

#nav ul li a:hover
{
color: black;
background-color: white;
}


#content {
	font-family: Helvetica;
	font-size: 14px;
	color: black;
	padding: 10px 15px 5px 5px;
	margin: 0px;
	width: auto;	
}

#content h1 {
	font-family: Helvetica;
	font-size: 14px;
	color: black;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}
#content h2 {
	font-family: Helvetica;
	font-size: 16px;
	color: black;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	width: auto;	
}

#rates-text{
	padding: 5px;
	text-align: left;
    border-collapse: collapse;
	border: 0px solid black;
	margin: 0;
	width: 300px;
	float: none;
}

#rates-table{
	width: auto;
	float: none;
	padding: 0;
	margin: 0;
	}

table.sizes {
    border-collapse: collapse;
	border: none;
	width: auto;
}
table.sizes th{
	padding: 3px 10px 3px 10px;
	text-align: center;
	border: none;
}
table.sizes tr {
    text-align: left;
    font-weight: normal;
    padding: 3px 10px 3px 10px;
    border: none;
    background: white;
}
table.sizes td {
    text-align: center;
    border: 1px solid black;
    padding: none;
    background: white;
}

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#content-directions-map {
	width: 100%;
	height: 
	padding: 5px 20px 10px 0px;
	margin: 0px;
	text-align: center;
	float: left;
}
#content-directions-text {
	padding: 0px;
	margin: 0px;
	height: 0px;
	margin-left: -9000px;
}
#other{

}


#footer{
	text-align: center;
	background-image: none;
	height: 0px;
}
label {
	font-size: 18px;
}

input[type=text], input[type=url], input[type=email], input[type=submit], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%; height: 40px;
  line-height: 40px; font-size: 28px;
  border: 1px solid #bbb;
}
#gatecode h1 {
	-webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%; height: 40px;
  line-height: 50px; font-size: 28px;
  border: 0px solid #bbb;
}
