body {
  margin:0;
  padding:0;
  /* color:#333; */
  font: .7em/1.5em Helvetica, Arial, Sans-Serif;
}

h1 { 
  line-height: 16px;
}

h2 {
  font-size: 1.1em;
}

h3 {
  font-size: 1.5em;
  letter-spacing: 0px;
  line-height: 20px;
}

h5 {
  font-size: 1em;
  margin-bottom: 6px;
  margin-top: -3px;
  padding:0px;
}

#top{
  height: 70px;
}

#accordion h3.ui-state-active{
  color: teal !important;
}

#header_name{
  font-size: 1.2em !important;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 50px;
  margin-top: 24px;
  text-weight: normal
}

#header_name span{
  font-size: 1.2em;
  font-weight: normal;
  padding: 0px 2px;
}

#header_name a{
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed teal;
}

.collab{
}

.collab a{
  color: black;
}

.collab a:hover{
}

.collab a:visited{
  color: black;
}

a{
  color: teal;
  cursor: pointer;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

a img{
  border: none
}

#container{
  position: relative;
}

.slider{
  width: 15000px;
}

.section{
}

#leftsider {
  padding: 0 0 0 50px;
  width: 200px;
  float: left;
  z-index: 1000000;
}

#leftsider h1 {
  font-size: 1.1em;
  font-weight: bold;
}

span #subtitle {color: teal;}

#menu {
  position: relative;
  padding-left: 50px;
  margin-left: -50px;
  width: 180px;
  font-size: .9em;
}

#menu h3{
  font-size: 11px;
  font-weight: normal;
  color: black;
  margin: 0px;
  padding: 0;
}

#menu h3:hover{
  cursor: pointer;
  text-decoration: underline;
}

#menu ul {
  list-style: none;
  padding: 10px 0px 13px 0px;
  margin: 0;
}

#menu li{
  margin: 0;
  padding-left: 15px;
  line-height: 1.5em;
}
  /*ie7*/
  * + html #menu li{margin-left:-40px;}

  /*ie6*/
  * html #menu li{margin-left:-40px;}

#menu a{
  color: teal;
}

#content {
  float: left;
  
}

#content h4 {font-size: 1.2em;}

.par {
  float: left;
  margin: 0 30px 0px 0px;
  padding: 0px 35px 0px 40px;
  width: 615px;;
  border-right: 1px solid #EAEAEA;
  background-color: white;
}

.images{
  float:left;
  top:0px;
  left:0px;
}

.images img{
  display:block;
  margin: 3px 3px 13px 3px;
  background-color: white;
}

.text{
  position: relative;
  width: 300px;
  margin-left: 300px;
  font-weight: normal;
  letter-spacing: 0px;
}


.text h3{
  margin-top: 3px;
  margin-bottom: 6px;
}

.text h3 a{
  /* color: #333; */
}

.text h3 a:hover{
  text-decoration: none;
  cursor: default;
}

.text a{
  color: teal;
}

.text .leftlink{text-align: left;}
.text .centerlink{text-align: center;}
.text .rightlink{text-align: right;}

#note {margin-top:10px;}

.controls {
  color: transparent;
  float:right;
  line-height: 14px;
  margin-top: -35px;
  margin-right: -35px;
  font-size: .9em;
}

.controls a{
  margin-left: .3em;
  color: #000;
}

.controls a i{
  cursor: pointer !important;
}

.controls a:hover{
  color: teal;
}

.fa-home{
  font-size: 1.1em;
}

.par.about {
  width: 400px;
  margin-left: -40px;
}

  /*ie7*/
  * + html #about{
    position: static;
    margin: -120px 0px 0px 5px;
  }

  * + html #aboutcont{
    position: absolute;
    top: 450px;
    left: 0px;
    padding-left: 100px;
  }

  /*ie6*/
  * html #about{
    margin: 0px 0px 0px 5px;
  }

  * html #aboutcont{
    position: absolute;
    top:500px;
    left: 0px;
    padding-left: 100px;
  }

#about .close{
  color: teal;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin:-5px -5px 5px 3px;
  opacity: 1 !important;
}

#links{
}

#links ul{
  margin: 0px 0px 30px 0px;
  padding-left: 0px;
  list-style-type: none;
}

#links ul li{padding-top: 0px;}

#links a{
  color: #333;
}

#links a:visited{
  color:#333;
}

#rightsider a{
  color: teal;
}

.reversed{
  direction: rtl;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
}

#arrows {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 160px;
  color: #000;
  font-weight: bold;
  font-size: 9px;
}

* html #arrows{
  position: absolute;
  top:50px;
  right: 0px;
  z-index: 100;
  display: none;
}

.button{
  background: #ccc url(../images/button.png) top left repeat-x;
  border: 1px solid #bbb;
  color: #000 !important;
  display: inline-block;
  text-align: center;
  margin: 0px -3px !important;
  padding: .5em 0;
  text-shadow: 0px 1px 1px #FFF;
  width: 70px;
}

.button:hover{
 background-position: bottom left;
 text-shadow: 0px 1px 1px #eee;
 text-decoration: none;
}

.button.next{
  border-radius: 0 10px 10px 0 ;
}

.button.prev{
  border-radius: 10px 0 0 10px;
}

#video_container, #applet_container{
  display:none
}

#experience p{
  width: 430px;
}

*:focus {outline: none;}