/* ------- =skip nav standard*/
/* ------- =wrap*/
/* ------- =structural-labels*/
/* ------- =banner*/

/* ------- =masthead*/
/* ------- =navigation*/
/* ------- =search*/

/* ------- =column1*/
/* ------- =column2*/

/* ------- =external-links*/ /*(navigation)*/
/* ------- =intro*/
/* ------- =features*/
/* ------- =footer*/


body {
	font:75%/1.4 Verdana,Arial,Helvetica,sans-serif;
	color:#333;
	background:#0297f1 url(/images/myimages/bodybg.gif) repeat-x;
	// text-align: center; ie fix
	margin:0 auto;
	padding-bottom:1em;
}

font-size:1.6em;
}
h2 {
font-size:1.4em;
color:#ff00f6;
}
h3 {
font-size:1.2em;
}
h4 {
font-size:1em;
font-weight:bold;
clear:both;
}
h5 {
font-size:0.9em;
clear:both;
}



/* ------- =skip nav standard*/
#skipnav {
	position:absolute;
	right:0;
	top:0;
}

#skipnav ul {
	display:inline;
}

#skipnav ul li {
	list-style: none;
	float:left;
	margin-top:-900em;
}

#skipnav ul li a:hover {
	text-decoration:underline;
}
/* ----------------------------------- =end skip nav standard*/




/* ------- =wrap*/
#wrap {
	width: 760px;
	position:relative;
	margin:.5em auto 0 auto ;
	padding:0 0 0 0;
	background:url(/images/myimages/wrap-bg.gif) repeat-y;	
}


/* ------- =structural-labels*/
.structural-label {
	position: absolute;
	left:-2000em;	
}


a {color:#00b4ff; font-weight:bold;}
a:hover {color:#F88A1B;}


/* ------- =masthead*/
#masthead {
	background-image:url(/images/myimages/nyw-banner.jpg);
	height: 200px /*13.6em*/;
}

#masthead h1 {
	position:absolute;
	left:-900px;
}


/* ------- =navigation*/
#navigation ul {
	padding:0;
	margin:0;
	display:block;
}

#navigation ul li{
	display:inline;
}

#navigation ul li a{
	display:block;
	height:67px; width:54px; 
	float:left;
	text-indent:-9009px; 
}


#navigation ul li.home a {background:url(/images/nav/nav-home.jpg) no-repeat; }
#navigation ul li.about a {background:url(/images/nav/nav-about.jpg) no-repeat; height:40px; width:49px; }
#navigation ul li.events a {background:url(/images/nav/nav-media.jpg) no-repeat; width:53px;height:40px;}
#navigation ul li.supporters a {background:url(/images/nav/nav-sponsors.jpg) no-repeat; width:76px;height:40px;}
#navigation ul li.mediaroom a {background:url(/images/nav/nav-testimonials.jpg) no-repeat; width:92px;}
#navigation ul li.getinvolved a {background:url(/images/nav/nav-gallery.jpg) no-repeat; width:90px;}
#navigation ul li.say a {background:url(/images/nav/nav-states.jpg) no-repeat; width:99px;}
#navigation ul li.faq a {background:url(/images/nav/nav-spare1.jpg) no-repeat; width:137px; height:40px;}
#navigation ul li.win a {background:url(/images/nav/nav-cornerright.jpg) no-repeat; width:103px; height:40px;}


#navigation ul li.home a:hover {background:url(/images/nav/nav-home-hover.jpg) no-repeat; }
#navigation ul li.about a:hover {background:url(/images/nav/nav-about-hover.jpg) no-repeat;height:40px;width:49px; }
#navigation ul li.events a:hover {background:url(/images/nav/nav-media-hover.jpg) no-repeat; width:53px;height:40px;}
#navigation ul li.supporters a:hover {background:url(/images/nav/nav-sponsors-hover.jpg) no-repeat; width:76px;height:40px;}
#navigation ul li.mediaroom a:hover {background:url(/images/nav/nav-testimonials-hover.jpg) no-repeat; width:92px;}
#navigation ul li.getinvolved a:hover {background:url(/images/nav/nav-gallery-hover.jpg) no-repeat; width:90px;}
#navigation ul li.say a:hover {background:url(/images/nav/nav-states-hover.jpg) no-repeat; width:99px; }
#navigation ul li.faq a:hover {background:url(/images/nav/nav-spare1-hover.jpg) no-repeat; width:137px; height:40px;}
#navigation ul li.win a:hover {background:url(/images/nav/nav-cornerright-hover.jpg) no-repeat; width:103px; height:40px;}


/* ------- =contentnavigation*/

ul#contentnavigation {
	display:block;
	padding:.25em ; 
	margin:0;
	background-color: #EDEEE8;
}

ul#contentnavigation li {
	display:inline; 
	padding:0 .5em;
}

/* ------- =search*/

#search .search-btn {
	
}



