img {
  border: 0;
}
body {
  margin: 0;
  padding: 0;
  font: small Verdana, sans-serif;
  text-align: center;
  line-height: 1.5em;
  color: #333;
  background: #FFFFFF url(../images/body-bg2.gif) repeat-y center;
}

#wrapper {
  position: relative; 
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 770px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3; 
}




/**------------------- COMMON ELEMENTS -----------------------**/

h1 {
  font: bold 150% "Lucinda Grande", Arial, sans-serif;   
  color: #000066;
}
h2 {
  font: bold 120% "Lucinda Grande", Arial, sans-serif;   
}
h3 {
  font: bold 110% "Lucinda Grande", Arial, sans-serif;   
  color: #000066;
  text-decoration: none;
}
h3 a {
  color: #000066;
  text-decoration: none;
}
.message {
  font-weight: bold;
  color: #0033CC; 
  background-color: #FFFFCC;
}
.error {
  color: #ff3300;
  font-weight: bold;
  display: block;
}
.img_float_right {
  float: right;
 /*	  padding: 10px 0 10px 10px; */
  margin: 0 0 8px 8px;
  padding: 2px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
  background: #fff;
}
.img_float_left {
  float: left;
  /* padding: 10px 10px 10px 0; */
  margin: 0 8px 8px 0;
  padding: 2px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
  background: #fff;
}
.clear {
  clear: both;
}
.red {
  color: #FF0000;
}
.small_text {
  font-size: 90%;
}
.emphasize {
  font-weight: bold;
  color: #000066;
  font-size: 110%;
}

dl {
  float: left;
  width: 540px;
  margin: 10px 0;
  padding: 0;
  display: inline; /* fixes IE/Win double margin bug */
}
dt {
  float: left;
  width: 326px; /* total width (500) - image width(200) - left margin(8) - right margin(0) - image margin(0) - image paddings(4) - image borders(2) */
  margin: 0;
  padding: 0;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 1px;
}
dd {
  margin: 0;
  padding: 0;
  font-size: 90%;
  line-height: 1.5em;
  

}
dd.content {
  width: 326px;
}
dd.img img {
  float: right;
  margin: 0 0 0 0;
  padding: 2px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
  background: #fff;
}


/**------------------ HEADER  -------------------- **/

#header-wrapper {
  

 margin: 0;
 padding: 0;
 overflow: hidden;
}
#header {
 background: #8c9ec9 url(../images/header-bottom.gif) repeat 0 0;
}
#header #slogan {
  position: absolute;
  top: 22px;
  left: 215px;
  font: bold 95% Arial, Verdana, Helvetica, sans-serif;
  color: #f3f3f3;
}
.slogan-dot {
  font-size: 110%;
  padding: 0 5px;
}



/**------------------- NAVIGATION -------------------------**/

#nav-wrapper {
  display: block;
  clear: both;
  background: url(../images/nav-top.gif) repeat-x 0 0;
  padding-top: 3px;
  width: 100%;
  
}
#nav {
  list-style: none;
  margin: 0;
  padding: 0 0 6px 0;
  float: left;
  width: 100%;
  background:  #BBBBBB url(../images/nav-bottom.gif) repeat-x bottom left;
}

#nav li {
  float: left; 
   
}
#nav a {
  display: block;
  text-decoration: none;
  color: #113073;
  font: bold 90% Arial, Verdana, Helvetica, sans-serif;
  background: url(../images/nav-slant.gif) no-repeat top right;
  padding: 0 20px; 
}

#nav a:hover {
  color: #FFFFFF;
}


/**------------------- BODY CONTENT ------------------------**/

#body_wrapper {
  float: left;
  background: #ffffff url(../images/sidebar-background.gif) repeat-y 0 0;
  width: 770px;
}



/**------------------- LEFT SIDEBAR -------------------------**/

#sidebar_left {
  float: left;
  width: 200px; 
  margin: 10px 0;
}
#sidebar_left .sidebar_content {
  padding: 0 5px;
}

#sidebar_left ul {
  list-style: none;
  margin: 3px 0 0 5px;
  padding: 0;
  background-color: #ebedf3;
}
#sidebar_left li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccccff;
}

#sidebar_left li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #666666;
  margin: 0 0 0 10px;
  height: 1.5em;
}
#sidebar_left li a:hover {
  color: #113073;
}

#sidebar_left #login, #sidebar_left #account, #sidebar_left #conference{
  padding: 2px;
  background-color: #ebedf3;
  border: 1px solid #e3e3e3;
  margin: 8px 0;
}
#sidebar_left #account, #sidebar_left #conference {
  font-size: 80%;
}

#sidebar_left h3 {
  text-align: center;
  background: #8c9ec9 url(../images/header-bottom.gif) repeat 0 0;
  color: #F2F2F2;
  font-weight: bold;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin: 0;
}

#sidebar_left form {
  font-size: 80%;
  margin: 0;
  padding: 0;
}
#sidebar_left input {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
#sidebar_left #login-submit {

  padding: 1px 15px;
}
#sidebar_left #join {
  text-align: center;
 color: #333;
  background-color: #f6f6f6; 
  border: 1px solid #cc3333;
  padding: 2px;
  font: 100% Arial, Verdana, Helvetica, sans-serif;
  margin: 0 5px 10px 5px;
}

#join a {
  color: #333;
}

#sidebar_left .testimonial {
  font-size: 80%;
  padding: 2px;
  background-color: #ebedf3;
  border: 1px solid #e3e3e3;
}
#sidebar_left .testimony_name {
  text-align: right;
  font-style: italic;
  padding-right: 5px;
}

/**------------------- CONTENT -------------------------------**/

#content {
  float: right;
  margin: 0;  
  width: 560px;   
  padding: 10px 0;  
}
#content2 {
  padding: 0 4px;
}


/**------------------- TESTIMONIALS ---------------------------**/

.testimonial {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}




/**------------------ FOOTER NAVIGATION -----------------------**/

#footer {
  clear: both;
  font: 90% "Trebuchet MS", "Lucinda Grande", Arial, sans-serif;
  color: #999999;
  text-align: center;
  /* background: #ebedf3; */
  padding: 4px;
  border-top: 2px solid #112f73;
}
#footer a {
  color: #666666;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
#footer li {
  display: inline;
  padding: 0 4px;
}

#footer #copyright {
  clear: both;
  padding: 5px 0;
}

#footer-slogan {
  padding: 2px 10px 4px 10px;
  font-size: 110%;
  color: #333333;
  font-weight: bold;
}
#footer-slogan2 {
  padding: 2px 15px 5px 15px;
  font-size: 100%;
  color: #666666;
}


/**---------------------- HACKS -----------------------------**/


