/*---------------------------------------------------------------------------------------------------------
				Start the basics
---------------------------------------------------------------------------------------------------------*/
body {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px 5px 0px 5px;
	background: #fff;
	position: absolute;
    color: #9B9B9B;
}
h1 {
    font: 21px verdana;
	color: #999;
	margin: 10px;
	font-weight: bold;
}
h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
	padding: 0;
	margin: 0;
}
h3 {
    font-size: 12px;
    font-weight: bold;
	padding: 0;
	margin: 10px;
}
h4 {
    font: 10px verdana;
    font-weight: bold;
	color: #aaa;
	margin: 2px 0px 0px 8px;
	padding: 0px;
}
h5 {
    	font: 10px verdana;
	margin: 4px 0px 0px 8px;
	padding: 0px;
}
h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #aaa;
	margin: 2px 0px 0px 8px;
	padding: 0px;
}
sup {
	font-size: 9px;
}
li {
	list-style-type: circle;
}
li.abc {
	list-style: lower-alpha;
}
img {
	border:0px;
	float: none;
}

/*---------------------------------------------------------------------------------------------------------
				Forms
---------------------------------------------------------------------------------------------------------*/
form {
	margin: -5px;
}
/* IE7 only - workaround hack - valid CSS */
*:first-child+html form {
	display:inline;
	margin: 100px;
}
fieldset {
	border-width: 0px;
	margin: 0px;
}

input.email {
	margin-left: 1px;
	margin-top: 3px;
}
input.subject {
	margin-left: 21px;
	margin-top: 3px;
}
form.contactform {
	margin-top: 5px;
}
/*---------------------------------------------------------------------------------------------------------
				Links
---------------------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
}
/*---------------------------------------------------------------------------------------------------------
				Layer specifics
---------------------------------------------------------------------------------------------------------*/
/* leftimage and rightimage contain the border images, this will have to do until CSS3 is supported, then use the background-size property */
#leftimage {
	background-color: #fff;
	background-image: url(images/bgleft.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px 20px 0px 20px;
	min-width: 750px; /* ie doesn't support this */
	max-width: 1280px; /* ie doesn't support this */
}
#rightimage {
	background-image: url(images/bgright.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#container {
	margin: 0px 12px;
	background: #fff;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 0px solid;
	border-left: 1px solid;
}
#topbar {
	width:auto;
	background: #eee;
	font: 9px verdana;
	font-weight: bold;
	color: #ccc;
	text-align: right;
	padding: 10px 2px 10px 0px;
}
#topbar a {
	color: #ccc;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/* IE <= 6 - workaround hack - valid CSS - provides haslayout for ie6 */
