/* Firefox */
  
  
  @import "style.css";

  /***
   *  Header */
  
  #header
  {
    background-color: #000000;
    background-image: url('/images/chroma/header-fill-black.png');
    color: inherit;
    padding-top: 25px;
    padding-left: 10px;
    width: 100%;
    height:95px;
    
    margin: 0;
  }
  
  #headercontent
  {
    width: 750px;
    height: 87px;
    
    margin-left: auto;
    margin-right: auto;
  }
  
  #headercontent a
  {
    border-width: 0;
  }
  
  
  
  /***
   *  Search */
  
  #headersearch
  {
    font-size: 0.7em;
    float: right;
    
    height: 65px;
    
    padding-top: 20px;
    padding-right: 10px;
  }
  
  #q
  {
    height: 14px;
    padding: 2px;
    border: none;
  }
  
  #searchgo
  {
    vertical-align: -7px;
    
  }
  
  #headersearch h2
  {
    background-color: transparent;
    color: #ffffff;
    margin: 0 0 4px 0;
  }

  #headersearch h2 label
  {
    background-color: transparent;
    color: #edda74;
  }  
  
  
  
  /***
   *  Top */
  
  #top
  {
    background-color: #ffffff;
    color: inherit;
    
    width: 750px;
    
    margin-left: auto;
    margin-right: auto;
    
    margin-top: 0;
    padding: 0;
  }
  
  #topleft
  {
    background-color: #ffffff;
    color: inherit;
    
    width: 525px;
    height: 150px;
    float: left;
    
    margin: 0;
    padding: 0;
    
    border-width: 1px 1px 0 0;
    border-color: #ffffff;
    border-style: solid;
  }
  
  #topleft img
  {
    border: 0;
  }
  
  #topleft a:hover img
  {
    filter:alpha(opacity=75);
    opacity: 0.75;
  }
  
  #topleft a img
  {
    filter:alpha(opacity=100);
    opacity: 1.0;
  }
  
  #topright
  {
    background-color: #ffffff;
    color: inherit;
    
    width: 224px;
    
    float: right;
    
    margin: 0;
    padding: 0;
  }
  
  /***
   *  Top Icons/Buttons */
  


  #menubuttons
  {
    background-image: url('/images/chroma/content-fill.png');
    padding: 4px 0 0 15px;
    font-size: 0.7em;
    height: 60px;
  }
  
  #menusubjects
  {
    padding: 0 0 0 1em;
    font-size: 0.7em;
    
    height: 85px;
    
    background-color: #eeeeff;
    
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #46649C;
    
  }
  
  #menusubjects h2
  {
    margin: 0.5em 0 5px 0;
  }
  
  #menusubjectsbottom
  {
    margin: 5px 0 0 0;
  }
  
  #optunder, #optpost
  {
    vertical-align: -2px;
  }
  
  #subjectselector
  {
    width: 140px;
  }
  
  #subjectsubmit
  {
    border: 0;
    margin: 0 0 0 5px;
    vertical-align: -5px;
  }
  
  .menubuttonupper
  {
    margin: 7px 0 3px 0;
  }
  
  .menubuttonlower
  {
    margin: 7px 0 0 0;
  }

  .menubuttonupper img, .menubuttonlower img
  {
    border-width: 0;
    vertical-align: middle;
    margin: 0 3px 0 0;
  }
  
  .menubuttonupper a, .menubuttonlower a
  {
    border-width: 0;
  }
  
  #btnone
  {
    width: 45%;
    float: left;
  }
  
  #btntwo
  {
    width: 45%;
    float: left;
  }
  
  #btnthree
  {
    clear: both;
    width: 45%;
    float: left;
  }
  #btnfour
  {
    width: 55%;
    float: left;
  }
  
  
  
  /***
   *  Navigation */
  
  #navigation
  {
    background-color: #000000;
    color: inherit;
    
    width: 100%;
    height: 49px;
    
    margin: 0;
    border-width: 2px 0 2px 0;
    border-color: #ffffff;
    border-style: solid;
  }
  
  #navigationcontent
  {
    width: 750px;
    height: 32px;
    
    
    margin-left: auto;
    margin-right: auto;
  }
  
  .navnormal
  {
    background-image: url('/images/chroma/nav-fill-black.png');
  }
  
  .navselected
  {
    background-image: url('/images/chroma/nav-fill-red.png');  
  }  
  
  #navigationcontent a, #navigationcontent a:link, #navigationcontent a:active, #navigationcontent a:visited
  {
    text-decoration: none;
    border-width: 0;
    
    background-color: transparent;
    color: #edda74;
  }
  
  #navigationcontent a:hover
  {  
    
    text-decoration: none;
    border-width: 0 0 1px 0;
    border-style: none; 
    border-color: #c7a317;
    background-color: transparent;
    color: #c7a317;
  }
  
  #navigationcontent div, #navigationcontent div:first-child
  {
    height: 42px;
    position: relative;
    
    padding-top: 7px;
    
    display: block;
    float: left;
    
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    
    background-color: transparent;
    color: #ffffff;
      
    border-width: 0px 1px 0px 0px;
    border-color: #ffffff;
    border-style: solid;
  }
  
  #navigationcontent div:first-child
  {
    border-width: 0 1px 0 1px;
  }
  
  #navpointer
  {
    position: absolute;
    
    top: 26px;
    left: 50%;
    
    height: 6px;
    width: 20px;
    
    margin-left: -10px;
    
    background-image: url('/images/chroma/nav-arrow.png');
  }
  
  #navcollege
  {
    width: 124px;
  }
  
  #navundergrad
  {
    width: 225px;
  }
  
  #navpostgrad
  {
    width: 181px;
  }

  #teaching
  {
    width: 124px;
  }

  #currentstudents
  {
    width: 124px;
  }

  #prospectivestudents
  {
    width: 124px;
  }
  
  #navconferences
  {
    width: 124px;
  }
  
  #navinternal
  {
    width: 123px;
  }
  
  
  
  /***
   *  Main */
     
  #main
  {
    background-color: #ffffff;
    background-image: url('/images/chroma/menu-fill.png')
    background-repeat: repeat-x;
    background-position: bottom;
    color: inherit;
    
    width: 750px;
    
    margin-left: auto;
    margin-right: auto;
    
    margin-top: 0;
    padding: 0;
    

  }
    
  #exeter-excelling
  {
    background-color: #ffffff;
    
    color: inherit;
    
    height: 130px;
    
    padding-top: 110px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 0.7em;
    
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    border-style: solid;
  }

  #oxford-brand
  {
    background-color: #ffffff;
    
    color: inherit;
    
    height: 46px;
    
    
    border-width: 0 0 1px 0;
    border-color: #ffffff;
    border-style: solid;
  }
  
  #prospectus h2
  {
    margin: -5px 0 -10px 0 ;
  }
  
  #exeter-excellingimage
  {
    float: right;
    margin: 15px 0 0 0;
  }

  
