/* May 2011 - Richard Burt */

/* Zero down margin and padding on all elements */
* {
	margin: 0;
	padding: 0;
}
/*font: 81%/1.2 meaning 81% of 16px (the default) = 13px, line height(leading) 1.2 x the font */
body {
	background-color:#d0d0d0;
/*	background: #fff url(images/paper.gif);*/
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 81%;
	line-height: 1.2;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
}

h4	{
	font-size:1.0em;
	font-weight: normal;
}
	
p, li {
  font-size: 1.0em;
}

h1, h2, h3, h4, p {
	margin: 0.5em 0;
}

/* Layout items	*/
/* ================ Outer Page Dimensions =========================*/
#wrapper {
	position:relative;
	width: 920px;
	margin: 0 auto; 
	text-align: left;
	background: #F7F8EB url(images/nav-bg.gif) repeat-y left top;
}
/* ================ Header  ======================================*/
#header {
	height: 130px;
	position:relative;
	background: #F7F8EB url(images/57Unmid.gif) repeat-x left top;
	color: #006600;
/*	margin-bottom:20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
*/
}

#houseimg {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
#nameimg {
	position: absolute;
	left: 240px;
	top: 0px;
	float: left;
}
#logoimg {
	position: absolute;
	right: 3px;
	top: 15px;
	float: right;
}
/* ================ Page Content ==================================*/
#main {
	overflow: hidden;
	width: 770px;
	float: right;
}
#col1	{
	width: 380px;
	float: left;
}
#col2	{
	position:relative;
	width: 350px;
	padding-right: 20px;
	padding-top:20px;
	float: right;
}
/* =============== Navigation =====================================*/
#navigation {
	width: 128px;
	min-height:650px;
	float: left;
	/*background: #F7F8EB url(images/nav-bg.gif) repeat-y left top;*/
} 

#promo {
	position:relative;
	padding-left: 0px;
}
/* ================== Footer =======================================*/
#footer	{
	clear:both;
	border-bottom:#000 solid 1px;
	background-color:#006600;
	font-size:5px;
	/*padding: 1px 20px;*/
}
/* =============== Home Page News Items ============================*/
.news	{
	clear:both;
	/* padding-top:20px;
	padding-right:25px;
	border-bottom: 8px double #999999;*/
	border-bottom:3px solid #827F62;
	margin-bottom:15px;
	}

.news h2,
.aitem h2	{
	margin: 0;
	font: normal 1.55em Georgia, serif;
	/*color: #48546A;*/
	color:#602020;
	letter-spacing: -1px;
	}

.news h3	{
	margin: 0.2em 0 0 0.2em;
	font: normal 1.2em Georgia, serif;
	color:#602020;
	letter-spacing: -1px;
	}

.news img.packshot	{
	float: left; 
	margin: 1em 1.25em 0 0; 
	/*text-indent: -9000px;*/
	border:1px solid #888;
	box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
}
.news img.pic1	{
	float: left; 
	margin: 1em 1.25em 2em 0; 
}
.news_pic {
	float: left; 
	margin-right: 1.25em; 
	text-indent: -9000px;
}

/* ================ Home Page Article/Abstracts ====================*/
#ahead	{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 95%; 
	height: 30px; 
	background: url(images/bricks.gif) repeat-x top left;
	}

.a_pic {
	float: left; 
	margin-right: 1.25em; 
	width: 67px; 
	height: 70px; 
	border: 4px solid #EBEBE5;
	text-indent: -9000px;
}

#ap1 {
	background: #E2E2D2 url(images/L33.gif) no-repeat center center;
}
#ap2 {
	background: #E2E2D2 url(images/mvwc.gif) no-repeat center center;
}
#ap3 {
	background: #E2E2D2 url(images/spe1.gif) no-repeat center center;
}

.aitem	{
	clear:both;
	padding-top:20px;
	padding-right:25px;
	/*border-bottom: 8px double #999999;*/
	border-bottom:3px solid #827F62;
	}

.aitem h2	{
	color: #48546A;
	}

/* ================ Article/Gallery/Diary text ======================*/
#arttext	{
	padding-right:150px;
}

#arttext h1,
#arttext h2,
#arttext h3,
.gal h1,
.gal h2,
.diary h1,
.diary h2,
.sitemap h1,
form h1	{
	color:#005500;
}

