﻿* { padding: 0; margin: 0; }

/* CLEARFIX */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* GENERAL */

a:link {
    color: #81162a;
}

a:visited {
    color: #81162a;
}

a:hover {
    color: #f8fabd;
}

a:active {
    color: #81162a;
}

a img {
   border:none; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	/* background should be same as footer background */
	background: #565656;
}

em {
	font-weight: bold;
	font-style: normal;
}

/* BEGIN HEADER */

#header-wrapper { 
	position: relative;
	width: 100%;
	background: #dbe1ea;
	overflow:auto;
}

#header { 
	position: relative;
	margin: 0 auto;
	width: 916px;
	color: #5e5653;
	height: 100%;
	padding: 10px 4px;
	font-size: 14px;
	
	/* adjust based on width of logo */

	overflow:auto;
}

#header .headerlogo a{
	text-decoration: none;	
}

#header table{ 
	width: 100%;
	border-collapse: collapse;
}

#header tr td{ 
	width: 50%;
}

#header tr td:nth-child(2n+2){ 
	text-align: right;
	vertical-align: bottom;
}

#header .addresstext { 
	line-height: 126%;
}


@media screen and (max-width: 500px) {
	#header { 
		font-size: 12px;
	}
}

@media screen and (max-width: 400px) {
	#header { 
		font-size: 11px;
	}
}



/* END HEADER */



/* BEGIN PIC STUFF */
#pic {
	position: relative;
	color: #333;
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	background: url('images/mainpic.jpg') center 50% / 100% auto no-repeat,
	  #333;
	background-size: cover;
}

@media screen and (max-width: 742px) {
    #pic {
		min-height: 250px;
		max-height: 250px;

    }
}

@media screen and (max-width: 615px) {
    #pic {
		min-height: 200px;
		max-height: 200px;
    }
}

@media screen and (max-width: 492px) {
    #pic {
		min-height: 150px;
		max-height: 150px;
    }
}

@media screen and (max-width: 374px) {
    #pic {
		min-height: 100px;
		max-height: 100px;
    }
}

/* END PIC STUFF */



/* BEGIN NAVIGATION */

#navigation-wrapper { 
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #58759d;
	z-index: 10;
}


#navigation { 
	margin: 0 auto;
	position: relative;
	width: 922px;
	color: #FFF;
	background: #58759d;
}

/* END NAVIGATION */


/* BEGIN MAIN */


#content-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

#content-wrapper ul {
    padding-left: 30px;
}

#content-wrapper ol {
    padding-left: 30px;
}

#content-wrapper li {
    padding: 6px 10px 0 0px;
}
 




#content-wrapper h1 {
	padding: 10px 0px 0 0px;
	font-size: 20px;
	font-weight: bold;
	color: #58759d;

}

#content-wrapper h2 {
	padding: 10px 0px 0 0px;
	font-size: 18px;
	font-weight: bold;
	color: #888;
}

#content-wrapper h3 {
	padding: 10px 0px 0 0px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#content-wrapper h4 {
	padding: 10px 0px 0 0px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #274350;
}


#content-wrapper p{
	padding: 10px 0px 0 0px;
}

#main1-wrapper { 
	position: relative;
	width: 100%;
	background: #f9f6f3;
}


#main1 {
	position: relative;
	margin: 0 auto;
	width: 916px;
	color: #000;	
	background: #f9f6f3;
	padding: 10px 4px;
	overflow: auto;
	overflow-x: hidden;
}



#main2-wrapper { 
	position: relative;
	width: 100%;
	background: #ddd;
}


#main2 {
	position: relative;
	margin: 0 auto;
	width: 916px;
	color: #000;	
	background: #ddd;
	padding: 10px 4px;
	overflow: auto;
}

