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

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .75em;
  background: #000000;
  color: #D5D2D6;
}

#main
{
	color: #D5D2D6;
	background-image: url(page.jpg);
	background-repeat: repeat-y;
}

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

td
{  line-height: 1.8em;
}

h1
{
	font-family: arial, sans-serif;
	font-size: 108%;
	letter-spacing: .05em;
	font-weight: bold;
	clear: both;
	background: transparent;
	color: #e0a420;
	border-color: #787878;
	font-weight: bold;
}

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

h3
{
	font-size: 125%;
	line-height: 1.6em;
	margin-bottom: 6px;
}
  


img{border: 0px;}

a{outline: none;}

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

.right
{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.smallital {
	font-style: italic;
	color: #999999;
}


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

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

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 10px;
 line-height: 1.6em; 
}

/* 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 */
#main{width: 800px;}

/* links above the logo / footer */
#links
{
	width: 746px;
	height: 20px;
	font-size:11px;
	padding: 8px 21px 0px 19px;
}

#footer
{
	width: 746px;
	height: 36px;
	font-size: 11px;
	background-color: #000000;
	clear: both;
	padding-top: 8px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 19px;	
}

#links{text-align: right;}

#footer
{ text-align: center; 
  border-top: 1px solid;
  background: #000000;
  color: #D5D2D6;
  border-color: #e0a420;
}

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

#links a, #footer a
{ background: transparent;
  color: #D5D2D6;
}

#links a:hover, #footer a:hover
{ background: transparent;
  color: #e0a420;
}


/* logo */
#logo
{
	width: 786px;
	height: 165px;
	background: url(logo.jpg) no-repeat;
	color: #D5D2D6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0a420;
}

#logo h1, #logo h2
{ margin: 0px;
  letter-spacing: .2em;
}

#logo h1
{ padding: 28px 0px 0px 139px;
  font-size: 160%;
}

#logo h2
{ font-family: arial, sans-serif;
  padding: 5px 0px 0px 139px;
  font-size: 108%;
}

/* navigation menu */

#menu
{ background: transparent;
  color: #D5D2D6;
}

#menu
{
	height: 26px;
	width: 786px;
	margin-top: -26px;
	position: relative;
}


#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #e0a420;
  color: #FFF;
} 


#menu ul{margin: 0px auto;} 

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

#menu li a 
{
	display: block;
	float: left;
	height: 16px;
	text-decoration: none;
	padding: 4px 11px 2px 11px;
	text-transform: uppercase;
	font-size: 95%;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ height: 16px;
  padding: 4px 11px 2px 11px;
  border: 0px;
} 

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

/* column 1 - contains sidebar items */
#column1
{
	width: 224px;
	float: left;
	background-color:#000000;
	height:auto;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1, #column2 h1
{
	background: transparent;
	color: #e0a420;
	border-color: #787878;
	font-weight: bold;
}

#column1 h1
{
	background: transparent;
	color: #e0a420;
	border-color: #787878;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

#column2 h2
{color: #e0a420;}

.sidebaritem
{
	text-align: left;
	width: 200px;
	float: right;
	margin-top: 12px;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 0px;
    background: none;
    color: #D5D2D6;
}

.sidebaritem h1, .sidebaritem h2, .sidebaritem p{margin: 0px 10px 0px 10px}

.sidebaritem h1
{ font-weight: normal;
  padding: 8px 0px 16px 0px;
  text-transform: uppercase;
  letter-spacing: .1em;
}


.sidebaritem p
{ line-height: 18px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{
	padding: 0px 0px 2px 19px;
	text-decoration: none;
	color: #D5D2D6;
}

#content, #column2
{ color: #D5D2D6;
  border-color: #D5D2D6;
}


#column2 a
{ color: #e0a420;
}

#column2 a:hover
{ background: #414141;
  color: #e0a420;
  border-color: #e0a420;
}

.sbilinks li a, .sidebaritem a
{ background: url(orange_arrow.png) no-repeat left center;
  color: #e0a420;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: url(arrow.png) no-repeat left center;
  color:  #D5D2D6;
} 



.sbilinks ul{margin: 0px 0px 0px 10px;}

.sbilinks li
{ list-style: none; 
  padding: 0px 0px 0px 0px; 
}

.sbilinks li a, .sbilinks li a:hover
{ height: 16px;
  text-decoration: none; 
  width: 149px;
} 

/* column 2 - page content */
#column2
{
	width: 524px;
	float: right;
	padding: 12px 12px 12px 0px;
}

#column2 h1
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
  background: transparent;
  color: #e0a420;
  border-color: #787878;
  font-weight: bold;
}

#column2 h2
{
	color: #e0a420;
	font-size: 115%;
}

#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  color: #dc740c;
}

#column2 a:hover{border-bottom: 1px solid;}

#content, #column2
{color: #D5D2D6;
  border-color: #D5D2D6;
}


#column2 a
{ color: #e0a420;
}

#column2 a:hover
{ background: transparent;
  color: #D5D2D6;
  border-color: #D5D2D6;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
}
.rtop, .rbottom{background: none;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: none;}


.r1{margin: 0 5px}

.r2{margin: 0 3px}

.r3{margin: 0 2px}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px
}

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

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

.orange
{ background: #414141 url(orange.png) no-repeat left center;
  color: #FF9C21;
  padding: 0px 40px 0px 20px;
}
#main #content #column2 hr {
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #787878;
}
.borderb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #787878;
}
blockquote {
	margin-top: 0px;
}
.caps {
	text-transform: uppercase;
}

.white {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.whitelink a {
	color: #cccccc;
	text-decoration: none;
}
.whitelink a:hover {
	color: #cccccc;
	text-decoration: underline;	
}
