/* Basic Styles */

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: small;
  background: #F9B44F url(/images/sunset-bg3.gif) top center repeat-y;
  }

a {
  color: #80508F;
  }
a:hover {
  text-decoration: none;
  }

li {
  color: black; 
}

/* Layout Structure */

#wrap {
  width: 798px;
  background: white;
  margin: 0 auto;
  padding: 0;
  }
#header {
  height: 111px;
  background: #58405E;
  border: 0px;
  margin-bottom: 5px;
  }
img {
  margin: 0;
  padding: 0;
  border: 0;
  }
#header h1 {
  margin: 0;
  padding: 0px;
  font-family: Georgia, Times, Serif;
  font-size: 150%;
  color: #2F2F2F;
  }
#content {
  float: right;
  width: 550px;
  font-size: 95%;
  line-height: 1.5em;
  color: #5F5F5F;
  padding-right: 45px;
  }
#content ul {
  list-style-image: url(/images/gbullet.gif);
  }
#content p {
  color: black;
  line-height: 1.6em;
  }
#content h1 {
  font-family: "Lucida Grande", Arial, Sans-serif;
  font-weight: bold;
  color: black;
  font-size: 200%;
  width: 400px;
  border-bottom: 1px solid #EFEBE0;
  padding-bottom: 10px;
  margin-right: 20px;
  margin-top: 10px;
  line-height: 1.2em;
  }
#content h2 {
  color: #745F7F;
  }
.gutter {
  padding: 0;
  margin: 0;
  }
#sidebar {
  float: left; 
  width: 180px;
  background: white;
  xbackground: #fff url(/images/sidebar-bg.gif) repeat-x top left;
  min-height: 400px;
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
  }
#linkbox {
  background: transparent;
  padding: 0px 0 0 0px;
  }
#linkbox ul li {
  margin: 0 0 0 -25px;
  padding: 4px 0 4px 25px;
  font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, serif;
  font-weight: bold;
  font-size: 115%;
  list-style: none;
  border-bottom: 1px solid #CFCFCF;
  background: url(/images/pill-bullet2.gif) no-repeat left;
  }
#linkbox a {
  color: #4E4A4F;
  text-decoration: none;
  }
#linkbox a:hover {
  color: #6C616F;
  text-decoration: underline;
  }
#prefooter {
  clear: both;
  padding-top: 15px;
  }
#links {
  width: 500px;
  margin: auto;
  text-align: center;
  }
#footer {
  clear: both;
  background: #FFF url(/images/footer-bg.gif) no-repeat top left;
  }
#footer p {
  margin: auto;
  text-align: center;
  color: gray;
  font-size: 85%;
  padding: 20px;
  }
/* ----------------------Studies FeedStyle ----------------------- */
#content .studies {
  color: white;
  font-size: 120%;
  background: #5B415F url(/images/posthead.gif) repeat-x top left;
  padding: 5px 10px 5px 10px;
  margin-bottom: 5px;
  }
#studytable {
  width: 95%;
  }
#studytable p {
  line-height: 17px;
  }
#content .description {
  xbackground: #F5F0DB url(/images/boxbg.gif) repeat-x top left; 
  background: #FFF5DF;
  padding: 2px 10px 2px 10px;
  border-bottom: 1px dotted #EFD295;
  }
#content .date {
  font-size: 90%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  }
#content .apply {
  font-size: 90%;
  padding-left: 27px;
  padding-top: 5px;
  font-weight: bold;
  background: url(/images/applycon.gif) no-repeat left;
  height: 24px;
  }

/*----------------------------------------*/
#locwrap {
  width: 100%;
  float: left;
  margin: 0;
  padding-top: 10px;
  }
#loctext {
  float: left;
  padding: 0;
  margin: 0;
  }
#map {
  width: 305px;
  border: 1px solid #ADCF5A;
  padding: 10px;
  margin-right: 15px;
  float: right;
  }
#privacy h2 {
  color: red;
  font-size: 110%;
  }
#contacttable {
  line-height: 25px;
  }
#contacttable h2 {
  font-size: 120%;
  color: black;
  padding: 5px 5px 5px 5px;
  margin: 0;
  }
.headrow {
  background: #E6EFD1;
  }
.alt {
  background: #EFEFEF;
}
/*--------------------------Welcome Box---------------------*/
#welcomebox {
  width: 580px;
  height: 200px;
  background: url(/images/welcomebg.png) no-repeat top left;
  }
#welcomebox p {
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 100px;
  color: #0F0E0F;
  font-family: Arial, Sans-serif;
  line-height: 20px;
  font-size: 105%;
  font-weight: bold;
  }
#welcomebox a {
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  padding-left: 70px;
  font-size: 110%;
  font-weight: bold;
  line-height: 24px;
  background: url(/images/welcomebullet.gif) no-repeat 50px;  
  }
  
  