/*
Banner Images: 2000 x 764
Feature Images: 300 x 200
*/

@charset "utf-8";
/* CSS Document */
html {
	font-size:62.5%; /* sets base to 10px for easy math */
}
body {
	/*background-color: #E7E7E7;*/
	background-color: #FFFFFF;
	color: #444444;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 1.6em; /* sets the default sizing to 14px (1.4 x 10) */
}
.container {
	min-width: 320px;
	/*max-width:1280px;*/
	margin:0 auto;
}
.layout-row {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}
/* HEADER */
.header {
	/*background-color: #E7E7E7;*/
	background-color: #FFFFFF;
	padding:10px 20px 15px 20px;
	text-align:right;
	border-bottom: 1px solid #CCCCCC;/*
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	
	text-transform: uppercase;
	*/
}
.header h2 {
	text-align:center;
	font-style:italic;
	color:#666666;
	font-size:1.6em;
	font-weight:normal;
	margin:50px 0 0 0;
}
.header-right-box {
	float: right;
	padding-right:5px;
}
.header img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:none;
	float:left;
}
.header-links {
	margin:6px auto;
	color: #6D7BB3;
}
.header-links a:link {
	color: #6D7BB3;
	font-size:1.0em;
	font-family:Roboto;
	text-decoration:none;
}
.header-links a:visited {
	color: #6D7BB3;
}
.header-links a:hover {
	color: #6D7BB3;
	text-decoration:underline;
}
.header-links a:focus {
	color: #6D7BB3;
}
.header-links a:active {
	color: #666666;
}
/* end HEADER */
.column-box {
	text-align:center;
	margin:0 auto;
}
/* BANNER */
.banner-home {
	background: url("../images/Newark-NY.jpg") no-repeat center;
	background-size: cover;
	height: 420px;
}
.banner-internal {
	background: url("../images/Newark-NY_slim.jpg") no-repeat center;
	background-size: cover;
	height: 200px;
}
/* end BANNER */
/* BODY */
.body-column {
	/*max-width: 1080px;*/
	min-width: 320px;
}
.body-column h1 {
	color:#0D2C69;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2.2em;
	text-align:left;
	margin:20px;
}
.body-column h2 {
	color:#0D2C69;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.4em;
	margin:5px 0;
}
.body-column h3 {
	color:#CC3300;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	margin:5px 0;
}
.body-column-text {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.4em;
	text-align:left;
	margin:20px;
}
.body-column a:link {
	font-family: Calibri;
	color: #6D7BB3;
	font-size:1.0em;
	text-decoration:underline;
}
.body-column a:visited {
	color: #6D7BB3;
}
.body-column a:hover {
	color: #52619E;
}
.body-column a:focus {
	color: #6D7BB3;
}
.body-column a:active {
	color: #6D7BB3;
}
/* end BODY */
/* TWO COLUMN */
.two_column_left-box {
	float: left;
	width: 50% !important;
}
.two_column_right-box {
	float: right;
	width: 50% !important;
}
/* end TWO COLUMN
/* FEATURE BOX */
.feature-box-containter {
	margin:20px;
	padding:0;
	text-align:center;
}
.feature-box {
	display:inline-block;
	width:400px;
	margin:10px 15px;
	opacity:0.9;
	cursor:pointer;
	text-align:left;
}
.feature-box h1 {
	color:#ffffff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.8em;
	text-align:center;
	margin:0 5px;
	background:rgba(26,34,64,0.9);
}
.feature-box p {
	color:#ffffff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	text-align:center;
	margin:135px 5px;
	padding:5px;
	background:rgba(26,34,64,0.9);
}
.feature-box-home-height {
	height: 300px;
}
.feature-box-link {
	color:#FFFF77;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-decoration:underline;
}
/* end FEATURE BOX */

