  @import "style.css";

  /***
   *  Header */
  

  #header
  {
    color: inherit;
     width: 100%;

  }
  
  #headercontent
  {
    width: 750px;
    height: 87px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #headercontent a
  {
    border-width: 0;
  }
  
  /***
   *  Search */
  
  #headersearch
  {
    font-size: 0.7em;
    float: right;
	color:#000000;
    height: 47px;
    padding: 20px 20px 20px 0;
  }
  
  #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: #000000;
  }  
  

  /***
   *  Main */
     
  #main
  {
    background-color: #F3F1E1;
    background-image: url('images/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;
  }
    
  #prospectus
  {
    background-color: #ffffff;
    background-image: url('images/content-top-fill.png');
    color: inherit;
    
    height: 152px;
    
    padding: 15px 0 0 2em;
    font-size: 0.7em;
    
    border-width: 0 0 1px 0;
    border-color: #ffffff;
    border-style: solid;
  }
  
  #prospectus h2
  {
    margin: 0;
  }
  
  #prospectusimage
  {
    float: right;
    margin: -10px 0 0 0;
  }
  
  .rightarrow
  {
    vertical-align: bottom;
  }
  
  
  /* Navigation*/

#navcontainer {
	width:750px;
	position: relative;
	margin: 0 auto;
	text-align:left;
	padding-top:10px;
}  
  /***
   *  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: center;
    font-size: 0.7em;
  }
  
  .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: #F1EEDE;
  }
  
  .hoverbox:hover
  {
    background-color: #F8F5E6;
  }
  
  
  /***
   *  Content */
  
  #content
  {
    background-image: url('images/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/content-top-fill.png');
    color: inherit;    
    
    height: 153px;
    
    padding: 14px 0 0 0;
  }
  
  #contentmiddle
  {
    background-color: #F1EEDE;
    color: inherit;    
    
    height: 120px;
    
    font-size: 0.8em;
    
    border-width: 1px 0 0 0;
    border-color: #ffffff;
    border-style: solid;
    
    padding: 0;  
  }
  
  #contentmiddle h2
  {
    margin-bottom: 0.5em;
  }
  
  #contentmiddleleft
  {
    float: left;
    
    width: 232px;
    height: 115px;
    
    border-width: 0 1px 0 0;
    border-color: #ffffff;
    border-style: solid;    
    
    padding: 0 15px 5px 15px;
  }
  
  #contentmiddleright
  {
    float: right;
    
    width: 232px;
    height: 115px;
    
    padding: 0 15px 5px 15px;
  }
  
  #contentbottom
  {
    background-color: #F1EEDE;
    color: inherit;
    
    height: 120px;
    
    font-size: 0.7em;
    
    border-width: 1px 0 0 0;
    border-color: #ffffff;
    border-style: solid;
    
    padding: 0;  
  }
  
  #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: 222px;
    font-size: 0.7em;
  }
  
  #news h2
  {
    margin-top: 0;
    padding: 15px 15px 0 15px;
  }
  
  #news ul
  {
    padding: 0;
    margin: 0;  
  }
  
  #news ul li:hover
  {
    background-color: #F8F5E6;
    color: inherit;  
  }
  
  #news li
  {
    list-style:none;
    list-style-type: none;
    list-style-image: url('images/bullet-openarrow.gif');    
    padding: 0 1em 2em 1em;

    
  }
  
  #news ul li a 
  {
    background-color: transparent;
    color: #A30A0B;
  }
    
  
  /***
   *  Footer */
  #footer
  {
    width: 750px;
    height: 70px;
    position: relative;
    background-color: #dddddc;
    color: inherit;
    margin: 0 auto 1em auto;
    font-size: 10pt;
  }
  
 #footer ul {
 	text-align: center;
	}

#footer li {
	list-style: none;
	display: inline;
	text-align: center;
}

#footer li a {
	font-size: 90%;
	padding: 0 6px;
	float: left;
	text-align: center;
	display: block;
	width: auto;
	background: transparent url(images/bg-divider-bottom.gif) repeat-y 100% 0;
}

#footer li a:hover,
{
	background-color: #d5e7f0;
}

#footer li.last a {
	background-image: none;
}

  
  #footercontent
  {
    padding: 12px 1em 0 1em;
  }
  
  #footercornerleft
  {
    background-image: url('images/footer-left.png');
    height: 4px;
    width: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  #footercornerright
  {
    background-image: url('images/footer-right.png');
  
    height: 4px;
    width: 4px;
    
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  #copyright
  {
    float: left;

  }
  
   #footlinks 
  {
  padding:15px;
  text-align:center;
   }
    #footlinks ul
  {
	text-align:center;
  }
  #footlinks li a
  {
    border-width: 0px;
	text-align:center;

  }
 
	#copyright a,    #webmail a
  {
    border-width: 0px;
	
  }
  #webmail
  {
    float: right;
  }
