body {
  background-color: #e6f0f7;
}
html * {
  font-family: Arial, Helvetica, Verdana;
}
a, a:active { outline: none !important }
body strong, body strong * {font-weight: bold}

#container {
	width: 990px;
	margin: 0px auto;
	overflow: visible;
}

img#logo {
  position: relative;
  top: -45px;
	left: 15px;
}
div#search-container {
	margin: 35px 10px 0px 430px;
	overflow: auto;
	width: 560px;
	position: relative;
	top: 10px;
}
div#search-container ul li {
  font-size: 70%;
  font-weight: bold;
  text-decoration: none;
  margin-top: 5px;
}
div#search-container li a {
  text-decoration: none;
}

div#main-header {
	height : 80px;
	overflow : hidden;
}
div#main-header-admin {
	height: 95px;
	overflow: visible;
}

/* --- NAVIGATION --- START */
ul#top-nav li, #main-nav ul li { display: inline }

#top-nav {
	float: left;
	width: 359px;
	left: 80px;
	position: relative;
	margin-left: 0px;
}

#main-nav ul li a { display: block }

#top-nav, #top-nav a:link, #top-nav a:visited {
  color: #007aa5; /* blue text */
}
#top-nav a:hover, #top-nav a:active, #top-nav a.active {
  color: #040404; /* blue text */
}
/* --- NAVIGATION --- END */


/* --- SEARCH BAR --- START */
#search {
  float: right;
  padding-bottom: 8px;
	overflow: hidden;
}
#search * {
  float: left;
  border: none;
  font-size: 8pt;
	overflow: hidden;
}
#search-box-left {
  width: 7px;
  height: 24px;
  background: transparent url(/images/NYLS/search_box_left.png) no-repeat;
	overflow: hidden;
}
#search input.search {
  width: 110px;
  height: 24px;
	line-height: 15px;
  padding-top: 4px;
  background: transparent url(/images/NYLS/search_box_bg.png) repeat-x;
	overflow: hidden;
}
#search input#search-submit {
  height: 24px;
  width: 24px;
  background: transparent url(/images/NYLS/search_box_right.png) no-repeat;
	overflow: hidden;
}

#search-container {	overflow: hidden }

/* --- SEARCH BAR --- END */

/* --- MAIN NAV --- START */
div#main-nav {clear: both }
div#main-nav div {
  height: 35px;
  float: left;
}
div#main-nav div.blue {
  width: 434px;
	border-left: 1px solid #333;
  background: transparent url(/images/NYLS/nav_bar_blue_bg.png) repeat-x;
}
div#main-nav div.middle {
  width: 40px;
  background: transparent url(/images/NYLS/nav_bar_middle.png) no-repeat;
}
div#main-nav div.grey {
  width: 514px;
	border-right: 1px solid #333;
  background: transparent url(/images/NYLS/nav_bar_grey_bg.png) repeat-x;
}
div#main-nav a {
  display: block;
  line-height: 34px;
	height: 34px;
  margin-bottom: 0px;
	padding: 0px 10px 0px 12px;
  background-color: transparent;
  font-size: 11px;
  font-weight: bold;
	border-top: 1px solid #000;
  text-decoration: none;
}
div#main-nav a:link, div#main-nav a:visited, div#main-nav a:hover, div#main-nav a:active {
  color: #000;
}

div#main-nav a:hover, div#main-nav a:active {
  border-bottom: 3px solid #FFF;
  height: 31px;
}
div#main-nav ul ul a {
	border: none;
	margin: 0;
}

div#main-nav ul li {
	float: left;
}

div#main-nav .blue a:hover, div#main-nav .blue a:active {
  background-color: #cfe4f3;
}

div#main-nav .grey a:hover, div#main-nav .grey a:active {
  background-color: #dedede;
}

/* -- SUB-LINKS -- START */

#main-nav li.sfhover {
  background-color: #cfe4f3;
  height: 31px;
  line-height: 35px;
}
#main-nav .grey li.sfhover {
  background-color: #dedede;
}

#main-nav li div.ds1 {
  position: absolute;
  z-index: 2;
  left: -9999px;
}

#main-nav li:hover div.ds1, #main-nav li.sfhover div.ds1 {
  left: auto;
}

