@charset "utf-8";
/* CSS Document */
/* Author: Aaron M. Souza 2014 */

*
{
margin: 0;
padding: 0;
}

body
{
width: 100%;
margin: 0;
padding: 0;
font-family: 'pt_sansregular', arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: small;
color: #3f4646;
background: white;
}

/* Common Elements */

a
	{
	outline: none;
	}

a:link, a:visited, a:active
	{
	color: #001e2b;
	text-decoration: none;
	}

a:hover, a:focus
	{
	color: inherit;
	text-decoration: none;
	}

a.inherit:link, a.inherit:visited, a.inherit:active
	{
	color: inherit;
	text-decoration: none;
	}

a.inherit:hover, a.inherit:focus
	{
	color: inherit;
	text-decoration: underline;
	}

a.call-link:link, a.call-link:visited, a.call-link:active, a.call-link:hover, a.call-link:focus
	{
	color: inherit;
	text-decoration: none;
	cursor: text;
	}

img
	{
	width: 100%;
	max-width: 100%; /* Internet Explorer Fix */
	}

img.pre-load
	{
	display: none;
	}

img.no-border
	{
	border: 0;
	}

ul
	{
	list-style: none;
	}

br.clear-all
	{
	clear: both;
	}

/* End Common Elements */

#header
	{
	width: 100%;
	}

#header-center
		{
		width: 960px;
		margin: 0 auto;
		text-align: center;
		}

img#main-logo
			{
			width: 290px;
			float: left;
			margin: 10px 0 10px 10px;
			border: 0;
			}

img#main-logo-hd
			{
			display: none;
			}

/* Main Navigation */

.toggleMenu:link, .toggleMenu:visited, .toggleMenu:active, .toggleMenu:hover, .toggleMenu:focus
			{
			display: none;
			}

ul.nav
			{
			width: auto;
			float: right;
			margin: 24px 10px 0 0;
			list-style: none;
			font-family: 'pt_sans_narrowbold', arial, sans-serif;
			font-weight: normal;
			font-style: normal;
			font-size: 14px;
			line-height: 18px;
			text-transform: uppercase;
			}

ul.nav:before
			{
			content: " "; 
			display: table; 
			}

ul.nav:after
			{
			clear: both;
			content: " "; 
			display: table;
			}

ul.nav li
				{
				position: relative;
				}

ul.nav > li
				{
				float: left;
				margin: 0;
				}

ul.nav > li > a
					{
					display: block;
					}

a.m-n:link, a.m-n:visited, a.m-n:active
					{
					display: block;
					padding: 12px 10px 10px 10px;
					color: #171719;
					text-decoration: none;
					}

a.m-n:hover, a.m-n:focus
					{
					color: #171719;
					}

a.m-n-act:link, a.m-n-act:visited, a.m-n-act:active, a.m-n-act:hover, a.m-n-act:focus
					{
					display: block;
					padding: 12px 10px 10px 10px;
					color: #171719;
					text-decoration: none;
					background: #eeeeee;
					}

ul.nav ul
					{
					list-style: none;
					text-align: left;
					}

ul.nav li ul
					{
					position: absolute;
					left: -9999px;
					z-index: 1000;
					white-space: nowrap;
					background: #f2bf18;
					}

ul.nav > li.hover > ul
					{
					left: 0;
					}

ul.nav li li.hover ul
					{
					left: 100%;
					top: 0;
					}

a.m-n-sub:link, a.m-n-sub:visited, a.m-n-sub:active
						{
						display: block;
						position: relative;
						z-index: 100;
						padding: 12px 10px 10px 10px;
						color: #1a1a1a;
						}

a.m-n-sub:hover, a.m-n-sub:focus
						{
						color: black;
						}

a.m-n-sub-act:link, a.m-n-sub-act:visited, a.m-n-sub-act:active, a.m-n-sub-act:hover, a.m-n-sub-act:focus
						{
						display: block;
						position: relative;
						z-index: 100;
						padding: 12px 10px 10px 10px;
						color: black;
						}

