@media screen and (min-width:930px) {
html{
    background-image:url('/header_bg.png');
    background-repeat:repeat-x;
    background-position: 0 8px;
}
}
body{
    color:#6C6C6C;
    background-color:#fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
    width: 929px;
    margin:auto;
}

li {
    margin-bottom: 0.75em;
}

a, a:link {
    color: #0066FF;
    background-color:#FFF;
}
a:hover {
    color: #13426E;
    background-color:#FFF;
}
a:active, a:focus, 
.tab > a:active, .tab > a:focus,
#menu a:active, #menu a:focus,
#leftcontact a:active, #leftcontact a:focus,
#info a:active, #info a:focus, 
#crumbs a:active, #crumbs a:focus,
#links a:active, #links a:focus,
#links li li a:active, #links li li a:focus,
#links li li li a:active, #links li li li a:focus,
#quicknav a:active, #quicknav a:focus,
#info h2 > a:active, #info h2 > a:focus,
.minfo a:active, .minfo a:focus {
    color: #002d62;
    background-color:inherit;
}

h1 {
    font-size: 160%;
}

h2 {
    color:#003366;
    background-color:#FFF;
    font-weight:bold;
    margin-top: 40px;
    padding-bottom:1px;
    padding-top:6px;
    font-size: 16px;
    width: 100%;
    margin-top: 1em;
}
#p_title {
    border-bottom:1px dotted #999999;
}
h3 {
    font-family:Helvetica,Arial,sans-serif;
    font-size:100%;
    color:#c5960c;
    background-color:#FFF;
}
#content h2 + h3 {
    margin-top: -1em;
}

#content > h1, #content > h2, #content > h3, #content > h4 {
    clear: both;
}

#content.preview > h1, #content > h2, #content > h3, #content > h4 {
    clear: none;
}

/* ---HEADER--- */

#search {
    background-color: #FFF;
    color: #000;
    height: 38px;
    width: 929px;
}
.tab {
    float:left;
    height: 38px;
    margin:0;
}
.tab > a:hover, .tab > a:active, .tab > a:focus {
    background-color:#c5960c;
    color:#FFF;
    padding: 7px;
    margin: 8px 5px 0;
    text-decoration:none;
}
.tab > a {
    display:block;
    color:#082851;
    background-color:#FFF;
    font-size:12px;
    font-weight:bold;
    vertical-align:bottom;
    padding: 2px 7px 5px;
    margin: 15px 5px 0;
    border-bottom: none;
    border-left:solid 2px #666;
    border-right: solid 2px #666;
    border-top: solid 2px #666;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 2px #666;
    -webkit-box-shadow: 0px 0px 5px #666;
    -moz-box-shadow: 0px 0px 5px #666;
    text-decoration:none;
}
#header {
    background-color: #002e62;
    color:#fff;
    margin: 0px;
    padding: 0px;
    width: 929px;
    overflow: hidden;
}
#logo{
    padding: 0px;
    margin: 0px;
    height: 100px;
    position: relative;
}
#logo a {
    color: white;
    background-color:#002e62;
    text-decoration: none;
}
#logo a:active, #logo a:focus, #logo a:hover {
    color: #ffecb4;
}
#logo h1 {
    margin: 0;
    padding: 0;
    font-size: 170%;
    color: white;
    background-color:#002e62;
    position: absolute;
    top: 20px;
    vertical-align: middle;
    left: 20px;
}
#caslink {
    border: medium none;
    margin: 0;
    padding: 0;
    padding-left:20px;
    vertical-align: middle;
    margin-left: 15px;
    border-left: 2px solid #c5960c;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 165px;
    text-align: left;
    font-weight: bold;
}
#logo img {
    border: medium none;
    outline: medium none;
    vertical-align: middle;
}
#logo h2 {
    margin: 0;
    padding: 0;
    color: white;
    background-color:#002e62;
    font-size: 100%;
}
#sitelink {
    color: white;
    background-color:#002e62;
    font-size: 190%;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 25px;
    text-align: right;
    width: 20.5em;
}
#logo.long #sitelink {
    font-size: 170%;
    top: 10px;
}
#logo.small #sitelink {
    font-size: 170%;
    width: 22em;
}
#schoollink {
    color: white;
    background-color:#002e62;
    font-size: 135%;
    font-weight: normal;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 60px;
    margin: 0;
}
#logo.long #schoollink {
    top: 70px;
}
a#banner {
    top: 0;
    left: 0;
    border: none;
    position: absolute;
}
a#banner img {
    border: none;
    outline: none;
}
#menu {
    background-color: #c8a642; /*#c5960c;*/
    width: 929px;
    position: relative;
    color:#FFFFFF;
    vertical-align: middle;
    font-size: 95%;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#menu li {
    height: 34px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
    padding: 0;
}
#menu li:hover{
    background-image: url('/link.png');
    background-position:center top;
    background-repeat:no-repeat;
    background-color: #d9c063;
}
#menu a {
    padding: 0;
    padding-top: 9px;
    display: block;
    width: 100%;
    height: 25px;
    text-decoration: none;
    color: white;
    background-color:#c5960c;
}
#menu span {
    border-right: 1px dotted white;
    padding: 0 9px;
}
#menu li:last-child span {
    border-right: none;
}
#department {
    font-family:Arial, Helvetica, sans-serif;
    float:right;
    font-size: 24px;
    font-weight:bold;
    color: #fff;
    vertical-align:middle;
    text-align:left;
    position: relative;
    bottom: 35px;
    right: 50px;
}