#main-nav li:hover ul, #main-nav li.sfhover ul {
  line-height: 35px;
}

#main-nav li ul {
    width: 195px;
}

#main-nav li li {
  float: none;
  display: list-item;
}
#main-nav li ul li a, #main-nav li ul li a:hover {
  border: none;
  height: auto;
  display: block;
  font-size: 9.5px;
  line-height: 26px;
}

#main-nav ul li ul li {
  float: left;
  display: block;
  clear: both;
  width: 100%;
}

#main-nav .blue li li a { background-color: #cfe4f3 }
#main-nav .blue li li a:hover { background-color: #84bae0 }

#main-nav .grey li li a { background-color: #dfdfdf }
#main-nav .grey li li a:hover { background-color: #b3b4b5 }


/* dropshadow */
#main-nav div div { height: auto }
div.ds1 {
  background: transparent url(/images/NYLS/ds_tr.png) right top no-repeat;
}
div.ds2 {
  background: transparent url(/images/NYLS/ds_bl.png) left bottom no-repeat;
  padding-top: 10px;
  padding-left: 10px;
  overflow: inherit;
}
div.ds3 {
  background: transparent url(/images/NYLS/ds_main.png) bottom right;
  overflow: inherit;
}
div.ds4 {
  height: auto;
  position: relative;
  left: -10px;
  top: -10px;
}

/* -- SUB-LINKS -- END */

/* --- MAIN NAV --- END */

/* --- CONTENT --- START */
#content-container {
  clear: left;
  border: 1px solid #000;
  border-width: 1px;
  background: #fff url(/images/NYLS/background-04.jpg) no-repeat;
}
div>#content-container {
	height: auto;
	z-index: 0;
	position: relative;
	border: solid black 1px;
}
.home-page #content-container { height: 600px }
.home-page>#content-container {	min-height: 600px }

#content-shadow {
	height: 10px;
	z-index: 99;
	position: relative;
	background: transparent url(/images/NYLS/ds_bm.png);
}

/* -- Override for reset for user defined content blocks -- start */
.cms-block ul li, .cms-block ol li { margin: 5px 0 5px 2em }
.cms-block ul li { list-style: square }
.cms-block ol li ul li { list-style: disc }
.cms-block ol li { list-style: decimal }
.cms-block ul ul { margin-left: 2em }
.cms-block p { margin: 8px 0 }
.cms-block a { color: #3d87b9 }
.cms-block a, .cms-block a:link, .cms-block:visited { text-decoration: none }
.cms-block a:hover {	text-decoration: underline }

.cms-block h1, .cms-block h2, .cms-block h3 { font-weight: bold }
.cms-block h1, #content-center-container .cms-block h1 {
	font-size: 15px;
	color: #013d67;
}
.cms-block h2, #content-center-container .cms-block h2 {
	font-size: 11px;
}
.cms-block h3, #content-center-container .cms-block h3 {
	font-size: 11px;
	color: #013d67;
}
.cms-block h4, #content-center-container .cms-block h4 {
  font-size: 11px;
  color: #013D67;
}
.cms-block h2, .cms-block h3 { padding-top: 1em }
.cms-block blockquote { margin: 1em 2em }
.cms-block table, .cms-block td { border-color: #000 }
em, i, .cms-block em, .cms-block i { font-style: italic }

/* -- Override for reset for user defined content blocks -- end */

/* RIGHT COLUMN CMS BLOCK -- START */

#content-right-container .cms-block {
	margin: 136px 25px 25px 25px;
	position: relative;
	color: #000;
	line-height: 15px;
	left: 1px;
}
#content-right-container .cms-block a.bar {
	display: block;
	line-height: 23px;
	height: 23px;
	text-indent: 25px;
	text-decoration: none;
	font-weight: bold;
	background-color: #0098cd;
	margin: 3px -25px;
	position: relative;
}

