body {
    padding: 0px;
    margin: 0px;
    font-size: 62.5%;
    font-family: calibri, arial, sans-serif;
    color: #0b1b2b;
}

body.home {
    background: #fff url(images/fill_main_home.gif) repeat-x;
}

body.page {
    background: #fff url(images/fill_main_page.gif) repeat-x;
}

a {
    color: #146C87;
    font-weight: bold;
}

h1 a {
    color: #333;
    text-decoration: none;
}

h1 {
    font-style: normal;
    color: #333;
    font-family: 'comic sans', sans-serif;
    font-size: 1.6em;
    padding-left: 25px;
    background: #fff url(images/blt_head1.png) no-repeat center left;
}

h2 {
    text-transform: lowercase;
    font-style: normal;
    color: #146C87;
    font-size: 1.4em;
}

h3 {
    text-align: center;
    color: #00AEEF;
    font-size: 1.4em;
}

#page {
    width: 995px;
    margin: 53px auto;
}

#header {
    width: 995px;
    height: 100px;
}

#menu {
    width: 995px;
    height: 80px;
    padding-left: 10px;
}

.home #menu {
    background: transparent url(images/menu_home.jpg) no-repeat;
}

.page #menu {
    background: transparent url(images/menu_page.jpg) no-repeat;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu ul li {
    float: left;
    margin-top: 1.1em;

}

#menu ul li a {
    display: block;
    font-family: calibri, arial, sans-serif;
    text-transform: lowercase;
    font-size: 1.4em;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 15px;
    border-right: 2px solid #8F87B4;
    max-width: 10em;
    height: 27px;
    text-align: center;
}

#menu ul li a:hover {
    color: #1d5c6f;
}

#menu li ul {
    position: absolute;
    left: -1000em;
}

#menu li:hover ul {
    left: auto;
    width: 19em;
    background-color: #197E9C;
}

#menu ul li li {
    margin: 0px;
}

#menu ul li li a {
    width: 12em;
    max-width: 12em;
    height: auto;
    border: none;
    border-bottom: 1px solid #8F87B4;
    padding: 5px 11px;
    text-align: left;
}

#menu ul li li a:hover {
    background-color: #1d5c6f;
    color: #000;
}

#menu li ul ul { /* third-and-above-level lists */
	margin: -2.8em 0 0 19em;
	border-left: 1px solid #fff;
}

#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul, #menu ul li.sfhover ul ul, #menu ul li.sfhover ul ul ul {
	left: -1000em;
}

#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li li li li:hover ul, #menu ul li.sfhover ul, #menu ul li li.sfhover ul, #menu ul li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#splash {
    width: 935px;
    height: 255px;
    padding: 0 30px;
    text-align: center;
}

#splash p {
    margin: 20px 0 60px 0;
    color: #303030;
}

#splash p.p1 {
    font-size: 3em;
    font-weight: bold;
    font-family: arial, sans-serif;
}

#splash p.p2 {
    font-size: 2.4em;
    padding-left: 30px;
}

#splash p.p2 span {
    display: block; 
    padding-left: 200px;
}

#sponsors {
    width: 995px;
    height: 40px;
    text-align: center;
}

#content {
    margin-top: 10px;
}

.post {
    padding: 20px;
    line-height: 160%;
    font-size: 1.4em;
}

.post p {
    margin: 15px 0;
}

#footer {
    width: 995px;
    height: 80px;
    margin-top: 20px;
}

.home #footer {
    background: transparent url(images/footer_home.jpg) no-repeat;
}

.page #footer {
    background: transparent url(images/footer_page.jpg) no-repeat;
}

#footer p {
    text-align: center;
    padding: 20px;
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
}

.fs {
    font-family: 'lucida sans', sans-serif;
    font-style: normal;
    text-transform: lowercase;
    color: #B4B4B4;
}

.fs span {
    color: #00BBF4;
}

.comic {
    font-family: 'comic sans', sans-serif;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
}

.post img {
    padding: 5px;
}

.linkbox {
    padding-right: 30px;
    background: transparent url(images/blt_red_arrow.png) no-repeat center right;
    line-height: 1em;
}

.box {
    width: 300px;
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #9ea8b1;
}

.formbuilder {
    width: 500px;
}

#wrap-online-enquiry {
    float: right;
    padding: 0 20px;
}

/* Photo Gallery 
**/

#gallery ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

#gallery ul li {
    float: left;
    padding: 20px 20px 0 0;
    text-align: center;
}

#gallery ul li .thumb {
    font-size: .9em;
    font-family: Georgia, serif;
    color: #000;
    text-align: center;
}

#gallery ul li .title {
    font-size: .9em;
    font-family: Georgia, serif;
    color: #78715e;
    text-align: center;
    margin: 3px 0;
}

#gallery ul li .thumb a {
    color: #333;
}

/* table data
**/

.tabledata {
    width: 50%;
    margin: 10px 0;
    border-spacing: 1px;
    border: 2px solid #688289;
}

.tabledata th {
    padding: 5px 10px;
    border: 1px solid #cfdae0;
    background-color: #cfdae0;
}

.tabledata td {
    padding: 5px 10px;
    border: 1px solid #cfdae0;
}

.tabledata .alt {
    background-color: #e5e5e5;
}


/* Errors & Notices
**/

.error ul, .notice ul {
    padding: 5px;
    margin: 5px;
    list-style-type: none;
}

.error {
    font-weight: bold;
    padding: 5px;
    margin: 10px 0;
    border: 3px solid #fe9494;
}

.notice {
    font-weight: bold;
    padding: 5px;
    margin: 10px 0;
    border: 3px solid #b7cfba;
}

