
/* GLOBAL STYLES */
/* ##################################################### */

* { font-size: 1em; }

body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background: #ffffff;
	text-align: justify;
}

a {
	color: #03c;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #39f;
	text-decoration: none;
}

h1 { font-size:200%; margin: 30px 0 10px 0; color:#485d2f; }
h2 { font-size:150%; margin: 22px 0 8px 0; color:#485d2f; }
h3 { font-size:120%; margin: 20px 0 6px 0; color:#485d2f; }
h4 { font-size:100%; margin: 17px 0 4px 0; color:#485d2f; }
h5 { font-size:100%; margin: 15px 0 2px 0; color:#485d2f; }
h6 { font-size:100%; margin: 10px 0 0px 0; color:#485d2f; }

p { margin: 1em 0; } /* make IE and Firefox paragraph margins match */

input, select, textarea {
	margin: 1px;
	font-size: 1em;
}

hr {
	border: none;
	height: 1px;
	color: #a2ad8d;
	background: #a2ad8d;
}

/* SECTIONS */
/* ##################################################### */

.clear { clear:both; }

#top h2 {
	float: left;
	margin: 40px 35px 20px 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #000;
}

#top #logo { float:left; }

#top #locations {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#foot {
	text-align: center;
	font-size: .9em;
	line-height: 23px;
	color: #888;
}

#ne3-design { color: #c05d5d; }
#ne3-design:hover, #ne3-design:active, #ne3-design:focus { color: #ffa2a2; }

.small { font-size: .9em; }
.hilite { color: #485d2f; }

.box { 
	padding: 1em; 
	border: dashed 1px #cfccc1;
}

td.left {
	vertical-align: top;
	padding: 0 30px 0 10px;
}

td.right {
	vertical-align: top;
	width: 180px;
	padding-left: 20px;
	border-left: dashed 1px #cfccc1;
}

td.right h3 {
	margin: 0;
	padding-bottom: .25em;
}

td.right .section {
	padding: 1em;
	margin-bottom: 2em;
	border-top: solid 1px #a2ad8d;
	border-bottom: solid 1px #a2ad8d;
}

