@charset "utf-8";
/* CSS for GHIT conference website */

/* colors from style guide
Base Green: #B1AF41
Blue: #386882
Light Green: #D2D681
Grey: #D1D3D4
*/

/*CATCH-ALL RESET*/

html, body, div, span, applet, object, iframe,
/*h1, h2*/, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, /*ul, li*/,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {background-color: #ebebeb;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 18px;
		color: #666;
	}

.wrapper {
	width: 800px;
	background-color: #FFFFFF;
	padding: 0 20px 20px 20px;
	margin-right: auto;
	margin-left: auto;
}
#footerDiv{
	width: 800px;
	padding: 0 20px 20px 0px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	
}
h1 {color: #B1AF41;
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h2 {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-weight:bold;
	color:#386882;
	}
 li{
 color:#A5A5A5;
 }
a {color: #386882;}
a:visited {color: #386882;}
a:hover {color: #D2D681;}

#nav {background: url(../img/Head_shadow_top.jpg) top left no-repeat; height: 32px; text-align:left; padding:0;margin:-5px 0 0 0;}
a.nav_links {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #386882;
	font-weight: bold;
	text-decoration:none;
	padding: 0 9px 0 0;
}
a.nav_links:visited {text-deoration: none; color: #386882;}
a.nav_links:hover {text-decoration: none; color: #D2D681;}

a.nav_links_rt {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #B1AF41;
	font-weight: bold;
	text-decoration:none;
	padding: 0 9px 0 0;

}
a.nav_links_rt:visited {text-deoration: none; color: #B1AF41;}
a.nav_links_rt:hover {text-decoration: none; color: #D2D681;}

#content_container {
	float:right;
	width: 575px;
}


#content_containerSpeaker {
 margin: 10px 50px;
width: 650px;
}

#content_containerSpeaker img.spk {
float: left; border: 1px solid #2f556a; margin: 0px 10px 10px 0px; display: block;
}
#content_containerSpeaker p.bio {float: right; margin: 0px;}


.contentSpeakers {width: 650px; }




.content {
	width: 575px;
	/*float: right;*/
	margin-top: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 21px;
	padding: 0px;
	}
	
.content img {
	border: 2px solid #CCCCCC;
	margin: 0 10px 0 0;
	}

.content p {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 21px;
	}

.contenttitles{
	width: 575px;
	padding: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b1af41;
	padding-bottom: 5px;
	}
	
	
	.contenttitlesNoBorder {
	width: 575px;
	padding: 0px;
	margin-bottom: 10px;
 
	}


.contenttop {
	width: 575px;
	height: 15px;
	background-image: url(file://///himssstg-web01/govhealthitconference/img/contenttop.jpg);
	}
	
.contenttile {
	width: 575px;
	height: 200px;
	background: url(file://///himssstg-web01/govhealthitconference/img/contenttile.jpg) no-repeat;
	}

.contentbottom {
	width: 575;
	height: 17px;
	background: url(file://///himssstg-web01/govhealthitconference/img/contentbottom.jpg) repeat-y;
	}

.contenttitles img {border: none; margin: 0px; padding: 0px;}
.contentEducation {
	width: 575px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 21px;
}
#conference2 {
	background-image: url(file:///C|/Documents%20and%20Settings/nbryson/Desktop/GHIT%20conference/ghit_conference.gif);
	height: 140px;
	background-repeat: no-repeat;
}
#conference2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 14px;
	color: #b1af41;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 0px;
}


#conference2a {
 
}
#conference2a p {
 
	line-height: 20px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 0px;
	border: none;
}
#conference2a .title {color: #b1af41; font-size: 16px; font-weight: bold;  }

#keynote {background: url(../img/keynoteBackground.jpg) no-repeat; height: 189px; color: #666666; font-size: 11px; display: block; padding-bottom: 10px;  margin: 0px;}
#keynote p {padding: 55px 40px 0px 120px; color: #666666; font-size: 11px; font-weight: normal; line-height: 18px; }
#closingKeynote {background: url(../img/closingKeynoteBG.jpg) no-repeat; height: 189px; color: #666666; font-size: 11px; display: block; padding-bottom: 10px;  margin: 0px;}
#closingKeynote p {padding: 55px 40px 0px 120px; color: #666666; font-size: 11px; font-weight: normal; line-height: 18px; }

.norule {border-bottom: 1px solid #fff;}

.bow_bottom {background: url(../img/bg-mod-bottom-332.jpg) top center no-repeat;width: 575px; height: 25px;margin: 10px 0 5px 0;}

.sidebarwrapper {
	width: 200px;
	margin-top: 0px;
	padding: 5px 0 0 0;
	float: left;
	}

.sidebartile {
	width: 160px;
	height: auto;
	padding: 5px 20px;
	background: url(../img/sidebar_tile.jpg) repeat-y;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	}
.sidebartop {
	width: 200px;
	height: 19px;
	background-image: url(../img/sidebar_top.jpg);
	}
.sidebarbottom {
	width: 200px;
	height: 13px;
	background-image: url(../img/sidebar_bottom.jpg);
	}
	
.sidebartitle {
	margin-bottom: 10px;
	}

.sidebar {
	margin: 10px;
}
.sidebar p {border-top: 1px dashed #ccc;text-align:center;padding: 10px;font: 11px Verdana, Arial, Helvetica, sans-serif;}
a.sidebar_links {color: #386882;text-decoration:none;}
a.sidebar_links:visited {color: #386882;text-decoration:none;}
a.sidebar_links:hover {color:#D2D681; text-decoration:none;} 

#regNotice {
  margin: 70px auto 10px auto;
  padding: 10px;
  width: 200px; 
  text-align:center;
  font: 13px Verdana, Arial, Helvetica, sans-serif; 
  color: #386882;
  font-weight: bold;
  border-top: 1px dashed #d1d3d4;
  border-bottom: 1px dashed #d1d3d4;
  background-color: #fff;
  }

#sponsors {text-align:center;margin: 60px 0 0 0;}
#sponsors img {border:none;}


#footer {
	width: 840px;
	height: 150px;
	margin: auto;
	padding: 0;
	background: #fff url(../img/footer_top.jpg) no-repeat center top;
	}

.footeritem {
	width: 200px;
	height: 125px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	margin-right: 20px;
	color: #666666;
	float: left;
	}

.header {
	width: 262px;
	height: 315px;
	background-color: #999999;
	background-image: url(../img/Header.jpg);
	padding: 130px 20px 0 518px;
	margin: auto;
	background-repeat: no-repeat;
	}
	
.header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #fff;
	margin-top: 0px;
	}
	
.info {
	width: 760px;
	height: 23px;
	background: url(../img/rss.jpg) no-repeat left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: italic;
	padding-left: 40px;
	padding-top: 7px;
	}
	
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	background-image: url(file://///himssstg-web01/govhealthitconference/img/nav_divs.jpg);
	background-repeat: no-repeat;
	width: 427px;
	margin-top: 60px;
	padding: 18px 0px 0px 25px;
	height: 25px;
	float: right;
	}

	
.navigationwrapper {
	width: 840px;
	height: 177px;
	margin: auto;
	background: url(../img/nav_bg.jpg) no-repeat center top;
	}
.navigationwrapper a {display:block;width:340px;height:150px;float:right;}
.navigationwrapper a span {display:none;}
	
/* page specific styles */

/* planning Committee */
.planningCommittee p, .contact p {margin: 0 0 10px 0;width: 500px;}
.planningCommittee h2 {font-weight: normal; font-size: 12px; line-height: 18px; margin-bottom: 15px;}

/* Schedule-at-a-glance */
table.glance {
border: 0px;
background-color: #fff;
width: 500px;
font-family: Verdana, Arial, sans-serf;
font-size: 11px;
line-height: 17px;
}
.teal {color: #2f556a; margin-top: 8px;}
table.glance td {
	padding: 0 0 0 4px;
	border-bottom: 1px solid #CACACA;
}
table.glance th {color: #fff; background-color: #386882;font-weight: bold; text-align:left;padding: 0 0 0 4px;}
table.glance td.spacer {
height: 20px;border-bottom: 1px solid #fff;
}	
table.reg {padding: 0;line-height: 16px;margin: 0 0 10px 0;}
table.reg tr {}
table.reg td {
	text-align:left;
	padding: 4px 4px 20px 0;
	border-bottom: 1px solid #CACACA;
}
table.reg td.descrip {text-align:left;}
table.glance  td.spacer2 {
	height: 20px;
	border-left: 1px solid #CACACA;
}
.space1 {
	padding-bottom: 8px;
}
.space2 {
	padding-bottom: 10px;
}

.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;
}
.typesmall {
	font-size: 9px;
}
.registration {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #666;
}

/* registration */
.registration p {
	margin: 0 0 5px 0;
}

.registrationtitles{
    color:#B1AF41;
    font-weight:bold;
    font-size: 16px;
}


 /* ad styles */
.ad_728x90_top {margin: 0 auto;width: 728px; height: 90px; margin-top: 10px;}
.ad_728x90_bottom {margin: 0 auto; padding:15px 0; width: 728px; height: 90px; background-color: #fff;text-align:center; margin-top: 20px;}
.ad_728x90_bottomSec {margin: 0 auto; padding:15px 0; width: 728px; height: 90px; background-color: #fff;text-align:center; margin-top: 80px;}
.contenttitlesNoRule {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.contenttitles2 {
	width: 575;
	padding: 0px;
	margin-bottom: 0px;
}
