body, html {
    height: 100%;
    margin: 0;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    color: #000F3D;
    background:#000F3D;
}

h1 {
    font-size: 30px;
    margin: 15px 0 0 40px;
}

h2 {
    margin-top: 20px;
    padding-top: 0;
    color: #003366;
    text-align:center;
}

h3 {
    color: #003366;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #CCC;
}

h4 {
    color: #003366;
    margin-bottom: 0px;
}

ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 5px 0;
}

a {
    text-decoration: none;
    color: #1F5C99;
}

#wrap {
    width: 960px;
    margin: auto;
}

#header {
    overflow: hidden;
    padding: 15px 30px 10px 30px;
    background: #EFF1F3;
    border-bottom: 1px solid #bfc1c2;
    width: 900px;
}

#header img {
    float: left;
    width: 300px;
    box-shadow: 4px 6px 8px #BFC1C2;
    border-radius: 6px;
    
}

#title {
    float: right;
    overflow:hidden;
    width: 600px;
    text-align: center;
}

#nav {
    width: 164px;
    text-align:center;
    font-size: 20px;
    float:left;
}

#nav li a{
    display:block;
    padding: 15px 10px;
    border-bottom: 1px solid #CCC;
    
}

#nav li.selected {
    background: #EFF1F3;
}



#main {
    width: 960px;
    overflow: hidden;
    background: white;
}

#content h2 {
    margin-top: 5px;
}

#content {    
    overflow: hidden;
    float:left;
    border-left: 2px solid #EFF1F3;
    border-right: 2px dotted #EFF1F3;
    width: 740px;
    padding: 10px 26px 50px 26px;
    line-height: 1.4;
    min-height: 400px;
}

#speakers ul {
 /*   -webkit-column-count: 2; /* Chrome, Safari, Opera */
 /*   -moz-column-count: 2; /* Firefox */
 /*   column-count:  2; */
    padding-left: 25px;
}

#organizers ul {
    padding-left: 25px;
}

#speakers p {
    padding-left: 25px;
    padding-top: 10px;
}


i {
    color: #666;
    font-weight: normal;
    font-size: .9em;
    padding-left: 3px;
}

#registration {
    padding-left: 30px;
}

#registration input[type='text'], #personal textarea {
    margin: 0 10px;
    width: 180px;
}

input[type='radio'] {
    margin-left: 15px;
}

#conference p, #accomodations p {
    margin-top: 12px;
}

#accomodations {
    margin-bottom: 20px;
}

textarea {
    height: 100px;
    width: 300px;
}

#ui-datepicker-div .ui-widget-header {
    border: 1px solid #bfc1c2;
    background:#000F3D;
}

#ui-datepicker-div .ui-state-hover {
    background: #bfc1c2;
    color: white;
    border: 1px solid #bfc1c2; 
}

#ui-datepicker-div .ui-icon {
    background-image: url("/scripts/jquery-ui/images/ui-icons_ffffff_256x240.png");
}

.hidden {
    display: none;
}

input[type="submit"] {
    background: #EEE;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 12px;
}

input[type="submit"]:hover {
    background: #000F3D;
    color: white;
}

#footer {
    border-top: 1px solid #bfc1c2;
    border-bottom: 1px solid #bfc1c2;
    background: #EFF1F3;
    height: 150px;
}


#footer div{
  padding-top: 15px;
  width: 600px;
  margin: auto;
  text-align:center;
    
}

#footer h4, #footer ul{
    display: inline;
}

#footer h4 {
    padding-right: 15px;
}

#footer li {
    display: inline-block;
    width: 200px;
    text-align: center;
}

#contact {
    padding: 15px;
}

#location a {
	color: blue;
}

#location a:hover {
	color: red;
}

table.program  {
	width: 100%;
	border-collapse: collapse;
}
.program td {
	padding: 5px 3px;
}

.program td:first-child {
	width: 150px;
}

.program tr {
	background: #EEE;
}

.program tr.talk {
	background: #FFF;
}

.banquet li{
	list-style-type: disc;
	margin-left: 20px;
}

.abstract {
	color: blue;
	cursor: pointer;
}

.abstract:hover {
	color: red;
}

tr.abstract_body {
	padding: 15px 0;
}

