

/* NYIBC Connect Event */

@import url('connect2010/connect.css');

body {
	font: normal 9pt sans-serif;
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	background: #fff;
	}

#cont {
	width: 672px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
}

div#lks {
	width: 200px;
	float: left;
	margin: 0;
	padding-top: 20px;
	padding-left: 18px;
	background: #fff;
}

div#tt {
	background: #fff;
	width: 417px;
	float: left;
	border: 1px solid #fff;
	padding-left: 30px;
	margin-left: 3px;
	padding-top: 0;
}

div#quote {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #003D6B;
}

p {
	line-height: 150%;
}

.hshot {
	padding-right: 10px;
	padding-bottom: 10px;
}

.cr {
	font-size: 7pt;
	color: #999;
}

#head {
	font-size: 18pt;
}

.sh {
	font-size: 14pt;
        color: #003D6B;
		clear:both;
}

.slnk {
	font-size: 9pt;
}

a {
	color: #003D6B;
	text-decoration: underline;
}

ol {
	line-height: 150%;
}

a:hover {
	color: #000;
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	border-bottom: 1px solid #fff;
	clear:left;
	}
	
ul#nav li {
	position: relative;
	margin: 0; padding: 0;
	}
	
#nav li ul {
	position: absolute;
	left: 99px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	list-style: none;
	}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #666;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #fff; /* IE6 Bug */
	border-bottom: 0;
	}

ul#nav li a:hover {
	color: #999;
}
	
/* Holly Hack. IE Requirement \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

#tt li {
	margin-bottom: .5em;
	line-height: 1.25;
}

a#fb_follow:link, a#fb_follow:visited {
	display: block;
	padding: 0 0 0 33px;
	color: #888;
	font-size: 8pt;
	text-decoration: none;
	background: #EEE url(images/fb.gif) no-repeat left center;
	height: 24px;
	line-height: 24px;
	margin: 15px 0 15px -18px;
}
a#fb_follow:hover, a#fb_follow:active, a#fb_follow:focus {
	background-color: #EDEFF4;
	color: #444;
}

/* Gala button: Interior */
#lks .gala2011button {
		display: block;
		border: 1px solid #000;
		margin: 10px 0 10px -18px;
		padding: 0 10px;
		line-height: 30px;
		text-transform: uppercase;
		text-decoration: none;
	background: #C00;
	color: #FFF;
}
#lks .gala2011button:hover,
#lks .gala2011button:active,
#lks .gala2011button:focus {
		color: #C00;
		background: #FFF;
	border-color: #999;
}

/*News Page*/
.post { border-top:1px solid #999; width:100%; padding-bottom:40px; }
.post:after { clear: both;content: '.';display: block;visibility: hidden;height: 0; }
.post .sh { margin-top:0; }
.post .date { margin:0 0 10px 0; color:#003D6B; padding-top:5px; font-style:italic; font-size:10px; }
