@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999999;
}
.twoColFixRtHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: none;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	clear: right;
	background-color: #E1E1FF;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #sidebar1 p{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #nav {
	height: 1.8em;
	width: 820px;
	background-color: #FFFFFF;
}

.twoColFixRtHdr #container #mainContent h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent blockquote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.twoColFixRtHdr #mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent a {
	text-decoration: none;
}
.twoColFixRtHdr #container #footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.twoColFixRtHdr #container #footer a {
	text-decoration: none;
}

.twoColFixRtHdr #container #bttnav {
	background-color: #0000FF;
}
.twoColFixRtHdr #container #bttnavmenu {
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.twoColFixRtHdr #container p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container #sidebar1 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.twoColFixRtHdr #container #sidebar1 h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.twoColFixRtHdr #container #sidebar1 a {
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LVHCparticipants {
	font-size: 12px;
	float: left;
	width: 380px;
	padding:0;
	line-height:20px;
}

#LVHCparticipants2 {
	font-size: 12px;
	float: right;
	width: 380px;
	padding:0;
	line-height:20px;
}
#LVHCparticipants dt {
	font-weight:bold;
}
#LVHCparticipants2 dt {
	font-weight:bold;
}
/*nycu css*/
#nycusidebar {float:left; margin:4px; width:150px;}
#nycuheader {clear: both; border:2px; border-style:solid; border-color:#000066; height: 200px; background-color: #FFFFFF;  margin: 0;}
#nycumiddle {padding: 0px 10px 5px 160px; border-top:0; border-bottom:2px; border-left:2px; border-right:2px; border-style:solid; border-color:#000066; margin: 0px; background-color:#FFFFFF;font:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
#nycumiddle p {color:#333333; line-height:16px; margin:0 0 10px 0;}
#nycusidebar ul {border:0; margin:12px 20px 10px 12px; padding:0; list-style-type:none;}
#nycusidebar li {border-bottom:2px solid #006; color:#333; margin:0; padding: 2px 0; text-indent: 1px;}
#nycumiddle li {color:#333333; line-height:16px; list-style-type:disc;}
.fltrightnycu {float:right;}
.fltrightnycu img {
	float:right;
	margin: 16px 4px 4px 4px;
	border:#666666;
	border-width:1px;
	border-style:solid;
}
.fltleftnycu{
	padding-left:4px;
	}
.fltleftnycu img {
	float:left;
	margin: 4px 10px 2px 0;
	border:#666666;
	border-width:1px;
	border-style:solid;
}
.fltleftnycu1 img{
	float:left;
	margin-right:10px;
	border:#666666;
	border-width:1px;
	border-style:solid;
	}

.fltleftnycu1 p{
	}
#printsection img {border:none;}
/*end nycu css*/

/*Start css for pubs signup on index page and on the pubs index page*/
#signup { width:770px; height:230px;}
#signup img {float:left; margin:0 4px 4px 0;}
#signup p {margin:0 0 10px 0;}
.clearthefloats {clear:both;}
#thankyou {width:770px; height:230px;}
#thankyou img {float:left; margin:0 4px 4px 0;}
#thankyou p {margin:0 0 10px 0;}
/*End CSS for pubs signup on index page and on the pubs index page*/

/*Start css for listserv signup on index page*/
#listserv_signup {
	width:770px;
	height:200px;
}
#listserv_signup img {float:left; margin:0 8px 0px 0;}
listserv_signup h3 {margin:0 0 10px 0;}
/*End CSS for listserv signup*/

/*class for centered image*/
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}


/*start css for btt videos*/
#bttvideo {
	width:575px;
	margin:0 auto;
}
#bttvideo img {float:left; margin:0 4px 4px 2px;}
#bttvideo p {margin:0 0 10px 0; line-height: 20px;}
/*end btt videos*/

/*start css for index promos*/

.indexbox {
	float:left;
	width:380px;
	height: 180px;
	margin: 8px 2px;
}
.indexbox img{
	float:left;
	border:#333333;
	border-style:solid;
	border-width:1px;
	margin-right:6px;
	margin-top:10px;
	}
.indexbox h3{
	float:left;
	width:260px;
	margin:0;
	}
	
.indexboxinner{
	float:left;
	height: 180px;
	width: 250px;
}
.indexboxinner img {
	float:left;
	border:#333333;
	border-style:solid;
	border-width:1px;
	margin-right:4px;
	margin-top:4px;
}
.indexboxinner ul{
	padding:8px;
	list-style-type:circle;
}
.indexboxinnder li{
	text-indent:1px;
	line-height:16px;
}
.alignright{
	float:right;
}
/*end index promos*/

/*start webcasts.htm css */

#webcastbox{
	float:left;
	width:380px;
	height:200px;
}
#webcastbox p{
	float:left;
	width:220px;
	margin:4px;
	font-weight:bold;
}
#webcastbox img {
	float:left;
	margin-top:4px;
}
#webcastbox2{
	float:left;
	width:380px;
	height:200px;
}
#webcastbox2 p{
	float:left;
	width:300px;
	margin:4px;
	font-weight:bold;
}
#webcastbox2 img {
	float:left;
	margin-top:4px;
}
#webcastbox3{
	float:left;
	width:380px;
	height:300px;
}
#webcastbox3 p{
	float:left;
	width:300px;
	margin:4px;
	font-weight:bold;
}
#webcastbox3 img {
	float:left;
	margin-top:4px;
}
/*end webcasts.htm css*/
span.red {color:#CC0000;
}

/*flash video css*/
.flashplayer{
	width:560px;
	height:440px;
	margin: 40px 120px;
	}

.flashplayer_small{
	float:left;
	width:320px;
	height:300px;
	margin: 10px 20px;
	}
.flash_box{
	float:left;
	width:320px;
	height:300px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:4px;
	margin-left:0;
	display:inline;
}
.flash_box_text{
	float:left;
	width:380px;
}
/*fed content */
#fed_content{
	float:left;
	width:700px;
	margin:0;
}
#fed_content img{
	float:left;
	border:#666666;
	border-width:1px;
	margin:0 10px 4px 0;
	}
/*Orientation Materials Page*/
#orientation_image{
	margin-left:130px;
	margin-bottom:20px;
}
#vid_galleryfloat{
	float:left;
	margin-right:20px;
	width:440px;
	}
#vid_galleryfloat a{
	font-size:12px;
	}
#video_explanation{
	float:left;
	margin-top:20px;
	width:770px;
	}
#video_blurb{
	float:left;
	width: 460px;
	}


/*#fed_content p{
	float:left;
	width:300;
	margin:0;
}*/
/*Featured Content slider*/
#index_featured{
	width:700px;
	height:250px;
	margin-top:0;
	margin-bottom:40px;
	margin-left:45px;
	
}
/*LVHC mp3 flash player*/
.flashmp3{
	display:block;
	margin-top:20px;
	margin-left:120px;
	font-size:18px;
	}
