@charset "UTF-8";
/* CSS Document */

/* ------------------------------------

	Color scheme

	Maroon:			#590925
	Light brown:	#A66A55
	Dark brown:		#54301C

-------------------------------------*/

/* Global reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML5 fix */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Layout */

body {
	background-color: #590925;
	font-size: 62.5%;
	width: 960px;
	margin: 0px auto;
}

header {
	background: -moz-linear-gradient(left, #590925 0%, #BA484A 34%, #590925 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#590925), color-stop(34%,#BA484A), color-stop(100%,#590925)); /* webkit */
	width: 100%;
	height: 100px;
	position: relative;
}

nav {
	background: -moz-linear-gradient(top, #A66A55 0%, #FFC289 20%, #A66A55 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A66A55), color-stop(20%,#FFC289), color-stop(100%,#A66A55)); /* webkit */
	height: 40px;
}

#main {
	width: 100%;
	background-color: white;
	color: #590925;
	float: left;
}

.primary {
	width: 480px;
	margin: 40px 10px 40px 70px;
	padding: 20px;
	color: #590925;
	float: left;
}

.secondary {
	float: left;
	width: 290px;
	margin: 50px 20px 20px 0px;
	background-color: #FFECE5;
	border-top: 10px solid #A66A55;
	border-left: 1px solid #A66A55;
	border-right: 1px solid #A66A55;
	border-bottom: 1px solid #A66A55;
	padding: 20px;
}

footer {
	background-color: #A66A55;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	color: #590925;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width: 100%;
}

/* Elements */

a {
	text-decoration: none;
}

header img {
	position: absolute;
	left: 30px;
	top: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 7px #333;
	-webkit-box-shadow: 5px 5px 7px #333;
	box-shadow: 5px 5px 7px #333;
	z-index: 100;
}

header address {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #FFECE5;
	margin: 20px 60px 10px 0px;
}

header h1 {
	font-size: 3em;
	font-family: Helvetica, Arial, sans-serif;
	color: #54301c;
	padding: 1.2em 0em 1em 2em;
}


.primary h1 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0.8em 0px;
}

.primary h2 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #A66A55;
	color: white;
	padding: 5px 0px 5px 10px;
}

.primary h3 {
    font-size: 1.4em;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0.8em 0px 0.8em 0px;
}

.primary p {
	margin: 0px 0px 1em 0px;
	font-size: 1.4em;
	line-height: 1.8em;
	font-family: Helvetica, Arial, sans-serif;
}

.primary p.last {
    margin-bottom: 2em;
}

.secondary h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.secondary h2 {
    font: bold 0em Georgia, "Times New Roman", Times, serif;
    margin: 0px 0px 5px 10px;
}

.secondary p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0px 0px 12px 10px;
}

.policy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 2rem;
	list-style: disc;
}

footer p {
	padding: 10px 0px 10px 0px;
}

.lead {
	font-style: italic;
	font-weight: bold;
}

.primary p.hipaaContact {
    font-size: 1.2em;
}

#esscmap {
    margin: 70px auto;
    text-align: center;
}

.policy {
	list-style-type: disc;
	font-size: 1.4em;
	line-height: 1.8em;
	font-family: Helvetica, Arial, sans-serif;
}

ul.policy {
	margin-bottom: 1em;
	margin-left: 2em;
}

.nondis p {
	margin-bottom: 0;
	margin-left: 2em;
	line-height: 1.4em;
}

address.nondis {
	margin-bottom: 2em;
}

/**
 * Message popup styles
 */
.message-popup {
	background: rbga(0, 0, 0, 0.4);
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.message-popup .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.message-popup > div{
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 10px 10px 60px #555;
	display: inline-block;
	height: auto;
	max-width: 551px;
	min-height: 100px;
	padding: 15px 5%;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 60%;
}

.message-popup > div p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.close-button {
	background-color: #fff;
	border: 3px solid #999;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: -20px;
	top: -20px;
	text-align: center;
	width: 30px;
}

.close-button:hover {
	background-color: #ccc;
}

.directions {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.5;
	padding: 64px;
}


