/* CSS Document */

#visitorcenter {
  margin-right:18px;
}

.visitorcenterpic {
  display:inline;
}
#maincampus ,
#othercampuses  {
  padding:8px 0 0 8px;
  float:left;
}
#maincampus a,
#othercampuses a,
#sectionpagetext a {
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color:#CC0000;
  text-decoration:none;
}

#maincampus a:link,
#othercampuses a:link,
#sectionpagetext a:link {
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color:#CC0000;
  text-decoration:none;
}

#maincampus a:visited,
#othercampuses a:visited,
#sectionpagetext a:visited {
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color:#CC0000;
  text-decoration:none;
}


#maincampus a:hover,
#othercampuses a:hover,
#sectionpagetext a:hover {
  text-decoration:underline;
}


#maincampus a:active,
#othercampuses a:active,
#sectionpagetext a:active {
  text-decoration:underline;
}


#maincampus {
  background:#ffffff url(images/bg_crosshatch.gif) no-repeat;
  width:260px;
  height:286px;
  margin:0 auto 0 10px;
}
#maincampuslinks ul,
#othercampuseslinks ul,
#sectionpagetext ul
 {
  margin:18px 0 0 30px;
  list-style:square;
  color:908360;
  line-height:1.5em
}
#othercampuses {
  background:#ffffff url(images/bg_crosshatch.gif) no-repeat;
  width:260px;
  height:306px;
  margin:0 auto 0 auto;
}

/* Around the Campus */

#aroundthecampus {
  background:#ffffff url(images/bg_crosshatch_wide.gif) no-repeat;
  width:532px;
  float:left;
  margin:0 0 0 10px;
}

#aroundthecampustext {
  margin:58px 0 0 25px;
  padding:0 5px 0 0;
  width:230px;
  font:12px Arial, Helvetica, sans-serif;
  color:#6a6a6a;
  line-height:1.5em
}

#aroundthecampusimg {
  margin:6px 6px 0 0;
}
/* End Around the Campus */

/* Secction Page Content */

#sectionpage {
  background:#ffffff url(images/bg_crosshatch_sec.gif) no-repeat;
  width:532px;
  /*height:155px;*/
  float:left;
  margin:0 0 0 10px;
}

#sectionpageheader {
  margin:18px 0 0 25px;
  padding:0 5px 0 0;
  width:350px;
  font:14px Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color:#990000;
  
  line-height:2em
}

#sectionpagetext {
  margin:10px 0 0 25px;
  padding:0 5px 0 0;
  width:480px;
  font:12px Verdana, Arial, Helvetica, sans-serif;
  color:#6a6a6a;
  line-height:1.5em
}

#sectionpageimg {
  margin:6px 6px 0 0;
}
/* End Section Page Content */

