body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	background: #fff;
	text-align: center;
	color: #333;
}
#wrapper {
	width: 920px;
	 padding-top: 6px;
	 text-align: left;
	 margin: 0px auto;
}

div#mainContent {
	position: relative;
	top: -2em;
	text-align: left;
	margin-left: 270px;
	margin-bottom: 2em;
}

div#header {
	width: 807px;
	height: 177px;
	background: url("/public/images/header_graphic.gif") no-repeat;
	background-position: 0 10px;
	position: relative;
	padding-top: 22px;
	
}

div#header h1 {
	margin: 0 0 0 -9999px;
	font-size: 10px;
}

div#access { /* --- font size/contrast buttons  --- */
	text-align: right;
	padding-top: 3px;
}

/* ------------------- html styles ----------------- */

h1 { font-size: 1.3em; }

h2 {
	font-size: 1.4em;
	color: #464d56;
}
h3 {
	font-size: 1.1em;
	color: #464d56;
}

p, h1, h2, h3 { 	margin-bottom: 1em; 	}

div#mainContent h2, 
div#mainContent h3 { margin-bottom: 0.4em; }

a {
	color: #29aae3;
	text-decoration: none;
	}
	
a:hover { text-decoration: underline; }

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 1em 0;
}

div#mainContent ul li {
	margin: 0;
	padding-left: 14px;
	background-image: url('/public/images/bg_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
}

div.description div { margin-top: 1em; }

.hidden { display: none; }
.clearRight { clear: right; }
.clearLeft { clear: left; }
.spacer {
	height: 1px;
	clear: both;
	margin: 1em;
}

.float-left {
	float: left;
	margin: 10px;
	margin-left: 0;
	margin-top: 0;
}

.float-right {
	float: right;
	margin: 10px;
	margin-right: 0;
	margin-top: 0;
}

span.float-right { 	padding-top : 3px; }

.small { font-size: 60%; }

.ahablue { 	color: #548dd4; }
			
.ahagrey { 	color: #464d56; }





/* --------------------         top menu       --------------------*/

#jsddm  {
	display: block;
	position: absolute;
	top: 153px;
	margin: 0px 0 20px 270px;
	padding: 0;
	font-size: 0.9em;
	line-height: 2.4em;
	font-weight: bold;
	z-index: 99; /* make sure the drop down menu sits on top of other content */

	}
	
#jsddm li {	
	float: left;
	list-style: none;
	background: url(/public/images/bg_mainMenu.gif) no-repeat;
	background-position: -50px 0;
	}

#jsddm li.first {
	background: url(/public/images/bg_mainMenu.gif) no-repeat;
	padding-left: 20px;
	}	
	
#jsddm li a {	
	display: block;
/*	padding: 0.8em 1.3em 0.9em 1.3em; */
padding: 0 1.3em 0 1.3em;
	text-decoration: none;
	color: #ffffff;
	background: url(/public/images/bg_mainMenu.gif) no-repeat;
	background-position: -50px 0;
	white-space: nowrap
	}
		
#jsddm li a:hover,
#jsddm li ul li:hover { background: #a2c85e; background-image: none; }

#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid white;
	
	
	}
#jsddm li ul li {
	}
#jsddm li ul ul {
	margin: -1em 0 0 10em;
}
#jsddm li ul li a {	
	width: auto;
	}
	
#jsddm li ul li {	
	float: none;
	display: inline;
	}

/* -------- */

/* --------------------         sideBar       ------------------- */

div#sideBar {
	float: left;
	width: 250px;
	
}

div#sideBar p,
div#sideBar h3 {	
	font-size: 0.9em;
	margin-right: 10px;
}
div#sideBar h3 {
/*	font-size: 1.2em;
	margin-top: 1em; */
	margin-bottom: 0.2em;
}

div#sideBar p#book {            /* book now button */
	font-weight: bold;
	margin: 0px auto;
	padding: 0 30px;
	text-align: center;
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #ccc;
}