/* End Main Navigation */

#wrapper-index
	{
	width: 960px;
	margin: 6px auto 0 auto;
	border-top: 1px solid #e3e3e3;
	padding: 30px 0 60px 0;
	text-align: center;
	}

#wrapper
	{
	width: 960px;
	margin: 6px auto 0 auto;
	border-top: 1px solid #e3e3e3;
	padding: 14px 0 60px 0;
	text-align: center;
	}

/* Content */

#content
		{
		width: 920px;
		float: left;
		padding: 0 20px;
		text-align: left;
		}

p#phone-cta
			{
			display: none;
			}

h1
			{
			clear: left;
			margin: 4px 0 22px 0;
			font-family: 'pt_sansbold', arial, sans-serif;
			font-weight: normal;
			font-style: normal;
			font-size: 200%;
			color: #444444;
			}

#v-stripe
			{
			background: #eeeeee;
			}

#sub-content
				{
				width: 460px;
				min-height: 500px;
				float: left;
				padding: 0 60px 0 0;
				background: white;
				}

#sub-content-wide
				{
				width: 920px;
				min-height: 500px;
				float: left;
				padding: 0;
				background: white;
				}

h2
					{
					clear: left;
					margin: 0 0 20px 0;
					font-family: 'pt_sansbold', arial, sans-serif;
					font-weight: normal;
					font-style: normal;
					font-size: 145%;
					color: #001e2b;
					}

h3
					{
					clear: left;
					margin: 0 0 20px 0;
					font-family: 'pt_sansitalic', arial, sans-serif;
					font-weight: normal;
					font-style: normal;
					font-size: 140%;
					color: #001e2b;
					}

p
					{
					clear: left;
					margin: 0 0 20px 0;
					font-weight: normal;
					font-style: normal;
					font-size: 115%;
					line-height: 150%;
					}

span.italic
						{
						font-family: 'pt_sansitalic', arial, sans-serif;
						font-weight: normal;
						font-style: normal;
						}

span.bold
						{
						font-family: 'pt_sansbold', arial, sans-serif;
						font-weight: normal;
						font-style: normal;
						}

ul.normal-list, ol
					{
					clear: left;
					margin: 0 33px 20px 20px;
					font-size: 115%;
					line-height: 150%;
					}

ul.normal-list li
						{
						margin: 0 0 8px 0;
						padding: 0 0 0 14px;
						background: url('images/normal-list-li-bg.jpg') no-repeat left 7px;
						}

ol li
						{
						margin: 0 0 8px 0;
						padding: 0 0 0 13px;
						}

img.photos
					{
					width: 30%;
					float: left;
					margin: 2% 5% 4% 0;
					}

img.photos-right
					{
					width: 30%;
					float: left;
					margin: 2% 0 4% 0;
					}

.new-hr
					{
					width: 100%;
					height: 1px;
					float: left;
					margin: 8px 0 28px 0;
					background: #d7d7d7;
					}

#google-map-holder
					{
    				position: relative;
					height: 0;
					margin: 30px 0 28px 0;
    				padding-top: 30px;
    				padding-bottom: 56.25%;
    				overflow: hidden;
					}

#google-map-holder iframe, #google-map-holder object, #google-map-holder embed
						{
    					position: absolute;
    					top: 0;
    					left: 0;
    					width: 100%;
    					height: 100%;
						margin: 0;
						border: 0;
						}

p.top-link
					{
					margin: 0;
					font-size: 90%;
					text-transform: uppercase;
					}

/* End Content */

/* Right Column */

#right-column
				{
				width: 400px;
				float: right;
				background: white;
				}

img.lo-res
					{
					margin: 6px 0 8px 0;
					border: 0;
					}

img.hi-res-tab, img.hi-res-phone
					{
					display: none;
					}

p.caption
					{
					margin: 0 0 60px 0;
					font-family: 'pt_sansitalic', sans-serif;
					font-weight: normal;
					font-style: normal;
					font-size: 100%;
					color: #899797;
					}

