body {
    background-color: silver;
    padding: 0;
    margin: 0;
    font-size: 79%;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #3d3d3d;
}
body.no-right-sidebar #content-wrapper {
    background-image: url("common-images/content-background-with-menu.gif");
}
body.no-right-sidebar #content-wrapper #center-column {
    width: 650px;
}
body.no-right-sidebar #content-wrapper #right-column {
    display: none;
}
* html .png
{
    behavior: url(iepngfix.htc);
}
a {
    color: #185c9f;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 1.4em;
    color: black;
    margin-top: 0;
    margin-bottom: 0.75em;
}
h1 img {
    margin-left: -3px;
}
h2 {
    font-size: 1em;
    font-weight: bold;
    border: 1px solid #1c4960;
    border-width: 1px 0;
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px 0;
    margin-bottom: 0.9em;
}
h3 {
    font-size: 1em;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0.9em;
    font-weight: bold;
}
p, ul, ol, cite {
    margin: 0;
    padding: 0;
    margin-bottom: 0.9em;
    line-height: 1.3em;
}
blockquote {
    font-style: italic;
    margin: 0;
}
cite {
    font-style: normal;
    display: block;
}
strong {
    font-family: Arial, Helvetica, sans-serif;
}
p.lead {
    font-size:105%;
}
ul, ol {
    padding-left: 4em;
}
img {
    border-style: none;
}
#container {
    width: 1000px;
    margin: 0 auto;
    min-height: 400px;
}
#header {
    position: relative;
    height: 64px;
    overflow: hidden;
    background: transparent url("common-images/header.gif") no-repeat scroll left top;
    font-family: Arial, Helvetica, sans-serif;
}
#header, #header a {
    color: white;
    text-decoration: none;
}
a.home,
span.home {
    display: block;
    position: absolute;
    height: 25px;
    width: 332px;
    left: 18px;
    top: 18px;
    text-indent: -5000px;
    outline-style: none;
}
ul#utility {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 10px 10px 10px 0;
}
ul#utility li {
    display: inline;
    background: transparent url("common-images/utility-menu-seperator.gif") no-repeat scroll left center;
    padding: 2px 10px;
}
ul#utility li.first {
    background-image: none;
    padding-left: 0;
}
ul#utility a:hover {
    text-decoration: underline;
}
#search {
    clear: right;
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 20px;
    width: 17em;
}
#search fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}
#search a.submit {
    float: right;
    text-transform: uppercase;
    color: white;
    background-color: #e7c53c;
    border: 1px solid #fed738;
    margin: 0;
    padding: 2px 4px;
    font-size: 10px;
    vertical-align: middle;
}
#tbSearch {
    height: 17px;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    float: left;
    border-width: 0;
    width: 160px;
}
ul#top-menu {
    background: #4d493a url("common-images/top-menu-background.gif") repeat-x scroll left bottom;
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    font-size: 0.9em;
    list-style-type: none;
    overflow: hidden;
    outline-style: none;
}
ul#top-menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html ul#top-menu {
    zoom: 1;
}
ul#top-menu li {
    float: left;
    width: 16.5%;
    border-left: 1px solid #4f4e48;
}
ul#top-menu li.first {
    border-left-style: none;
}
ul#top-menu a {
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 5px 0;
}
* html ul#top-menu a {
    height: 1%;
}
ul#top-menu a:hover, ul#top-menu a.hover {
    color: #292720;
    background-color: #f1d872;
}
ul#top-menu li.active a {
    color: #f1d872;
    background: #3c392e url("common-images/top-menu-item-active.gif") repeat-x scroll left bottom;
}
#content-wrapper {
    background: #f0efe7 url("common-images/content-background-with-menu-and-wider-sidebar.gif") repeat-y scroll left bottom;
    margin: 0;
    padding: 0;
    min-height: 50px;
    font-size: 0.9em;
}
#content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html #content-wrapper {
    zoom: 1;
}
#banner {
    height: 163px;
    overflow: hidden;
}
#left-column {
    float: left;
    width: 217px;
    color: #292821;
    line-height: 1.2em;
    padding-bottom: 20px;
}
#center-column {
    float: left;
    width: 510px; /* WAS 527px; */
    padding: 25px;
    padding-right: 0;
}
#right-column {
    float: right;
    color: white;
    border-left: 0px solid yellow;
    width: 224px; /* WAS 207px; */
    padding-bottom: 25px;
}
#right-column img {
    margin-bottom: 10px;
}
#right-column h4 {
    padding-left: 10px;
}
#right-column a {
    color: white;
    text-decoration: underline;
}
#right-column blockquote {
    margin: 0;
}
#right-column p
{
    margin: 10px;
    margin-top: 0;
}
#right-column cite {
    display: block;
    margin-left: 25px;
    margin-bottom: 0.5em;
    font-style: normal;
}
#right-column p.play {
    margin-left: 25px;
}
#right-column #right-sidebar-flash {
    margin-bottom: 10px;
}
#right-column h4.related-links {
    margin: 10px;
    margin-bottom: 5px;
    border-top-style: none;
}
#right-column ul.related-links {
    padding-left: 10px;
}
#right-column ul.related-links li {
    background: transparent url(common-images/bullet-right-sidebar-related-link.gif) no-repeat scroll 0 5px;
    margin-bottom: 2px;
    font-size: 11px;
}
#right-column ul.related-links a {
    text-decoration: underline;
}
#right-column ul.related-links a:hover {
    text-decoration: underline;
}

