body
{
    margin-top: 50px;
    padding: 0px;
    background: #787878;
    text-align: justify;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    color: #616161;
}

h1, h2, h3
{
    margin-top: 0px;
    color: #8C0209;
}

h1
{
    font-size: 1.8em;
    font-weight: normal;
}

h2
{
    font-size: 1.4em;
}

h3
{
    font-size: 1em;
}

a
{
    text-decoration: none;
    color: #8C0209;
}

a:hover
{
    border-bottom: none;
}

a img
{
    border: none;
}

img.left
{
    float: left;
    margin: 0px 20px 0px 0px;
}

img.right
{
    float: right;
    margin: 0px 0px 0px 20px;
}

.clearall
{
    clear: both;
}

#header
{
    width: 1000px;
    margin: 0px auto;
    height: 200px;
    background: url(images/menu_bar.jpg) no-repeat left top;
}

#logo
{
    width: 1000px;
    height: 150px;
    margin: 0px auto;
    padding: 0px;
    background: url(images/logo.png) no-repeat left top;
}

#menu
{
    width: 1000px;
    margin: 0px auto;
    padding: 0px;
    height: 50px;
    background: url(images/menu_bar.jpg) no-repeat left top;
}

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

#menu li
{
    display: inline;
}

#menu a
{
    display: block;
    float: left;
    height: 32px;
    margin: 0px;
    padding: 18px 50px 0px 50px;
    text-decoration: none;
    text-transform: capitalize;
    background: url(images/menu_item.jpg) no-repeat right top;
    font-family: Georgia, "Time New Roman", Time, serif;
    font-size: 1em;
    color: #FFFFFF;
}

#menu a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#menu .current_page_item a
{
    text-decoration: underline;
    color: #FFFFFF;
}

#content_wrapper
{
    width: 990px;
    margin: 0px auto;
    padding: 20px 5px;
    background: #FFFFFF;
}

#left_wrapper
{
    float: left;
    width: 770px;
}

.headline_image
{
    padding-left: 20px;
}

.breadcrumbs
{
    height: 30px;
    margin: 0px;
    padding: 15px 15px 0px 25px;
    background: url(images/breadcrumbs.jpg) no-repeat left top;
    font-size: 0.75em;
    color: #FFFFFF;
}

.breadcrumbs a
{
    text-decoration: none;
    color: #FFFFFF;
}

.breadcrumbs a:hover
{
    text-decoration: underline;
}

.content
{
    padding-bottom: 15px;
    line-height: 200%;
}

.content h1, h2
{
    font-weight: normal;
}

.title
{
    margin: 0px;
    padding: 10px 0px 4px 20px;
    font-weight: normal;
}

.title-border
{
    border-bottom: 1px #BBBBBB dashed;
    margin: 0px 20px 20px 20px;
}

.content_text
{
    padding: 0px 20px;
}

.contact_address
{
    margin-bottom: 10px;
}

.contact_text
{
    font-weight: bold;
    width: 100px;
    float: left;
    margin-bottom: 10px;
}

.contact_left
{
    float: left;
    width: 45%;
    margin-left: 15px;
}

.contact_right
{
    float: left;
    width: 45%;
    margin-left: 15px;
}

.map
{
    text-align: right;
    margin-right: 20px;
}

.enquiry_text
{
    font-weight: bold;
    width: 150px;
    float: left;
    margin-bottom: 10px;
}

#right_wrapper
{
    float: right;
}

.sidebar
{
    float: left;
    width: 220px;
    padding: 0px;
    font-size: 1em;
}

.sidebar ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sidebar li
{
    padding: 0px 0px 20px 0px;
}

.sidebar li li
{
    margin: 0px 20px 0px 15px;
    padding: 8px 0px;
    border-bottom: 1px #BBBBBB dashed;
    text-align: left;
}

.sidebar li h2
{
    height: 30px;
    margin: 0px;
    padding: 10px 15px 0px 15px;
    background: #890208 url(images/sidebar.jpg) no-repeat left top;
    letter-spacing: -1px;
    font-size: 1.2em;
    color: #FFFFFF;
}

.normal_link
{
    font-size: 1em;
    color: #616161;
}

.normal_link:hover
{
    color: #8C0203;
    text-decoration: underline;
}

.w3c
{
    margin: 0px 20px 0px 15px;
    padding: 8px 0px;
}

.news_date
{
    font-size: small;
    color: #8C0203;
    margin-bottom: 5px;
}

.news_content
{
    font-size: small;
    color: #616161;
}

.news_content a
{
    color: #8C0203;
    text-decoration: none;
}

.news_content a:hover
{
    text-decoration: underline;
}

#footer
{
    width: 960px;
    height: 70px;
    margin: 0px auto;
    padding: 0px 20px;
    background: url(images/footer.jpg) no-repeat left top;
}

#footer p
{
    margin: 0px;
    padding: 25px 0px 0px 0px;
    text-align: center;
    font-size: smaller;
}

#footer .link
{
    float: right;
}

#footer .copyright
{
    float: left;
}