#oxford-brandimage
  {
    float: right;
    margin: -10px -9px 0 0;
  }
  .rightarrow
  {
    vertical-align: bottom;
  }
  
  
  
  /***
   *  Menu */
  
  #menu
  {
    
    color: inherit;
    
    width: 224px;
    
    float: right;
    
    margin: 0;
    padding: 0;
  }
  
  #menu ul
  {
    padding: 1em 0 0 0;
    margin: 1em 0 1px 0;
  }
  
  #menu li:hover
  {
    background-color: #F8F5E6;
    color: inherit;
  }
  
  
  
  
  
  /***
   *  Teasers */
   
  .teaser
  {  
    text-align: left;
    font-size: 0.9em;    
    padding-right: 18px;
    padding-left:18px;
    
  }
  
  .teaser > a 
  {
    border: 0;
  }
  
  .teaser div
  {
    margin: -5px 0 0 0;
  }
  
  #teaserleft
  {
    width: 175px;
    float: left;
  }
  
  #teaserright
  {
    width: 175px;
    float: right;
  }
  
  
  
  /***
   *  Hover Effect */
  
  .hoverbox
  {
    background-color: #ffffff;
  }
  
  .hoverbox:hover
  {
    background-color: #ffffff;
  }
  
  
  /***
   *  Content */
  
  #content
  {
    background-image: url('/images/chroma/content-fill.png');
    background-color: #ffffff;
    background-repeat: repeat-x;
    color: inherit;
    
    width: 525px;
    
    float: left;
    
    margin: 0;
    padding: 0;
    
    border-width: 0 1px 0 0;
    border-color: #ffffff;
    border-style: solid;
  }
  
  #contenttop
  {
    background-color: #ffffff;
    background-image: url('/images/chroma/content-top-fill.png')
    color: inherit;    
    
    height: 128px;
    
    padding: 7px 0 0 0;
  }
  
  #contentmiddle
  {
    background-color: #ffffff;
    color: inherit;    
    
    height: 145px;
    font-size: 0.8em;
    
    border-width: 1px 0 0 0;
    border-color: #ffffff;
    border-style: solid;
    
    padding: 14px 0 0px 0;  
  }
  
  #contentmiddle h2
  {
    margin-bottom: 0.5em;
  }
  
  #contentmiddleleft
  {
    float: left;
    
    width: 225px;
    height: 100px;
    font-size: 1.1em;
    border-width: 0 1px 0 0;
    border-color: #ffffff;
    border-style: solid;    
    
    padding: 0 10px 5px 20px;
  }
  
  #contentmiddleright
  {
    float: right;
    
    width: 225px;
    height: 100px;
    font-size: 1.1em;
    padding: 0 10px 5px 20px;
  }
  
  #contentbottom
  {
    
    background-color: #ffffff;
    color: inherit;
    
    height: 253px;
    
    font-size: 0.9em;
    
    
    
    padding: 2px 0px 0px 10px;  
  }
  
  #contentbottomleft
  {
    float: left;
    
    width: 305px;
    height: 115px;
    
    padding: 0 15px 5px 15px;
  }
  
  #contentbottomleft h2
  {
    margin-bottom: 3px;
  }
  
  #contentbottomsnippet
  {
    padding: 2px 0 0 1em;
  }
  
  #contentbottomphoto
  {
    float: right;
    padding: 10px 0 10px 10px;
  }
  
  #contentbottomright
  {
    float: right;
    
    width: 160px;
    height: 115px;
    
    padding: 0 15px 5px 15px;
  }
  
  #buttonjcr
  {
    padding: 18px 0 7px 0;
  }
  
  #buttonmcr
  {
    padding: 7px 0 0 0;
  }
  
  #buttonjcr a, #buttonmcr a
  {
    border-width: 0;
  }
  

  
  /***
   *  News */
  
  #news
  {
    height: 235px;
    font-size: 0.8em;
    
  }
  
  #news h2
  {
    font-size: 1.4em;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 25px;
    
  }
  
  #news ul
  {
    padding: 0;
    margin: 0.5em;
     
  }
  
  #news ul li:hover
  {
    background-color: transparent;
    color: inherit;  
  }
  
  #news li
  {
    
    list-style: outside;
    list-style-type: none;
    list-style-image: url('/images/chroma/arrow.gif');    
    margin: 0 0 0 2em;
    
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 4px;
    padding-right: 25px;
    
  }
  
  #news ul li a 
  {
    background-color: transparent;
    color: #800517;
  }

  #news ul li a:hover 
  {
    background-color: transparent;
    color: #c11b17;
  }
    
  
  /***
   *  Footer */
  #footer
  {
    width: 750px;
    height: 50px;
    
    position: relative;
    
    background-image: url('/images/chroma/footer-black-fill.png');
    color: #edda74;
    
    margin: 0 auto 1em auto;
    
    font-size: 8pt;
    
  }
  
  #footercontent
  {
    padding: 12px 1em 0 1em;
  }

  #footercontent a, #footercontent a:active, #footercontent a:visited, #footercontent a:link
  {
    text-decoration: none;
    
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #edda74;
    color: #edda74;
  }

  #footercontent a:hover
  {
    
    text-decoration: none;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #c7a317;
    background-color: transparent;
    color: #c7a317;
  }
  
  #footercornerleft
  {
    background-image: url('/images/chroma/footer-left.png');
  
    height: 4px;
    width: 4px;
    
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  #footercornerright
  {
    background-image: url('/images/chroma/footer-right.png');
  
    height: 4px;
    width: 4px;
    
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  #copyright
  {
    float: left;
  }
  
  #copyright a, #torchbox a
  {
    border-width: 0px;
  }
  
  #oxford
  {
    float: right;
  }
