* {
margin:0;
padding:0;
}

* html #container {
height:100%;
}

html {
height:99.8%;
margin-bottom:1px;
color:#25221b;
}

body {
background:#202626;
height:99.9%;
text-align:center;
color:#FFF;
font: .9em/1.3em "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}

#home { background:#202626 url(images/background_home.jpg) 0 191px repeat-x;}

#services { background:#202626 url(images/background_services.jpg) 0 191px repeat-x;}

#health{ background:#202626 url(images/background_health.jpg) 0 191px repeat-x;}

#education { background:#202626 url(images/background_education.jpg) 0 191px repeat-x;}

#other{ background:#202626 url(images/background_other.jpg) 0 191px repeat-x;}

#training { background:#202626 url(images/background_training.jpg) 0 191px repeat-x;}

#publications { background:#202626 url(images/background_publications.jpg) 0 191px repeat-x;}

#about { background:#202626 url(images/background_about.jpg) 0 191px repeat-x;}

img {
border:none;
}

h1 {
margin-bottom:20px;
}

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

h3 {
font-size:1.1em;
font-weight:bold;
text-align:left;
}

h4 {
color:#d56539;
font-size:1.1em;
}

#home h2 {
color:#7eb42b;
}

#services h2 {color:#1f6c9a;}

#health h2 {color:#b04396;}

#education h2 {color:#ec8628;}

#other h2 {color:#e64c26;}

#training h2 {color:#fdc32a;}

#publications h2 {color:#7cc3e4;}

#about h2 {color:#d56539;}

a {
color:#e6f9ff;
outline:none;
}

#container {
min-height:100%;
text-align:left;
width:760px;
margin:0 auto;
}

#header {
height:180px;
text-align:center;
padding-top:11px;
}

#nav {
list-style-type: none;
}

#nav li{
display:block;
float:left;
padding:0;
margin:0;
}

#nav li a{
color:#FFF;
height:41px;
width:83px;
border-left:2px solid #818270;
text-decoration: none;
padding:0 5px 0 5px;
display: block;
font-size:.8em;
font-weight:bold;
text-align:left;
}

#banner {
display:block;
height:176px;
}

#mainContent {
margin-top:35px;
padding-bottom:50px;
}

#leftContnet {
float:left;
border-right:1px solid #818270;
padding:0 20px 90px 0;
width:460px;
text-align:justify;
}

#leftContnet ul {
list-style:circle;
margin-left:40px;
text-align:left;
}

#rightContent {
margin-left:500px;
text-align:left;
padding-left:15px;
}

#rightContent img {
border:5px solid #818270;
margin-bottom:10px;
}

#rightContent .logo img{
border:none;
padding:0 15px;
margin-bottom:50px;
}

#footer {
background:#090a0a;
border-top:1px solid #818270;
clear:both;
padding-top:7px;
position:relative;
line-height:.8em;
height:65px;
margin:-72px auto 0;
color:#CCC;
}

#footer p {
padding-top:5px;
font-size:.8em;
}

#zoom {
color:#FFF;
font-weight:bold;
text-decoration:none;
}

.copy {
margin-top:7px;
}

#nav .home:hover, #active .home {
border-left:2px solid #7eb42b;
}

#nav .services:hover, #active .services{
border-left:2px solid #1f6c9a;
}

#nav .health:hover, #active .health{
border-left:2px solid #b04396;
}

#nav .education:hover, #active .education{
border-left:2px solid #ec8628;
}

#nav .other:hover, #active .other {
border-left:2px solid #e64c26;
}

#nav .training:hover, #active .training{
border-left:2px solid #fdc32a;
}

#nav .publications:hover, #active .publications {
border-left:2px solid #28b49a;
}

#nav .about:hover, #active .about {
border-left:2px solid #d56539;
}