/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'PT Serif', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 20px;
}


/* Primary Text Styles */

#headline h3 {
	font-family: 'PT Sans';
	font-weight: normal;
	text-align: center;
}

.infocol {
	text-align: center;
}

.infocol h2 {
	font-family: 'Molengo';
	font-size: 28px;
	font-weight: normal;
	margin: 315px 0 8px 0;
}

.infocol p, h4, a {
	font-family: 'PT Serif';
	font-weight: normal;
	margin-bottom: 15px;
	text-decoration: none;
}

.infocol h4 {
	font-size: 18px;
}

.nyc h2, .nyc a {
	color: #000099;
}

.atl h2, .atl a {
	color: #ff7011;
}

.nj h2, .nj a {
	color: #0066ff;
}

.dirfancy {
	font-family: 'PT Serif', Arial, sans-serif;
}

.dirfancy h1, .emailformstyle h1 {
	color: #0099cc;
	font-family: 'Molengo', serif, sans-serif;
	font-size: 30px;
	text-align: center;
}

.dirfancy h2, .dirfancy h3 {
	font-weight: normal;
}

.dirfancy h2 {
	font-size: 26px;
}

#nycdir h2 {
	color: #000099;
}

#atldir h2 {
	color: #ff7011;
}

#njdir h2 {
	color: #0066ff;
}

.dirfancy h3 {
	font-size: 18px;
}

.dirfancy p, .dirfancy li {
	font-size: 15px;
}

.nyccolor {
	color: #000099;
}

.atlcolor {
	color: #ff7011;
}

.njcolor {
	color: #0066ff;
}

.redcolor {
	color: #ee0000;
}

.goldcolor {
	color: #bfa705;
}

.greencolor {
	color: #00b365;
}

.lightcolor {
	color: #00aada;
}

.emailformstyle h1 {
	font-size: 24px;
	text-align: left;
}

.infobox {
  font-family: Garmond, serif;
  font-size: 16px;
}

.infobox h1, .infobox h3 {
  color: #0099cc;
}

.infobox h1 {
  font-size: 28px;
  font-family: 'Molengo', sans-serif;
  font-weight: normal;
  line-height: 30px;
}

footer {
	font-family: 'Molengo', sans-serif;
}

#footnav ul {
	font-size: 12px;
	text-align: right;
}

#footnav a {
	color: #018dcb;
}

.center {
	text-align: center;
}