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

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  background: #636363;
  color: #70695A;
}

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

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  background: transparent;
  color: #000000;
  border-color: #FFFF00;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{outline: none;}


/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.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;
  border-color: #767676;
}

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

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 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, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#pageContainer{
	width: 780px;
	background: #FFF url(main.png) repeat-y;
  color: #70695A;
  margin:0 auto;
}

/* links above the logo / footer */
#links
{ padding: 10px 21px 0px 19px;
  width: 720px;
  height: 22px;
  font-size: 94%;
  text-transform: uppercase;
  background: #FFF url(menu.png);
  /*color: #DBD7D1;*/
  color: #FFFFFF;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

#footer
{ padding: 10px 21px 0px 19px;
  width: 720px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
  background: #FFF url(menu.png);
  color: #DBD7D1;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{
	text-decoration: none;
	background: transparent;
	/*color: #DBD7D1;*/
	  color: #FFFFFF;

}

#links a:hover, #footer a:hover{
	text-decoration: underline;
	 background: transparent;
	 color: #DBD7D1;
}

/* logo */
#logo
{ width: 760px;
  height: 105px;
  text-align: left;
  background: #FFF url(site_logo.jpg) no-repeat;
  color: #70695A;
}

#logo h1
{ margin: 0px;
  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
}

/* navigation menu */
#menu
{ height: 32px;
  width: 760px;
  font-size: 120%;
  background: #FFF url(menu.png);
  color: #DBD7D1;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

#menu ul{margin: 0px auto;} 

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

#menu li a 
{ display: block; 
  float: left; 
  height: 27px;
  text-decoration: none;
  font-weight: bold;
  padding: 3px 23px 2px 23px;
  text-transform: uppercase;
  background: #FFF url(menu.png);
  /*color: #DBD7D1;*/
  color:#FFFFFF;
  border-color: #D7D7D7;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFF00;
 /* color: #70695A;*/
 color: #000000;
} 

/* main content */
#content
{ width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
  background: transparent;
  color: #333333;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: right;
  padding: 16px 0px 15px 0px;
}

.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 25px 0px;
  background: transparent;
 /* color: #CCCCCC;*/
   color: #FFFFFF;

}
.sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  /*color: #CCCCCC;*/
    color: #FFFFFF;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
/*  background: #FFF url(yellow_sbi.png);*/
	background: #FFFF00;
 /* color: #70695A;*/
 color: #000000;
   border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
  background: transparent;
/*  color: #70695A;*/
  color: #000000;

}

.sbicontent{padding: 14px 8px 8px 19px;}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a { float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
  background: #FFF url(menu.png);
  color: #FFFFFF;
}
.sbilinks li a:hover {
	float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
    background: #FFFF00;
  color: #000000;
   
}

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 512px;
  float: left;
  padding: 12px 3px 15px 19px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 h2
{ padding: 15px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  font-size: 110%;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 h3
{ padding: 0px 0px 0px 0px; 
  margin: 0px 0px 6px 0px; 
  font-size: 100%;
  text-transform: uppercase;
  font-weight: normal;
}

.gallery {
	float: left; 
  margin: 0px; 
  padding: 0px 10px 5px 0px;
}

.sidebaritem a
{ padding: 0px;
  text-decoration: none;
  padding-bottom: 2px;
}

.sidebaritem a:hover {
	padding: 0px;
  text-decoration: underline;
  padding-bottom: 2px;
}
#column2 a {
	padding: 0px;
  text-decoration: none;
  padding-bottom: 2px;
  background: transparent;
  color: #333333;
}
#column2 a:hover {
	padding: 0px;
  text-decoration: underline;
  padding-bottom: 2px;
  background: transparent;
  color: #333333;
}
.input {
	border: 1px solid #000000;
}

.textarea {
	border: 1px solid #000000;
}

.more {
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}


/* lower copyright info bar */
#copy {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	text-align: center;
	margin-top: 5px;
	height: 10px;
}


/* additional colour scheme selections */
#colour{margin: 0px 0px 20px 0px;}

#colour a, #colour a:hover{border: 0px;}

.orange
{ background: #FFFFFF url(yellow.png) no-repeat left center;
  color: #FF9C21;
  padding: 0px 40px 0px 20px;
}