#arttext h4,
.gal h4,
.diary h4	{
  font-weight: bold;
}
#arttext .auth	{
	font-size:	1.1em;
  	font-weight:	bold;
	}
#arttext ul li,
#arttext ol li	{
	padding-right:200px;
	margin-left:20px;
	margin-bottom:6px;
}
#arttext .id1	{
	margin-left:20px;
	}

/* Gallery Diary Unordered List styles / Images spacing ========================*/
.diary ul li	{
	/* Date Entry */
	color:#005500;
	font-weight:bold;
	font-size:1.1em;
	list-style-type: disc;
	padding: 0px;
	margin-left: 15px;
	margin-top:25px;
	margin-bottom:0px;
}
.diary ul li ul li {
	/* Participent entry */
	font-size: 1.0em;
	font-weight:bold;
	color:#000000;
	list-style-type: none;
	padding-left:20px;
	margin-top:6px;
	margin-left: 50px;
	/*background-image:url(sqpurple.gif);
	background-repeat:no-repeat;
	background-position:0px 5px; */
}
.diary li ul li ul li {
	/* Notes etc... */
	font-size:0.9em;
	font-weight:bold;
	color:#900;
	padding-right:50px;
}

.diary ul a	{
	text-decoration:underline;
}

.galimg img	{
	margin-right:15px;
}

/* Sitemap Unordered List styles =================================*/
.sitemap ul	{
	list-style-type: none;
	padding: 0px;
	margin: 5px;
}
.sitemap li	ul {
	/*background-image:url(sqpurple.gif);
	background-repeat:no-repeat;
	background-position:0px 5px; */
	list-style-type: disc;
	padding-left:20px;
	margin:3px;
}
.sitemap li	.alpha {
	font-weight:bold;
	color:#900;
}
.sitemap li	ul li {
	font-weight:normal;
	color:#000;
}

/* ===== Navigation & Links styling =================================*/
.nav {
	list-style: none;
	padding: 20px;
}

.nav a	{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	font-size:1.0em;
	color:#fff;
  	text-decoration:none;
  	font-weight: bold;
	}
.nav a:hover {
	color: #A2A2A2;
	}
.nav a:active {
	color: #A2A2A2;
	}	

#home .nav .home a,
#contact .nav .contact a,
#history .nav .history a,
#enquiry .nav .enquiry a,
#sitemap .nav .sitemap a,
#product .nav .product a,
#article .nav .article a,
#gallery .nav .gallery a
	{
	/*color:#FF0000;*/
	color:#DD4040;
	}
#home .nav .home a:hover,
#contact .nav .contact a:hover,
#history .nav .history a:hover,
#enquiry .nav .enquiry a:hover,
#sitemap .nav .sitemap a:hover,
#product .nav .product a:hover,
#article .nav .article a:hover,
#gallery .nav .gallery a:hover
	{
	color:#D2DFF2;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	font-size:1.0em;
	}


/* Adjust links color in any RHS content */
#main a {
	color:#006633;
  	text-decoration:none;
  	font-weight: bold;
}
#main a:hover {
	color:#A2A2A2;
}
/* Miscellaneous styles ==================*/
.credits	{
	font-size:	9px;
	text-align:	center;
	}

.strap	{
	font-size:1.0em;
	font-weight:normal;
	margin:0.5em 0 0 0;
	color:#000000;
	}

.invis	{
	background-color: #FFFFFF;
  	color:		#FFFFFF;
	}
.alert	{
	padding-left:55px;
	}
	
/* Red text */
.rf,
.marq	{
	font-size:	10px;
  	color:		#FF0000;
	}
.red {
	color: #FF0000;
}

input,textarea,select
	{
	font-family:	Tahoma,Arial,Verdana,Helvetica,sans-serif;
	color:		#000000;
	}

input.btn	{
	padding:0px 8px;
	color:#006633;
	}
	
.clear	{
	clear:both;
}
/* Print styling ==================*/
@media print
	{
body {
	background-color:#000;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12pt;
	line-height: 1.2;
}

#houseimg,
#logoimg {
	display:none;
}
#nameimg {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
#main { 
  width: auto;
  float: none;
}
#col1,
#col2 {
	width: auto;
}
#navigation {
	display:none;
} 
	}
