@charset "utf-8";
/* CSS Document */
#donatenow a { color: #8cc63f; }
#donatenow a {
padding: 8px 10px; margin: 0 10px 10px 10px; display: block; text-decoration: none;
box-shadow: 0 0 5px #333; font-size: 16px;
text-transform: uppercase; font-weight: bold; letter-spacing: -1px;
-moz-border-radius: 8px; border-radius: 8px; 
background: -webkit-linear-gradient(#fff,#d2d2d2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#fff,#d2d2d2); /* For Opera 11.6 to 12.0 */
background: -moz-linear-gradient(#fff,#d2d2d2); /* For Fx 3.6 to 15 */
background: linear-gradient(#fff,#d2d2d2); /* Standard syntax (must be last) */
}
#donatenow a:hover {
background: -webkit-linear-gradient(#d2d2d2,#fff); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d2d2d2,#fff); /* For Opera 11.6 to 12.0 */
background: -moz-linear-gradient(#d2d2d2,#fff); /* For Fx 3.6 to 15 */
background: linear-gradient(#d2d2d2,#fff); /* Standard syntax (must be last) */
}

img { max-width: 100%; width: auto; height: auto; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgd.gif);
	font: normal normal 13px Arial;
	color: #333333;
	line-height:20px;
}

a img, img { border: none; border: 0; }

/*Headers*/
h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; margin-top:8px }
h1{ font: bold 21px Arial; line-height:28px; }
h2{ font-size:18px; line-height:19px; }
h3{ font-size:16px; line-height:17px; }
h4{ font-size:16px; line-height:17px; }
h5{ font-size:11px; line-height:14px; font-weight:normal; margin: 0px; padding: 0px;}
p{ padding:0px 0px 0px 0px; }

h1, h2, h3, h4, h5 {
	color: #333333;

} h3 { color: #8cc63f; }
#table { color: #fff; }

/*main links*/
a,a:active {
	color: #444;
	text-decoration: underline;
}

a:visited {
	color: #5c5c5c;
	text-decoration: underline;
}

a:hover {
	color: #5c5c5c;
	text-decoration: none;
} 



#mainwrapper {
	width: 970px;
	margin: 0 auto;
	padding: 0px;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	border-top: 0px;
	border-color: #b1b1b1;
	background-image:url(images/wrap_bgd.gif);
	padding-left: 0px;
}
	
#topbar {
	width: 970px;
	height: 35px;
	position: relative;
	margin: 0 auto;
	background-image:url(images/top_bar.gif);
	background-repeat: no-repeat;
	border: none;
}

#topbar #addthis {
	position: absolute;
	left: 590px;
	top: 8px;
}

#topbar #searchbar {
	position: absolute;
	left: 735px;
	top: 5px;
} #topbar #searchbar h3 { display: none; }
#topbar #searchbar .ccm-search-block-text { width: 150px; font-size: 11px; }
#topbar #searchbar .ccm-search-block-submit { width: 65px; font-size: 11px; }

/*Main Area*/

#centrewrap {
	width: 970px;
}

#centrewrap #leftside {
	width: 165px;
	border-left: 2px solid;
	border-color: #fff;
	/*margin-left: 2px;
	background-color: #7a93bc; */
	overflow: visible;
	float:left;
}

#donatenow { margin: 25px auto 0 auto; width: 150px; }

/*clock*/
#centrewrap #leftside #date {
	width: 165px; height: 40px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 80px;
}

#centrewrap #leftside #clock span.clock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color:#FFF;
}

#centrewrap #leftside #clock span.clockd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c2bfb8;
}

/*nav*/

#centrewrap #leftside #nav {
	width: 165px;
	overflow: visible;
	border-bottom: 1px solid #ffffff;
}

#donatebtn {
	display: block; background-image: url(images/DonateNow.jpg);
	width: 150px; height: 55px; }
	#donatebtn:hover { background-image: url(images/DonateNow-r.jpg); }

/* MENUS LVL1 */

		#nav ul {
			font-size: 100%;
			line-height: 25px;
			font-weight: bold;
			color: #ffffff;
			list-style-type: none;
			z-index: 9999;
			padding:0;
			margin:0;
			display: block;
			}
		
		#nav ul li{
			text-align: right;
			padding: 2px 18px 2px 0;
			border-top: 1px solid #ffffff;
			cursor:pointer;
			display: block;
			background-image:url(images/nav_bgd.gif);
			background-repeat:no-repeat;
			background-position: right;
			}
		
		#nav ul li a {color: #ffffff; text-decoration:none; display: block;}
		
		#nav ul li:hover {
			background-color: #8cc63f;
			background-image:url(images/nav_bgd.gif);
			background-repeat:no-repeat;
			background-position: right;
			}
		
		#nav ul li:hover a:hover {color: #fff; }