div#sideBar ul#sideButtons {     /* facebook etc. */
	margin-bottom: 1em;
	padding: 1em 0 1em 50px;
	border-bottom: 1px solid #ccc;
}
div#sideBar ul#sideButtons li { margin-bottom: 1em; }

div#sideBar ul#sideButtons li.enews:hover {  
		opacity:0.7;
		filter: alpha(opacity=70);
		}

div#sideBar ul#sideButtons img {
	position: relative;
	top: 7px;
	margin-right: 0.4em;
}
div#sideBar ul#sideButtons a {
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	margin-left: 0.4em;
	
}

div#sideBar div.news {
	margin-left: 20px;
	margin-bottom: 1em;
}
div#sideBar div.news h1,
div#sideBar div.news p {
	font-size: 0.9em;
	margin-bottom: 0;
}

/* ---------------------      sideBar menu       ---------------*/

div#sideBar h1.ahablue {
	color: #548dd4;
	margin-left: 20px;
	margin-right: 10px;
}

div#sideBar ul.menu {
	color: #464d56;
	margin: 1em 10px;

}

div#sideBar ul.menu li,
div#sideBar ul.menu li ul.menu,
div#sideBar ul.menu li ul.menu li,
div#sideBar ul.menu li ul.menu li ul.menu {
	margin: 0;
	padding-left: 14px;
	background-image: url('/public/images/bg_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
}


div#sideBar ul.menu li.current a {
	text-decoration: none;
	color: #666;
}



/* --------------- */


/* ---------------          homepage        ----------------- */

div#homepage p {
	margin-right: 25px;
	width: 600px;
}
h1.highlight,
p.highlight {
	padding-left: 270px;
	font-weight: bold;
	position: relative;
	top: -1em;
}


h1.highlight,
h1.hpblue,
p.highlight {
	position: relative;
	top: -1em;
}


p.highlight {
	font-size: 1.3em;
	line-height: 140%;
	margin: 0;
	margin-bottom: 1em;

} 

h1.hpblue {
	color: #548dd4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 270px;
}

div#homepage div.announcements {
/*	border-bottom: 1px solid #ccc;
	margin-bottom: 1em; */
}

div#homepage div.announcements img {
	float: right;
	margin-top : -1em;
}

div#homepage div.announcements img.home_banner {
	float: none;
	margin: 0;
}

hr.announcements {
	clear: right;
	text-align: center;
	margin: 0px auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 80%;
	border: 0;
}


/* --------------- */
	
img#brb,
img#conference_header {                 /* big red button on the events landing page */
	margin-bottom: 20px;
}

/* ---------------------       news    ------------------------- */

div.entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

/* ---------------------     sponsors    ------------------------- */

div#sponsors {
	text-align: center;
}

div#sponsors h2,
div#sponsors h3 {
	text-align: left;
}

div#sponsors img {
	margin: 0px auto;
	margin: 10px;
}

/* ---------------------     profiles    ----------------------- */

img.profile,
.border {
	padding: 3px;
	border: 1px solid #548dd4;
}
	
/* ---------------------      lists      ----------------------- */
	
ol, ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
/*	text-indent: -1em;
	margin-bottom: 1em; */
}

div#mainContent ol {
	list-style: decimal;
	text-indent: 0em;
	padding-left: 2em;
}

div#mainContent ol li {
	padding-bottom: 1em;
}

div#mainContent ul {
	margin-bottom: 1em;
	margin-top: 0.5em;
}	

div#mainContent ul li {
	padding-left: 1em;
	padding-bottom: 0em;
}	

ol {
	list-style: decimal;
	text-indent: 0em;
	padding-left: 2em;
}

ol li {
	padding-bottom: 1em;
}

dl dt {
	font-weight: bold;
}

/* --------------------        tables      ------------------------*/

table.border {
	width: 90%;
	margin: 0px auto;
	clear: both;
}
table.border td {
	text-align: center;
	padding:2px;
	border: 1px solid #333;
}
table.border td.left {
	text-align: left;
}