/* FOOTER */
.footer {
	padding:10px;
	text-align:center;
	font-size:0.85em;
	line-height:1.8;
}
.web-design a:link {
	color: #333333;
	text-decoration: underline;
	font-size:0.85em;
}
.web-design a:visited {
	color: #333333;
}
.web-design a:hover {
	color: #666666;
}
.web-design a:focus {
	color: #333333;
}
.web-design a:active {
	color: #333333;
}
/* end FOOTER */
/* MISC */
.clearfix { /* fixes if an element is taller than the element containing it, and it is floated, it will overflow outside of its container. */
	overflow: auto;
}
/* my old method
/*
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
*/
.no-wrap {
	white-space: nowrap;
}
.shadow {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	-moz-box-shadow: 4px 4px 5px #000;
	-webkit-box-shadow: 4px 4px 5px #000;
	box-shadow: 4px 4px 5px #000; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')"; /* For IE 5.5 - 7 */
}
.blank-shadow {
	border-right: 1px solid #D1D5EA;
	border-bottom: 1px solid #D1D5EA;
	border-left: 1px solid #D1D5EA;
	border-top: 1px solid #D1D5EA;
	-moz-box-shadow: 4px 4px 5px #D1D5EA;
	-webkit-box-shadow: 4px 4px 5px #D1D5EA;
	box-shadow: 4px 4px 5px #D1D5EA; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')"; /* For IE 5.5 - 7 */
}
hr.dk_gray {
	text-align: center;
	width: 100%;
	border: 0;
	height: 1px;
	background: #ccc;
	background-image: linear-gradient(to right, #999, #333, #999);
}
hr.lt_gray {
	text-align: center;
	width: 100%;
	border: 0;
	height: 1px;
	background: #ccc;
	background-image: linear-gradient(to right, #eee, #ccc, #eee);
}
.align-up-top {
	vertical-align:top;
}
.this-bold {
	font-weight:bold !important;
}
.this-center {
	text-align:center !important;
	margin:0 auto !important;
}
.this-left {
	text-align:left;
}
.this-right {
	text-align:right;
}
.this-float-right {
	float:right;
}
.this-float-left {
	float:left;
}
.this-italic {
	font-style:italic;
}
.this-image-right-padding {
	padding: 10px 0 10px 10px;
}
.this-line-height-bigger {
	line-height:1.8;
}
.this-clear {
	clear:both;
	margin:10px;
	height:10px;
}
.clear-both {
	clear:both;
}

.this-padding-right-40 {
	padding-right:40px;
}
.this-padding-40 {
	padding:40px;
}
.this-indent-right {
	padding-left:10px !important;
}
.this-red {
	color:#CC0000 !important;
}
.this-dk-gray {
	color:#333333;
}
.this-background-lt-shade {
	background-color:#E6E6EE !important;
}
.this-bigger {
	font-size: 1.1em !important;
}
.this-small {
	font-size:0.85em;
}
.this-smaller {
	font-size:0.7em;
}
.is-ltgray {
	color:#999999;
}
.is-smaller {
	font-size:.85em;
}

.this-default-cursor {
	cursor:default !important;
}
.listingBox {
	/* padding: 1em .5em; */
	padding: 0 .5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:95%
}
.listingBoxColumn {
	float:left;
	margin:10px 40px 10px 10px;
	text-align:left;
}
.listingBox img {
	margin:0 auto;
	border:1px solid #999999;
}
.listingBox h1 {
	text-align:center;
	font-family: Kalinga;
	font-size: 1.3em;
	margin:0 0 10px 0 !important;
	padding: 0 !important;
	color: #007582;
	font-weight:bold;
}
.listingBox h2 {
	text-align:left;
	font-size: 1.2em;
	font-weight:normal;
	margin:10px 0;
	color:#777777;
}
.listingBox h3 {
	font-size: 1em;
	font-weight:normal;
	float:right;
	padding-right:10px;
	line-height:1.5;
}
.listingBox h4 {
	margin:5px 0 0 0;
	font-size: 1.2em;
	font-weight:normal;
}
.listingBox h5 {
	font-size: 0.9em;
	font-weight:normal;
	text-align:left;
	margin:10px 0;
}
.listingBox h6 {
	font-size: 1.0em;
	font-weight:normal;
	margin:20px 5px 5px 0;
	color:#000000;
}
.listingBox ul {
	list-style: none;
	color:#F16651;
	margin:0;
	padding:0;
}
.listingBox .withArrow ul li:before {
	content: "\00AB \0020";
}
.listingBox li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin:5px 0 0 0;
}
.listingBox li > a {
	color:#F16651;
	text-decoration:none;
}
.listingBox li > a:hover {
	color:#ED4027;
	text-decoration:underline;
}
.listingBox .iconEmailListing {
	list-style: none;
	padding: 0 10px 0 0;
	text-align:right;
}
.listingBox .iconEmailListing li {
	margin:0 0 10px 0;
}
.listingBox .iconEmailListing li > a:before {
	content: url("../images/icons/email.gif");
	padding:1px 4px;
}
.listingBox .iconEmailListing li > a {
	color:#007481;
	text-decoration:underline;
}
.listingBox .iconEmailListing li > a:hover {
	color:#0099AA;
}
#map {
	display:block;
	margin:30px auto 0;
	height:300px;
}
#closeMore {
	color:#333333;
	margin:0;
	padding:0 10px 0 0;
	text-align:left;
	font-size: .85em;
	font-family:Calibri;
}
#closeMore a.close-more {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color:#999999;
	text-decoration:none;
}
#closeMore a.close-more:hover {
	color:#333333;
	text-decoration:underline;
}