#center-column .contact {
    margin: 10px 10px 10px 0px;
}

#center-column .contact h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
}
#center-column .contact p {
    margin-left: 0px;
    margin-bottom: 0px;
}
#center-column .flash-left,
#center-column img.left,
#center-column .video.left {
    padding-right: 10px;
    padding-bottom: 10px;
}
#center-column .flash-right,
#center-column img.right,
#center-column .video.right {
    padding-left: 10px;
    padding-bottom: 10px;
}
#footer {
    position: relative;
    background-color: #b90e26;
    color: white;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 20px;
}
#footer a {
    color: white;
}
#footer p {
    margin-bottom: 0;
}
#footer a.contact {
    position: absolute;
    top: 12px;
    right: 20px;
    text-transform: uppercase;
}
.two-cents {
    background: transparent url('common-images/two-cents-background.jpg') no-repeat scroll right top;
    width: 521px;
    margin: 0 auto;
    text-align: center;
}
.two-cents .overlay {
    /*background: transparent url('common-images/two-cents-background.png') no-repeat scroll left top;*/
    padding: 12px;
    padding-right: 220px;
    text-align: left;
}
.two-cents h3 {
    font-size: 1.3em;
    color: #1c4960;
    margin-top: 0;
    margin-bottom: 0em;
}
.two-cents p {
    margin-bottom: 0.5em;
}

