/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Jamie Stanton
email:     jamie.stanton@gmail.com
website:   http://www.thinkbiggar.co.uk
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Help Cursor */
.help {
	cursor:help;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* Floats left or right */
.left {
	float:left;
}

.right {
	float:right;
}

img.leftPad {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.rightPad {
	float:right;
	margin-left: 5px;
	margin-bottom: 5px;
}


/* Removes styling from all list items */
ul, li {
	list-style:none;
}

.invisible {
	position: absolute; 
	top: 0px;
	left: -9000px;
}

/* =Typography (Global)
-----------------------------------------------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
	min-width:778px;
	padding: 0px;
}

a {
	color: #003366;
}

a:link {
	text-decoration: underline;
}

a:visited {
	color: #4F0183;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #003366;
	text-decoration: underline;
}



/* =Header
-----------------------------------------------------------------------------*/
	
.Header {
	height:41px;
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative;
	text-align: right;
	font-size: 14pt;
	color: #666;
	background-image: url(../images/logo.jpg);
	background-position: left 10px;
	background-repeat: no-repeat;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #7A000E;
	padding-top: 10px;
	padding-bottom: 7px;
	}
	
.Header a, .Header a:link, .Header a:visited {
	text-decoration: none;
}

.Header a:hover {
	text-decoration: underline;
}

.Header h1 {
	float: left;
	width: 396px;
	display: block;
}

.Header span {
	position: absolute;
	top:0px;
	left: -9000px;
	display: block;
}

.Header ul li {
	float: left;
	padding: 3px;
}
.Header .navone {
	position:absolute;
	left:0px;
	text-align:left;
	width: 423px;
	bottom: 0px;
}

.Header .navtwo {
	position:absolute;
	text-align:right;
	width: 423px;
	top: 0px;
	right: 0px;
}


html>body .Header {
	height:43px;
	}
	
.Header .align {
	text-align:right;
}

body .content .inner-content .breadcrumbs {
	color: #999999;
	display: block;
	margin-bottom: 10px;
}

body .content .inner-content .breadcrumbs a {
	font-weight: normal;
	color: #999999;
}

		
/* =Column One
-----------------------------------------------------------------------------*/

.ColOne {
	position: absolute;
	left:1%;
	top:74px;
	width:243px;
	overflow: hidden;
	height: 221px;
	}
	
.ColOneInner {
	position: absolute;
	left:1%;
	top:74px;
	width:243px;
	overflow: visible;
	height: auto;
	background-image: url(../images/curves-redbar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 172px;
	}

.ColOne a {
	display: block;
	color: #FFFFFF;
	font-size: 13pt;
	text-align: right;
	background-color: #8C9163;
	height: 26px;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-right: 6px;
	width: 237px;
/*	background-image: url(../images/teenydot.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	}
	
.ColOne a:link {
	text-decoration: none;
	}

.ColOne a:visited {
	color: #fff;
	text-decoration: none;
	}

.ColOne a:hover {
	color: #000000;
	text-decoration: none;
/*	background-image: url(../images/teenydot-red.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	background-color: #727551;
	color: #fff;
	}

.ColOne a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

.ColOne h5 {
	display: block;
	left: -9000px;
	top: 0px;
	position: absolute;
	}

.ColOne ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.ColOne li {
	margin: 0;
	}
	
.ColOne ul ul a {
	display: block;
	color: #FFFFFF;
	font-size: 13pt;
	text-align: right;
	background-color: #9CA074;
	height: 26px;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-right: 6px;
	width: 237px;
	}
	
.ColOne ul ul  a:link {
	text-decoration: none;
	}

.ColOne ul ul  a:visited {
	color: #fff;
	text-decoration: none;
	}

.ColOne ul ul  a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #727551;
	color: #fff;
	}

.ColOne ul ul  a:active {
	color: #FFFFFF;
	text-decoration: none;
	}


.ColOne ul .selected > a {
	display: block;
	color: #FFFFFF;
	font-size: 13pt;
	text-align: right;
	background-color: #7A000E;
	height: 26px;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-right: 6px;
	width: 237px;
	}
	
.ColOne ul .selected > a:link {
	text-decoration: none;
	}

.ColOne ul .selected > a:visited {
	color: #fff;
	text-decoration: none;
	}

.ColOne ul .selected > a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #727551;
	color: #fff;
	}

.ColOne ul .selected  > a:active {
	color: #FFFFFF;
	text-decoration: none;
	}




	
/* =General Content
-----------------------------------------------------------------------------*/
.content {
	background-image: url(../images/curves.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;	
}

.content-home {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #7A000E;
}

.contentSecondary {
}



address {
	float: left;
	padding-top: 170px;
	font-style: normal;
	width: 243px;
	text-align: center;
	font-size: 13px;
	color: #8C9163;
}
address p {
	padding-bottom: 5px;
}
.ph-uk {
	padding-right: 0px;
	display:block;
	width: 180px;
}

.ph-ie {
	display:block;
	text-align: center;
}




.inner-content {
	margin-left: 248px;
	margin-right:0px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 248px;
	margin-right:0px;
	margin-top: 6px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	padding: 10px;
	}


html>body .inner-content {
	margin-left: 248px;
	margin-right:0px;
	margin-top: 6px;
	}

.inner-content p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.animation {
	background-image: url(../images/flashbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	margin-left: 248px;
	margin-right:0px;
	margin-top: 4px;
	height: 221px;
	margin-bottom: 4px;
	position: relative;
}
.animation #values {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/values.png);
	width:345px;
	height:102px;
}


.inner-content h1 {
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #7A000E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	padding: 0px;
	font-weight: normal;
}

.inner-content h2 {
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #F0F0F0;
	font-weight: normal;
}

.inner-content h3, .inner-content h4, .inner-content h5, .inner-content h6 {
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}

.inner-content a {
	color: #B3D959;
	font-weight: bold;
}

.inner-content a:link {
	color: #223D84;
	text-decoration: underline;
	}

.inner-content a:visited {
	color: #666666;
	text-decoration: underline;
	}

.inner-content a:hover {
	color: #223D84;
	text-decoration: none;
	}

.inner-content a:active {
	color: #0000CC;
	text-decoration: none;
	}



.inner-content .map {
	border: 4px solid #7A000E;

	}

.inner-content caption {
	color: #666666;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #F0F0F0;
}

.inner-content table {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	margin-right: 0px;
	border: 3px double #8C9163;
}

.inner-content table h2 {
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #666666;
}

.inner-content table img {
	border: 1px solid #333333;
}

.inner-content table th {
	background-color: #8C9163;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.inner-content table td {
	color: #333333;
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.inner-content tr:hover {
	background-color: #CCCCCC;
	border: 1px solid #F48221;
} 

.inner-content .odd {
	background-color: #DFDFDF;
} 

.inner-content .even {
	background-color: #F0F0F0;
} 

.inner-content address {
	background-color: #FEFAA5;
	display: block;
	margin: 30px;
	padding: 10px;
	border: 1px solid #F48221;
	font-size: 1.2em;
	font-style: normal;
	color: #333333;
} 

.inner-content form {
	background-color: #FFFDDD;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #F48221;
	font-size: 1.2em;
	font-style: normal;
	color: #333333;
} 

.inner-content ul {
	margin-right: 10%;
	margin-left: 10%;
	display: block;
}

.inner-content ul li {
	color: #000000;
	margin: 3px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.inner-content iframe {
	margin: 0px;
	padding: 0px;
	border: 6px solid #7A000E;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.inner-content .sitemap {
	margin-right: 0px;
	margin-left: 9%;
}
.inner-content .sitemap li *{padding:0 0 0 9px;margin:0 0 0 9px;}
}



/* =Footer
-----------------------------------------------------------------------------*/
.Footer {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8C9163;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Footer ul {
	width: 400px;
	height: 30px;
	text-align: center;
	margin-left: 30%;
}
.Footer li {
	text-align: center;
	display: block;
	float: left;
	background-image: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.Footer div ul li {
	text-align: center;
	display: block;
	float: left;
	background-image: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}

.Footer .vcard {
	display: block;
	float: left;
	width: 23%;
	text-align: center;
	margin: 6px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
}
.Footer .vcard  span {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 200px;
	display: inline;
}

.Footer .developed  {
	display: block;
	margin-top: 30px;
}

.Footer .developed a {
	color: #999;
	font-weight: normal;
	margin-top: 15px;
	display: block;
	height: 30px;
	width: 300px;

}

.Footer .developed a:link {
	text-decoration: underline;
}

.Footer .developed a:visited {
	color: #4F0183;
	text-decoration: underline;
}

.Footer .developed a:hover {
	text-decoration: none;
}

.Footer .developed a:active {
	color: #003366;
	text-decoration: underline;
}


/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opera 7 */
fieldset {
	border: 1px solid transparent;
}

.inner-content form {
	display: block;
	padding: 10px;
	font-size: 1em;
	font-style: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
} 
.inner-content legend {
	background-color: #F48221;
	display: block;
	color: #FFFFFF;
	padding: 4px;
	font-size: 1.1em;
	font-weight: bold;
}


.inner-content label {
	float:left;
	width: 15em;
	font-weight: bold;
	padding-top: 10px;
}

.inner-content input {
	margin: 0px;
	padding-top: 3px;
	border: 1px solid #999999;
	font-size: 1.1em;
} 

.inner-content textarea {
	margin: 0px;
	border: 1px solid #999999;	
	padding-top: 3px;
	font-size: 1.1em;
} 

.inner-content select {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
} 
.inner-content a.tlink{color:#000000;text-decoration:none;font-weight:normal;}
.inner-content a:visited.tlink{color:#000000;text-decoration:none;}
.inner-content a:hover.tlink{color:#000000;text-decoration:underline;}

/*
* edit by rich to add minimum height to the main content
*/
#contentWrapper
{
	min-height: 407px;
}

.inner-content  .styled {color:#223D84;
text-decoration:none;
font-weight:bold;}