/*---BODY---*/
#body{
    background-color:#FFF;
    width: 929px;
    position: relative;
    line-height: 1.5em;
    display: table-row;
}
#main_slide{
  background-color:#FFF;
  width: 929px;
  height: 347px;
  text-align:center;
  position:relative;
  top:30px;
  margin-bottom:40px;
}
#info_container{
  float:left;
  margin-left:30px;
  padding-bottom:15px;
  width:260px;
}
#content{
    padding-top:15px;
    padding-bottom: 50px;
    display: table-cell;
    vertical-align: top;
    width: 725px;
}

#content p, #content li {
    text-align: justify;
}

#sublinks {
    background-color:#F2F2F2;
    padding-bottom:5px;
    margin-bottom:5px;
    border:1px solid #E6E6E6;
    -moz-border-radius: 0px 0px 10px 10px;
}
#single_pic {
    width:187px;
    height:160px;
    margin-bottom: 5px;
}
#links {
    background-color:#FFF;
    padding: 15px 15px 15px 0;
    display: table-cell;
    vertical-align: top;
    width:187px;
}
#links h2 {
    background-color:#A7A7A7;
    background-image:url('/curr.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    color:#FFFFFF;
    font-size:15px;
    font-stretch:ultra-condensed;
    font-weight:bold;
    padding:5px;
    padding-right:20px;
    width: 162px;
    margin: 0px;
}
#links h2 a {
    color: white;
    background-color:#A7A7A7;
}
#links ul {
    background-color:#F2F2F2;
    list-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    width:187px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}
#links ul > li > a {
    background-color:#F2F2F2;
    color: #6c6c6c;
}
#links li {
    padding: 5px;
    padding-left: 14px;
    text-indent: -10px;
    border-bottom:1px solid #aaa;
    border-top: 1px solid #fff;
    margin-bottom: 0;
}
#links li:before {
    content: '› ';
    color: #c5960c;
    font-weight: bold;
}
#links li:last-child {
    border-bottom: none;
}
#links a {
    text-decoration: none;
    color: #6c6c6c;
}
#links li ul {
    width: 172px;
}
#links li li {
    border-top: none;
    border-bottom: 1px dotted #aaa;
    padding-left: 8px;
    text-indent: -15px;
}
#links li li:last-schild {
    border-bottom: none;
}
#links li li a {
    color: #c5960c;
}
#links li li:before {
    content: '›› ';
}
#links li li ul {
    width: 157px;
}
#links li li li {
/*    border-bottom: 1px solid #ccc; */
}
#links li li li a {
    color: #002d62;
}
#links li li li:before {
    color: #002d62;
}

