* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(/../images/oldbg.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #26478A; text-decoration: none; }
a:hover { text-decoration: underline; color : #26478A; }

#wrap {
margin: 0 auto;
width: 1000px;
}

#header { 
height: 50px;
background: #26478A;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
padding: 20px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}


#intro {
background: #fff url(images/intro.jpg) no-repeat;
height: 90px;
padding: 30px;
}

#content {
padding: 100px 20px;
}

.nav0 {width:350px; position:absolute; z-index:2; margin:25px 0 0 0; margin-left:550px !important/*Non-IE6*/; margin-left:553px /*IE6*/;}
.nav0 ul {float:right; padding:0 20px 0 0;}
.nav0 li {display:inline; list-style:none;}
.nav0 li a {padding:0 0 0 3px;}
.nav0 a:hover {text-decoration:none;}
.nav0 a img {height:14px; border:none;}

.left {
width: 140px;
float: left;
padding: 40px 0px;
border-right: 1px solid #bbb;
font-size: 12px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}
.left h2 {
height: 30px;
font-size: 15px;
color: #666;
line-height: 30px;
font-weight: 100;
}
.left a { text-decoration: none }

.middle {
width: 568px;
float: left;
padding: 40px;
text-align: justify;
}
.middle h1{
color: #26478A;
font-size: 30px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.middle h2 {
color: #26478A;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.middle h3 {
color: #666;
font-size: 19px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.middle h4 {
color: #666;
font-size: 17px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.middle h5 {
color: #666;
font-size: 24px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.middle h6 {
color: #26478A;
font-size: 19px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.right {
width: 140px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}
.right h2 {
height: 30px;
font-size: 15px;
color: #666;
line-height: 30px;
font-weight: 100;
}
.right a { text-decoration: none }

.full_width {
width: 800px;
padding: 280px 100px;
text-align: justify;
}

.column1of3{
width: 188px;
float: left;
padding: 40px;
text-align: justify;
}

.column2of3{
width: 188px;
float: left;
padding: 228px;
text-align: justify;
}

.column3of3{
width: 188px;
float: left;
padding: 416px;
text-align: justify;
}


.centered {
padding: 30px 120px 30px ;
}

.leftofcentre {
padding: 30px 80px 30px ;
text-align: left;
}


#tabs {
border-top: .3em solid #26478A;
font-size: 11px;
margin: 0;
padding: 0;
}
#tabs li {
display:inline;
}
#tabs li a {
text-decoration: none;
padding: 0.25em 1em;
color: #000;
}
#tabs li a:hover {
color: #26478A;
text-decoration: none;
}

#columns {
font-size: 11px;
margin: 0;
padding: 0;
}
#columns li {
display:inline;
}
#columns li a {
text-decoration: none;
padding: 0.25em 1em;
color: #000;
}
#columns li a:hover {
color: #26478A;
text-decoration: none;
}

#footer
{
	display: block;
	width: 1020px;
	overflow: auto;
	margin: 0px auto;
	border-left: 5px solid white;
	border-right: 5px solid white;
	background-color:#FFFFFF;
}

#footer div
{
	display: block;
	width: 740px;
	float: right;
	padding: 0px 32px;
}


ul.footer-nav
{
	display: block;
	list-style:none;
}	

ul.footer-nav li
{
	float: left;
	border-right: 1px solid #77787b;
	padding: 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #77787b;
}

ul.footer-nav li.first
{
	float: left;
	padding: 0px 10px 0px 0px;
}

ul.footer-nav li.last
{
	float: left;
	border-right: none;
}

ul.footer-nav li a
{
	color: #77787b;
	text-decoration: none;
}

#footer div .footer-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #26478A;
}