.r-c-container
					{
					width: 86%;
					float: left;
					margin: 0 0 60px 0;
					padding: 6% 7%;
					background: #d9f1ff;
					}

.r-c-container p
						{
						font-size: 130%;
						margin-bottom: 0;
						}

/* End Right Column */

/* Footer */

#footer
	{
	width: 100%;
	background: #021600;
	}

#footer-center
		{
		width: 920px;
		margin: 0 auto;
		padding: 0 20px;
		text-align: center;
		}

ul.footer-list
			{
			width: 25%;
			display: inline;
			float: left;
			margin: 40px 0 20px 0;
			padding: 0;
			text-align: left;
			text-transform: uppercase;
			font-family: 'pt_sans_narrowbold', arial, sans-serif;
			font-weight: normal;
			font-style: normal;
			font-size: 14px;
			line-height: 18px;
			}

ul.footer-list li
				{
				margin: 0 0 12px 0;
				}

a.f-n:link, a.f-n:visited, a.f-n:active
					{
					color: #d3d3d3;
					text-decoration: none;
					}

a.f-n:hover, a.f-n:focus
					{
					color: white;
					text-decoration: none;
					}

a.f-n-act:link, a.f-n-act:visited, a.f-n-act:active, a.f-n-act:hover, a.f-n-act:focus
					{
					color: #ffecb0;
					text-decoration: none;
					}

p.footer-contact-info
			{
			display: inline-block;
			width: auto;
			float: right;
			clear: right;
			margin: 40px 0 0 0;
			font-size: 110%;
			color: white;
			text-align: right;
			}

p.footer-contact-info-phone
			{
			display: inline-block;
			width: auto;
			float: right;
			clear: right;
			margin: 40px 0 20px 0;
			padding: 2% 3%;
			font-size: 18px;
			color: white;
			text-align: right;
			background: #021200;
			}

/* End Footer */

/* Sub Footer */

#sub-footer
	{
	width: 100%;
	background: #010e00;
	}

#sub-footer-center
		{
		width: 920px;
		margin: 0 auto;
		padding: 0 20px;
		text-align: center;
		}

p#copyright
			{
			margin: 0;
			padding: 12px 0 10px 0;
			font-size: 100%;
			color: #b9b9b9;
			text-align: left;
			}

/* End Sub Footer */