#content-right-container .cms-block a.bar2 {
	display: block;
	line-height: 23px;
	height: 23px;
	text-indent: 25px;
	text-decoration: none;
	font-weight: bold;
	background-color: #000000;
	margin: 3px -25px;
	position: relative;
}
#content-right-container .cms-block a.bar:link,
#content-right-container .cms-block a.bar:visited {
	color: #fff;
}
#content-right-container .cms-block a.bar:hover,
#content-right-container .cms-block a.bar:active {
	color: #000;
	text-decoration: none;
}
#content-right-container .cms-block hr {
	margin: 0 10px 0 -10px;
  width: 168px !important;
}
/* RIGHT COLUMN CMS BLOCK -- END */

/* -- flyout menu is specific to home page only -- */
#fly-out {
	margin-top: 225px;
	width: 555px;
	float: left;
	overflow: hidden;
	position: absolute;
	padding-right: 0px;
	height: 400px;
      z-index:2;
}
#fly-out .content {
	background-color: #FFF;
	overflow: inherit;
}
#fly-out .fly-out-image-container {
  padding-left: 46px;
  font-size: 11px;
  height: 340px;
  overflow: hidden;
}
#fly-out .fly-out-image-container td.smalltext {
  font-size: 10px;
}
#fly-out .fly-out-image-container div table {
  vertical-align: top;
}
#fly-out div.menu {
	float: left;
	position: absolute;
	border: none;
	overflow: hidden;
	z-index: 5;
}
#fly-out .menu a {
  width: 35px;
  height: 109px;
  display: block;
  background: url(/images/NYLS/fly_out_menu.png) no-repeat;
}
#fly-out a#our-place   { background-position: -35px -236px }
#fly-out a#our-program {
  background-position: -35px -112px;
  height: 127px;
}
#fly-out a#our-people  { background-position: -35px 0px }
/* - hover and active states of fly out- */
#fly-out a#our-place:hover    { background-position: -70px -236px }
#fly-out a#our-place.active   { background-position: 0 -236px }
#fly-out a#our-program:hover  { background-position: -70px -112px }
#fly-out a#our-program.active { background-position: 0 -112px }
#fly-out a#our-people:hover   { background-position: -70px 0 }
#fly-out a#our-people.active  { background-position: 0 0 }

#fly-out .ds1 {
  width: 555px;
}
#fly-out #fly-out-content {
	position: relative;
	width: 535px;
	height: 345px;
}
#fly-out div.active {
	display: block;
	z-index: 10;
}
#fly-out #fly-out-content .carousel {
  width: 95px;
  background-color: #d0d1d2;
  height: 100%;
  float: right;
}
#fly-out-content-inner {
  height: 345px;
}

div.image-description {
	margin: 0px 136px 0px 30px;
	max-height:70px;
	overflow:hidden;
}

#fly-out .carousel div.images {
  height: 270px;
}

#fly-out #up, #fly-out #down {
  margin: 10px auto 0 auto;
  width: 100%;
}
#fly-out .carousel #up span {
  display: block;
  height: 14px;
  width: 16px;
}

#fly-out .carousel #down span {
  display: block;
  height: 14px;
  width: 16px;
}

#fly-out .carousel #down {
	position: relative;
}
#fly-out .carousel #up, #fly-out .carousel #down {
  height: 14px;
}
#fly-out .carousel #up:hover, #fly-out .carousel #down:hover {
  cursor: pointer;
}
#fly-out .carousel a {
  display: block;
  width: auto;
  height: 78px;
}
#fly-out .carousel a span {
  margin: 0px auto;
  position: relative;
  display: block;
}
#fly-out a img { border: 4px solid #d0d1d2}
#fly-out a.active img {	border: 4px solid #55a1d5 }

#fly-out .carousel #up span { background: url(/images/NYLS/carousel_arrows.png) no-repeat 0 0 }
#fly-out .carousel #down span { background: url(/images/NYLS/carousel_arrows.png) no-repeat 0 -14px }
#fly-out .carousel #up:hover span { background: url(/images/NYLS/carousel_arrows.png) no-repeat -16px 0 }
#fly-out .carousel #down:hover span { background: url(/images/NYLS/carousel_arrows.png) no-repeat -16px -14px }
#fly-out .carousel #up.disabled span { background: url(/images/NYLS/carousel_arrows.png) no-repeat -32px 0 }
#fly-out .carousel #down.disabled span { background: url(/images/NYLS/carousel_arrows.png) no-repeat -32px -14px }
#up, #down { cursor: pointer; position: relative; display: block }
#up.disabled, #down.disabled { cursor: default }