.hideMainWrapper2 {
	display:none;
}



	.headline {
		line-height: 160%;
		font-size: 16px;
		color: #444;
	}

	/* shaded box */
	.shadedbox {
		background: #EEE;
		margin-top: 10px;
		width: 96%;
		padding: 5px 2% 10px 2%;
	}
	
	.shadedbox .twocolumn{
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	
	    -webkit-column-gap: 5px;
	    -moz-column-gap: 5px;
	    column-gap: 5px;
    }

	
	.shadedbox table {
		width: 100%;
		border-collapse: collapse;
		margin-top: 10px;
	}
	.shadedbox table tr td {
		vertical-align: top;
	}
	
	.shadedbox table tr td:nth-child(odd) {
		width: 50%;
	}
	.shadedbox table tr td:nth-child(even) {
		width: 50%;
	}

	/* end shaded box */
	
	

/* END MAIN */












/* NEW MAINS */


.main-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}

.main-section {
	position: relative;
	margin: 0 auto;
	width: 916px;
	color: #000;	
	padding: 10px 4px;
	overflow: auto;
	overflow-x: hidden;
}


.mncolor1 {
	background: #FFF;
}

.mncolor2 {
	background: #EEE;
}

.mncolor3 {
	background: #CCC;
}



/* END NEW MAINS */














/* BEGIN HEADER MATERIAL */


.toplogo {
	float:left;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	width: 200px;
}


.toplogoimg {
	width: 100%;
}

.topaddress {
	float:right;
	display: inline-block;
	position: relative;
	text-align: right;
	padding-top: 20px;
}



@media screen and (max-width: 400px) {
	.toplogo {
		width: 150px;
		margin-top: 10px
	}
}

@media screen and (max-width: 350px) {
	.toplogo {
		width: 120px;
	}
}

@media screen and (max-width: 300px) {
	.toplogo {
		width: 100px;
	}
}









/* END HEADER MATERIAL */













/* BEGIN LOCATION CONTENT */

#locationcontent {
}

#locationimage {
	float: right;
	position: absolute;
	top: 10px;
	right: 0;
	

}

#locationimage img{
	width: 300px;
}

@media screen and (max-width: 700px) {
	#locationimage img{
		width: 250px;
	}
}

@media screen and (max-width: 560px) {
	#locationimage {
		float: left;
		position: relative;
	}

	#locationimage img{
		width: 250px;
	}
	
	.locationhourstable {
		position: relative;
		float:left;

	}

}


.addressestop {
	padding-top: 10px !important;
}

.addresses {
	padding-top: 3px;
	font-size: 15px;
}

/* END LOCATION CONTENT */





/* BEGIN MAIN SUBSTYLES */

.left-twothirds {
	display: inline-block;
	position: relative;
	float: left;
	width: 65%;
	padding: 0 10px 10px 0;
}

.right-third {
	display: inline-block;
	position: relative;
	float: right;
	width: 31%;
	border-left: 16px #CCC solid;
	padding: 0 0 10px 10px;
}

#content-wrapper .right-third ul ul li:before {
	left: 40px;
}


@media screen and (max-width: 922px) {
	.left-twothirds {
		float: left;
		width: 100%;
		padding-right: 0;
	}
	
	.right-third {
		float: left;
		width: 100%;
		border-left-style: none;
		border-top: 16px #CCC solid;
		padding-bottom: 10px;
		padding-left: 0;
	}
	
	#content-wrapper ul li:before {
		left: 0px;
	}
	
	#content-wrapper .right-third ul ul li:before {
		left: 30px;
	}
	
	.scalemap {
		width: 100%;	
	}
}



.left-half {
	display: inline-block;
	position: relative;
	float: left;
	width: 46%;
	padding: 0 2% 10px 0;
}

#content-wrapper .left-half ul li:before{
	left: 0;
}

#content-wrapper .left-half ul ul li:before {
	left: 30px !important;
}



.right-half {
	display: inline-block;
	position: relative;
	float: right;
	width: 46%;
	padding: 0 0 10px 2%;
}





.left-third {
	display: inline-block;
	position: relative;
	float: left;
	width: 25%;
	padding: 0 10px 10px 0;
}

.right-twothirds {
	display: inline-block;
	position: relative;
	float: right;
	width: 72%;
	padding: 0 0 10px 10px;
}