@media(max-width: 1023px){

span.computer-view-only
{
display: none;	
}

#header
{
background: #cccccc;
}

#header-center
{
width: 100%;
margin: 0;
}

img#main-logo
{
display: none;
}

img#main-logo-hd
{
display: inline-block;
width: 260px;
float: left;
margin: 14px 0 6px 3%;
border: 0;
}

.toggleMenu:link, .toggleMenu:visited, .toggleMenu:active, .toggleMenu:hover, .toggleMenu:focus
{
float: right;
display: block;
padding: 40px 50px;
font-family: 'pt_sans_captionbold';
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 15px;
text-transform: uppercase;
text-decoration: none;
color: white;
background: #333333;
}

ul.nav
{
width: 100%;
margin: 0;
text-align: center;
}

.active
{
display: block;
}

ul.nav > li
{
display: block;
width: 100%;
float: none;
}

a.m-n:link, a.m-n:visited, a.m-n:active
{
border-bottom: 1px solid #292929;
padding: 18px 0 16px 0;
color: white;
background: #333333;
}

a.m-n:hover, a.m-n:focus, a.m-n-act:link, a.m-n-act:visited, a.m-n-act:active, a.m-n-act:hover, a.m-n-act:focus
{
border-bottom: 1px solid #292929;
padding: 18px 0 16px 0;
color: #ffecb0;
background: #333333;
}

a#bottom-link:link, a#bottom-link:visited, a#bottom-link:active, a#bottom-link:hover, a#bottom-link:focus
{
border: 0;
}

ul.nav li ul
{
text-align: center;
}

ul.nav ul
{
display: block;
width: 100%;
border: 0;
}

ul.nav > li > .parent
{
background: url('images/down-arrow.png') no-repeat #333333 95% 50%;
}

ul.nav > li > .parent:hover, ul.nav > li > .parent:focus
{
background: url('images/down-arrow.png') no-repeat #333333 95% 50%;
}

a.m-n-sub:link, a.m-n-sub:visited, a.m-n-sub:active
{
border-bottom: 1px solid #272727;
padding: 18px 0 16px 0;
color: white;
background: #2d2d2d;
}

a.m-n-sub:hover, a.m-n-sub:focus, a.m-n-sub-act:link, a.m-n-sub-act:visited, a.m-n-sub-act:active, a.m-n-sub-act:hover, a.m-n-sub-act:focus
{
border-bottom: 1px solid #272727;
padding: 18px 0 16px 0;
color: #ffecb0;
background: #2d2d2d;
}

ul.nav > li.hover > ul, ul.nav li li.hover ul
{
position: static;
}

#wrapper-index
{
width: 96%;
margin: 0 auto;
border: 0;
padding: 5% 0 3% 0;
}

#wrapper
{
width: 96%;
margin: 0 auto;
border: 0;
padding: 3% 0;
}

#content
{
width: 100%;
padding: 0;
}

h1
{
font-size: 200%;
}

#sub-content
{
width: 50%;
padding: 0 6% 0 0;
}

#sub-content-wide
{
width: 100%;
}

#right-column
{
width: 44%;
float: left;
}

img.lo-res
{
display: none;
}

img.hi-res-tab
{
display: inline-block;
margin: 4px 0 8px 0;
border: 0;
}

p.caption
{
margin: 0 0 12% 0;
}

.r-c-container
{
margin: 0 0 12% 0;
}

#footer-center
{
width: 96%;
padding: 0;
}

ul.footer-list
{
width: 27.333%;
padding: 0 3%;
}

p.footer-contact-info
{
width: 94%;
clear: left;
margin: 10px 3% 30px 3%;
text-align: left;
}

p.footer-contact-info-phone
{
width: 94%;
clear: left;
margin: 10px 3% 30px 3%;
padding: 0;
text-align: left;
background: none;
}

#sub-footer-center
{
width: 96%;
padding: 0;
}

}

@media(max-width: 640px){

img#main-logo-hd
{
width: 175px;
margin: 18px 0 0 4%;
}

.toggleMenu:link, .toggleMenu:visited, .toggleMenu:active, .toggleMenu:hover, .toggleMenu:focus
{
padding: 36px 30px;
}

ul.nav
{
font-size: 10px;
line-height: 14px;
}

ul.nav > li > .parent
{
background: url('images/down-arrow.png') no-repeat #333333 92% 50%;
}

ul.nav > li > .parent:hover, ul.nav > li > .parent:focus
{
background: url('images/down-arrow.png') no-repeat #333333 92% 50%;
}

#wrapper-index
{
width: 92%;
padding: 30px 0 10px 0;
-webkit-text-size-adjust: 100%;
}

#wrapper
{
width: 92%;
padding: 25px 0 10px 0;
-webkit-text-size-adjust: 100%;
}

p#phone-cta
{
display: inline;
width: 86%;
float: left;
margin: 0 0 20px 0;
padding: 6% 7%;
background: #eaf6ff;
}

h1
{
font-size: 180%;
}

#sub-content
{
width: 100%;
min-height: 1px;
padding: 0;
}

p.top-link
{
margin: 0 0 6% 0;
}

#right-column
{
width: 100%;
clear: left;
}

img.hi-res-tab
{
display: none;
}

img.hi-res-phone
{
display: inline-block;
width: 33%;
max-width: 150px;
float: right;
margin: 5px 30px 30px 30px;
}

p.caption
{
display: none;
}

.r-c-container
{
display: none;
}

#footer-center
{
width: 92%;
padding: 16px 0 0 0;
}

ul.footer-list
{
width: 100%;
clear: left;
margin: 30px 0 0 0;
padding: 0;
font-size: 10px;
line-height: 14px;
}

p.footer-contact-info
{
width: 100%;
margin: 15px 0;
}

p.footer-contact-info-phone
{
width: 100%;
margin: 10px 0 30px 0;
padding: 0;
}

#sub-footer-center
{
width: 92%;
}

p#copyright
{
font-size: 70%;
}

}