.table {
	clear:right;
	font-size: 1.0em;
	font-family:Calibri;
}
.table .tr {
	padding:0 0 0 10px;
}
.table .td-firstcolumn {
	float: left;
	padding: 0 0.4em 0.4em 0;
	color:#999999;
}
.table .td-secondcolumn {
	float: left;
	padding: 0 0 0.4em 0;
	color:#000000;
}
#form_error {
	color:#ED4027;
	font-size:14px;
	margin-bottom:15px;
	display:none;
}
input.needsfilled {
	color: #CC0000 !important;
	border: 1px solid #CC0000 !important;
}
input[type="checkbox"].needsfilled {
	outline:#CC0000 solid thin !important;
}
.validation_error {
	font-family: "Muli", sans-serif;
	color: #CC0000 !important;
	display: block !important;
	padding: 6px !important;
	font-weight:normal !important;
}

@media only screen and (max-width: 1180px) {
.header {
	padding:5px 5px 15px 5px;
}
.header-main-links a:link {
	font-size:0.8em;
}
.header-second-links a:link {
	font-size:0.85em;
}
.body-content-box h1 {
	font-size:1.3em;
}
.feature-box {
	margin:10px 10px;
}
}
@media only screen and (max-width: 1000px) {
.header-main-links a:link {
	font-size:0.8em;
}
.header-second-links a:link {
	font-size:0.75em;
}
.header-main-links li {
	padding-right: 10px;
}
.header h2 {
	font-size:1.4em;
}
}
@media only screen and (max-width: 920px) {
.menu-column-box {
	width: 95%;
	float: none;
	text-align:center;
}
.body-column h1 {
	font-size:2.0em;
}
.body-column-text {
	font-size:1.2em;
}
}
@media only screen and (max-width: 800px) {
.two_column_left-box, .two_column_right-box {
	float: none;
	width: 100% !important;
	text-align:center;
}
}
@media only screen and (max-width: 680px) {
.header img {
	display:block;
	float:none;
	margin:0 auto;
	text-align:center;
}
.header-right-box {
	width: auto;
}
.header-main-links ul {
	text-align:left;
	margin:0 0 10px 0;
	padding:0;
}
.header-main-links li {
	display:block;
	padding-right: 0px;
	float: none;
	text-align:left;
}
.header-second-links {
	margin:0;
}
.header h2 {
	font-size:1.2em;
	margin:10px 0 0 0;
}
.footer {
	font-size:0.75em;
}
.body-content-box h1 {
	font-size:1.2em;
}
.body-column h1 {
	font-size:1.8em;
}
}
@media only screen and (max-width: 534px) {
.body-content-box h1 {
	font-size:1.0em;
}
.body-column h1 {
	font-size:1.6em;
}
.feature-box-containter {
	margin:5px;
}
}
@media only screen and (max-width: 503px) {
.header-second-links a:link {
	font-size:0.70em;
}
.body-column h1 {
	font-size:1.3em;
}
.body-column-text {
	font-size:1.0em;
}
}
@media only screen and (max-width: 440px) {
.header {
	text-align:center;
	padding:2px 2px 10px 2px;
}
.header-links a:link {
	font-size:0.9em;
}
.feature-box-containter {
	margin:0;
}
.feature-box {
	width:95%;
}
.body-column h1 {
	font-size:1.2em;
}
.body-column-text {
	font-size:0.90em;
}
}
/* EXTRA */
.breadcrumbs {
	text-align:left;
	margin: 10px 0 0 25px;
	font-size:.85em;
	color:#999999;
}
.breadcrumbs a:link {
	color: #666666;
	text-decoration: underline;
}
.breadcrumbs a:visited {
	color: #666666;
}
.breadcrumbs a:hover {
	color: #333333;
}
.internal_list ul {
	text-align:left;
	margin:0 0 30px 20px;
	list-style-type: square;
	line-height:1.3;
	font-size:1.0em;
}
.internal_list li {
	margin-bottom:10px;
}
.myGrayButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #E5E5E5));
	background:-moz-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #E5E5E5 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E5E5E5', GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:5px;
	font-size:12px;
	padding:3px 14px !important;
	margin-right:10px;
	border:1px solid #999999;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Verdana;
	text-decoration:none;
}
.myGrayButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E5E5E5), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #E5E5E5 5%, #ffffff 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#ffffff', GradientType=0);
	background-color:#E5E5E5;
}
.myGrayButton:active {
	position:relative;
	top:1px;
}
.myRedButton {
	background: #d9343c;
	background-image: -webkit-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: -moz-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: -ms-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: -o-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: linear-gradient(to bottom, #d9343c, #9c1f1f);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 10px;
	text-decoration: none;
}
.myRedButton:hover {
	background: #9c1f1f;
	background-image: -webkit-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: -moz-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: -ms-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: -o-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: linear-gradient(to bottom, #9c1f1f, #d9343c);
	text-decoration: none;
}
.myRedButton:focus {
	outline:0 !important;
} /* gets rid of blue outline on click */