@media screen and (max-width: 922px) {
	.left-third {
		float: left;
		width: 100%;
		padding-right: 0;
	}
	
	.right-twothirds {
		float: left;
		width: 100%;
		padding-bottom: 10px;
		padding-left: 0;
	}
}






.thirds-1 {
	display: inline-block;
	position: relative;
	float: left;
	width: 32%;
	padding: 10px 1% 10px 0;
}

.thirds-2 {
	display: inline-block;
	position: relative;
	float: left;
	width: 32%;
	padding: 10px 1% 10px 1%;
}

.thirds-3 {
	display: inline-block;
	position: relative;
	float: right;
	width: 32%;
	padding: 10px 0 10px 1%;
}




@media screen and (max-width: 522px) {
	.thirds-1 {
		float: left;
		width: 100%;
		padding-right: 0;
	}
	
	.thirds-2 {
		float: left;
		width: 100%;
		padding-bottom: 10px;
		padding-left: 0;
	}
	
	.thirds-3 {
		float: left;
		width: 100%;
		padding-bottom: 10px;
		padding-left: 0;
	}

}




.spacer20 {
	width: 100%;
	padding-top: 20px;
}

@media screen and (max-width: 522px) {
	.left-half {
		float: left;
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	.right-half {
		float: left;
		width: 100%;
		padding-bottom: 10px;
		padding-left: 0;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	#content-wrapper ul li:before {
		left: 0px;
	}

}



.locationsfloaterouter a{
	text-decoration: none;
	color: #000;
}



.locationfloaters1 {
	display: inline-block;
	position: relative;
	float: left;
	width: 30%;
	height: 150px;
	padding: 4px 4px 4px 10px;
	background: #EEE;
	margin: 4px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.locationfloaters1:hover {
	background: #DDD;
}


.locationfloaters2 {
	display: inline-block;
	position: relative;
	float: left;
	width: 30%;
	height: 150px;
	padding: 4px 4px 4px 10px;
	background: #CCC;
	margin: 4px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.locationfloaters2:hover {
	background: #DDD;
}


@media screen and (max-width: 706px) {
	.locationfloaters1 {
		width: 45%;
	}
	.locationfloaters2 {
		width: 45%;
	}
}


@media screen and (max-width: 480px) {
	.locationfloaters1 {
		width: 90%;
	}
	.locationfloaters2 {
		width: 90%;
	}
}


/* END MAIN SUBSTYLES */







/* BEGIN FOOTER */

#footer-wrapper { 
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #58759d;
	border-top: 3px #213653 solid;
	clear: both;
}


#footer { 
	position: relative;
	margin: 0 auto;
	width: 922px;
	color: #FFF;
	background: #58759d;
	padding: 10px 0 10px 0;
	font-size: 12px;
}

#footer a{ 
	color: #dbe1ea;
}

#footer .disclaimer {
	padding-top: 10px;
	font-size: 10px;
}

#footer .disclaimer a{ 
	color: #dbe1ea;
}

/* END FOOTER */






/* BEGIN HOURS TABLE */

.hourstable table {
	width: 50%;
	border-collapse: collapse;
	line-height: 160%;
}

.hourstable table tr td:first-child {
	width: 40%;
}

.hourstable table tr:nth-child(odd) {
	/* change based on color scheme */
	background: #eee;
}
.hourstable table tr td:nth-child(odd) {
	font-weight: bold;
}


/* END HOURS TABLE */




/* BEGIN ID SIZE DOWN ADJUSTMENTS */

@media screen and (max-width: 922px) {
    #header {
        width: calc(100% - 10px);
        padding: 10px 5px;
    }
    
    #navigation {
        width: 96%;
        padding: 0px 2%;
    }
    
    #main1 {
        width: 96%;
        padding: 10px 2%;
    }
    
    #main2 {
        width: 96%;
        padding: 10px 2%;
    }
    
    .main-section {
        width: 96%;
        padding: 10px 2%;
    }



    
    #footer {
        width: 96%;
        padding: 10px 2%;
    }
}

/* END ID SIZE DOWN ADJUSTMENTS */






/* BEGIN LEGAL */

