/* Copyright Seven Communications Ltd */

html {
color: #414141;
background-image: url("_images/img_base.jpg"); 
background-repeat: no-repeat;
background-position: bottom right;
padding: 0;
margin: 0;
height: 100%;
min-height: 100%;
position: relative;
}
* html body {
height: 100%;
}
body {
color: #616161;
background-color: white;
font-family: verdana, arial, sans-serif;
font-size: 0.75em;
line-height: 1.5em;
padding: 0;
margin: 0;
min-height: 100%;
position: relative;
}
p {
margin: 0.3em 0 1.4em 0;
}
h1 {
margin: 0;
padding: 0;
width: 400px;
height: 21px;
}
h2 {
color: #3996e1;
font-size: 1.5em;
}
div.titleBar {
margin: 0;
padding: 0;
height: 186px;
background-color: white;
border-bottom: 2px solid #3996e1;
background-image: url("_images/img_tr.jpg"); 
background-repeat: no-repeat;
background-position: top right;
}
div.titleBar img {
padding: 20px 0 0 20px;
}
div.strap {
background-image: url("_images/img_strap.gif"); 
background-repeat: no-repeat;
background-position: top right;
width: 519px;
height: 20px;
margin: 15px 0 0 20px;
}
h1#index {
background: url("_images/img_header_home.gif") no-repeat;
padding: 0 0 10px 0;
}
h1#about {
background: url("_images/img_header_about.gif") no-repeat;
padding: 0 0 10px 0;
}
h1#genserv {
background: url("_images/img_header_genserv.gif") no-repeat;
}
h1#specserv {
background: url("_images/img_header_specserv.gif") no-repeat;
}
h1#current {
background: url("_images/img_header_current.gif") no-repeat;
}
h1#test {
background: url("_images/img_header_testimonials.gif") no-repeat;
padding: 0 0 10px 0;
}
h1#fees {
background: url("_images/img_header_fees.gif") no-repeat;
padding: 0 0 10px 0;
}
h1#links {
background: url("_images/img_header_links.gif") no-repeat;
padding: 0 0 10px 0;
}
h1#contact {
background: url("_images/img_header_contact.gif") no-repeat;
padding: 0 0 10px 0;
}
/* IE7 Only */
*:first-child+html h1 span {
position: relative;
}
h1 span {
position: absolute;
text-indent: -5000px;
}
/* - start of menu -*/
div.menuBar {
position: absolute;
top: 186px;
left: 0;
width: 206px;
background-color: #1c6fb2;
background-image: url("_images/img_bg02.gif"); 
background-repeat: repeat-x;
background-position: top left;
padding: 20px 20px 0 20px;
margin: 0;
}
div.menuBar ul {
padding: 0;
margin: 0;
list-style: none;
text-indent: -3000px;
}
div.menuBar ul li {
border-bottom: 1px solid #3996e1;
padding: 2px 0;
margin: 0;
}
div.menuBar ul li a {
height: 20px;
display: block;
overflow: hidden;
background-repeat: no-repeat;
background-position: left top;
}
div.menuBar ul li a:hover {
background-position: left bottom;
}
#btn01 {
background-image: url("_images/btn01_home.gif");
}
#btn02 {
background-image: url("_images/btn02_about.gif");
}
#btn03 {
background-image: url("_images/btn03_genserv.gif");
}
#btn04 {
background-image: url("_images/btn04_specserv.gif");
}
#btn05 {
background-image: url("_images/btn05_current.gif");
}
#btn06 {
background-image: url("_images/btn06_test.gif");
}
#btn07 {
background-image: url("_images/btn07_fees.gif");
}
#btn08 {
background-image: url("_images/btn08_links.gif");
}
#btn09 {
background-image: url("_images/btn09_contact.gif");
}
/* - end of menu -*/

div.textBox {
margin: 0 0 0 240px;
background-image: url("_images/img_bg03.gif"); 
background-repeat: repeat-x;
background-position: top left;
padding: 25px 30px 6em 35px;
position: relative;
}
div.textBox a {
font-weight: bold;
color: #3996e1;
}
div.textBox a:hover {
color: #000;
}
div.textBox ul {
list-style-image: url(_images/img_bullet01.gif); 
}
div.baseBar {
font-size: 0.9em;
position: absolute; 
bottom: 0; 
width: 100%; 
height: 20px;
padding: 2px 0;
margin: 0;
background-color: #3996e1;
border-top: 2px solid white;
text-align: left;
color: white;
}
div.baseBar p {
margin: 0;
padding:  0 0 0 20px;
}
div.baseBar a {
font-weight: bold;
color: #fff;
}
div.baseBar a:hover {
color: #000;
}
table {
text-align: center;
border: collapse;
}
table img {
padding: 10px 0 0 0;
}
td {
vertical-align: top;
padding: 15px 15px 15px 0;
}
p.details {
color: white;
text-align: left;
padding: 13px 0 0 0;
margin: 0;
}
p.details img {
margin-bottom: 4px;
}
p.border {
border-top: 1px dashed silver;
padding: 10px 0 0 0;
}
input {
font-family: verdana, arial, sans-serif;
color: #616161;
}
textarea {
color: #616161;
font-family: verdana, arial, sans-serif;
font-size: 100%;
}
input.btns {
font-family: verdana, arial, sans-serif;
color: black;
}