/*
-----------------------------------------------
Greater Manchester Health Commission Styles
Author: Digitician Ltd / James Tunstall
Version: 11th December 2008
----------------------------------------------- */

/* YUI reset CSS starts
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0 */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
/* YUI reset CSS ends */


/* =globals 
----------------------------------------------- */	
body {
  font-family: arial;
  }
  
address {
  font: normal 0.8em arial;
  }
  
  
/* =Structure
----------------------------------------------- */	
.outer_wrap {
  margin-left: 10%; 
	margin-right: 10%;
  width: auto;
  }

.inner_wrap {  
  margin: 0 5px;
  position: relative;
  }
  
.content {
  margin-left: 190px;
  padding-right: 10px;
  }

 
/* =Header
----------------------------------------------- */	
#header {
  position: relative;
  }


.heading {
  }
  
  
.header_mid {
  position: relative;
  }

.search {
  position: absolute; 
  right: 0;
  top: 15px;
  }  

.bar {
  background: #C3A8C7;
  height: 50px;
  }
  .bar_inner {
    background: #fff;
    height: 50px;
    margin-left: 10%; 
    margin-right: 10%;
    width: auto;
    }  
    .bar_inner2 {
    margin: 0 5px;
    
    }
    .bar_left {
      background: #731472;
      float:left;
      height: 50px;
      width: 185px; 
      }     
    .bar_right {
      background: #731472 url(../img/banner.jpg) no-repeat;
      height: 50px;
      margin-left: 190px;
      }

      
      
/* =Footer
----------------------------------------------- */	
.footer {
  /*
  background: #fff url('../img/footer-bg.png') repeat-x;
  min-height: 400px;
  */
  background: #C3A8C7;
  padding-bottom: 20px;
  }
  
#footer_upper {
  background: red url(../img/footer-bg-upper.png) repeat-x;
  height: 11px;
}  
  
.footer_inner {
  margin: auto;
  min-width: 250px;
  padding-top: 0;
  text-align: left;
  width: 80%;
	}

  
.footer img {
  margin-top: 1em;
  }
  
  
.footer .logo1 {
  float: left;
  }
  
.footer .logo2 {
  float: right;
  }

  
/* =Navigation
----------------------------------------------- */
.subcontent {
  float: left;
  width: 185px;
  }
  


/* =Headings
----------------------------------------------- */
p.heading {
  font: bold 1.3em "Trebuchet MS";
  padding: 14px 0 12px 5px;
  }

  
h1 {
  color: #731472;
  font: bold 1em arial;
  margin: 0.75em 0 0.75em 0.2em;
  }  
  
h2 {
  color: #731472;
  font: bold 0.9em arial;
  margin: 0.75em 0 0.75em 0.2em;
  }  

h3 {
  color: #731472;
  font: bold 0.9em arial;
  margin: 0.75em 0 0.75em 0.2em;
  }  
  
h4 {
  color: #731472;
  font: bold 0.8em arial;
  margin: 0.75em 0 0.75em 0.2em;
  }
  
 
/* =Lists
----------------------------------------------- */
.content ol {
  font: normal 0.8em arial;
  }
  .content ol li {
    list-style-type: decimal;
    margin-left: 2em;
  }

.content ul {
  font: normal 0.8em arial;
  }
  .content ul li {
    list-style-type: disc;
    margin-left: 2em;
  }
  
.content dl {
  font: normal 0.8em arial;
  }
  .content dl dt {
    font-weight: bold;
  }
  .content dl dd {
    padding: 0 0 1em 0.2em;
  }


ul.help_links  {
  font-size: 0.7em;
  float: right;
  padding: 3px 0 0 0;
  }

ul.help_links  li{
  float: left;
  padding-left: 15px;
  }

  

 
ul.menu {
  background: #E9E0E9;
  border-bottom: 1px solid #D3B0F2;
  font: normal 0.85em arial;
  margin-top: 10px;
  }  
  ul.menu li {
    border-top: 1px solid #D3B0F2;
    padding: 0.5em 0 0.5em 0.4em;
    }
    ul.menu ul {    
      padding: 0.2em 0;
      }
      ul.menu ul li {
        border-top: none;
        font-size: 0.85em;
        padding: 0.1em 0;
      }
  
  
/* =Links
----------------------------------------------- */
a, a:link, a:visited {
  color: #735E14;
  text-decoration: underline;
  }
a:hover {
  color: red;
  text-decoration: none;
  }
a:active {
  color: #735E14;
  text-decoration: underline;
  }

  
ul.help_links li a, ul.help_links li a:link, ul.help_links li a:visited {
  text-decoration: none;
  } 
ul.help_links li a:hover {
  text-decoration: underline;
  }
ul.help_links li a:active {
  text-decoration: none;
  } 
  
  
p.heading a {
  color: #731472;
  text-decoration: none;
  }
  p.heading a .alt {
    color: #934792;
  }

  

ul.menu li a, ul.menu li a:link, ul.menu li a:visited {
  background: url(file:///C|/Documents and Settings/alby.atkinson/Local Settings/Temporary Internet Files/Content.IE5/img/inactive1.png) no-repeat; 
  color: #731472;
  padding-left: 16px;
  text-decoration: none;
  }
ul.menu li a:hover {
  background: url(file:///C|/Documents and Settings/alby.atkinson/Local Settings/Temporary Internet Files/Content.IE5/img/inactive1_over.png) no-repeat; 
  color: red;
  text-decoration: underline;
  }
ul.menu li a:active {
  background: url(../img/inactive1.png) no-repeat; 
  color: #731472;
  padding-left: 16px;
  text-decoration: none;
  }  


ul.menu li a.active, ul.menu li a.active:link, ul.menu li a.active:visited {
  background: url(../img/active.png) no-repeat; 
  color: #51420E;
  font-weight: bold;
  padding-left: 16px;
  text-transform: uppercase;
  }
ul.menu li a.active:hover {
  background: url(../img/active_over.png) no-repeat; 
  color: red;
  text-decoration: underline;
  }
ul.menu li a.active:active {
  background: url(../img/active.png) no-repeat; 
  color: #51420E;
  font-weight: bold;
  padding-left: 16px;
  text-transform: uppercase;
  }


ul.menu li ul li a, ul.menu li ul li a:link, ul.menu li ul li a:visited {
  background: url(../img/inactive2.png) no-repeat; 
  margin-left: 10px;
  padding-left: 16px;
  }
ul.menu li ul li a:hover {
  background: url(../img/inactive2_over.png) no-repeat; 
  }
ul.menu li ul li a:active {
  background: url(..5/img/inactive2.png) no-repeat; 
  margin-left: 10px;
  padding-left: 16px;
  }


/* =Forms 
----------------------------------------------- */	
.content form {
  /* font: normal 0.8em arial; */
  margin: 1em 0;
  }  
  
form label {
  font: normal 0.8em arial; 
  }  
  
form input {
  margin: 0.25em 0;
}  
  
input.form-text {
  border: 1px solid #C3A8C7;
  font: normal 0.8em arial;
  padding: 3px;
  width: 175px
  }
  
  
input.form-submit {
  border: 1px solid #C3A8C7;
  font: bold 0.7em arial;
  background: #741573;
  color: #fff;  
  padding: 3px 10px;
  }


/* =Tables 
----------------------------------------------- */	
.content table {
  font: normal 0.8em arial;
  }  



/* =Misc
----------------------------------------------- */
.clear {
  clear: both;
  }
  
.content p {
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 1em 0 1em 0.2em;
  }