@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic);

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #315A8A;
	margin: 0;
	background-position: center top;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
label {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	margin-top: 0;
	font-size: 12px;
	color: #666;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	font-style: italic;
	margin-top: 0;
	font-size: 32px;
	text-align: center;
	color: #FFF;
	padding-bottom: 0px;
}
h2 {
	font-style: italic;
	margin-top: 0;
	font-size: 32px;
	text-align: center;
	color: #3C3C3C;
}
h3 {
	margin-top: 0px;
	font-size: 20px;
	color: rgba(236,100,48,1.0);
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 16px;
}
h4 {
	margin-top: 30px;
	font-size: 18px;
	color: rgba(236,100,48,1.0);
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 16px;
	text-align: center;
}



a img { 
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.bulletHeader, a.bulletHeader:link, a.bulletHeader:visited, a.bulletHeader:hover, a.bulletHeader:active, a.bulletHeader:focus {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-top: 0;
	font-size: 24px;
	text-align: left;
	color: #FFF;
	text-decoration: none;
	margin-left: 28px;
}

.backimg{
	background-image: url(../img/bremerton-background.jpg);
	width: 100%;
	margin: 0;
	z-index: -1;
	position:fixed;
}

.main, #apply, #thanks {
	width: 768px;
	background: rgba(0, 41, 121, .35);
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main {
	height: 500px;
}
#apply {
	height: 1650px;
}
#thanks {
	height: 500px;
}
#form1, #form2 {
	background-color: #FFF;
	width: 720px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
}
#form1 p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.maincontent {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#applycontent {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 0px;
}

#location {
	width: 100%;
	background: rgba(100, 141, 196, 1.00);
	top: 0px;
	margin: 0;
	position: relative;
}

.locationcontent {
	width: 768px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	background-color: rgba(70,103,163,0.7);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 490px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#daily {
	width: 100%;
	background: rgba(155, 188, 229, 1.00);
	top: 0px;
	margin: 0;
	position: relative;
}

.dailycontent {
	width: 768px;
	height: 300px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	padding: 10px 0;
	font-size: 14px;
	background-color: rgba(255,255,255,1.0);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#monthly {
	width: 100%;
	background: rgba(31, 72, 108, 1.00);
	top: 0px;
	margin: 0;
	position: relative;
}

.monthlycontent {
	width: 768px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	background-color: rgba(236,100,48,1.0);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 480px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer {
	width: 100%;
	background: rgba(0, 0, 0, 1.00);
	top: 0px;
	margin: 0;
	position: relative;
}

.footercontent {
	width: 768px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	background-color: rgba(77,77,77,1.0);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 90px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#topnav {
	text-align: center;
	height: 30px;
}
#bottomnav {
	text-align: left;
	height: 30px;
}
#topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active, #topnav a:focus, #bottomnav a:link, #bottomnav a:visited, #bottomnav a:hover, #bottompnav a:active, #bottomnav a:focus {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 34px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#topnav a:link, #topnav a:visited, #topnav a:active, #topnav a:focus {
	color: #A7C1EE;
	text-decoration: none;
}
#bottomnav a:link, #bottomnav a:visited, #bottomnav a:active, #bottomnav a:focus {
	color: #CCC;
	text-decoration: none;
}
#topnav a:hover, #bottomnav a:hover {
	color: #FFF;
	text-decoration:underline;
}
#pageHead, #pageHeadApply {
	margin-top: 10px;
	margin-left: 140px;
	background-image: url(http://www.harborsidecommonsgarage.com/payments/wp-content/uploads/2021/12/Harborside_logo_smallFull2.png);
	height: 80px;
	width: 475px;
}
#pageHead{
	margin-bottom: 270px;
}
#pageHeadApply{
	margin-bottom: 40px;
}
#locationBullet{
	height: 40px;
	width: 135px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 60px;
	float: left;
	background-image: url(../img/large_arrow_28x28.png);
	background-repeat: no-repeat;
	background-position: 60px 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#dailyBullet, #monthlyBullet{
	height: 40px;
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	background-image: url(../img/large_arrow_28x28.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#locationBullet p, #dailyBullet p, #monthlyBullet p{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dottedRule{
	background-image: url(../img/dot_8x7.png);
	background-repeat: repeat-y;
	padding: 0px;
	float: left;
	height: 60px;
	width: 4px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.dottedRuleHoriz{
	background-image: url(../img/dot_8x7.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: 7px;
	width: 220px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#dailyRateTimes{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	width: 350px;
	height: 250px;
	z-index: 30;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#dailyRateTimes p{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: rgba(236,100,48,1.0);
	padding: 0px;
	margin: 0px;
}
#dailyRateTimes .dots{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #999;
	padding: 0px;
	margin: 0px;
}
#dailyRateTimes .asteriskText{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #999;
}
#dailyRateFees{
	padding: 0px;
	margin: 0px;
	width: 60px;
	height: 200px;
	background-color: #FFF;
	position: relative;
	float: left;
	left: -160px;
	z-index: 40;
}
#dailyRateFees p{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#dailyRatePassport {
	width: 308px;
	height: 250px;
	float: left;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #666;
	padding: 0px;
	margin: 0px;
}
#dailyRatePassport p{
	margin: 0px;
	padding: 0px;
}
#dailyRatePassport .semiBold, #dailyRatePassport a.semiBold {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	color: rgba(236,100,48,1.0);
	text-decoration: none;
}
#monthlyRateTypes{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	width: 380px;
	z-index: 30;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#monthlyRateTypes p{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}
#monthlyRateTypes .smalldescription{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#monthlyRateTypes .smalllocation {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#monthlyRateInfo{
	width: 325px;
	height: 160px;
	float: right;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#monthlyRateInfo .semiBold, monthlyRateInfo a.semiBold {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
}
#monthlyRateInfo p{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#monthlyApplyButton {
	background-color: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 5px 5px 7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 7px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 7px rgba(0,0,0,0.4);
	height: 40px;
	width: 280px;
	position: relative;
	float: left;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#monthlyParkingCard {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	background-image: url(../img/parkingcard-170x113.png);
	background-repeat: no-repeat;
	background-position: 80px 20px;
	float: left;
	width: 510px;
	padding-left: 260px;
	height: 100px;
	padding-top: 40px;
}
#monthlyApplyButton p, #monthlyApplyButton a {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 18px;
	text-align: left;
	color: rgba(236,100,48,1.0);
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	margin: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#monthlyApplyButtonFootnote{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	color: #000;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
#mapIllo {
	padding: 0px;
	float: left;
	width: 460px;
	height: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#mapCaption, #mapCaption a {
	width: 240px;
	float: left;
	margin-top: 0px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: rgba(191,219,251,1);
	text-decoration: none;
}
#birdseed{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	padding-left: 16px;
	padding-top: 20px;
	letter-spacing:1px;
}
.compactVehicleText {
	font-size: 10px;
	color: #666;
	padding-left: 25px;
}
.substituteVehicleText {
	font-size: 12px;
	color: #333;
}
.thankspage {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	color: #666;
	text-align: center;
	margin-top: 20px;
	line-height: 28px;
}
.smallitals {
	font-size: 10px;
	font-style: italic;
}
textarea {
	font-size: 11px;
	line-height: 14px;
	color: #333;
}
#monthly .monthlycontent .parkingFullNotice {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #FF6;
}
