@charset "UTF-8";
/* CSS Document */

html { height: 100%; min-height: 100%; }

body {
margin: 0px;
padding: 0px;
font-family: Georgia, "Times New Roman", serif;
background: #747476;
font-size: 14px;
line-height: 22px;
height: 100%;

}

/* NAV */

ul.quicklinks {
display: block;
margin: 0px;
padding: 0px;
}

ul.quicklinks li {
list-style: none;
float: left;
height: 60px;
width: 210px;
margin: 0px 15px 0px 0px;
padding: 0px;
}
a.btn_aboutus, a.btn_services {
display: block;
width: 210;
height: 60px;
text-indent: -9999px;
}

a.btn_aboutus {
background:url(images/button_learn.jpg) top left no-repeat;
}

a.btn_services {
background:url(images/button_services.jpg) top left no-repeat;

}

a.btn_services:hover {
background-position: bottom left;
}

a.btn_aboutus:hover {
background-position: bottom left;
}

ul.nav {
display: block;
margin: 0px 0px 0px 26px;
padding: 0px;
position: absolute;
top: 211px;
}

ul.nav li {
list-style: none;
float: left;
}

ul.nav li a {
text-indent: -9999px;
height: 72px;
display: block;
}

ul.nav li a.home {
width: 69px;
background: url(images/nav_01.gif) top left no-repeat;
}
ul.nav li a.homeover {
width: 69px;
background: url(images/nav_01.gif) bottom left no-repeat;
}

ul.nav li a.aboutus {
width: 91px;
background: url(images/nav_02.gif) top left;
}
ul.nav li a.aboutusover {
width: 91px;
background: url(images/nav_02.gif) bottom left;
}

ul.nav li a.services {
width: 118px;
background: url(images/nav_03.gif) top left;
}

ul.nav li a.servicesover {
width: 118px;
background: url(images/nav_03.gif) bottom left;
}

ul.nav li a.bermuda {
width: 91px;
background: url(images/nav_04.gif) top left;
}

ul.nav li a.bermudaover {
width: 91px;
background: url(images/nav_04.gif) bottom left;
}

ul.nav li a.contact {
width: 91px;
background: url(images/nav_05.gif) top left no-repeat;
}

ul.nav li a.contactover {
width: 91px;
background: url(images/nav_05.gif) bottom left no-repeat;
}

ul.nav li a:hover {
background-position: bottom left;
}
/* TYPE */
a {
color: #00bce4;
text-decoration: none;
}

p {
margin: 0px;
padding: 0px 0px 11px 0px;
}

h2, h1 {
text-indent: -9999px;
margin: 0px;
padding: 0px;

}

h2.home {
background:url(images/intro_home.gif) no-repeat;
display: block;
height: 76px;
}

h2.aboutus {
background:url(images/intro_aboutus.gif) no-repeat;
display: block;
height: 71px;
}

h2.ourservices {
background:url(images/intro_ourservices.gif) no-repeat;
display: block;
height: 73px;
}

h2.bermuda {
background:url(images/intro_bermuda.gif) no-repeat;
display: block;
height: 102px;
}

h2.contact {
background:url(images/intro_contact.gif) no-repeat;
display: block;
height: 110px;
}

a h1 {
height: 73px;
width: 181px;
display: block;
position: relative;
top: 20px;
left: 40px;
background-image: url(images/logo_12.gif);
}

/* LAYOUT */
#center {
width: 950px;
margin: 0px auto;
background-image:url(images/background.gif);
background-repeat: repeat-y;
padding: 0px 28px 0px 28px;
min-height: 100%;

}

#nav {
width: 490px;
height: 268px;
margin-left: -20px;
background-image: url(images/nav_bg_07.gif);
float: left;
margin-bottom: 20px;
margin-top: 20px;
}

#banner {
width: 476px;
height: 268px;
float: right;
margin-bottom: 20px;
margin-top: 20px;
}

#content {
background:url(images/doubleline.gif) repeat-x;
clear: both;

}

#contentleft {
width: 450px;
float: left;
padding: 0px 10px;
margin-top: 20px;
margin-bottom: 20px;
}

#contentright {
width: 450px;
float: right;
padding: 0px 10px;
margin-top: 20px;
margin-bottom: 20px;
}

#contentclear {
clear: both;
}

#footer {
padding: 20px 10px 0px 10px;
background:url(images/doubleline.gif) repeat-x;
color:#666666;
clear: both;
}