/* ------- =column1*/
#column1 {
	float:left;	
	padding:.5em 0 2em 0;
	margin:0 1em 0 3em;
	width:694px;
	overflow: auto
}
#column1.front {
	float: left;

	width: 405px /*59%*/;
	background:url(/images/myimages/column1-bg.jpg) repeat-y right;
	padding-right:2em;
	overflow: auto
}
/* SELF NOTES: Using Column1 e.g <div id="column1"> It will just contain a full body text, however adding the class "Front" <div id="column1" class="front"> seperates the Bodytext into 2 columns with an image divider.


/* ------- =column2*/
#column2 {
	float:left;
	padding:.0 0 0 0px;
	margin:0 0 0 0px;
	width: 259px;
	padding-right:1em;
	overflow: auto
	/*border:dotted 1px #ccc;*/
}

/* ------- =styledlist*/

ul.styledlist {padding:0; margin:0;
	list-style-type:none;}
	
ul.styledlist li {
	padding:.25em;
	margin:.5em 0;
}

ul.styledlist li a {
	color:#fff;
	background-color:FF0000;
	text-decoration:none;
	font-weight:bold;
	
}
ul.styledlist li a:hover {
	text-decoration:underline;
}

ul.styledlist li.first{
	background: url(images/li-1.jpg) no-repeat ;
}

ul.styledlist li.second{
	background: url(images/li-2.jpg) no-repeat ;
}

ul.styledlist li.third{
	background: url(images/li-3.jpg) no-repeat ;
}

/* ------- =content*/
#content {
	width:31em;
	padding-top:1em;	
	float:left;
}

#content h2 {
	color:#fff;
	background:#036999 url(/images/content-h2-2.gif) no-repeat;
	padding: .25em 0 .25em .5em;
	font-weight:normal;	
	font-size:1.3em;
}

#content p.alternate {
	color:#036999;
}

/* ------- =footer*/
#footer {
	margin:0 0 0 0!important;
	background: url(/images/myimages/newBGclass.jpg) no-repeat bottom;
	padding:100px 0 0 0!important;
	height: 255px;
}

#footer.front {
	background: url(/images/myimages/newBG.jpg) no-repeat bottom;
	padding:100px 0 0 0!important;
	height: 255px;
}

#footer div.logoBar {
	float: left;
	clear:both;
	margin-left: 30px;
	width: 590px; /*req'd for IE which was doing some strange things */
}

#footer div.hrule {
	border-top: 1px solid #ecede6;
}

#footer div.logoBar img{
	float:left;
	border: none;
}

/*#footer div.vcard {font-size:.85em; padding:.5em; width:40em;}*/

#footer ul{
	list-style-type:none;
	text-align:left;
	font-size:.85em;
	padding: 30px 0 .5em 0;
	margin:3px;
	clear:both;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	text-decoration:none;
	padding:0 3em;
	color:#FFFFFF;
	font-weight:bold;
}
#footer ul li a:hover {
	text-decoration:underline;
}


/* ------- =hoverbox*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

ul.hoverbox{
	margin:0 -30px 0 -30px;
	padding:0;
	}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	bottom:-20px;
	left: 120px;
	z-index: 1;
}


.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #111;
}


/* ------- =close hoverbox*/

ul.logos {list-style-type:none; padding:0; margin:0;}
ul.logos  li {display:inline;}

.clear {clear:both;}
.left {
	float:left; 
	margin:.5em .75em 1em 0;
}
.imgborder {border:.25em solid #D1D2CA; padding: 1px; }

hr {border-top:solid 1px #d1d2ca; height:1px; border-bottom:none; border-right:none; border-lef:none; clear:both;}

/* -------- =forms */

form#entryform fieldset {
  margin-bottom: 10px;
  padding-left: 0;
  margin-left: 0;
  border: none;
}
form#entryform fieldset ul {
	margin: 0;
	padding: 3px;
}
form#entryform legend {
 padding-left: 0;
 margin-left: 0;
 color: #333;
}
form#entryform label {
  display: inline-block;
  vertical-align: top;
}
form#entryform fieldset ol {
  margin: 0;
  padding: 0;
}
form#entryform fieldset li {
  list-style: none;
  padding: 5px 5px 5px 0;
  margin: 0;
}
form#entryform label {
  width: 130px; 
}
form#entryform fieldset ul li input, form#entryform fieldset ul li textarea, form#entryform fieldset ul li select {
	width: 260px;
}
form#entryform fieldset fieldset label {
  margin-left: 133px;
}
form#entryform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form#entryform fieldset ul li fieldset legend, form#entryform fieldset ul li fieldset input, form#entryform fieldset ul li select {
  padding: 0 0 5px;
  font-weight: normal;
  width: auto!important;
}
form#entryform fieldset ul li fieldset label {
  display: block;
  width: auto!important;
}
form#entryform fieldset ul fieldset ul li select {
	margin-left: 133px;
}

form#entryform fieldset ul li input.submitbutton {
	width: 80px;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
