@charset "utf-8";
/* CSS Document */

/* All-purpose styles*/

body {
  background: #A2BBCA;
  background-image: url(images/bg_grad..gif);
  background-repeat: repeat-x;
  font-family: calibri, arial, verdana, sans-serif;
  font-size: 11px;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #3a6f8f;
}
a:hover {
  color: #572b0e;
}
p {
  line-height: 15px;
}
h1 {
  font-family: calibri, arial, verdana, sans-serif;
  font-size: 13pt;
  color: #745a1d;
  line-height: 13pt;
  margin-top: 0px;
}
h2 {
  font-family: calibri, arial, verdana, sans-serif;
  font-size: 12pt;
  color: #3A6F8F;
  ;
}
h4
{  font-family: calibri, arial, verdana, sans-serif;
  font-size: 12pt;
  color: black;
  font-style: italic;
  }


blockquote {
  margin-left: 15px;
}

td {
  vertical-align: top;
}

ol, ul {
  padding-left: 15px;
}

li {
  margin-bottom: 7px;
}

ul li ul li {
  margin-bottom: 3px;
}

ol ul li {
  list-style-type: circle;
}
/* Layout and positioning styles */

#container {
  background: #89a9bc;
  margin: auto;
  text-align:left;
  width:866px;
  height: 100%;
 [height:100%;/*necessary to hide from Mozilla*/
  height:100%;/*read by Safari*/
 ]height:100%;/*only read by IE6*/
}
.white_container {
  background-color: white;
  font-family: calibri, arial, verdana, sans-serif;
  font-size: 11pt;
  color: #1c1212;
  line-height: 18px;
}
#header {
  margin: 0px 0px 0px 14px;
}
#middle {
  background-image: url(images/fauxcol.gif);
  background-repeat: repeat-y;
  height: 100%;
 [height:100%;/*necessary to hide from Mozilla*/
  height:100%;/*read by Safari*/
 ]height:100%;/*only read by IE6*/
}
#leftcol {
  width: 258px;
  vertical-align: top;
  margin: 14px 14px 14px 14px;
  float: left;
  display: inline;
}
#leftcol p {
}
#rtcol {
  width: 524px;
  _width:500px;
  margin: 0px 14px 0px 14px;
  vertical-align: top;
  height: auto;
  float: right;
  display: inline;
}
#rtcol_content {
  padding: 14px 14px 14px 14px;
  margin-bottom: 14px;
  background-color: white;
  height: 100%;
}
#rtcol_last_content {
  padding: 14px;
  background-color: white;
  height: 100%;
}
#clear {
  clear: both;
}
.spacer {
  background: #89a9bc;
  text-align:left;
  width:866px;
  height: 14px;
  margin: 0px;
  padding: 0px;
}
#footer {
  color:#737373;
  font-family: arial, verdana, sans-serif;
  font-size: 10px;
  width: 866px;
  margin: auto;
  padding-top: 4px;
}
#footer a {
  text-decoration: underline;
}
/* Main navigation */
#topnav {
  background-color: #89a9bc;
  width: 866px;
  text-align: center;
  margins: 0px;
  height: 30px;
}
#topnav ul {
  text-align: center;
  margin-top: 8px;
}
#topnav ul li {
  list-style-type: none;
  float: left;
  vertical-align: middle;
  margin: 0px 20px 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #3a6f8f;
}
#topnav ul li a {
  text-decoration: none;
}
#topnav ul li a:hover {
  text-decoration: none;
  color: #572b0e;
}
#topnav ul li a:active {
  text-decoration: none;
  color: #572b0e;
}
#home a.home, #about a.about, #faq a.faq, #partner a.partner, #case a.case, #toolkit a.toolkit, #media a.media {
  color: #572b0e;
}
/*subnavigation and left column*/
#subnavtitle {
  margin-left: 40px;
  font-family: calibri, arial, verdana, sans-serif;
  font-size: 13pt;
  color: #745a1d;
  line-height: 13pt;
  font-weight: bold;
}
#lefttitle {
  margin-left: 24px;
  font-family: calibri, arial, verdana, sans-serif;
  font-size: 13pt;
  color: #745a1d;
  line-height: 13pt;
  font-weight: bold;
}
p.leftparagraph {
  margin-left: 24px;
}
ul#subnav {
  background-color: white;
  text-align: left;
  text-decoration: none;
  list-style: none;
  padding: none;
  margin: 10px;
}
ul#subnav li {
  color: #678e50;
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: dotted 1px #572b0e;
}
ul#subnav li a {
  text-decoration: none;
}
ul#subnav li a:hover {
  color: 572b0e;
}
/* Special Styles */
.thumbnail {
  width: 80px;
  height: 80px;
  padding-right: 20px;
  padding-bottom: 14px;
  float: left;
}
tinygreenlink a {
  font-size: 10pt;
  color: #678e50;
  text-decoration: none;
}
tinygreenlink a:hover {
  font-size: 10pt;
  color: #4b673a;
  text-decoration: none;
}
tinybluelink a {
  font-size: 10pt;
  text-transform: italic;
  color: #1a3b67;
  text-decoration: none;
}
tinybluelink a:hover {
  color: #0f233d;
}
.readmore {
  vertical-align: bottom;
  text-align: right;
  position: relative;
  right: -10px;
  top: 0px;
}
