html{
width:99%;
}

 #children, .child, .toplinks, #centre1, #centre2, #centre3, #centre4, #centre5, #centre6, #centre7, h1, #intro1, #intro2, #intro3
{
font-family: Helvetica, Arial, verdana, sans;
}
body
{
	font-size: 0.85em;
	text-decoration: none;
	background-color:  #ffffff; 
	line-height: 1em;
	font-family: Helvetica, Arial, verdana, sans;
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
}

#wrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color:#ffffff;
	min-height:100%;	
	height: auto !important;
	z-index:1;
}

#innerwrapper{
	position:absolute;
	width: 960px;	
	display: block;
	/*margin-top:5px;*/
	background-color:#ffffff;
	z-index:2;
}

#skipper
{
position:absolute;
left: -1000em; 
width: 20em;
}

/*-----------TOPBLOCK STARTS HERE ---------------*/
#topblock{
position:absolute;
top:-5px;
left:0px;
width:959px;
height:95px;
background-color:#22BCB9;
z-index:1;
}
/*-----------TOPBLOCK ENDS HERE ---------------*/




/*-----------TOP LINKS START HERE ---------------*/

.toplinks{
	font-size: 0.85em;
	text-decoration: none;
	color:#333;
}

.toplinks > a:link {
color:#333;
text-decoration: none;
}

.toplinks > a:visited {
color: #333;
text-decoration: none;
}

.toplinks > a:hover {
color: #42638B;
text-decoration: underline;
}

.toplinks > a:active {
color: #0c2d82;
text-decoration: none;
}

#topset3{
display:block;
position:absolute;
top:1px;
left:842px;
width: 90px;
height:40px;
line-height:1.2em;
}
/*-----------TOP LINKS END HERE ---------------*/

/*-----------SEARCH STARTS HERE ---------------*/
#search{
display:block;
position:absolute;
top:40px;
left:878px;
z-index:3;
}
/*-----------SEARCH ENDS HERE ---------------*/

/*-----------CENTRAL IMAGES START HERE ---------------*/

#bigleft{
display:block;
position:absolute;
top:90px;
left:0px;
z-index:2;
}


#bigright{
display:block;
position:absolute;
top:90px;
left:341px;
z-index:3;
}

.logo{
display:block;
position:absolute;
top:314px;
left:50px;
z-index:4;
}


/*-----------CENTRAL IMAGES END HERE ---------------*/


/*-----------MAIN LINKS START HERE ---------------*/
#mainlinkwrapper{
position:absolute;
top:-3px;
left:1px;
z-index:10;
}

#mainlinks{
display:block;
position:absolute;
top:273px;
left:-41px;
width: 900px;
height:30px;
}

#centre1{
top:0px;
left:0px;
background:url('../../../../images/centre1.png');
z-index:10;
}

#centre2{
top:0px;
left:137px;
background:url('../../../../images/centre2.png');
z-index:11;
}

#centre3{
top:0px;
left:274px;
background:url('../../../../images/centre3.png');
z-index:12;
}

#centre4{
top:0px;
left:411px;
background:url('../../../../images/centre4.png');
z-index:13;
}

#centre5{
top:0px;
left:548px;
background:url('../../../../images/centre5.png');
z-index:14;
}

#centre6{
top:0px;
left:685px;
background:url('../../../../images/centre6.png');
z-index:15;
}

#centre7{
top:0px;
left:822px;
background:url('../../../../images/centre7.png');
z-index:16;

}

#centre1, #centre2, #centre3, #centre4, #centre5, #centre6, #centre7
{
display:block;
position:absolute;
width:137px;
height:29px;
font-family: Helvetica, Arial, verdana, sans;
font-size: 1.2em;
line-height:1.6em;
text-align: center;
text-transform:uppercase;
color:#ffffff;
}

#centre1 > a:link,
#centre2 > a:link,
#centre3 > a:link,
#centre4 > a:link,
#centre5 > a:link,
#centre6 > a:link,
#centre7 > a:link
{
color:#fff;
text-decoration: none;
}

#centre1 > a:visited, 
#centre2 > a:visited,
#centre3 > a:visited,
#centre4 > a:visited,
#centre5 > a:visited,
#centre6 > a:visited,
#centre7 > a:visited
{
color: #fff;
text-decoration: none;
}