@media(max-width: 320px){

br.clear-all-320-only
{
display: inline;
clear: both;
}

img#main-logo-hd
{
width: 150px;
margin: 12px 0 0 6%;
}

.toggleMenu:link, .toggleMenu:visited, .toggleMenu:active, .toggleMenu:hover, .toggleMenu:focus
{
padding: 24px 30px;
}

ul.nav
{
font-size: 14px;
line-height: 18px;
}

ul.nav > li > .parent
{
background: url('images/down-arrow.png') no-repeat #333333 87% 50%;
}

ul.nav > li > .parent:hover, ul.nav > li > .parent:focus
{
background: url('images/down-arrow.png') no-repeat #333333 87% 50%;
}

#wrapper-index, #wrapper
{
width: 88%;
padding: 24px 0 4px 0;
-webkit-text-size-adjust: none;
}

h1
{
font-size: 160%;
}

p.top-link
{
margin: 0 0 12% 0;
}

#footer-center
{
width: 88%;
}

#sub-footer-center
{
width: 88%;
}

ul.footer-list
{
font-size: 14px;
line-height: 18px;
}

p#copyright
{
padding: 12px 0;
font-size: 100%;
}

}

/* Fonts */

@font-face
{
font-family: 'pt_sansbold';
src: url('fonts/PTS75F-webfont.eot');
src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/PTS75F-webfont.woff') format('woff'),
url('fonts/PTS75F-webfont.ttf') format('truetype'),
url('fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: 'pt_sansbold_italic';
src: url('fonts/PTS76F-webfont.eot');
src: url('fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/PTS76F-webfont.woff') format('woff'),
url('fonts/PTS76F-webfont.ttf') format('truetype'),
url('fonts/PTS76F-webfont.svg#pt_sansbold_italic') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: 'pt_sansitalic';
src: url('fonts/PTS56F-webfont.eot');
src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/PTS56F-webfont.woff') format('woff'),
url('fonts/PTS56F-webfont.ttf') format('truetype'),
url('fonts/PTS56F-webfont.svg#pt_sansitalic') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: 'pt_sansregular';
src: url('fonts/PTS55F-webfont.eot');
src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/PTS55F-webfont.woff') format('woff'),
url('fonts/PTS55F-webfont.ttf') format('truetype'),
url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: 'pt_sans_captionbold';
src: url('fonts/PTC75F-webfont.eot');
src: url('fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/PTC75F-webfont.woff') format('woff'),
url('fonts/PTC75F-webfont.ttf') format('truetype'),
url('fonts/PTC75F-webfont.svg#pt_sans_captionbold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: 'pt_sans_captionregular';
src: url('fonts/PTC55F-webfont.eot');
src: url('fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/PTC55F-webfont.woff') format('woff'),
url('fonts/PTC55F-webfont.ttf') format('truetype'),
url('fonts/PTC55F-webfont.svg#pt_sans_captionregular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: 'pt_sans_narrowbold';
src: url('fonts/PTN77F-webfont.eot');
src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/PTN77F-webfont.woff') format('woff'),
url('fonts/PTN77F-webfont.ttf') format('truetype'),
url('fonts/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: 'pt_sans_narrowregular';
src: url('fonts/PTN57F-webfont.eot');
src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/PTN57F-webfont.woff') format('woff'),
url('fonts/PTN57F-webfont.ttf') format('truetype'),
url('fonts/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
font-weight: normal;
font-style: normal;
}

/* End Fonts */