/* reset */
* {
    margin: 0px;
    padding: 0px;
    border: none
}
a {
    color: #000000;
}
a img {
    border: none;
}
a:link, a:visited, a:active {
    text-decoration: none;
    color: #000000;
}
a:hover {
  color: #ff3333;
}
/* layout */
body {
    width: 100%;
    text-align: center;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    background: #cccccc;
}
#wrapper {
    width: 1000px;
    margin: 20px auto;
    text-align: left;
    font-size:10px;
    background: #ffffff;
    color: #000000;
}
.grid {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
#header {
  width: 1000px;
  padding: 5px 0;
}
#logo {
    width: 180px;
}
#logo img {
    width: 100px;
    height: 100px;
}
#slogan {
  width: 580px;
}
#slogan img {
  width: 400px;
  height: 100px;
}
#caption {
  width: 180px;
}
#caption img {
  width: 100px;
  height: 100px;
}
#mainnavbar {
  width: 1000px;
  padding: 5px 0;
  text-align: center;
}
#mainbar {
  width: 980px;
  background: #cccccc;
}
.navleft {
  width: 260px;
}
.navright {
  width: 260px;
}
.navmain {
  width: 120px;
  font-size: 20px;
}
#content {
  width: 1000px;
  padding: 5px 0;
}
#contentLeft  {
    width: 200px;
}
#contentRight {
  width: 200px;
}
#contentCentre {
   width: 540px;
}
#contentCentre p {
  font-size: 14px;
  padding: 5px;
}

.bar {
  width: 980px;
  height: 10px;
  background: #cccccc;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* style */
.centre {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.italic {
 font-style: italic;
}
.blue {
    color: #5074e9;
}
.red {
    color: #ff3333;
}
.current {
  background: #5074e9;
  color: #ff3333;
}

/* Navigation */
#footer {
  width: 1000px;
  padding: 5px 0;
}
#footerLogo,  {
  width: 70px;
}
#footerLogo img {
  width: 50px;
  height: 50px;
}
#copyNotice {
  width: 220px;
}
#copyNotice p {
  padding: 10px 0;
  font-size: 12.5px;
}
.navTab {
  width: 70px;
  padding: 20px 0;
  text-align: center;
}
.navTab a {
  font-size: 12.5px;
  color: #000000;
}
.navTab a:hover {
  color:#ff6666;
  text-decoration: none;
}
.navSpacer {
  width: 5px;
  padding: 20px 0;
}
#webDesign {
  width: 215px;
  text-align: right;
}
#webDesign p {
  padding: 10px 0;
  font-size: 12.5px;
}
h1 {
    font-weight: normal;
    font-size: 2.4em;
}
h2 {
    font-weight: normal;
    font-size: 2em;
}
h3 {
    font-weight: normal;
    font-size: 1.75em;
}
h4 {
    font-weight: normal;
    font-size: 1.4em;
}
h5 {
    font-weight: normal;
    font-size: 1.2em;
}
h6 {
    font-weight: normal;
    font-size: 1em;
}