#legal {
	font-size: 12px;
	line-height: 120%;
}

#legal h5{
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
}

#legal p{
	padding-top: 10px;
}

#legal .sub{
	padding-left: 16px;
}

#legal .subsub{
	padding-left: 32px;
}


#legal ul {
	padding-left: 16px;
}

#legal ul li {
	padding-top:10px;
}

#legal .emph {
	font-weight:bold;
}

#legal a {
	font-weight:bold;
	color: #002b60;
}

#legal a:visited {
    color: #002b60;
}

#legal a:hover {
    color: #7db4f8;
}

#legal a:active {
    color: #002b60;
}

#legal ol {
	padding-left: 16px;
}

#legal li {
	padding-top: 10px;
}

/* END LEGAL */














/* BEGIN PARALLAX VIEW */
.parallax-window {
    height: 300px;
    background: url(images/parallax-overlay.png);
    
}




@media screen and (max-width: 742px) {
	.parallax-window {
	    height: 250px;    
	}
}

@media screen and (max-width: 615px) {
	.parallax-window {
	    height: 150px;    
	}
}

@media screen and (max-width: 492px) {
	.parallax-window {
	    height: 150px;    
	}
}

@media screen and (max-width: 374px) {
	.parallax-window {
	    height: 100px;    
	}
}


/* END PARALLAX VIEW */





.loancalcframe {
	height: 500px;
}

@media screen and (max-width: 705px) {
	.loancalcframe {
		height: 730px;
	}
}










/* BEGIN MAIN SUBSTYLES */

.subs {
	display: inline-block;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.sub-100 {
	width: 100%;
}

.sub-67 {
	width: 67%;
}

.sub-50 {
	width: 50%;
}

.sub-33 {
	width: calc(100% / 3);
}

.sub-25 {
	width: 25%;
}

.sub-20 {
	width: 20%;
}




@media screen and (max-width: 422px) {
	.sub-67 {
		width: 100%;
	}
	
	.sub-50 {
		width: 100%;
	}
	
	.sub-34 {
		width: 100%;
	}
	
	.sub-33 {
		width: 100%;
	}
	
	.sub-25 {
		width: 100%;
	}
	
	.sub-20 {
		width: 100%;
	}
	
   .mainbutton {
		padding: 2px 0 2px 0;
	}

	.largebutton {
		display: none;
	}
	
	.smallbutton {
		display: inline-block;
	}
	
	.preventwrap34 {
		width: 34% !important;
	}

	.preventwrap33 {
		width: 33% !important;
	}
	
	.preventwrap50 {
		width: 50% !important;
	}

}



.image100 {
	width: 100%;
}

.image80 {
	width: 80%;
}

.image50 {
	width: 50%;
}

/* END MAIN SUBSTYLES */

.linkformat a {
	color: #FFF;
	text-decoration: none;
}

.colorbutton {
	display: inline-block;
	background: #58759d;
	width: calc(100% - 10px);
	margin: 5px;
	text-align: center;
	padding: 40px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	transition: background 0.2s ease;
}

.colorbutton:hover {
	background: #dbe1ea;
	color: #000;
}





/* unit search box */

#unitsearchbox {
	position: absolute;
	display: block;
	left: 10px;
	top: 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .5);	
}


#unitsearchbox p {
	font-weight: bold;
	line-height: 140%;	
}


#unitsearchbox input[type=submit] {
	padding: 5px 20px 5px 20px;
	border: none;
	clear: both;
	float: left;
	margin-top: 10px !important;
	background: #58759d;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
    margin-top: 3px !important;
}

#unitsearchbox input[type=submit]:hover {
	background: #dbe1ea;
	color: #000;
}

#unitsearchbox input[type=text] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 24px;
	border: 1px #000 solid;
	padding: 0 4px;
}


@media screen and (max-width: 500px) {
	#unitsearchbox p {
		font-size: 11px;
	}
	
	
	#unitsearchbox input[type=submit] {
	    font-size: 11px;
	}
	
	#unitsearchbox input[type=text] {
		height: 18px;
		font-size: 11px;
	}

}