* {
padding: 0;
margin: 0;
}

body {
background: #111773 url(images/body.gif) repeat-x top;
color: #fff;
font-family: tahoma, trebuchet, helvetica, arial, san-serif;
font-size: 12px;
text-align: center;
}

body * {
text-align: left;
}

#wrapper {
width: 720px;
margin: 0 auto 50px;
}



#header {
position: relative;
width: 100%;
height: 122px;
background: url(images/logo.gif) no-repeat left top;
}

#clocks {
position: absolute;
right: 0;
top: 22px;
}

#nav-bar {
float: left;
display: inline;
width: 179px;
background: url(images/nav-bar-top.gif) no-repeat top left;
}

#nav-bar ul {
list-style: none;
padding: 0 0 30px 11px;
background: url(images/nav-bar-base.gif) no-repeat left bottom;
margin: 70px 0 0 0;
}


#nav-bar li {
	margin: 0;
	padding: 0;
}

#nav-bar a:link, #nav-bar a:visited {
padding: 0 0 2px 17px;
display: block;
line-height: 22px;
color: #b8b8bb;
}

#nav-bar a:hover, #nav-bar a:active {
color: #fff;
background: url(images/link-hover.gif) no-repeat right center;
}

h1 {
margin: 40px 0 10px 0;
color: #b8b8bb;
font-size: 23px;
font-weight: normal;
font-family: tahoma, trebuchet, helvetica, arial, san-serif;
}

h1 span {
color: #ffffff;
}

a:link, a:visited {
	color: #b8b8bb;
	text-decoration: none;
}

a:hover, a:active {
	color: #F6D657;
}

/*

#context h1 span {
background: url(images/h1context.gif) no-repeat 0 -20px;
}

#resource h1 span {
background: url(images/h1resource.gif) no-repeat 0 -20px;
}

#expertise h1 span {
background: url(images/h1expertise.gif) no-repeat 0 -20px;
}

#successes h1 span {
background: url(images/h1successes.gif) no-repeat 0 -20px;
}

#team h1 span {
background: url(images/h1team.gif) no-repeat 0 -20px;
}

#next h1 span {
background: url(images/h1next.gif) no-repeat 0 -20px;
}

#contact h1 span {
background: url(images/h1contact.gif) no-repeat 0 -20px;
}

*/


#textblock, #footer {
float: right;
display: inline;
width: 510px;
padding: 0 0px 30px 0;
margin: 20px 0 0 0;
background: url(images/albion-o.gif) no-repeat bottom right;
}

#footer {
	color: #666666;
	margin-top: 0px;
	background-image: none;
}

#textblock p, #textblock li {
	line-height: 18px;
}

#textblock p{
	width: 300px;
	margin: 0px 0 20px 0;
}

#textblock li {
	margin: 8px;
}

#successes #textblock p, #team #textblock p {
width: 88%;
}

#textblock ul {
	margin-left: 18px;
}

p span {
	color: #F6D657;
}

#textblock img {
display: inline;
float: right;
margin: 2px 30px 0 0;
}



h3 {
margin: 0px 0 1px 0;
font-size: 18px;
color: #DA4E10;
font-weight: normal;
}

h5 { 
font-style: italic; 
margin: 0px 0 3px; 
font-size: 12px; 
color: #BABABB; 
font-weight: normal; 
}


.clear {
clear: both;
}