* html #topbar {
	width:100%;
}
/* End IE5-Mac hack */
/* This holds the two heading blocks */
#headerwrapper {
	width: auto;
	border-top: 1px solid #ccc;
	clear:both;
}
small {
	font-size: x-small;
	line-height: 0px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
/* IE <= 6 - workaround hack - valid CSS - provides haslayout for ie6 */
* html #headerwrapper {
	width:100%;
}
/* End IE5-Mac hack */
#headerwrapper img {
	text-align: left;
	margin-right: 5px;
	float: left;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
				Tab section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#tabholder	{
	width: auto;
}
#tabs {
    float:left;
    width:100%;
    background:#fff;
    border-bottom:1px solid #CCC;
}
/* IE7 only - workaround hack - valid CSS */
*:first-child+html #tabs {
    min-width:100%;
}
#tabs ul {
    margin:0;
    padding:10px 10px 0px 5px;
    list-style:none;
}
#tabs li {
    display:inline;
    margin:0px;
    padding:0px;
}
#tabs a {
    float:left;
    background:url(images/tableft8.gif) no-repeat left top;
    margin:0;
    padding:0px 0px 0px 4px;
    text-decoration:none;
}
#tabs a span {
    float:left;
    display:block;
    background:url(images/tabright8.gif) no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#eee;
    font-weight: bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabs a:hover span {
    color:#eee;
}
#tabs a:hover {
    background-position:0% -42px;
}
#tabs a:hover span {
    background-position:100% -42px;
    color: #888;
}
#tabs #current a {
    background-position:0% -42px;
}
#tabs #current a span {
    background-position:100% -42px;
    color: #888;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
				end Tab section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #fff;
	margin-top: 10px;
}
/* First column of the three columns */
#leftnav
{
	position: absolute;
	width: 150px;
	top: 326px;
	background-color: #fff;
	border: none;
	line-height: 22px;
	color: #999;
	float: left;
	padding-bottom: 15px;	
}
/* Second column of the three columns */
#content
{
	margin: 0px 165px 0px 155px;
	line-height: 22px;
	color: #9B9B9B;
	min-height: 1550px; /* ie doesn't support this */
}
/* IE <= 6 - workaround hack - valid CSS */
* html #content { 
	height: 1550px;
}
/* Third column of the three columns */
#rightnav
{
	position: absolute;
	top: 326px;
	float: right;
	right: 37px;
	width: 150px;
	border-top: none;
	line-height: 22px;
	color: #999;
	clear: both;
}
#searchbar {
	border:0px;
	text-align: center;
	padding: 5px;
	clear: both;
	margin:auto;
}
#searchbar img {
	border:0px;
	vertical-align: middle;
}
#indexonly {
	padding-bottom: 10px;
	vertical-align: bottom;
}
#footer {
	border-top: 1px #ccc solid;
	background-color: #eee;
	color: #aaa;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	clear: both;
	margin:auto;
}
#footer a {
	color:#bbb;
}
/*---------------------------------------------------------------------------------------------------------
				Results section
---------------------------------------------------------------------------------------------------------*/
.results {
	border-bottom: 1px solid #999;
	padding: 15px 5px 0px;
}
.center {
	text-align: center;
}
.textright {
	text-align: right;
	margin:0px;
	padding:0px;
}
#pages {
	border-bottom: 1px solid #999;
	text-align: right;
}
.results p{
	margin: 0px;
}
.results img{
	clear: right;
	float: left;
}
/*---------------------------------------------------------------------------------------------------------
				Special classes
---------------------------------------------------------------------------------------------------------*/
/* This controls the main pic in the main article box */
.mainpiccontrol	{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 10px;
}
/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}
/* Content holder for the pic box */
.propertybox {
	width: auto;
	line-height: 22px;
	padding: 12px 6px;
	text-align: center;
	height: 102px;
	overflow: hidden;
}
/* IE7 only - workaround hack - valid CSS */
*:first-child+html .propertybox {
	margin-left: 30px;
}
/* This controls the thumbnails in the picbox div */
.property	{
    border: 1px #DDD solid;
    vertical-align: middle;
}
/* This controls the titles for each column */
.navheader
{
	width:auto;
	border-bottom: 1px solid #ccc;
	color: #eee;
	height: 24px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	background:url(images/navheader.gif) no-repeat left top #96B3E4;
	padding-left: 3px;
}
.navheader1
{
    width:auto;
    border-bottom: 1px solid #ccc;
    color: #eee;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/navheader.gif) no-repeat left top #96B3E4;
	padding-left: 3px;
}
/* And this gives the column text some breathing space */
.navcontent
{
    padding: 5px;
    background-color: #F7F4F7;
    margin-bottom: 10px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.article
{
	padding: 0px;
	background-color: #fff;
	margin: 1px 0px 25px 10px;
}
.article img {
	padding: 0px;
	float:left;
	margin: 0px 20px 0px 0px;
	text-align: left;
	border: 1px solid #ccc;
}
.articleimg2 {
	float:none;
}
.navcontent img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 10px 6px 0px 5px;
    clear: both;
} 
/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #DD7CB4;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    height: 220px;
}
/* The title style for the main article */
.articleheader	{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}
/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}
#printable {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	display: block;
	margin: 5px;
	width:800px;
}
#printIt img {
	border: none;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}
img.center {
	border: 0px;
	float: none;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.large-capital {
	font-size: 28px;
	font-weight: bold;
	color: #336699;
	font-family: "Times New Roman", Times, serif;
}
.imgright {
	display: block;
	float:right;
}
.center {
	border: none;
	float: none;
	display: block;
	margin-left:auto;
	margin-right:auto;
}	
img.noborder {
    border: none;
}
.border {
	border: 1px solid #ccc;
}
.width100 {
	width: 100px;
	text-align: left;
}
.width200 {
	width: 150px;
	text-align: left;
}
#postcards img {
	margin: 5px 5px 5px 0px;
	padding: 0px;
	float: none;
}
#bookshop img {
	margin: 5px 5px 5px 0px;
	padding: 0px;
	float: none;
	border:none;
}
img.feedimage {
	float:left;
	margin: 4px 2px 2px -3px;
}
.clearleft {
	clear: left;
}
.floatleft {
	float:left;
}
.clearboth {
	clear:both;
}
.navcontent img
{
    margin: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:0;
}
#gallery {
	clear: both;
	float:none;
	text-align:center;
}
#gallery p { 
	display:inline;
}
#gallery span{ 
	margin:0 5px 5px 5px;
	vertical-align:top;
	width:200px; 
	display:table-cell; 
	display:inline-table; 
	display:inline-block;
}
#gallery p img{
	margin-bottom:5px;
}
.topbreak {
	margin-top: 40px;	
}
.red {
	color: #F00;
	margin-left: 20px;
}