@charset "UTF-8";
/* CSS Document */

@import url(reset.css);
@import url(color.css);
@import url(typography.css);

body {background-image:url(../images/bg.jpg);background-repeat:repeat-x;}

#drop-shadow {width:1030px;margin:auto;position:relative;background-image:url(../images/shadow.png);background-repeat:repeat-y;}

#wrap {width:1000px;margin-left:auto;margin-right:auto;position:relative;background-image:url(../images/wrap-bg.jpg);background-repeat:no-repeat;}

.clear {clear:both;height:0px;}

/* ----------------------------------------------- HEADER BAR */
#hdr-bar {padding:10px;background-image:url(../images/hdr-bar-bg.png);background-repeat:no-repeat;height:53px;}  /* image height 83px */

#hdr-bar-nav {position:absolute;right:270px;top:10px;}

/* SEARCH */
#search {position:absolute;right:10px;top:10px;width:250px;}
#search .button {float:right;width:60px;}
#search .text {float:left;height:14px;width:180px;}

/* CAMPUS SELECT */
#campus-dd {visibility: hidden;padding: 0px 10px;position:fixed;background-image:url(../images/campus-dd-bg.png);background-repeat:repeat;}
#campus-dd li {float:left;padding:7px 7px 0px 7px;}

/* ----------------------------------------------- BRANDING */
#brand {margin-top:-30px;} /* adjust for height of hdr-bar-bg.png */

/* ----------------------------------------------- MAIN CONTENT */
#main-content {clear:both;margin:0px 10px 10px 10px;}

#main-image {float:left;width:716px;height:296px;margin-bottom:10px;border:2px solid #56000C; background-color:#000000;}

#slider-boxes {clear:both;width:720px;float:left;margin-right:10px;margin-bottom:50px;}

#menu div {width: 155px;height: 80px;float: left;background-image:url(../images/black-40.png);background-repeat:repeat;padding:10px;}
#menu div .small {display:block;width:156px;}
#menu div:hover {background-image:url(../images/black-50.png); background-repeat:repeat;}

#email {width:230px;height:80px;float:left;padding:10px;background-image:url(../images/black-40.png);background-repeat:repeat;}
#email .small {display:block;}
#email:hover {background-image:url(../images/black-50.png); background-repeat:repeat;}

/* ----------------------------------------------- FOOTER */
#footer {clear:both;padding:10px 5px 0px 5px;background-image:url(../images/footer-bg.png);background-position:top;background-repeat:no-repeat;}

.foot-box {margin:25px 5px 0px 5px;float:left;width:237px;}

.social li {float:left;margin-right:10px;}

/* ----------------------------------------------- SITE INFORMATION */
#site-info {background-image:url(../images/siteinfo-bg.png);background-repeat:no-repeat;background-position:top;width:980px;margin:auto;position:relative;padding:25px 25px 10px 25px;}