/* SUB MENUS LVL2 */

		#nav ul li ul {
			margin: /* --> */ -29px 0 0 165px; padding:1px;
			float: left;
			display: none;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 9999;
		
			/* IF IE7 */
			.margin: -10px 0 0 13px;
			}
		
		#nav ul li>ul {
			top: auto;
			left: auto;
			}
		
		#nav ul li:hover ul, li.over ul {
			display: block;
			margin: 0 0 0 -1;
		}
		
		#nav ul ul li {
			display: block; 
			float: left; 
			/* --> */ clear: both;
			padding: /* --> */ 2px 5px;
			padding-right: 5px;
			text-align: right; 
			cursor: pointer;  
			width: 174px;
			background-color: #8cc63f;	
			background-image: none;
			}
		
		#nav ul ul li a {
			display: block;
			padding-top: 0px; 
			padding-right: 10px; 
			padding-bottom: 0px;
			padding-left: 12px; 
			text-decoration: none;
			color: rgb(252, 250, 225); 
			color: #ffffff;
		}
		#nav ul ul li a:hover {  }
		#nav ul ul li:hover { background-color: #73a630;
			background-image:url(images/nav_but_ro.gif);
			background-repeat:no-repeat;
			background-position: right;	}


/*main content right*/

#centrewrap #rightside {
	width: 803px;
	overflow: visible;
	float: right;	
}

#header {
	width: 803px;
	height: 160;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#header span.left {
	width: 407px;
	height: 160px;
	padding: 0px;
	margin-left: 1px;
	float: left;
}

#header span.right {
	width: 395px;
	height: 160px;
	padding: 0px;
	float: right;
	background-image: url(images/banner01/banner0.jpg);
}

#main_content {
	width: 723px;
	min-height: 400px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 60px;
	overflow:visible;
	clear: both;
}

main_content {
	width: 723px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 60px;
	overflow:visible;
	clear: both;
}

#mainwrapper #centrewrap #rightside #main_content #sidebar {
	width: 200px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #8cc63f;
}

#footbar {
	width: 970px;
	height: 7px;
	background-color: #8cc63f;
	border-top: 2px solid #ffffff;
	clear: both;
	position: relative;
}

#footlogo {
	width: 127px;
	height: 49px;
	position: absolute;
	left: 835px;
	top: -56px;
}

#footinfo {
	width: 500px;
	height: 41px;
	position: absolute;
	left: 325px;
	top: -46px;
}

#footinfo span.foottext1 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #8cc63f;
	text-align: right;
	padding-left: 20px;
}

#footinfo span.foottext2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #404042;
	text-align: right;
}

#footinfo span.foottext2 a {
	text-decoration: none;
	color: #404042;
}

#footinfo span.foottext2 a:hover {
	text-decoration: underline;
	color: #8cc63f;
}

#footinfo span.foottext3 {
	font-family: Arial;
	font-size: 11px;
	color: #b5b5b5;
	text-align: right;
	line-height: 13px;
}
	
/*under footer area*/

#underfooter {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 40px;
	border: none;
}

#underfoot_left {
	float: left;
	width: 500px;
}

#underfoot_right {
	float: right;
	width: 300;
}

#underfooter span.copyright {
	padding-left: 5px;
	font-family: Arial;
	font-size: 10px;
	color: #727272;
}

#underfooter span.footnav {
	font-family: Arial;
	font-size: 10px;
	color: #b5b5b5;
}

#underfooter span.footnav a {
	text-decoration: none;
	color: #b5b5b5;
}

#underfooter span.footnav a:hover {
	text-decoration: underline;
	color: #333;
}

#underfooter span.websiteby {
	font-family: Arial;
	font-size: 10px;
	color: #727272;
	margin-right: 5px;
}

#underfooter span.websiteby a {
	text-decoration: none;
	color: #727272;
}

#underfooter span.websiteby a:hover {
	text-decoration: underline;
	color:#e58325;
}

#ie6Warning {
		background: #e3e3e3;
		border: 1px solid #bbbbbb;
		padding: 10px 10px 1px;
		margin-bottom: 20px;
		}

#ie6Warning h2 {
		background: url(assets/ie6-warning.gif) 0 50% no-repeat;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 0px;
		}
		
		
#slideshow {
    position:relative;
    height:160px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#newyork {
	background-color: #000;
	background-image: url(images/newyork/wallpaper.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#newyork #mainwrapper {
	width: 970px;
	margin: 0 auto;
	padding: 0px;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	border-top: 0px;
	border-color: #b1b1b1;
	background-image:url(images/newyork/wrap_bgd.png);
	padding-left: 0px;
}
#newyork h1, #newyork  h2,#newyork  h3, #newyork h4, #newyork h5 {
	color: #414142;

}
#newyork #main_content a { color: #fff; }
#newyork #footinfo span.foottext1, #newyork #footinfo span.foottext2, #newyork #footinfo span.foottext3 {
	color: #fff; }