/* Set up the page */
html {
	overflow-y: scroll;
}

/* remove the focus dotted lines */
:focus {
	outline: 0;
}

/* set the basic page formatting */
body {
	background:black url("/img/overallbg.jpg") repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.pagewrapper {
	background:white;
	padding:10px;
	border:thin solid black;
	margin-top:20px;
}

/* set the main title colour independant of size */
.colourtitle {
	color: #DE0707;
	font-weight:bold
}

/* set the basic page links formatting */
a:link {
	color: #3C55D6;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #3C55D6;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #3CACD6;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #3C55D6;
	text-decoration: none;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* example formatting for background image */
.mainarea {
	height:400px;
}
.contentarea {
	height:300px;
	padding-bottom:30px;
}

.imagecolumn {
	width:320px;
	text-align:center;
	padding: 6px 4px;
}

.textcolumn {
	padding: 6px 10px;
	text-align:left;
}
/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}

/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 5px;
	border: 1px solid #EEEEEE;
	margin-bottom:20px;
}

/* formatting for header and footer */
.siteheader {
	background:white url(/graphics/img/photostrip.jpg") no-repeat bottom left;
	height:371px;
	padding:10px 0px 0px 10px;

}

.sitefooter a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
.sitefooter a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}

/* altered formatting for heading tags */
h1 {
	color: #3F549A;
	font-size: 24px;
}

h2 {
	font-size: 18px;
	color: #4298C1;
}

/* nav styles */
.menu {
	background:url(/img/menubg.gif) no-repeat left top;
	height: 33px;
}
 #navcontainer
{
margin: 0;
padding: 0 0 0 0px;
}

#navcontainer UL
{
list-style: none;
margin: 5px 0px;
padding: 0;
border: none;
}

#navcontainer LI
{
display: inline;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
	font-size:11px;
	color: #22846D;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 9px;
	font-weight: bolder;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

#navcontainer A:hover, #navcontainer A:active { color: #4298C1; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

.textblock {
	background:url(/img/textborder.jpg) no-repeat left bottom;
	height: 80px;
	padding: 6px 10px 20px 10px;
	margin: 0px;
}
.menuarea {
	background:url(/img/menuheader.gif) no-repeat left top;
	width:280px;
	padding: 98px 0px 5px 0px;
	text-align:left;
	margin: 0px auto;
	font-weight:bold;
}
.quote {
	background: #CBE1D9 url(/img/quote.gif) no-repeat left top;
	width: 400px;
	margin: 0 auto;
	font-style:italic;
	padding: 5px 5px 5px 30px;
	border:thin double #047D4F;
}

.review {
	background: #EEEAE6 url(/img/review.gif) no-repeat left top;
	width: 400px;
	margin: 0 auto;
	font-style:italic;
	padding: 5px 5px 5px 30px;
	border:thin double #D1CBC3;
}

