/* @override http://www.cnyclive.com/css/2014.css */

@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family: "comic sans ms", fantasy;
	background-color: transparent;
	margin-top: 0px;
	background-image: url(../media/grad1.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.logo{
	display: block;
	position: relative;
	left: 25px;
	top: -29px;
}
.wbc{
	font-size: 17px;
	width: 500px;
	margin: 0 auto;
	padding-left: 25px;
}
#sharez2{
	display: inline-block;
	position: relative;
	width: 125px;
	height: 43px;
	background-color: rgba(0,0,0,0.84);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	padding: 2px;
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	overflow: hidden;
	text-align: center;
	margin-left: 20px;
	top: -28px;
}
#nycnight {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: transparent;
	text-align: center;
}
.thrColFixHdr #container {
	width: 1090px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(../media/manh1.jpg) no-repeat scroll -14px 182px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: 100%;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: transparent;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #FFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#campic{
	border:1px solid #FFFFE8
}
.wth {
	position: relative;
	overflow: hidden;
	top: -30px;
}
.thrColFixHdr #mainContent {
	text-align: center;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	display: block;
	position: relative;
	height: 40px;
} 
.thrColFixHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-decoration: none;
	padding: 10px 0;
}
.footerlink{
	width: 650px;
	display: block;
	padding-top: 10px;
	margin: 0 auto;
	padding-left: 40px;
}
.copyr {
	text-align: center;
	font-size: 12px;
	color: #C0A444;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#toplinks {
	text-align: center;
	width: 100%;
	min-height: 179px;
}
.myscroll {
	position: relative;
	top: 70px;
	float: left;
	left: 55px;
}
.ctr  {
	height: 300px;
	position: relative;
	top: -62px;
}
.adrightbanner {
	position: relative;
	left: 0px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
.sign{
	display: inline-block;
	background-color: rgba(18,13,12,0.68);
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	text-align: center;
	width: 220px;
	color: #fff;
	height: 200px;
	float: right;
	position: relative;
	right: -168px;
	padding: 9px 0 4px;
	margin-bottom: 74px;
	top: 70px;
	font: 13px Verdana, "Lucida Grande", Lucida, sans-serif;
}
.save{
	display: block;
	margin: 0 30px 0 auto;
}
.topten {
	display: inline-block;
	height: 25px;
	width: 730px;
	position: relative;
	top: 50px;
}
#topbanner {
	margin-top: 30px;
}
.gdd {
	margin-top: 65px;
	right: 35px;
	position: relative;
	display: block;
	top: -65px;
}
#adtop1 {
	text-align: center;
	margin-top: 15px;
	top: -30px;
	position: relative;
}
