@charset "UTF-8";
/* CSS Document */

/* container div everything is inside here apart from the footer */
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1023px;
	height:auto;
	overflow:hidden;
	background-color:#082701
}

/* practically for the whole document */
body {
	background-color: #609230;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family:Helvetica, Arial, "Trebuchet MS", Times;
	font-size: 62.5%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #494646;
}

/* head section */
#banner {
	width:1023px;
	height:154px;
	background-image: url(images/header.jpg);
}
#logo {
	width:266px;
	height:94px;
	float:left;
	margin: 21px 0px 0px 55px;
}

/* northampton etc. */
#tel {
	width:250px;
	height:26px;
	float:right;
	margin: 73px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#cb9667;
	font-size:2.8em;
}
#tel-no {
	width:230px;
	height:32px;
	float:right;
	margin: 70px 70px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:3.4em;
	color:#d7dcca;
}

/* menu navigation */
#nav-menu {
	width:1023px;
	height:57px;
	font-size: 1.6em;
	background-image: url(images/nav-bar.gif);
	background-repeat:repeat-x;
}
#nav-menu ul {
	list-style: none;
	padding: 1.2em;
	margin: 0;
}
#nav-menu li {
	float: left;
	margin-right: 1em;
	margin-left: 2em;
	
}
#nav-menu li a {
	height: 2.1em;
	line-height: 1em;
	width:auto;
	display:inline;
	text-align:center;
	padding: 20px 15px 0px 15px
}

/* column for picture tabs */
#body-l {
	width:210px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #000;
	overflow:hidden;
	background-color:#082701;
	float:left
}
#body-m {
	width:601px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:#082701;
	float:left
}
#body-text {
	width:527px;
	height:auto;
	margin-bottom:40px;
	padding: 15px 37px 37px 37px;
	border-top:1px solid #000;
	float:left;
	overflow:hidden;
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:200%
}
#body-text a{
	text-decoration: none;
	color: #ccffcc;
}
#body-text a:hover {
	color:#ccff99;
}

/* for lists in columns */
#list, #list2 {
	width:160px;
	height:auto;
	
	margin-top:1px;
	float:right;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccffcc;
	line-height:1.8em
}

#list {padding: 20px 20px 0px 25px;}
#list2 {padding: 0px 20px 0px 25px;} 
/* column for picture tabs */
#body-r {
	width:210px;
	margin-left:auto;
	margin-right:auto;
	border-right:1px solid #000;
	overflow:hidden;
	background-color:#082701;
	float:right
}
#flash {
	width:600px;
	height:301px;
	background-image: url(images/flash-pic.jpg);
	float:right
}
.tab-right {
	width:191px;
	height:105px;
	margin: 12px 10px 0px 8px;
	float:right
}

/* php contact */
#contact {
	width:191px;
	height:163px;
	padding: 85px 0px 0px 15px;
	margin-top:25px;
	float:right;
	background-image: url(images/contact.gif);
	background-repeat:no-repeat;
}
.tab-left {
	width:191px;
	height:105px;
	margin: 12px 10px 0px 10px;
	float:right
}
h1 {
	font-size: 1.8em;
	font-weight:400;
	color: #fff;
	line-height:130%;
}
h2 {
	font-size: 1.3em;
	line-height:0.9em;
	color: #99cc99;
	font-weight: 100;
	font-style: italic;
	font-weight:100;
	line-height:1.5;
	font-family:Verdana, Geneva, sans-serif
}
.fakeh1 {
	font-size: 1.5em;
	font-weight:100;
	color: #666;
}
.strong {
	font-weight:bold
}
a.greylinks:visited {
	color: #CCC;
	text-decoration: underline;
}
a.greylinks:active {
	color: #333;
	text-decoration: underline;
}
a.greylinks:hover {
	color: #666;
	text-decoration: underline;
}
a.nav {
	text-decoration: none;
	color: #FFF;
}
a.nav:visited {
	text-decoration: none;
	color: #fff;
}
a:hover, visited {
	text-decoration:underline;
	color:#082701
}
a.nav:hover {
	text-decoration: underline;
	color: #082701;
}
a.nav:active {
	text-decoration: none;
	color: #FFF;
}
a {
	text-decoration:none;
	color:#fff;
}

/* short contact form */
.form1 {
	width:165px;
	margin: 6px 0px 0px 0px
}
.form2 {
	width:168px;
	margin: 7px 0px 0px 0px
}

/* footer div */
#foot {
	width:932px;
	padding: 8px 0px 40px 52px;
	clear:both;
	font-size:1.2em;
	color:#003;
	margin-left:auto;
	margin-right:auto;
	background-color:#619030;
	line-height:180%
}
#foot ul {
	display:inline;
	list-style:none;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}
#foot li {
	display:inline;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #fff;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
}
#creare-ink {
	width:500px;
	height:auto;
	margin-left:auto;
	margin-right:auto
}
/* resources page */
.linkbox {
	width: auto;
	border: 1px #BCCFDE solid;
	background-color:#336633;
	padding: 10px 10px 10px 10px;
}
