body {
	background-color:	#FFF;
	font: 				100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:				#000;
	margin:				40px;
	padding:			0;
}
a {
	font-weight:		bold;
}
a.hiddenlink {
	font-weight:		normal;
}

h1 {
	font:				1.5em Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	line-height:		120%;
	margin:				0;
}
h2 {
	font:				1.05em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color:				#929496;
	font-weight:		bold;
	line-height:		120%;
	margin:				0 0 15px 0;
}
h3 {
	font-size:			0.665em;
	font-weight:		bold;
	line-height:		120%;
	margin:				0;
}
body.availability h3 {
	line-height:		150%;
}
body.company h3 {
	font-weight:		normal;
}
h4 {
	font-size:			0.665em;
	font-weight:		bold;
	line-height:		120%;
	margin:				5px 0 0 0;
}

p {
	font-size:			0.665em;
	line-height:		150%;
	margin:				0 0 15px 0;
}
p.close {
	margin-bottom:		5px;
}
div.credit {
	font-size:			0.57em;
	line-height:		150%;
	margin:				0 0 15px 0;
}

ul {
	margin:				0 10px 15px 0;
	padding:			0 0 0 17px;
}
ol {
	margin:				0 10px 15px 0;
	padding:			0 0 0 23px;
}
li { 
	font-size: 			0.665em;
	line-height:		130%;
	margin-top:			3px;
}

body.availability #nyc,
body.availability #midwest,
body.availability #east,
body.availability #south,
body.availability #west,
body.availability #international,
body.availability #online,
.availsection {
	display:			none;
	padding-left:		10px;
}
body.availability ul {
	margin:				8px 8px 8px 0;
}
body.availability ul li { 
	margin-top:			2px;
}

blockquote {
	font-size:			0.665em;
	font-style:			italic;
	line-height:		150%;
	margin:				0 0 5px 0;
}
th {
	font-size:			0.57em;
	line-height:		150%;
	text-align:			left;
}
td {
	font-size:			0.665em;
	line-height:		150%;
	text-align:			left;
}
img {
	font-size: 			0.57em;
	margin:				0 10px 10px 0;
	border:				none;
}

#content {
	margin:				10px 0 10px 0;
}
#bottomnav {
	font-size:			0.57em;
	text-transform:		uppercase;
	line-height:		150%;
	margin:				0 0 15px 0;
}
#footer {
	font-size:			0.57em;
	text-transform:		uppercase;
	line-height:		150%;
	margin:				10px 0 10px 0;
}

.graph {
	margin:				0 0 15px 0;
}
iframe.facebook {
	margin:				3px 0 15px 0;
}

/* order form */

form {
	margin:				2px 0 15px 0;
	padding:			0;
}
input, select {
	font:				0.75em "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, sans-serif;
}
input.field {
	width:				190px;
	border-bottom:		1px solid #ccc;
	border-right:		1px solid #ccc;
	border-top:			1px solid #777;
	border-left:		1px solid #777;
}
input.button {
	text-transform:		uppercase;
	font-weight:		bold;
}
label {
	font-size:			0.665em;
	font-weight:		bold;
}