#centre1 > a:hover,
#centre2 > a:hover,
#centre3 > a:hover,
#centre4 > a:hover,
#centre5 > a:hover,
#centre6 > a:hover,
#centre7 > a:hover
{
color: #fff;
text-decoration: underline;
}

#centre1 > a:active, 
#centre2 > a:active, 
#centre3 > a:active,
#centre4 > a:active,
#centre5 > a:active,
#centre6 > a:active,
#centre7 > a:active
{
color: #e1ecc4;
text-decoration: none;
}



/*-----------MAIN LINKS END HERE ---------------*/


/*-----------H1 STARTS HERE ---------------*/
h1{
display:block;
position:absolute;
top:380px;
left:50px;
color:#000000;
font-size: 1em;
font-weight:500;
text-decoration: none;
line-height: 1em;
}
.caps{
text-transform:uppercase;
}
/*-----------H1 END HERE ---------------*/

/*-----------CHEVRON STARTS HERE ---------------*/
#chevron{
font-size:1.2em;
line-height:1.2em ;
font-weight:bold;
color:#0BC28C;
}
/*-----------CHEVRON END HERE ---------------*/

/*-----------CHILDREN & CHILD STARTS HERE ---------------*/
#children
{
display:block;
position:absolute; 
top:400px;
left:10px;
}

.child{
list-style-type: none;
line-height:1.3em;
}


.child a:link
{
color:#67696a;
text-decoration: none;
}
.child a:visited
{
color: #333;
text-decoration: none;
}
.child a:hover
{
color: #42638B;
text-decoration: underline;
}
.child a:active
{
color: #0c2d82;
text-decoration: none;
}

/*-----------CHILDREN & CHILD ENDS HERE ---------------*/

/*-----------ALL H2 LINKS STARTS HERE ---------------*/
.item, .bread
{
list-style-type: none;
font-family: Helvetica, Arial, verdana, sans;
text-decoration: none;
font-weight:bold;
}

.item
{
font-size: 1.5em;
line-height: 1.4em;
}


.textwidth a:link,
.item a:link,
.bread a:link
{
color:#336;
text-decoration: none;
font-weight:bold;
}
.textwidth a:visited,
.item a:visited,
.bread a:visited
{
color: #333;
text-decoration: none;
font-weight:bold;
}
.textwidth a:hover,
.item a:hover,
.bread a:hover
{
color: #42638B;
text-decoration: underline;
font-weight:bold;
}
.textwidth a:active,
.item a:active,
.bread a:active
{
color: #0c2d82;
text-decoration: none;
font-weight:bold;
}
/*-----------ALL H2 LINKS ENDS HERE ---------------*/


/*-----------ALL BREADCRUMB STARTS HERE ---------------*/

.bread{
list-style-type: none;
font-family: Helvetica, Arial, verdana, sans;
font-size: 0.8em;
font-weight:normal;
text-decoration: none;
line-height: 0.7em;
}
#loaves li
{
display: inline;
list-style-type: none;
padding-right: 1px;
}
/*-----------ALL BREADCRUMB ENDS HERE ---------------*/

/*-----------TEXT BLOCKS 1, 2 AND 3 'INTRO' STARTS HERE ---------------*/
#intro1, #intro2, #intro3
{
font-size: 0.8em;
line-height:1.2em;
text-align: left;
}

#intro1
{
position:absolute;
top:323px;
left:540px;
}

#intro2
{
position:absolute;
top:560px;
left:345px;
}

#intro3
{
position:absolute;
top:438px;
left:750px;
}

.textwidth
{
width:190px;
}
/*-----------TEXT BLOCKS 1, 2 AND 3 'INTRO' ENDS HERE ---------------*/

/*-----------ALL PICTURES START HERE ---------------*/
#pix
{
position:absolute;
width:620px;
top:328px;
left:340px;
}

.leftone{
position:absolute;
top:0px;
left:0px;
}

.midtone{
position:absolute;
top:235px;
left:200px;
}

.rightone{
position:absolute;
top:0px;
left:410px;
}

/*-----------ALL PICTURES END HERE ---------------*/





