/* CSS Document */
body {
}
#pagewrapper {
	text-align:left;
	background-color: white;
	padding:0px;
	margin:0px;
}
#header {
	width:100%;
	background-color: white;
	text-align: center;
}
#printlogo {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#header_l {
	display: none;
}
#header_r {
	display: none;
}
#nav {
	display: none;
}
#content {
	width:100%;
	/*height:570px;*/
	 min-height:430px;
}
#content_left {
	float:left;
	min-height: 240px;
	text-align:left;
	width:500px;
	overflow: hidden;
	/* width: 540px; */
}
#content_right {
	float:right;
	width:250px;
	width:226px;
/*	width:206px;*/
	/* width:214px;*/
}
.clearfloats {
	clear: both;
}
.bodytext {
	color: black;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4;
	padding:0 25px 0 25px;
	padding:0 4px 0 25px;
}
.hometext {
	margin-top: 20px;
}
.bodytext p {
	padding:0;
	margin:0 0 5px 0;
	margin-bottom: 10px;
}
.headline {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#13487c;
	padding-left:25px;
	padding-top:40px;
	font-weight:bold;
}
.headlineimg {
	padding:25px 0 20px 50px;
}
.headlineimgr {
	padding:15px 0 20px 0px;
}
.headlineimgmulti {
	padding:25px 0 20px 0;
}
ul { padding:0 0 15px 0; margin:0; }
.links {
	padding:55px 40px 0 50px;
	padding-left: 55px;
	padding-right: 40px;
	padding-top: 50px;
	width: 140px;
}
.links li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size: 12px;
	color:#5c4c41;
	margin: 0 0 2px 0;
	list-style-type:none;
}
.micro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#5c4c41;
	margin:6px 0 2px 0;
	padding:0 0 0 0;
}
.section_r {
	border-bottom:solid 1px;
	border-color:#CCC;
	height:124px;
}
.sub {
	color:#5c4c41;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:110px;
	float:right;
	padding: 30px 20px 10px 0;
	padding: 20px 4px 10px 0;
	line-height:15px;
}
.subhead {
	color:#1c447c;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.subbodytext {
	overflow:hidden;
	height:40px;
}
.subimg {
	padding:16px 8px 0px 12px;
	float:left;
}
.submore {
	float:right;
	margin:-31px 8px 0 0;
}
a {
	color:#5c4c41;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
a.link {
	color:#1c447c;
	font-weight: bold;
}
.arrows { 
	padding:0px;
	vertical-align:middle;
/*	vertical-align:text-bottom; */
}
img {border:none;}
#footer {
	text-align:center;
	width:757px;
	color:#6C6C6C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	padding:15px;
}
#footer a { 
	color:#6C6C6C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
#subscribe {
	margin-top:5px;
	margin-left:10px;
	padding-left:23px;
	border-left: solid 1px; 
	border-color:#CCC;
}
form {
	display: none;
}
form input {
	border: solid 1px #5c4c41;
	font-family:Arial, Helvetica, sans-serif;
	color:#5c4c41;
	font-size:11px;
	margin:4px;
	padding-left:2px;
}

.shortblock {
	height: 48px;
	width: 100px;
	overflow: hidden;

}
.methtitle {
	padding:0 10px 0 10px;
}
.submethtitle {
	color:#5c4c41;
	padding:0 10px 0 10px;
}
.highlite {
	color:#5c4c41;
	font-weight: bolder;
}

/* begin: tabs ------------------------------------- */
#tabWrapper {
        margin-top: 15px;
}

.tab {
        font-size: 11px;
}

.tabon {
        border: solid 1px silver;
        border-bottom: none;
        background-color: white;
        padding: 2px;
        padding-left: 6px;
        padding-right: 6px;
        /* color: #9C5A20; */
        font-weight: bold;
}
.taboff {
        border: solid 1px silver;
        background-color: whitesmoke;
        cursor: pointer;
        padding: 2px;
        padding-left: 6px;
        padding-right: 6px;
        /* color: #C23F2A; */
        font-weight: bold;
}
.taboff:hover {
        text-decoration: underline;
        /* color: #FF2300; */
}

.tabspacer {
        border-bottom: solid 1px silver;
        padding: 2px;
        width: 8px;
}
/* end: tabs ------------------------------------- */


.bold { font-weight:bold; }
/* .roomimage {
	max-width: 320px;
	margin-right: 32px;
	float: left;
} */
.roomimage1 {
	/*max-width: 320px;*/
	/* max-width: 250px;*/
	margin-right: 32px;
	float: left;
}
.roomimage2 {
	/*max-width: 320px;*/
	/* max-width: 250px;*/
	/*margin-right: 32px;*/
	float: right;
	float: left;
	margin-left: 8px;
}
.roomimage img {
	/*float: left; */
	/*max-width: 240px;*/
}
.textarea {
	margin-left:5px;
	height:100%;
}
.imagetitle {
	text-align: right;
	font-size: larger;
	font-weight: bold;
	clear:left;
	/*margin-top: auto;*/
	/*margin-bottom: 0px;*/
	/*margin-top:15px;*/
	/*margin-left: 4px;*/
}
.imagedesc {
	 margin-left: 4px; 
	clear:left;
}
#tabcontent {
margin: 4px;
margin-top: 12px;
}
.linkgrouptitle {
	font-weight: bold;
}
.linkitem {
	margin-left:10px;
}
.conferencehead {
	padding-top: 12px;
	white-space:nowrap;
	/* width: 475px;*/
	overflow: hidden;
	vertical-align: bottom;
}
.confdata {
	color: #6e6f73;
	font-size: 11px;
	font-weight: bold;
	white-space: normal;
	text-align: center;
	border-spacing: 0px;
	float:left;
}
.confimage {
	margin-top: 12px;
	float: right;
	overflow: hidden;
}
.confdata td {
	border-bottom: 1px solid;
	width: 70px;
	text-align: center;
	vertical-align: bottom;
	border-left: 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
}
.confdata .theader {
	border-bottom: 1px solid;
	border-left: 0px;
}
.confdata .room {
	text-align: left;
	border-left: 0px;
}
.sideimage {
	font-size: 10px;
	float: right;
}
.contentimagezoom {
        border: solid 1px #D9D9D9;
}
#imagezoomwrapper {
        position: absolute; 
        border: solid 1px #BFBFBF;
	width: auto;
	height: auto;
        background-color: whitesmoke;
        padding: 4px;
        font-size: 10px;
        text-align: left;
	top: 218px;
        color: #848589;
}
#imagezoomwrapper:hover {
        cursor: pointer;
}
#imagezoomwrapper a:link {text-decoration: underline;}
#imagezoomwrapper a:active {text-decoration: underline;}
#imagezoomwrapper a:visited {text-decoration: underline;}
#imagezoomwrapper a:hover {text-decoration: underline;}
.rsrv select { font-size:10px; padding:0; margin:0; }
