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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* DESIGN */
html
{
	font-family: Arial, sans-serif;
	background: url(imgs/bkg.jpg) #333 repeat-y center;
}
a:hover
{
	text-decoration: underline !important;	
}
body
{
	background-color:#333;
	height: 100%;	
}
div#site
{
	width: 809px;
	margin: 0 auto 0;
	background: url(imgs/bkg.jpg) #333 repeat-y center;
}
div#header
{
	height: 285px;
}
div.newyork div#header
{
	background:url(imgs/new_york_top.jpg) no-repeat top center;
}
div.newjersey div#header
{
	background:url(imgs/new_jersey_top.jpg) no-repeat top center;
}
div.florida div#header
{
	background:url(imgs/florida_top.jpg) no-repeat top center;
}
div.usa div#header
{
	background:url(imgs/usa_top.jpg) no-repeat top center;
}
h2
{
	position: relative;
	left: 80px;
	top: 80px;
	color:#fff;
	font-size: 1.6em;
	font-weight: bold;
	width:530px;
}
h1
{
	position: relative;
	width: 650px;
	font-size: 1.55em;
	font-weight: bold;
	top: 165px;
	left: 100px;
	clear: both;
	color: #282828;
}
div.addthis_toolbox
{
	position: relative;
	left: 590px;
	top:140px;
	width: 170px;
}
div#header ul
{
	position: relative;
	top: 108px;
	left: 55px;
}
div#header li
{
	display: block;
	width:200px;
	float: left;
	text-align: center;
	margin-left: 60px;
	font-size: 1.6em;
}
div#header li a
{
	color:#fff;
	text-decoration: none;
}
div#body
{
	padding: 0 80px 0 100px;
	background: url(imgs/body.jpg) repeat-y;
	font-size: 1.1em;
	line-height: 1.2em;
}
p
{
	color:#282828;
}
div#ctabox p
{
	color:#004e38;	
}
div#ctabox
{
	width: 165px;
	float: right;	
	padding: 15px;
	background-color: #d1e8d4;
	margin-top: 25px;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.5em;
}
div#ctabox div.hr
{
	background-color:#676767;
	height: 1px;
	margin: 10px 0 10px
}
div#ctabox div.hr hr
{
	display: none;
}
div#body a
{
	color:#2c22f9;
	text-decoration: none;
}
div#ctabox a
{
	color:#282828;
	text-decoration: none;
}
a.ctabutton
{
	width: 145px;
	background: url(imgs/button.png) no-repeat center center;
	margin: 0 auto 0;
	text-align: center;
	display: block;
	height: 92px;
}
a span
{
	display: none;
}
div.bulleted
{
	float: left;
	width: 420px;
	margin-top: 20px;
}
div.bulleted p
{
	color:#282828;
}
div.bulleted ul
{
	margin:20px 0 20px 25px;	
	color:#004e38;
	font-size: .9em;
	list-style-image: url(imgs/bullet.gif);
}
div#footer
{
	background: url(imgs/bottom.jpg) no-repeat top center;
	padding: 30px 40px 20px 100px;
	text-align: center;
	
}
div#footer p
{
	font-size:.8em;
	color:#282828;
}
#fancybox-iframe center
{
	display: none !important;
}