.bold {
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
.left {
    float: left;
}
.right {
    float: right;
}
.flash-right {
    float: right;
}
.flash-left {
    float: left;
}
table {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;

}
thead th {
    background-color: #aeac9a;
    color: white;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #c7c4b2;
    border-width: 1px 0;
    padding: 8px 8px;
}
thead th.padding-left {
    padding-left: 15px;
    text-align: left;
}
td {
    background-color: white;
    font-size: 10px;
    border-bottom: 1px solid #c7c4b2;
    padding: 5px 15px;
}
tr.alt td {
    background-color: #e6e4d6;
}
table tfoot tr.table-footer td {
    background-color: #efefe7;
    border: 0px;
}
.contact-info {
    margin-left: 4em;
}
ul.stories { 
    padding-left: 0px;
}
ul.stories li { 
    height: 6.2em;
    border-top: 1px solid #cabc95;
    list-style-type: none;
}
ul.stories li img { 
    padding: 5px 10px 3px 1px;
    float: left;
}
ul.stories li p {
    margin-top: 19px;
    font-size: 12px;
}
ul.stories li p a {
    font-size: 11px;
}
ul.stories li p.two-lines {
    margin-top: 12px;
}

.incomplete {

}
form ul li label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
form table tr td {
    background-color: #efefe7;
    border: 0px;
    padding: 3px;
    font-size: 11px;
}
form table tr td label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
form table tr td.label-info {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
}
form table {
    margin-left: 20px;
}
form table tr td input, textarea, select {
    border: 1px solid #c9bd95;
}
form table tr td input.send-button {
    text-transform: uppercase;
    color: white;
    background-color: #e7c53c;
    border: 1px solid #c9bd95;
    margin: 0;
    padding: 0 4px;
    font-size: 10px;
    vertical-align: middle;
}
.required {
  color: #b60000;
}
.no-left-padding {
    margin-left: 0;
    padding-left: 0;
    padding-right: 50px;
}
h4.related-links {
    border-top:1px solid #1c4960;
    font-weight:bold;
    font-size: 11px;
    font-family: Arial, Helvetica, san-serif;
    padding-top:10px;
    margin-bottom: 10px;
    text-transform:capitalize;
}
ul.related-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.related-links li {
    padding-left: 8px;
    background: transparent url(common-images/icon-news-related-link-bullet.gif) no-repeat scroll 0 7px;
    margin-bottom: 5px;
}
ul.related-links a {
    text-decoration: none;
}
ul.related-links a:hover {
    text-decoration: underline;
}
.sidebar-indent { 
    margin-left: 25px !important;
}
ul.no-bullets li {
    list-style-type: none;
}
ul.menu {
    padding: 0;
    margin: 14px 19px 25px;
    border-bottom: 1px solid #c9bd95;
    line-height: 1em;
}
ul.menu ul {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
ul.menu a {
    color: #292821;
    display: block;
    padding: 5px 10px;
    line-height: 1.2em;
}
ul.menu a:hover,
ul.menu a.hover {
    text-decoration: none;
    background-color: #f5f299;
}
ul.menu li {
    list-style-type: none;
    border-top: 1px solid #c9bd95;
}
ul.menu li li {
    border-top-width: 0;
}
ul.menu li li a {
    padding: 2px 10px;
}
ul.menu li.current a
{
    color: #b9730e;
}
ul.menu li.current li a {
    color: #292821;
}
ul.menu li li a {
    padding-left: 20px;
    color: #292821;
    font-size: 10px;
}
ul.menu li li li a {
    padding-left: 30px;
    color: #292821;
    background: transparent url('common-images/bullet-left-menu.gif') no-repeat scroll 22px 0.8em;
}
ul.menu li.active ul li.active ul a {
    background-image: url('common-images/bullet-left-menu-active.gif');
}
* html ul.menu li a {
    zoom: 1;
}
ul.drop {
    display: none;
    position: absolute;
    font-size: 11px;
    color: black;
    list-style-type: none;
    width: 250px;
    margin: 0;
    margin-left: 1px;
    padding: 0;
    z-index: 50000;
}
ul.drop li {
    background-color: #e4e2ca;
    margin: 0;
    display: block;
    margin-top: 2px;
    /*border-top: 2px solid #f0efe7;*/
    padding: 0;
    width: 250px;
}
ul.drop a {
    display: block;
    text-decoration: none !important;
    color: black;
    background-color: transparent;
    padding: 4px 5px;
    text-align: center;
    width: 240px;
    cursor: pointer;
}
* html ul.drop a {
    zoom: 1;
}
ul.drop a:hover {
    background-color: #f1d872;
}
ul.admissions-bios {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.admissions-bios li {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #c9bd95;
  overflow: auto;
  outline-style: none;
}
ul.admissions-bios li img {
  float: left;
  height: 120px;
  width: 120px;
}
ul.admissions-bios li p {
  display: block;
  margin-left: 130px;
}
#left-column a.banner-link {
  position: relative;
  left: 19px;
}
.campus-alert-signup table {
  width: auto;
}
.campus-alert-signup table td.right {
  width: 70%;
}
div object {
  outline-style: none;
}
a.back {
    float: right;
    margin-top: 4px;
    background: transparent url('common-images/icon-back-arrow.gif') no-repeat scroll left center;
    padding-left: 10px;
}
.invisible {
  visibility: hidden;
}
.error-404 {
  border: 1px solid #bbc9cc;
  background-color: white;
  padding: 3px;
  margin: 50px 150px
}
.error-404 div {
  background-color: #f3f5f4;
  min-height: 100px;
  padding: 30px;
  font-size: 1.1em;
}
.error-404 ul li {
  margin-left: 20px;
}
.error-404 ul ul {
  padding: 0;
  list-style-type: disc;
}