#leftcontact {
    padding: 0;
    background-color:#fff;
    border:1px solid #e6e6e6;
    -moz-border-radius: 10px 10px 0px 0px;
    width:187px;
}
#leftcontact p {
    padding: 0 5px;
}
#leftcontact h3 {
    color:#c5960c;
    font-size: 14px;
    margin: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #e6e6e6;
}
#leftcontact h4 {
    color:#004080;
    font-size: 80%;
    font-weight:bold;
    padding: 5px;
    margin: 0;
}
#leftcontact a {
    text-decoration: underline;
    color: #004080;
}
#leftcontact p {
    line-height:16px;
    margin: 0px;
    margin-bottom: 1em;
    font-size: 80%;
}
#crumbs{
    color:#999;
    font-size:11px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
}
#crumbs li {
    display: inline;
    padding-right: 1em;
    color: #555;
}
#crumbs a {
    color: #999;
    text-decoration: none;
}
#crumbs a:after {
    content: '→';
    padding-left: 1em;
}

.event_dates {
    text-align: left;
}
.event_date {
    background: #eee;
    border: 1px solid #ccc;
    border-bottom: 1px solid #888;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 10px auto;
    margin-right: 1%;
}
.event_date * {
    border: none;
}
.event_date caption {
    display: none;
}
.event_date th {
    text-align: right;
}
.month h1 {
    border-top: 1px dotted #aaa;
    padding: 0.25em 0 0.5em;
    font-size: 150%;
    background: #eee;
    margin-bottom: 0;
}
.fitem {
    margin: 0.5em 0px;
    vertical-align: top;
}
.prefix {
    width: 5em;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 10px;
    vertical-align: top;
}
.req .prefix:before {
    content: "*";
    color: #b70000;
    font-weight: bold;
    padding-right: 0.25em;
}

#contact-form:before {
    content: "* = Required field";
    color: #b70000;
    font-size: 95%;
    font-weight: bold;
}

.minfo {
    text-align: left;
}
.minfo a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #eee;
    border: 1px solid #aaa;
    padding: 5px;
    color: #555;
    text-decoration: none;
}

.news {
    border-bottom: 1px solid #ccc;
}

/*---FOOTER---*/

#footer{
    background-color:#efece2;
    background-image: url('/footer_bg.png');
    background-repeat:repeat-x;
    width: 929px;
    height: 125px;
    clear:both;
}
#fiu_footer {
    padding-top: 25px;
    padding-left: 25px;
    float:left;
}
#fiu_footer span {
    display: block;
    margin-top: 5px;
}
#quicknav {
    float:right;
    border-left: solid #999 1px;
    vertical-align:middle;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 90%;
    line-height: normal;
}
#quicknav h4 {
    margin-top: 5px;
    margin-bottom: 10px;
}

#quicknav ul {
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
#quicknav li {
    display: inline;
}
#quicknav a {
    padding: 5px 10px;
    border-left: 1px solid #aaa;
    color: #777;
    background-color:transparent;
}
#quicknav a:first-child {
    padding-left: 0px;
    border-left: none;
}

/* Used for info sections */
#info {
    text-align: center;
    margin-bottom: 1em;
}
#info a {
    color: #13426e;
}
#info h2 > a {
    color: #C5960C;
    text-decoration: none;
}
#info h2 > a:hover {
    color: #13426e;
    text-decoration: underline;
}
.info_container {
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: left;
    vertical-align: top;
    margin: 0px 1%;
    padding: 0px 1% 1em;
}
.info_3 {
    width: 28%;
}
.info_2 {
    width: 44%;
}
.info_1 {
    width: 96%;
}
.info_item {
    padding-right: 10px;
    margin-top: 10px;
}
.info_item p {
    margin-top: 0.2em;
}