/* -----------------   accommodation page ------------------*/

p.accommodation {
	margin-left: 210px;
}
div.accommodation {
	float: left;
	border: 1px solid #ccc;
	width: 200px;
	margin: 0 10px 10px 0;
}
div.accommodation img {
	margin: 0;
}

#preview{
	position:absolute;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

div#logos {
	text-align: center;
	margin-bottom: 20px;
}
div#logos img {
	margin: 3em 20px;
}
/*-------------------------*/

/* ----------------       video stuff      ------------------  */

div.description {
	margin-left: 120px;
}

div.description p {
	margin-top: 0;
}

div.description h2 {
	margin-bottom: 0;
}

div.description ul {
	margin-left: 20px;
}

		p.button { margin: 14px; margin-left: 120px; }
		p.button a { border: 1px solid #666; padding: 3px 10px; background-color: #ccc; width: 60%; color: #444; }
		p.button a:hover { color: #111; background-color: #eee; text-decoration: none;  }
		div.description { margin-bottom: 20px; }
		div.desciption ul { font-style: italic; }
		div.description ul.menu { margin-left: 140px; }
		div.plenary { margin-left: 0; }



.colorboxTrigger {
	cursor:pointer;
	}
/* ----------------       footer      ------------------  */
	
p#footer {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 6px;
	text-align: center;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	}
p#footer a {
	text-decoration: none;
	color: #333;
}
p#footer a:hover {
	text-decoration: underline;
}

p#footerLogos {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 6px;
	text-align: center;
	clear: both;
}
p#footerLogos img {
	margin: 20px 26px;
}

img#ransw,
img#aaa {
	margin-bottom: 40px;
}


/* - - - - - - - - -     forms     - - - - - - - - - - - - - */	

div.col {
	float: left;
	width: 300px;
}

form#bookings {
	width: 80%;
}
#mailform {
	margin-left: 20px;
	}
input,
textarea,
select,
submit {
  background: #ccc;
  color: #333;
  /*color: #fff;*/
  width: 400px;
/*  border: 1px solid #666; */
  font-size: 0.9em;
  padding: 4px 0px 4px 4px;
  border: 1px solid #333;
}
textarea {
height: 10em;
	}
textarea.smaller {
height: 5em;
	}
input.submit {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
	width: 6em;
	}

input.input:focus,
textarea:focus,
select:focus {
  background: #ccc;
}
input.short,
input#comment-captcha-answer {
	width: 180px;
}
input.medium {
	width: 220px;
}
input.img {
	width: 210px;
	padding: 0; margin:0;
	background-color: #fff;
	}

input.checkbox {
	width: 1em;
	border: 0;
	background-color: #fff;
	}

input.comment-form-submit {
	width: 10em;
	}

p.comment-captcha-success {
	font-weight: bold;
	color: #548dd4;
}

p.error {
	width: 450px;
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	}

.required {
	color: red;
	}

/* make sure tinymce aligns proper the text in the iframe */	
body#tinymce.mceContentBody {
	text-align: inherit;
	}


dl.presenters { 
/*	position: absolute;
	top: 340px;
*/
	margin-top: 2em;
}

dl#Pe-g,
dl#Ph-l,
dl#Pm-p,
dl#Pq-z { display: none; }
  	
dl.presenters img { 
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #548dd4;
	}
dl.presenters dt em { 
	font-style: normal;
}

dl.presenters dt { 
	font-weight: normal;
	margin-bottom: 0.6em;
	}

dl.presenters dd { 
	border-bottom: 1px solid #dddddd;
	margin-bottom: 1em;
}
dl.presenters em { 
	font-weight: bold;
    display: block;
}
    		
a.button { 
	border: 1px solid #666666;
    padding: 2px 6px;
    color: #666666;
    background-color: #cccccc;
    margin: 2px;
    }
a.button:hover {
	text-decoration: none;
	}
	