#fly-out-image-container #fly-out-image-horizontal {
	text-align: center;
}

#fly-out-image-horizontal {
	padding: 25px 0px 0px 0px;
}

#fly-out-image-vertical {
	float: left;
	height: 315px;
	width: 225px;
	margin: 20px 0px 20px 0px;
}

#fly-out-image-container table {
	height: 200px;
	margin-top: 20px;
}

#fly-out-image-container table tr td b {
	font-weight: bold;
	color: #55a1d5;
}

/* ---- Flyout Content Templates ----- */

#image-description-horizontal {
	padding: 10px 10px 0px 18px;
}

#image-description-vertical {
	float: right;
	width: 145px;
	height: 315px;
	margin: 20px 20px 20px 0px;
}

#news-header {
  width : 180px;
  height : 14px;
  background-image : url(/images/NYLS/text-news_and_events.png);
  background-repeat : no-repeat;
}

#news-content {
	width: 370px;
	margin-top: 260px;
	color: #333333;
	font-size: 11px;
	position: relative;
	float: right;
	margin-right: 25px;
      z-index:2;
}
#news-content .blue { color: #023d67 }
#news-content .light-blue { color: #007aa5 }
.light-blue { color: #007aa5 }
.dark-blue { color: #013d67}
.bold { font-weight: bold }
#news-content a, #news-content a:link, #news-content a:visited { color: #007aa5 }
#news-content a:hover, #news-content a:active { color: #000 }
#news-content p {
  margin: 10px 0;
}

/* --- CONTENT --- END */

/* --- FOOTER --- START */
#footer {
  color: #fff;
  background-color: #023d67;
  font-size: 70%;
  text-align: center;
  padding: 5px;
}
#footer a, #footer a:visited, #footer a:hover, #footer a:active {
  color: #fff;
  text-decoration: none;
}

.footer-spacer {
	margin: 0px 8px;
}

div#qTip {
	color: #fff;
	padding: 6px;
	display: none;
	background: #55a1d5;
	font-size: 10px;
	text-align: center;
	position: absolute;
	z-index: 1000;
}

.hidden { display: none }

div.custom-form label,div.custom-form input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

div.custom-form label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

div.custom-form br { clear: left }

.nav-header-link:link,
.nav-header-link:visited,
.nav-header-link:active {
	color: #000;
	text-decoration: none;
}

.nav-header-link:hover {
	text-decoration: underline;
}

/* ---- Light window modifications -- START */
#lightwindow_data_slide {
	margin-top: -10px;
}
#lightwindow_data_details {
  height: 15px !important;
  background-color: #fff !important;
}
#lightwindow_data_caption div.nyls-lightwindow {
	font-size: 10px;
	width: 720px;
  /*width: 100%;*/
	height: 38px;
}

#lightwindow_data_caption div.nyls-lightwindow img {
	float: right;
	display: block;
}
div#lightwindow_data_details {
	height: 0;
	line-height: 0;
}
img#lightwindow_image_0, img#lightwindow_image_1, img#lightwindow_image_2, img#lightwindow_image_3, img#lightwindow_image_4,
img#lightwindow_image_5, img#lightwindow_image_6, img#lightwindow_image_7, img#lightwindow_image_8, img#lightwindow_image_9 {
  width: 100% !important;
  height: 100% !important;
}
/* ---- Light window modifications -- END */

