/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	padding:8px;
}
h1 {
	padding:8px;
	font-size:22px;
}
h2 {
	padding:8px;
	font-size:18px;
	color:#2190AB;
}
ol, ul {
	margin-left:25px;
}
form ul {
	margin:0px;
}
li {
	padding:3px;
}
.tick li {
	margin-left:3px;
	margin-right:3px;
	padding:3px;
	list-style-image:url(../images/backgrounds/tick.png);
}
.bigtick {
	margin:10px 0px 0px 10px;
}
.bigtick li {
	padding:20px 0px 30px 80px;
	background-image:url(../images/backgrounds/bigtick.png);
	background-repeat:no-repeat;
	list-style:none;
}
.bigtick li a strong {
	color:#000;
}
.label {
	color:#666;
}
.error {
	padding:2px;
	border:1px solid #FFF;
	background-color:#E7275B;
}
/*
-----------------------------------------------------------------------------
Outerheader
-----------------------------------------------------------------------------*/
#outerheader {
	position:relative;
	margin:0px auto;
	height:115px;
	background-image:url(../images/backgrounds/menu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#1B63AD;
	z-index:10;
}
/*
-----------------------------------------------------------------------------
Innerheader
-----------------------------------------------------------------------------*/
#innerheader {
	position:relative;
	margin:0px auto;
	width:800px;
	height:115px;
	background-image:url(../images/backgrounds/header.png);
	background-repeat:no-repeat;
}
#logobox {
	position:absolute;
	left:24px;
	top:9px;
	width:233px;
	height:56px;
}
#number {
	position:absolute;
	right:5px;
	top:20px;
	color:#FFF;
	text-align:right;
}
#number span {
	font-size:22px;
}
.menu {
	position:absolute;
	left:0px;
	bottom:0px !important;
	bottom:-5px;
	width:800px;
	height:35px;
	padding:0px 0px 1px 0px;
	z-index:100;
	text-align:left;
	font-family:arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:801px;
	w\idth:800px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin-left:12px;
	padding:0px;
	list-style-type:none;
}
.menu ul ul {
	width:120px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	position:relative;
	float:left;
	margin-right:5px;
	/*width:120px;*/
	padding:0px 4px;
	display:inline;
	background-image:url(../images/backgrounds/menubutton.png);
	background-repeat:repeat-x;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	height:12px;
	padding:12px 15px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	background-image:url(../images/backgrounds/menubutton.png);
	background-repeat:repeat-x;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:120px;
	w\idth:109px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#000 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#C9BA65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}
.menu ul ul :hover > a.drop {
	background:#C9BA65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#E2DFA8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#B2AB9B;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	position:absolute;
	left:-12px;
	top:36px;
	width:120px;
	height:0px;
	/*border-top:1px solid #000;*/
	visibility:hidden;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:35px;
	t\op:36px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:120px;
	top:-1px;
	width:120px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-120px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	left:0px;
	top:0px;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	width:150px;
	height:auto;
	padding:12px 15px;
	border-width:0px 1px 1px 1px;
	line-height:1em;
	color:#FFF;
	background:#000;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	background-color:#009CDD; /* really REALLY important for IE6 */
	background-image:url(../images/backgrounds/menuhover.png);
	background-repeat:repeat-x;
}
.menu :hover > a, .menu ul ul :hover > a {
	background-image:url(../images/backgrounds/menuhover.png);
	background-repeat:repeat-x;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
/*
-----------------------------------------------------------------------------
Container
-----------------------------------------------------------------------------*/
#container {
	position:relative;
	margin:0px auto;
	width:800px;
	text-align:left;
}
/*
-----------------------------------------------------------------------------
Page
-----------------------------------------------------------------------------*/
#page {
	position:relative;
	float:left;
	padding-bottom:10px;
	background-color:#E2E0E0;
}
#page a {
	font-weight:bold;
	color:#2190AB;
	text-decoration:none;
}
#page .redlink {
	color:#C00035;
}
#pagebottom {
	position:absolute;
	left:0px;
	bottom:0px !important;
	bottom:-13px;
	width:800px;
	height:4px;
	background-image:url(../images/backgrounds/pagebottom.png);
	background-repeat:no-repeat;
}
#leftcolumn {
	position:relative;
	padding:20px;
	width:508px;
	float:left;
}
#leftcolumn img {
	margin-bottom:5px;
}
.column {
	float:left;
	width:240px;
	margin-right:20px;
}
#col2 {
	margin-right:0px;
}
#homearrows {
	position:absolute;
	left:-132px;
	top:0px;
}
#contact-banner {
	position:relative;
	margin-bottom:10px;
	width:463px;
	height:175px;
	padding:42px 20px 20px 20px;
	background-image:url(../images/backgrounds/banner-contact.png);
	background-repeat:no-repeat;
}
#contact-banner p {
	padding:6px 0px;
}
#contact-form .input {
	padding:2px;
	border:none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#contact-form table tr td {
	padding:2px;
}
.smallprint {
	font-size:9px;
}
/*
-----------------------------------------------------------------------------
Rightcolumn
-----------------------------------------------------------------------------*/
#rightcolumn {
	position:relative;
	float:left;
	width:252px;
	margin-top:20px;
}
.rightboxpink {
	position:relative;
	margin-top:7px;
	width:225px;
	min-height:144px;
	padding:4px 0px 10px 8px;
	background-image:url(../images/backgrounds/rightboxpink.png);
	background-repeat:no-repeat;
	background-position:100% 3%;
	background-color:#C00035;
	color:#FFF;
}
.rightboxpink h2 {
	padding:11px;
	font-size:16px;
	color:#FFF;
}
.rightboxpink .label {
	color:#FFF;
	font-weight:bold;
}
.rightboxpink .input {
	width:160px;
	border:1px solid #069;
	padding:1px;
}
.rightboxpink .imagebutton {
	margin-top:6px;
}
.rightboxpink form {
	margin-left:10px;
}
.rightboxpinktop {
	position:absolute;
	left:0px;
	top:0px;
	width:233px;
	height:5px;
	background-image:url(../images/backgrounds/rightboxpinktop.png);
	background-repeat:no-repeat;
}
.rightboxpinkbottom {
	position:absolute;
	left:0px;
	bottom:0px !important;
	bottom:-11px;
	width:233px;
	height:5px;
	background-image:url(../images/backgrounds/rightboxpinkbottom.png);
	background-repeat:no-repeat;
}
.rightboxwhite {
	position:relative;
	margin-top:7px;
	width:212px;
	padding:10px;
	min-height:130px;
	background-color:#FFF;
	text-align:center;
}
.rightboxwhitetop {
	position:absolute;
	left:0px;
	top:0px;
	width:232px;
	height:4px;
	background-image:url(../images/backgrounds/rightboxwhitetop.png);
	background-repeat:no-repeat;
}
.rightboxwhitebottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:232px;
	height:4px;
	background-image:url(../images/backgrounds/rightboxwhitebottom.png);
	background-repeat:no-repeat;
}
#working-together {
	margin-top:7px;
}
/*
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	position:relative;
	margin:0px auto;
	margin-top:30px;
	margin-bottom:30px;
	width:800px;
	height:16px;
	float:left;
	font-size:11px;
}
#footer a:hover {
	color:#20BDFE;
}
#footermenu {
	position:absolute;
	left:30px;
	bottom:0px;
}
#footermenu ul {
	margin-left:0px;
}
#footermenu ul li {
	display:inline;
}
#footermenu ul li a {
	text-decoration:none;
	color:#000;
	border-right:1px solid #000;
	padding-right:9px;
}
#footermenu .end {
	border:0px;
}
#brightsite {
	position:absolute;
	right:30px;
	bottom:0px;
	color:#009DDE;
	font-weight:bold;
}
#brightsite a {
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
