/* Global Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, select, option, textarea, p, blockquote {  
	margin: 0; 
	padding: 0; 
}
ul, ol {
	margin: 0;
	padding: 0 0 0 16px;
}
a {
	outline: none;
	border:none;
}
/* Website Styles */
body {
	background: #ffffff;
	font: 11px Verdana, Geneva, sans-serif;
	text-align:justify;
	color: #444444;
}
a {
	color: #050093;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#gallery-images img{

	
}
#gallery-images p{
	margin-top:10px;
	text-align:center;
}
#paging {
	text-align:right;
}

.gallery-image {
	margin:3px;
	padding:5px;
	border:#999 solid 1px;
	}

.image, .image1 {
	
	padding: 5px 0px 5px 20px;
	float: right;
}
.image2 {
	padding: 5px 0px 5px 20px;
	clear: right;
	float: right;
}
.charity_image {
	padding: 10px;

}

.charity_img, .charity_text{
	float:left;
}

.charity_img {
	width: 180px;
}
.charity_text {
	width: 500px;
}
.subpages {
	font-weight:bold;
	font-size:1.25em;
	line-height:1.25em;
}
#container {
	width: 962px;
	margin: 10px auto 0 auto;
	background: #fff;
}
#topOrange {
	height: 5px;
	background: url(images/aGrad.jpg);
	background-repeat:repeat;
	background-position:top;
}
#header {
	height: 210px;
	
	
}
#header #text {
	padding:32px;
	position:absolute;
	z-index:999;
}

#banner {
	width: 649px;
	height: 210px;
	position: absolute;
	margin-left: 313px;
	top:15px;
	
}
#banner img {
	display: none;
	position: absolute;
	top: 0;
}
#bottomOrange {
	height: 25px;
	background: url(images/bGrad.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#content-full {
	padding: 10px 14px 14px 250px;
	background: url(images/conGrad.jpg) repeat;
	background-repeat:repeat-x;
	background-position:top;	
	min-height: 300px; 
	
}

#downloads {
	width:200px;
	border:thin #C60 solid;
	padding:10px;
}
#downloads h2 {
	border-bottom:none;
}

h1{
	font-size: 22px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 12px;
}
#content h1, #content h2, #content h3, #content-full h1, #content-full h2, #content-full h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #050093;
	letter-spacing: -0.01em;
	border-bottom: 1px solid #003366;
	margin: 10px 0 10px 0;
	padding-bottom: 4px;
}
p {
	line-height: 17px;
	padding: 0 0 11px 0;
}

#selector{
	float:right;
}

#footer {
	margin: 0 12px 12px 12px;
	height: 20px;
	background: url(images/aGrad.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding: 6px 12px 6px 12px;
	clear:both;
}
#footer p {
	font-size: 10px;
	color: #333333;
	text-align: right;
}
#footer a {
	color: #333333;
}
#footer a:hover {		
	color: #333333;
	text-decoration: underline;
}

#logos{
	padding:15px;
	text-align:left;
}
#logos img {
	padding: 0px 10px 15px 0px;
}




/*Lightbox */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/* End Lightbox */









/*Navigation */
.nav {
	margin: 1px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.nav a {
	display: block;
	padding: 4px 6px 6px 21px;
	width: 215px;
	height:21px;
	text-indent:-900px;
}
#home{
	background: url(images/nav.jpg) 0px 0px no-repeat;
}
#home a:hover {
	background: url(images/nav.jpg) -243px 0px no-repeat;
}
#travelPackages {
		background: url(images/nav.jpg) 0px -32px no-repeat;
}
#travelPackages a:hover {
	background: url(images/nav.jpg) -243px -32px no-repeat;
}
#charities {
		background: url(images/nav.jpg) 0px -64px no-repeat;
}
#charities a:hover {
	background: url(images/nav.jpg) -243px -64px no-repeat;
}
#aboutnyc {
		background: url(images/nav.jpg) 0px -96px no-repeat;
}
#aboutnyc a:hover {
	background: url(images/nav.jpg) -243px -96px no-repeat;
}
#travel {
		background: url(images/nav.jpg) 0px -128px no-repeat;
}
#travel a:hover {
	background: url(images/nav.jpg) -243px -128px no-repeat;
}
#training {
		background: url(images/nav.jpg) 0px -160px no-repeat;
}
#training a:hover {
	background: url(images/nav.jpg) -243px -160px no-repeat;
}

#photo {
		background: url(images/nav.jpg) 0px -192px no-repeat;
}
#photo a:hover {
	background: url(images/nav.jpg) -243px -192px no-repeat;
}

#contact {
		background: url(images/nav.jpg) 0px -224px no-repeat;
}
#contact a:hover {
	background: url(images/nav.jpg) -243px -224px no-repeat;
}


#nav-secure {
		background: url(images/nav.jpg) 0px -256px no-repeat;
}
#nav-secure a:hover {
	background: url(images/nav.jpg) -243px -256px no-repeat;
}


.subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(images/subnav.jpg);
	
}
.subnav hover {
	background-color: #e0ebf5;
	color: #003355;
	text-decoration: none;
	font-weight: normal;
	background: url(images/subnava.jpg);
}
.subnav a {
	display: block;
	border-bottom: 1px solid #fff;
	color: #dddddd;
	font-size: 13px;
	font-weight:bold;
	text-align: left;
	line-height: 16px;
	text-indent:30px
}
.subnav a:hover {
	text-decoration: none;
	background: url(images/subnava.jpg) !important;
}
#sub {
			
	text-indent:30px
	background: url(images/subnava.jpg);
	}
	
#column-left {	
	width: 243px;
	float: left;
	z-index:999 !important;	
}



/* Nav Left */
#column-left a {
	text-decoration: none;
	color: #fff;
	display: block;
}
#column-left a:hover {
	text-decoration: none;
	color: #fff;
	display: block;
}
#column-left li {
}
#column-left li a {
}
#column-left li a:hover, #left li:hover a {
}
#column-left ul {
}
#column-left ul li ul {
	position: absolute;
	margin-left: 243px;
	margin-top: -31px;
	display: none;
	z-index: 5000;
	background:#aaa;
	border:#dddddd 3px;
	width: 235px !important;
}
#column-left ul li ul li {
	margin: 0 !important;

}
#column-left ul li ul li a {
	padding-left: 14px !important;
}
#column-left ul li ul li a:hover {

	padding-left: 14px !important;
}
#column-left li:hover ul, #left li.over ul { 
	display: block;
}
/* End Nav Left */




.menutab {
	color: #898989;
	border-bottom: 1px solid #999;
	height: 23px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	
}
.menutab ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.menutab li {
	display: inline;
	line-height: 23px;
	margin-right: 4px;
}
.menutab li a {
	color: #fff;
	background: #898989;
	text-decoration: none;
	padding: 4px 5px 6px 5px;
}
.menutab li a.tabactive {
	background-color: #5e5858;
	font-weight: bold;
	position: relative;
}


	/* LIST */

		.list_head
		{
			color:#ffffff;
			background-color:#999999;
			padding:5px;
		}
		.list_body
		{
			background-color:#6e6868;
			color:#ffffff;
			padding:5px;
		}