/* Gallery styles */
#gallery
{
    overflow: auto;
    overflow-x: hidden;
    zoom: 1;
    position: relative;
    text-align: center;
    width: 912px;
    height: 350px;
    margin: 1em auto;
}
#slide_holder p
{
    z-index: 8;
    padding: 0;
    margin: 0;
}
#slide_holder p.active
{
    z-index: 10;
}
#slide_holder p.last-active
{
    z-index: 9;
}
#gallery a, #gallery img
{
    text-decoration: none; outline: none; border: none;
}
#slide_nav {
    position: absolute;
    right: 15px;
    bottom: 25px;
    z-index: 15;
}
#slide_nav a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0px 5px;
    margin: 2px;
    background: #eee;
    opacity: 0.6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: black;
    font-weight: bold;
    height: 20px;
}
#slide_nav a.active {
    opacity: 0.8;
    border: 1px solid red;
}
#slide_nav img {
    border: none;
    padding: 0px;
    margin: 0px;
}

.message {
    font-style: italic;
}

.info_container h2 {
    color:#003366;
    font-weight:bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family:Helvetica,Arial,sans-serif;
    font-size:23px;
    color:#c5960c;
}

.info_container h3 {
    font-size: 100%;
    color: #40567f;
    padding: 0;
    margin: 0;
}

.info_container h4 {
    margin: 0;
    padding: 0;
}

/*---MISC---*/
.nav {
	display:none;
}

.faculty, .event {
    margin-top: 1em;
    border-bottom: 1px dotted #888;
}

.portrait {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 0.25em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
}
.fac-title {
    font-size: 90%;
    color: #555;
}

#content .feed {
    text-align: right;
    font-size: 95%;
    position: relative;
    top: -1em;
    margin: -0.5em 0 -1em;
}
.feed img {
    border: none;
}

#map-root li {
    list-style-type: square;
    padding: 0.25em;
    margin-bottom: 0;
}
#map-root, #map-root ul {
    margin: 0;
    margin-left: 1.5em;
    padding-left: 0em;
}
#map-root a.feeds {
    margin-left: 1em;
}
#map-root a {
    color: #6c6c6c;
}

table {
    border-collapse: collapse;
    border: 1px solid #aaa;
    margin: auto;
}
td {
    border: 1px solid #aaa;
    padding: 0.3em;
}
th {
    font-weight: bold;
    background: #b3cadc;
    color: black;
    padding: 0.3em;
}

#months {
    width: 98%;
    color: black;
    border-collapse: separate;
    font-size: 95%;
    border: none;
}
#months td {
    background: #ccc;
    width: 8%;
    padding: 0.05em 0.2em;
    text-align: center;
    margin: 1px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #888;
}
#months caption {
    display: none;
}

input, textarea {
    padding: 0.35em;
    font-size: 100%;
}

.disp-error {
    text-align: center;
    background: #ffe467;
    border: 1px solid #ffc167;
    padding: 0.5em;
    font-weight: bold;
}

.disp-success {
    text-align: center;
    background: #89e470;
    border: 1px solid #2d9812;
    padding: 0.5em;
    font-weight: bold;
}

/* Event row number for striped display */
.enum0, .enum1 {
    padding: 0 0.5em 0.5em;
}
.enum1 {
    background: #e2f5ff;
}

p.figure {
    text-align: center;
}
p.figure img {
    margin: 0.5em;
    padding: 0.25em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
}

/* Accordion */
#links .accordion-button:before {
    content: "";
}
#links .accordion-button {
    text-align: right;
    font-size: 90%;
    font-weight: bold;
    background: #f8f8f8;
    padding-top: 0;
    padding-bottom: 0;
}

.float-left {
    vertical-align: top;
    float: left;
    margin-right: 0.75em;
}

#search-bar {
    height: 14px;
    width: 30em;
    font-size: 11px;
    float: right;
    padding-top:3px;
}

#search-bar .gsc-control-cse {
    padding: 0;
    background: none;
    border: none;
}

#search-bar td {
    padding: 0;
}

#search-bar td, #search-bar table {
    border: none;
}

#search-bar .gsc-input input {
    font-size: 12px;
    height: 24px;
}

/* Local Variables: */
/* compile-command: "cd ../../; make" */
/* End:  */
