/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2, h3, h4
{ font-size: 110%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
 /* text-transform: uppercase; */
  font-weight: normal;
}


b1
{ font-size: 100%;
  /*letter-spacing: .1em;*/
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
 /* text-transform: uppercase; */
  font-weight: bold;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

/* LINKS*/
#content a.hasImage {border: none;}
#content a.hasImage:hover {border: none;}
a{outline: none;}
a.currentpage{border-bottom: 1px dashed;}


form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 20px solid;
  border-left: 40px solid;
 
  
}

.right
{ float: right; 
  border-left: 20px solid;
  border-right: 40px solid;

}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ 
  margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
  background: #ecebeb;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar,  #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 800px;}

/* logo */
#logo
{ width: 800px;
  height: 145px;
  /*float: left;*/
/*  border-top: 1px solid;*/
}
#footer
{ width: 760px;
  height: 50px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  font-family: "century gothic", sans-serif;
  font-size: 90%;
  letter-spacing: 0em; 
  font-weight: normal;

}
 
/*
#logo h1
{ font-family: "century gothic", sans-serif;
  font-size: 600%;
  padding: 42px 0px 0px 12px;
  
  letter-spacing: 0em;
  text-transform: lowercase;

}
*/

#footer h1
{ font-family: "century gothic", sans-serif;
  font-size: 100%;
  padding: 12px 0px 0px 12px;
  float: center;
  letter-spacing: 0em;
  /*text-transform: lowercase;*/
}

/*
#colours
{ height: 0px;
  text-align: right;
  padding: 90px 16px 0px 0px;
}
*/ 
/* navigation menu */
#menubar
{ width: 780px;
  /*reduce height to move nav block into content*/
  height: 55px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ 
  font-family: verdana, sans-serif;
  display: block; 
  float: left;
  height: 15px;
  text-decoration: none;
  /*adjust the padding to adjust menubar width (2nd and last value) */ 
  padding: 15px 14px 15px 15px;
  text-align: center;
  /*border-right: 1px solid;*/
} 


/* main content */
#site_content
{ width: 720px;
  overflow: hidden;
} 



/* page content */
#content

{ 
margin-left: auto; 
  margin-right: auto;
  text-align: left;
  width: 720px;
  padding: 24px 20px 24px 20px;
  /*float: right;*/
}

#content h1{font-size: 125%;}

/* footer */

#content a, #content a:hover, #footer a, #footer a:hover{
text-decoration: none;
border-bottom: 1px dashed;
}

/*
#footer a, #footer a:hover{
text-decoration: none;
}
*/




