/* 
	Created by: 	Andrew Dowley
	Date:		15th December 2007
	
	TOC:
		1. Defaults
		2. Wrapper and Masthead
		3. Content
		4. Navigation
		5. Copy
		6. Footer
		7. General
		8. Results Table
		9. Gallery

*/

/* ------------------------ 1. defaults ------------------------ */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #fff;
	background: #020181;
}

h1 {
	color: #E7AB0B;
	margin-bottom: 10px;
	font-size:1.4em;
}

h2 {
	color: #E7AB0B;
	margin-bottom: 10px;
	font-size:1.2em;
}

h3 {
	color: #E7AB0B;
	margin-bottom: 5px;
	font-size:1em;
}

h4 {
	color: #E7AB0B;
	margin-bottom: 2px;
	font-size:0.8em;
}

p {
	margin-bottom: 15px;
}
p.forsale {
	display: inline;
	padding-right:20px;
	padding-left:20px;
}
tr.highlight {
	color: #E7AB0B;
}
ul.bullet {
	padding-left:15px;
	padding-bottom:10px;
	list-style:square;
}

li.bullet {
	margin-left:15px;
}

a:link, 
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/* ------------------------ 2. wrapper and masthead ------------------------ */
#wrapper {
	width: 760px;
	padding-left: 10px;
}
#masthead {
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
#branding {
	float: left;
	background:  url(header.jpg) no-repeat;
	height: 145px;
	width: 750px;
}

#branding2 {
	float: left;
	background:  url(header2.jpg) no-repeat;
	height: 145px;
	width: 750px;
}

#branding h1 {
	text-indent: -9000px;
/*	text-indent: -9000px; */
}


/* ------------------------ 3. content ------------------------ */
#content {

}


/* ------------------------ 4. navigation ------------------------ */
#mainNav {float: left; width: 175px; padding-top: 40px;}
#mainNav ul#main {list-style: none;}
#mainNav ul#main li {list-style: none; background:  url(bullet.jpg) no-repeat 3px 3px; margin-bottom: 8px;}

#mainNav ul#main li a {padding-left: 20px; text-decoration: none; color: #ffffff;}
#mainNav ul#main li a:hover {text-decoration: underline;}

#mainNav ul#main li#selected {background:  url(bullet_selected.jpg) no-repeat 3px 3px;}
#mainNav ul#main li#selected a {color: #E7AB0B; text-decoration: underline;}
#mainNav ul#main li#selected a:hover {text-decoration: underline;}

#mainNav ul#main li#none {background-image:none!important; margin:0 15px 5px 0; padding:0;}
#mainNav ul#main li#none2 {background-image:none!important; margin:0; padding:0; height: 2.5em;}

li#none ul#subnav,
li#none2 ul#subnav {list-style: none; margin:0 0 0 15px;}
li#none ul#subnav li,
li#none2 ul#subnav li {list-style: none; padding: 0 0 0 0;}

li#none ul#subnav li a.off,
li#none2 ul#subnav li a.off {color: #ffffff!important; padding: 0 0 0 20px;}

li#none ul#subnav li#on,
li#none2 ul#subnav li#on {background:  url(bullet_selected.jpg) no-repeat 3px 3px;}

li#none ul#subnav li#on a#on,
li#none2 ul#subnav li#on a#on {color: #E7AB0B;}

li#none ul#subnav li#on a.on,
li#none2 ul#subnav li#on a.on {color: #E7AB0B;}

li#none ul#subnav li a:hover,
li#none2 ul#subnav li a:hover {text-decoration: underline;}


/* ------------------------ 5. copy ------------------------ */
#copyContainer {
	float: right;
	width: 570px;
}
#home #copyContainer {




}
#home #content {
}

#home #copyContainer #copy {
	margin: 0px;
	padding: 0px;
	background: #fff url(bg_copy_border.gif) no-repeat right -19px;
	border-right: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#home #copyContainer #copy #GeneralCopy {
	position: relative;
	width: 353px;
	padding-top: 90px;
	padding-left: 10px;
	height: 420px;
	background-image:  url(bg_copy.gif);
	background-repeat: repeat-x;
	background-position: left 257px;
}
#home #GeneralCopy blockquote {
	margin-bottom: 75px;
	padding-right: 15px;
}
#home #GeneralCopy #homepagecopy {
	position : absolute;
	left: 10px;  
	top: 264px;
	width: 90%;
}

#copy {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 38px 25px 30px 10px;
}

#copy #GeneralCopy {
	float: left;
	width: 500px;
	padding-left:25px;
}

#GeneralCopy p {clear:left;}
#GeneralCopy p.quote {font-weight:bold; font-style:italic;} 
span.author {clear:left; font-weight:normal; font-style:normal }  

#GeneralCopy ul.generic {float:left; clear:both; margin:0 0 0 0; padding:0 0 10px 20px; list-style:disc;}

#GeneralCopy dl {}
#GeneralCopy dl dt {font-weight:bold; margin-bottom:4px;}
#GeneralCopy dl dd {margin-bottom:20px;}
#GeneralCopy dl dd span.bold {font-weight:bold;}

blockquote p {
	color: #555655;
	font-size: 0.8em;
	margin-top: 5px;
}
#home #footer {
	margin: 0px;
	padding: 13px 0px 0px;
}

#newsfeed {

	width: 450px;
	border-right: 2px solid #E7AB0B;
	border-bottom: 2px solid #E7AB0B;
	border-left: 2px solid #E7AB0B;
	border-top: 2px solid #E7AB0B;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
#newsfeed p {

	margin-left: 25px;
	}

#newsfeed h3 {

	margin-left: 25px;
	}
	
#newsfeed h1 {

	margin-left: 25px;
	font-size: 1.3em;
	text-decoration: underline;
	}
	

/* ------------------------ 6. footer ------------------------ */
#footer{
	font-size: 90%;
	background: #020181;
	padding-top: 20px;
	padding-bottom: 30px;
}
#footer ul {
	list-style: none;
	clear:left;
	margin-left:0px;
}
#footer li {
	list-style: none;
	display: inline;
	float:left;
	border-right:1px solid #ffffff;
	padding-right:3px;
	padding-left:3px;
}
#footer li.last {
	list-style: none;
	clear:right;
	float:left;
	border:none;
}
#footer li#first {
	list-style: none;
	clear:left;
	float:left;
}
#footer a:link, 
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*---Accessibility-----*/

div.access ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

div.access ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

div.access ul li a {
	color: #E7AB0B;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 0px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0.8em !important;
	z-index: 1002;
}

div.access ul li a:active, div.access ul li a:focus { /* Only show skiplinks on focus */
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 6px;
	font-size: .6em;
	background: #020181;
	z-index: 10000;
}
	
/* ------------------------ 7. general ------------------------ */
#accessKey {
	display: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ------------------------ 8. Results Table ------------------------ */		

.results {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.results td{
	border: 1px solid #CCC;
}

.results caption {

	font-weight: bold;
	background-color: #E7AB0B;
}

.results th {
	border: 1px solid #CCC;
	font-weight: bold;
}

.results tr:hover{
	background-color: #02A1D5;
	
}

tr.GBR {
	background-color: #E7AB0B!important;
	
}

/*--------------- 9.0 Gallery ------------------*/

#frame_image {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}
#thumbnails {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	background-color: #020181;
}
#thumbnails img { 
	margin: 10px 10px 10px 10px; 
	border: 2px solid #E7AB0B; 
}
#thumbnails img:hover { 
	border: 2px solid #E7AB0B; 
}

.popup_img { 
	_margin-left: -1px; 
	_margin-top: -1px; 
}