body { 
  background: #523738;
  margin: 0;
  padding: 0;
}

td {
  font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, serif;
  font-size: 12px; 
  line-height: 18px; 
  color: #523738;
}

tr.first-row td, tr.last-row td {
  font-size: 12px;
  line-height: 12px;
}

a:link, a:visited {
  color: #355f6d; 
  text-decoration:none;
}

a:hover {
  color: #523738;
  text-decoration:underline;
}

a:hover.m {
	color: #1E5AAB;
	font-weight:bold; 
	text-decoration:none;
}

.blank {
	font-size: 1pt;
}

.line {
	font-size: 1pt;
	background-color: #90969F;
}		

.banner {
	font-size: 12pt;
	color: #523738;
	font-weight:bold;
}

h2.title {
  font-size: 1.3em;
  margin: 0;
  border-left: solid 1.2em #523738;
  line-height: 1em;
  padding-left: 5px;
  font-weight: normal;
}

.img_border {

	border-style: solid; 
	border-color: #D6D6D6;
}

.table_border {

	border: 1px solid #E3E3E3;
}

.input_box {

	border-top: #000000 1px solid; 
	border-right: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	background: #FFFFFF;
	font-size: 8pt;
} 

.td_color_1 {
	background-color: #9ABF3A;
}

.td_color_2 {
	background-image: url('images/side_bg_left.gif');
}

/* James' Styles */

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

#content {
  width: 481px;
  float: left;
}

#content_wrap {
  height: 100%;
}

div#sidebar_wrap {
  width: 248px;
  height: 100%;
  float: right;
  background-color: #f6efe1;
  border: solid 1px #e3dace;
  border-top-width: 4px;
}

ul#sidebar {
  margin: 40px;
  min-height: 375px;
  _height: 375px;
}

#sidebar_wrap iframe {
  margin: 35px;
}

ul#sidebar li {
  list-style: none;
}

ul#sidebar li img {
  border: 0;
  border-bottom: solid 1px #b6a7a0;
  padding: 8px;
  background-color: #d5cabf;
}

ul#sidebar div.description h5 {
  color: #3e3e3e;
  font-size: 1.1em;
  font-weight: normal;
  margin: 5px 0;
  border-bottom: solid 1px #9e9e9e;
}

h1#logo {
  position: relative;
  height: 98px;
  width: 860px;
  margin: 0 auto;
  background: url(images/logo2.jpg) no-repeat left top;
  color: #f6efe1;
  text-indent: -9999px;
  padding: 0;
}

div#navbar_wrap {
  position: relative;
  width: 750px;
  height: 230px;
  margin-bottom: 10px;
}

ul#navbar, 
ul#navbar_bg,
ul#navbar li,
ul#navbar_bg li {
  margin: 0;
  padding: 0;
  width: 750px;
}

ul#navbar {
  z-index: 11;
  position: relative;
  height: 230px;
}

ul#navbar li {
  list-style: none;
  width: 125px;
  display: inline;
  float: left;
  text-align: center;
}

ul#navbar li:hover,
ul#navbar li.active {
  width: 123px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

ul#navbar a:hover {
  text-decoration: none;
}

ul#navbar li:hover a,
ul#navbar li.active a {
  background-color: #faf6f7;
}

ul#navbar li.active a {
  letter-spacing: 0;
  font-weight: bold;
}

ul#navbar li a {
  background-color: #cab7bb;
  display: block;
  line-height: 30px;
  width: 100%;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #523738;
}

ul#navbar li div.description {
  text-align: left;
  height: 200px;
  background: url(images/navbar/descr_bg.png);
  display: none;
  margin: 0;
  padding: 0;
}

ul#navbar li:hover div.description {
  display: block;
}

ul#navbar li div.description p {
  padding: 6px;
  margin: 0;
}

ul#navbar_bg {
  z-index: 10;
  position: absolute;
  top: 30px;
  height: 200px;
}

ul#navbar_bg li {
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

ul#navbar_bg li.active {
  z-index: 2;
}

ul#navbar_bg li.second-hover {
  z-index: 3;
}

ul#navbar_bg li.hover {
  z-index: 4;
}

/* About Page */

div#about {
  font-size: 14px;
  line-height: 21px;
}

div#about ul {
  margin: 0;
  padding: 0;
}

div#about ul li {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  list-style: none;
}

img.float {
  margin-bottom: 32px;
}

img.float-right {
  margin-left: 32px;
  float: right;
}

img.float-left {
  margin-right: 32px;
  float: left;
}

img.fancy {
  border: 0;
  border-bottom: solid 1px #b6a7a0;
  padding: 8px;
  background-color: #d5cabf;
}

/* Conferences */

#conferences thead th {
  font-size: 14px;
  text-align: left;
  color: #523738;
  padding-left: 5px;
}

#conferences table {
  width: 100%;
  background-color: #f6efe1;
  border: solid 1px #d5cabf;
  border-top-width: 4px;
  padding: 0;
  margin: 0;
}

#conferences table td {
  padding: 5px;
  margin: 0;
  border: 0;
  colspacing: 0;
}

#conferences table .title {
  font-weight: bold;
}