/* ---- Auto Complete Search Box -- START */
#search_auto_complete {
	z-index: 999 !important;
  width: 190px !important;
}
div.autocomplete {
  position:absolute;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected,
div.autocomplete ul li.selected a {
  background-color: #E6F0F7;
}
div.autocomplete ul li {
  font-size: 80%;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height: auto;
  cursor:pointer;
}
div.autocomplete ul li.link {
  background: transparent url(/images/NYLS/leftnav_select_arrow2.gif) no-repeat 3px .3em;
}
div.autocomplete ul li a {
  margin-left: 12px !important;
  display: block;
}
div.autocomplete ul li a:link,
div.autocomplete ul li a:visited {
  color: #000;
}
/* ---- Auto Complete Search Box -- END */

span.donateNow {
  /* -- intended to be used in the top utility menu for a link that says "Donate Now" -- */
  color: #fff;
  background-color: #007aa4;
  padding: 0 4px;
}

span.gala {
  /* -- intended to be used in the top utility menu for a link that says "Gala2010" -- */
  color: #fff;
  background-color: #685c53;
  padding: 0 4px;
}




/* ---- NYLS STYLES -- START */
fieldset {
  border: 1px solid #888;
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: .5em;
}
legend {
  padding: .4em;
  background-color: #fff;
  font-weight: bold;
  border: 1px solid #888;
  opacity: .5;
  margin-left: 1em;
}
textarea {
  font: inherit;
  border: 1px solid #999;
}
input {
  font-size: inherit;
  font-family: inherit;
}
.nyls-form label {
  display: block;
  float: left;
  width: 8em;
  padding: .2em .5em 0 0;
  text-align: right;
  clear: left;
}
.nyls-form table label {
	width: 7em;
}
.nyls-form .text input {
  width: 10em;
  vertical-align: text-top;
}
.nyls-form .checkbox input {
  height: 1.4em;
  vertical-align: baseline;
}
input:focus,
textarea:focus {
  background: #ffc;
}
.nyls-form .text_area textarea {
  width: 60%;
  height: 10em;
  line-height: 1.4;
  font-size: .8em;
}
.nyls-form .input {
  margin: 0;
  padding: 0 0 .75em 0;
  clear: both;
  width: 100%;
  overflow: auto;
}
.nyls-form .note {
  font-size: .8em;
  padding-left: 7.5em;
  color: #444;
  font-style: italic;
  clear: left;
  position: relative;
  top: -6px;
}
.nyls-form .error label {
  color: #c30;
}
.nyls-form p.error {
  font-size: .8em;
  padding-left: 7.5em;
  color: #c30;
  font-weight: bold;
}
.nyls-form .required label {
  font-weight: bold;
  background: transparent url(/img/icons/asterisk_red.png) no-repeat 98%;
}
.nyls-form .controls {
  width: auto;
  padding-left: 7.5em;
}
.nyls-form .controls a.back {
  font-size: .8em;
  position: relative;
}
.nyls-form .input table td {
  text-align: left;
  padding: .2em;
}
.nyls-form .checkbox label {
  padding: 0;
  text-align: left;
  width: inherit;
}
.nyls-form table {
  width: inherit;
}
.nyls-form fieldset {
  margin: 10px 0 20px 0;
}
.nyls-form fieldset fieldset {
  margin-right: 1em;
}
.nyls-form .checkbox label input {
  vertical-align: top;
  margin-right: .5em;
}
.nyls-form .submit {
  padding-left: 8.5em;
}
.nyls-form .captcha {
  padding: .5em 0 .5em 8.5em;
  height: 50px;
}
.nyls-form .captcha img {
  border-style: none;
  float: left;
}
.nyls-form .captcha div, .nyls-form .captcha a { float: left }
.nyls-form .captcha .captcha-refresh { clear: left }

.nyls-form .fullspan div, .nyls-form .fullspan label, .nyls-form .radio label, .nyls-form .checkbox label {
  width: inherit;
  text-align: left;
  padding: 0;
  float: none;
  clear: none;
  display: inline;
}
.nyls-form .radio label, .nyls-form .checkbox label{
  padding: 0 1em;
}

.nyls-form .fullspan div { display: block }
.nyls-form table.centered * {
  text-align: center;
  vertical-align: top;
}
.nyls-form table.centered input {
  text-align: left;
  vertical-align: middle;
}
.nyls-form table.centered td { padding-top: 5px }
.nyls-form .tip { color: #666 }
.nyls-form .input table td {
	vertical-align: top;
}
.required {
  color: red;
  font-weight: bold;
  padding-left: .25em;
}
.error { color: red }
.clear { clear: both }
.clear-left { clear: left }
.clear-right { clear: right }
/* ---- NYLS STYLES -- END */
/* ---- NYLS HACKS --- */
#footer .country-name {
display:none;
}
#footer .given-name {
display:none;
}
#footer .type {
display:none;
}
#footer .url {
display:none;
}
