
/* 1-10-08 - Roy */

* {
margin: 0px;
padding: 0px;
}

body {
background: #dbdcdd url(/client/images/bg.gif) top left repeat-x;
}

h1 {
font: bold 14px Arial, Helvetica, sans-serif;
color: #054d99;
}

h2 {
font: bold 14px Arial, Helvetica, sans-serif;
color: #054d99;
}

h3 {
font: bold 11px Arial, Helvetica, sans-serif;
color: #054d99;
}

p {
font: normal 12px/16px Georgia, Helvetica, sans-serif;
color: #555;
margin: 5px 0px;
}

ul {
list-style-position:inside;
list-style-type: square;
}

li {
font: normal 11px/16px verdana, Helvetica, sans-serif;
color: #042c56;
}

a {
font: normal 12px Georgia, Helvetica, sans-serif;
color: #054d99;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.red {
color: #990000;
}

.TopOfPage {
background: url(/client/images/header.gif) top left no-repeat;
width: 800px;
height: 103px;
margin: 0px auto;
position: relative;
}

/*-------- LINKS --------------*/
.TopOfPage a span {
display: none;
}

.TopOfPage a {
background: url(/client/images/links.jpg) no-repeat;
height: 46px;
display: block;
position: absolute;
top: 57px;
}

a.home {
width: 40px;
background-position: 0px 0px;
left: 342px;
}
a.home:hover {
background-position: 0px -46px;
}

a.contact {
width: 40px;
background-position: -40px 0px;
left: 382px;
}
a.contact:hover {
background-position: -40px -46px;
}

a.shop {
width: 40px;
background-position: -80px 0px;
left: 422px;
}
a.shop:hover {
background-position: -80px -46px;
}

a.services {
width: 82px;
background-position: -130px 0px;
left: 472px;
}
a.services:hover {
background-position: -130px -46px;
}

a.portfolio {
width: 82px;
background-position: -212px 0px;
left: 554px;
}
a.portfolio:hover {
background-position: -212px -46px;
}

a.about {
width: 82px;
background-position: -294px 0px;
left: 636px;
}
a.about:hover {
background-position: -294px -46px;
}

a.resources {
width: 82px;
background-position: -376px 0px;
left: 718px;
}
a.resources:hover {
background-position: -376px -46px;
}
/*-----------------------------*/
.ToolBar {
display: none;
}

.MainBody {
width: 800px;
margin: 0px auto;
}
.LeftMargin {
display: none;
}
.HeaderBox {
background: url(/client/images/leftmargin.gif) top left no-repeat;
width: 800px;
height: 139px;
margin: 10px 0px 0px 0px;
padding: 0px;
clear: both;
}

.HeaderBox h1 {
padding: 10px 36px 0px 36px;
}

.HeaderBox p {
padding: 0px 36px;
}

.InnerBody {
width: 800px;
display: block;
clear: both;
}

.Boxes {
background: url(/client/images/innerbody.gif) top left no-repeat;
width: 800px;
height: 208px;
clear: both;
}

.InnerBody .bluebox {
float: left;
width: 158px;
height: 123px;
padding: 35px 15px 0px 15px;
}

.InnerBody .seal {
float: left;
width: 158px;
height: 123px;
padding: 35px 15px 0px 25px;
}

.InnerBody .seal a {
width: 158px;
height: 123px;
display: block;
}

.InnerBody .seal a span {
display: none;
}

.bluebox h2, .bluebox p {
color: #ffffff;
}

.bluebox img {
border: 0px;
}

.seal h2, .seal p {
text-align: center;
color: #1565b9;
}

.RightMargin {
width: 800px;
height: 0px;
}

.newsbottom {
clear: both;
background: transparent url(/client/images/sitefooter.gif) top left no-repeat;
height: 31px;
width: 800px;
}

.news h2 {
margin: 20px 0px 10px 0px;
}

.SiteFooter {
width: 800px;
height: 31px;
}

.Footer {
background: url(/client/images/footer-bg.gif) top left repeat-x;
width: 100%;
height: 76px;
}

.InnerFooter {
background: url(/client/images/footer.gif) top left no-repeat;
width: 800px;
height: 66px;
margin: 0px auto;
padding: 10px 0px 0px 0px;
}

.InnerFooter a {
color: #042c56;
padding: 0px 20px 0px 0px;
}


/*------ NEWS SCROLLER -----*/

.news {
width: 740px;
display: block;
padding: 0px 20px 30px 20px;
}

.news p {
line-height: 17px;
margin: 10px 0px 15px 0px;
}

.news h6 a {
font-weight: bold;
}


