/*global*/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {font-size: 1em;}

a {text-decoration: none;}

a img {border: none;}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #990000;
}

/*wrappers*/

#wrapper1 {
	width: 779px;
	margin: 10px auto 10px auto;
}


#wrapper2 {
	width: 779px;
	background: url(../images/fauxcolumn2.jpg) top left repeat-y;
	float: left;
}

/*banner*/
	 
#banner {
	height: 176px;
	background: url(../images/nymbanner.jpg) no-repeat top left;
}

#banner h1, #banner h2 { visibility:hidden;}

/*MAIN NAV***************************/

#nav {
	width: 180px;
	height: 270px;
	background: url(../images/navbanner.jpg) no-repeat #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	position: absolute;
	margin: 0;
	padding: 0;
	font-weight:bold;
	top: 20px;
	right: 575px;
}

#nav ul {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 30px;
	left: 40px;
	line-height: 10px;	
}

*html #nav ul{height: 1px; font-size: 13px; margin-top: 0;}

#nav ul li {
	display:inline;
	
}

#nav ul a {
	color: #663300;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 15px;	
}
	
#nav ul a:hover {
	color: #BB242C;
	background: url(../images/navflame.gif) no-repeat bottom left;
}

#nav ul a.currentlink{ 
	color: #BB242C;
	background: url(../images/navflame.gif) no-repeat bottom left;
} 

#nav ul a.currentlink:hover {
	text-decoration: none;
}


#nav a:visited { color: #996633;}
#content #nav a:visited:hover {color:#BB242C;}
#content #nav a.currentlink:visited {color:#BB242C;}



/*main content area*/

#content {
	margin: 0;
	padding: 10px;
	width: 550px;
	min-height: 400px;
	height: auto;
	background-color: #ffffcc;
	float: right;
	position: relative;
	padding-top: 15px;
	margin-right: 2px;
}

/*fixes content height bug for IE 6 and lower*/
*html #content {
	height: expression('400px');
	padding-bottom: 0;
	margin-right: 1px;
}


#content p {
	color: black;
	font-size: 14px;
	padding: 5px 60px 5px 40px;
	line-height: 20px;
}


#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 22px;
	color: #cc0000;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF9900; 
	padding-left: 40px;
	padding-top: 10px;
}

#content a {
	color: #cc0000;
	text-decoration: underline;
}

#content a:hover {
	color: #FF9900;
}

#content a:visited {
	color: #996633;
}

#content a:visited:hover {
	color: #FF9900;
}

/*pullout quote box*/

#pullout {
	position: absolute;
	left: -175px;
	top: 325px;
	border-top:#FFCC00 2px solid;
	border-bottom: #ffcc00 2px solid;
	width: 175px;
}

#pullout p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	text-indent: 15px;
	font-style: italic;
	font-size: 17px;
	width: 150px;
	margin: 0;
	padding: 5px 5px 5px 10px;
}



/*footer area*/

#footer {
	width:778px;
	height: 80px;
	background: url(../images/nymfooter.jpg) no-repeat;
	float:left;
	margin-left: 2px;
	display: inline;
	position: relative;
}

#footer a {color:#990000; text-decoration:underline;}


#subtext {
	width: 760px;
	height: 30px;
	background-color: #990000;
}

#subtext p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	padding-left: 65px;
	color: white;
}

#subtext a {color: #FFCC33;}

#subtext a:hover {text-decoration:underline;}

/*additional styling*/

.hilite {
	color: #ff9900;
}

.r-hilite {
	color: #cc0000;
}

.center {
	font-size: 1.2em;
	text-indent: 0px;
}

.copyright {
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
}


.photo {
	float: right;
	padding: 10px;
	margin-right: 35px;
	background: url(../images/dropshadow.jpg) no-repeat bottom right;
}

.photo img {
	
	position: relative;
	top: 3px;
	left: 3px;
}

#adcontainer {
	position: absolute;
	left: 40px;
	bottom: 100px;
	width: 120px;
}

#adcontainer-tall {
	position: absolute;
	left: 40px;
	bottom: 70px;
	width: 120px;
}