@import "reset.css";

@import "cms.css";

.clear {clear: both;}
strong {font-weight: bold;}
em {font-style: italic;}
body {
  margin: 0 auto;
  text-align: center;
  background: #e8e6d4;
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

#container {
  text-align: left;
  margin: 0 auto;
  width: 902px;
  background: url(../i/css/container_background.gif) repeat-y;  
  padding-left: 27px;
  margin-bottom: -10px;

}

body#inner #container {background: url(../i/css/container_background_sidebar.gif) repeat-y;}
#header {
  background: url(../i/css/header_background.jpg) no-repeat;
  height: 184px;
  padding-top: 70px;
}

h1#logo a {
  display: block;
  background: url(../i/css/h1_logo_background.gif) no-repeat;
  text-indent: -9999px;
  height: 184px;
  width: 69px;
}

ul.globalRootMenu {
  margin-left: 90px;
}

ul.globalRootMenu li {
  display: inline;
  border-right: 1px solid #666666;
  
}

ul.globalRootMenu li a {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 13px;
}

ul.globalRootMenu li a.selectedPage {color: #65c4b6;}

#wide_content {
  width: 661px;
  margin-top: 40px;
  margin-left: 100px;
}

.project {
  border-top: 1px solid #666666;
  margin-top: 30px;
  padding-top: 20px;
  clear: left;
}

.project img {
  float: left;
  
}

.text {
  width: 400px;
  margin-left: 240px;
}

h2 {
  font-weight: bold;
  color: #65c4b6;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 25px;
  letter-spacing: .8px;
}

p {
  margin-bottom: 7px;
}

#footer {
  background: #545454;
  width: 845px;
  margin-bottom: 0;
  color: #fff;
  font-size: 10px;
}

#footer a {color: #fff; text-decoration: none;}

#footer ul.globalRootMenu {
  margin-left: 0px;
  width: 835px;
  background: #65c4b6;
  height: 26px;
  padding-top: 10px;
  padding-left: 10px;
}
#footer ul.globalRootMenu li {border-right: 1px solid #fff;}
#footer ul.globalRootMenu li a {color: #fff; font-size: 10px; font-weight: normal;}
p.copyright {height: 25px; padding-top: 10px; padding-left: 20px;}
p.created {float: right; margin-top: -32px; padding-right: 20px;}


/*    Inside Page    */

#sidebar {
  float: right;
  width: 220px;

  margin-right: 57px;
  margin-top: -43px;
  padding-right: 25px;

  padding-top: 20px;
}

#sidebar img.details {width: 216px;}

#sidebar h3 {font-weight: bold; font-size: 14px; margin-bottom: 5px; margin-top: 15px;}

#sidebar p {}
#thin_content {
  width: 420px;
  margin-left: 100px;
  margin-top: 40px;
}

h3.process {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 8px;
  border-top: 1px solid #666666;
  padding-top: 8px;
}

#sidebar hr {
  height: 1px;
  color:#3db6a9 ;
  background:#3db6a9 ;
  border: 0;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 226px;
}


body#inner .actions {height: 10px;;}