/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%;
  color: #000;
  background-color: #ccc;
  margin: 20px;
  padding: 0;
}

/* feeds IE 5* PC the correct width due to its non-standard box model - FF hack */
html {height:100%}
body {min-height:101%}

#masthead {
  color: #999;
  background-color: #fff;
  background-image: url(../images/bannerBg.jpg);
  background-repeat: no-repeat;
  padding: 10px;
  margin: 0;
  height: 80px;
}
#wrapper {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
#column_wrapper {
  background-image: url(img/clm07_middle.gif);
  background-repeat: repeat-y;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.clearfloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
#center {
  width: 835px;
  float: left;
}
#left {
  width: 125px;
  float: left;
}
#right {
  width: 200px;
  float: right;
}
#center .content {
  padding: 24px 32px;
  font-size: 0.8em;
  line-height: 1.65em;
}

#center .contentAlt {
  padding: 24px 32px;
  font-size: 0.8em;
  line-height: 1.65em;
  width: 775px
}
#left .content {
  padding: 24px 16px;
  font-size: 0.75em;
  line-height: 1.5em;
}
#right .content {
  padding: 1px 8px;
  font-size: 0.75em;
  line-height: 1.5em;
  background-color: #eee;
  background-image: url(../images/rightColTop.gif);
  background-repeat: no-repeat;
  margin: 5px 10px 0 0;
}
#masthead .content {
  padding: 12px;
}
#footer .content {
  padding: 12px 16px;
}
#footer {
  color: #fff;
  padding: 0px;
  margin: 0;
  font-size: 0.7em;
  clear: both;
  background-color: #3a183a;
}

#home p{
  padding: 0;
}

ul.home{
  list-style-type: circle;
  margin: 10px 0 5px 20px;
}
ul.home1{
  list-style-type: circle;
  margin: 10px 0 5px 378px;
}

ul.aims {
  list-style-type: circle;
  margin: 10px 0 5px 15px;
  padding: 0;
}
ul.aims li {
  margin: 0;
  padding: 0;
}

.left {
  margin: 0 8px 5px 2px;
  float: left;
}


.right {
  float: right;
  /*border: 1px dotted #ccc;*/
  margin: 5px 8px 8px 8px;
}

.menulist {
  margin: 6px 0 12px 0;
  padding: 0;
  list-style-type: none;
}
#left a:link {
  color: #9B7C00;
}
#left a:visited {
  color: #333;
}
#left a:hover {
  color: #000;
}
#center a:link {
  color: #666;
}
#center a:visited {
  color: #999;
}
#center a:hover {
  color: #000;
}
#right a:link {
  color: #000;
}
#right a:visited {
  color: #333;
}
#right a:hover {
  color: #826800;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
  color: #000;
  border-left: 6px solid #FFD940;
  padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
  border-color: #000;
}
#footer a:link {color: #fff;}
#footer a:visited {color: #fff;}
#footer a:hover {color: #ccc;}
.p7uberlink {
  font-weight: normal !important;
  /*letter-spacing: .15em;*/
  border-color: #000 !important;
}
h1 {
  font-size: 1.8em;
  margin: 0;
}
h2 {
  font-size: 1.6em;
  margin: 30px 0 0 0;
}
h3 {
  font-size: 1.25em;
  margin: 10px 0 0 0;
  color: #FFF;
}

h2.collaboration{
 padding: 0 0 0 5px;
}
h4 {
  font-size: 1.1em;
  margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
  margin: 12px 0;
}

/* graphical buttons */
div#left .buttons a {
  display: block;
  width: 90px;
  height: 76px;
  background-image: url(../images/ad-1-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  color: #eee;
  text-align: center;
  padding: 20px 5px 5px 5px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 17px;
}
div#left .buttons a#ad2 {
  background-image: url(../images/ad-2-bg.jpg);
  padding-top: 15px;
  height: 81px;
}
div#left .buttons a#ad3 {
  background-image: url(../images/ad-3-bg.jpg);
  padding-top: 30px;
  height: 66px;
}
div#left .buttons a:hover {
  background-position: bottom center;
  color: #fff;
}
div#left .buttons hr {
  color: #fff;
}
ul#footer-links {
 list-style: none;
 text-align: center;
}
ul#footer-links li {
 display: inline;
 padding: 0 10px;
}
ul#footer-links li a {
  font-size: 8px;
  color: #999;
  text-decoration: none;
}