* {
	margin: 0;
	padding: 0;
	font-family: tahoma, sans-serif;
}
body {
	background-color: #eee;
	font-family: georgia, times new roman, serif;		
}
ul {
	margin-left: 3em;
}

#skipper { 
	position: absolute; 
	top: -2px; 
	left: -999px; 
	color: #31295a; 
}
#nys { 
	background: url(bannerslice.gif) #99BD6B repeat-x; 
	height: 48px; 
}
#nyslogo { 
	background: url(nysbanner.gif) no-repeat left top; 
}
#nyslogo h1 { 
	margin: 0 0 0 0; 
	font-size: 20pt; 
	height: 48px; 
}
#nyslogo h1 a { 
	display: block; 
	text-decoration: none; 
}
#nyslogo h1 a span { 
	visibility: hidden; 
}



#header {
	border-bottom: 1px solid #000;
}
#banner {
	background-color: #99BD6B;		
	padding: 0.5em;
	border-bottom: 1px solid #000;	
}
#banner h1 {
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 1.7em;
	color: #19285F;	
}
#banner h1 a {
	color: #19285F;	
	text-decoration: none;
}
#banner h1 a:visited {
	color: #19285F;	
	text-decoration: none;
}
#headerpicture {
	width: 100%;
	height: 100px;
	background: url(bannergraphic.jpg) #003163 repeat-x; 
}
#maincontainer {
	border-bottom: 1px solid #000;
	background-color: #2F4E8D;
	overflow: hidden;
	min-height: 100%;	
}
#nav {
	width: 18%;
	background-color: #2F4E8D;
	position: absolute;
	top: 200px;
}
#nav h2 {
	font-size: 1em;	
	color: #fff;
}
#nav ul {
	color: #fff;
	margin-left: 1.2em;
}
#nav ul li {
	padding: 0.5em;
}
#nav ul li a {
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
}
#nav ul li a:visited {
	font-size: 0.8em;
	color: #fff;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav p.videodisclaim {
	font-size: 0.8em; 
	margin-top: 10%;
	color: #fff;
}
#nav p.videodisclaim a {
	text-decoration: underline; 
	color: #fff;
}

/* Must leave this for IE6 to display the navigation correctly  */
* html #maincontainer {
height: 100%;
}
* html .property {
height: 100%;
}
#main {
	float: right;
	background-color: #fff;
	width: 81.9%;
}
#catch {
	background-color: #eee;	
	border-bottom: 1px solid #000;
	font-family: times new roman, serif;
	font-size: 0.75em;
	padding: 1em;
}
#catch p {
	margin: 0.5em 0 0.5em 0;
}
#catch ul {
	margin-left: 3em;
}
#footer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	clear: both;
	position: relative;	
}
.content {
	padding: 0.5em 0 1em 0.5em;
}
.content * {
	font-family: times new roman, serif;	
}
.content h1 {
	color: #284179;
	padding: 0.2em;
	font-family: tahoma, sans-serif;
	font-size: 1.2em;
}
.content h2 {
	color: #284179;
	padding: 0.2em;
	font-family: tahoma, sans-serif;
	font-size: 1em;
}

.content p {
	padding: 0.5em;
}

hr {
	height: 1px;
	color: #000;
	background: #000;
}
.center {
	text-align: center;
}
.wmv {
	background: transparent url(wmv.gif) right top no-repeat;
	padding: 0 20px 0 0;	
}

div.property {
	min-height: 320px;
}

.withBorder {
	border: 1px solid #000;
}
.noBorder {
	border: none;
}

div.slideshow, div.picturearea {
	float: right; 
	text-align: center;
	margin: 10px 15px 5px 10px;	
	width: 330px;	
}
div.slideshow div.controls {
	font-size: 0.8em;
}
div.controls a:visited {
	color: blue;
}
div.controls a.prev {
	float: left;
}
div.controls a.next {
	float: right;
}
div.slideshow a.prev {
	padding: 0 0 0 20px;
	background:url(arrowleft.gif) no-repeat left;
}
div.slideshow a.next {
	padding: 0 20px 0 0;
	background:url(arrowright.gif) no-repeat right;
}
div.slideshow div.picturearea {
	margin-top: 30px 0 0 0;
}
.caption {
	font-size: 0.8em;
	text-align: center;
}