/* TAGS
----------------------------------------------------------*/

body   
{
    
    margin:0px; 
    padding:0px;
    
    background-position:center top;
    background-image: url(../image/base/bg-page-1024.png);
    background-repeat: repeat-y;
    

    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8em;
    
    color:#222222;
}

a
{
      color: #25229f;
}

a:link, a:visited
{
    color: #25229f;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


a.hidden
{
  color:#222222;
}

a.hidden:hover
{
  text-decoration:none;
}

a.whiteLink
{
  color:#FFFFFF;
}

a.button 
{
  padding:7px;
  background-image:none;
  
  display: inline-block;
  outline: none;
  cursor: pointer;
  
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,255,255,.4);

  font-size:0.8em;
  
  -webkit-border-radius: .5em; 
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);

      color: #000000;
  border: solid 1px #e3c209;
  background: #f3d943;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7e47a), to(#f0cd0a));
  background: -moz-linear-gradient(top,  #f7e47a,  #f0cd0a);
}

a.button:hover 
{

  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
  box-shadow: 0 1px 5px rgba(0,0,0,.5);

      color: #000000;
  background: #f6e47f;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0cd0a));
  background: -moz-linear-gradient(top,  #ffffff,  #f0cd0a);

}

p
{
    padding: 10px 0px 10px 0px;
    margin:0px;
    line-height: 1.5em;
}

hr
{
  margin:15px 0px 15px 0px;
  padding:0px;
  border-bottom:1px dashed #c0c0c0;
  border-top:0px;
  border-left:0px;
  border-right:0px;
  line-height:0px;
  height:1px;
  display:block;
}

hr.pathway
{
  margin:25px 30px 25px 30px;
  padding:0px;
  border-bottom:1px dashed #c0c0c0;
  border-top:0px;
  border-left:0px;
  border-right:0px;
  line-height:0px;
  height:1px;
  display:block;
  clear:both; 
}

img
{
    border:none 0px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-family: "Coustard", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: bold;
    padding: 0px 10px 8px 0px;
    margin: 0px;
}

h1
{
    font-size:1.8em;
    padding: 0px 0px 15px 0px;
    line-height:1.2em;
}

h2
{
    font-size: 1.4em;
    padding: 10px 0px 5px 0px;
    line-height:1.4em;
}

h3
{
    font-size: 1.1em;
    padding: 10px 0px 5px 0px;
    line-height:1.2em;
}

h4
{
    font-size: 1.1em;
    line-height:1.2em;
}

h5, h6
{
    font-size: 1em;
    line-height:1.2em;
}
































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
