﻿@import url("top-menu.css");
@import url("chromestyle.css");

body 
{
    background-color: #cccccc;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Verdana;
}

.body
{
    text-align: center;
    background-image: url(/images/bg.gif);
    background-repeat: repeat-y;
    background-position: center top;
}

p, ul, li, ol
{
    text-align: justify;
}

p, td, th
{
    vertical-align: top;
}

a, a:link, a:visited
{
    text-decoration: none;
}

a:hover,a:active,a:visited:hover
{
    text-decoration: underline;
}

.layout
{
    background-color: #fff;
    width: 842px;
    margin: 0px auto 0px auto;
    text-align: left;
    border-left: solid 1px #B2B2B2;
    border-right: solid 1px #B2B2B2;
    border-bottom: solid 1px #B2B2B2;
}

.header
{
    height: 205px;
    background-image: url(/images/header.jpg);
}

.header a
{
    display: block;
    height: 205px;
}

.footer
{
    background-image: url(/images/footer.gif);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #cccccc;
    text-align: center;
}

.footer div
{
    font-family: Arial;
    font-size: 12px;
    color: #666;
    width: 842px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto 10px auto;
    text-align: right;
}

.footer span
{
    float: left;
}

.footer a
{
    color: #666;
    text-decoration: none;
}

.footer a:hover
{
    color: #666;
    text-decoration: underline;
}

.top-menu
{
    padding: 0px 5px 0px 11px;
    margin: 3px 0px 3px 0px;
    background-color: #414141;
    height: 35px;
    background-image: url(/images/top_menu.gif);
    background-repeat: no-repeat;
}

.top-menu a
{
    background-image: none;
    background-repeat: no-repeat;
    height: 35px;
    display: -moz-inline-box;
    display: inline-block;
    text-decoration: none;
}

.top-menu a:hover
{
    background-image: url(/images/top_menu.gif);
}

.main
{
    margin-top: 30px;
    padding: 0px 30px 25px 30px;
    margin-right: 5px;
    border-right: solid 1px #ccc;
}

h3
{
    font-family: Verdana;
    font-size: 14px;
    color: #003D71;
}

p, ul, ol, label, td, th
{
    color: #444;
    font-family: Verdana;
    font-size: 12px;
    line-height: 160%;
}

.left-menu
{
    width: 153px;
    /* background-color: #E0B2B4 */
    background-image: url(/images/left_bg.gif);
    background-repeat: repeat-x;
    color: #fff;
}

.left-menu div
{
    padding: 0px 10px 0px 10px; margin-top: 30px
}

.left-menu h3
{
    font-family: Verdana;
    font-size: 12px;
    color: #fff;
	text-transform: Uppercase;
}

.left-menu a
{
    background-repeat: no-repeat;
    background-image: url(/images/arrow_left.gif);
    background-position: left 7px;
    padding: 1px 0px 3px 10px;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    display: block;
    font-family: Verdana;
    text-decoration: none;
    margin-bottom: 0px;
}

.left-menu a:hover
{
    background-repeat: no-repeat;
    background-image: url(/images/arrow_left.gif);
    background-position: left 7px;
    padding: 1px 0px 3px 10px;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    display: block;
    font-family: Verdana;
    text-decoration: underline;
    margin-bottom: 0px;
}

.right-menu
{
    width: 139px;
    background-color: #fff; 
}

.right-menu div
{
    border-top: solid 30px #fff;
    padding: 10px 10px 10px 5px;
}

.right-menu .sep
{
    border-top: solid 1px #CCC;
    margin: 5px 0px 5px 0px; 
    padding: 0px;
}

.staff-label
{
    padding: 1px 0px 5px 0px;
    color: #444;
    font-weight: bold;
    font-size: 9px;
    display: block;
    font-family: Verdana;
    text-decoration: none;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.right-menu a, .staff-right a
{
    background-repeat: no-repeat;
    background-image: url(/images/arrow_right.gif);
    background-position: left 7px;
    padding: 1px 0px 3px 10px;
    color: #444;
    font-weight: bold;
    font-size: 9px;
    display: block;
    font-family: Verdana;
    text-decoration: none;
    margin-bottom: 0px;
    text-transform: uppercase;

}

.right-menu a:hover, .staff-right a:hover
{
    background-repeat: no-repeat;
    background-image: url(/images/arrow_right.gif);
    background-position: left 7px;
    padding: 1px 0px 3px 10px;
    color: #444;
    font-weight: bold;
    font-size: 9px;
    display: block;
    font-family: Verdana;
    text-decoration: underline;
    margin-bottom: 0px;
    text-transform: uppercase;

}

.cssform
{
    margin-top: 0px;
}

.cssform p
{
    display: block;
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
    padding-left: 195px; /*width of left column containing the label elements*/
    border-top: 0px dashed #C2BCAB;
    height: 1%;
}

.cssform label
{
    font-family: Verdana;
    text-align: left;
    font-weight: normal;
    float: left;
    margin-left: -195px; /*width of left column*/
    width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]
{
    /*width of text boxes. IE6 does not understand this attribute*/
    width: 180px;
}

.cssform textarea
{
    width: 250px;
    height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix
{
    margin-left: 3px;
}

ul.links
{
    list-style-type: none;
    margin-left: 0px;
}

ul.links li
{
    margin-bottom: 5px;
}

ul.links img
{
    border: 0px;
}

table.form
{
    width: 100%;
    border-collapse: collapse;
}

.form th, .form td
{
    padding: 5px 0px 5px 0px;
    font-size: 12px;
    font-family: Verdana;
}

.form th
{
    width: 50%;
    padding-right: 20px;
    font-weight: normal;
}

.compulsory
{
    display: none;
    color: Red;
}

a.pdf:link, a.pdf:visited, a.pdf
{
    float: right;
    background-image: url(/images/pdf_icon.gif);
    padding: 2px 0px 2px 18px;
    text-decoration: none;
    color: #404040;
    background-repeat: no-repeat;
    background-position: left center;
}

a.pdf:hover, a.pdf:visited:hover, a.pdf:active
{
    float: right;
    background-image: url(/images/pdf_icon.gif);
    padding: 2px 0px 2px 18px;
    text-decoration: underline;
    color: #404040;
    background-repeat: no-repeat;
    background-position: left center;
}

.events-calendar
{
    width: 100%;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}

.events-calendar .header
{
    background-color: #951f2c;
    background-image: none;
    height: auto;
}

.events-calendar td
{   
    font-size: 10px;
    width: 14%;
    padding: 0px;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    height: 50px;
}

.events-calendar .header td
{
    color: #fff;
    font-weight: bold;
    padding: 5px;
    height: auto;
    text-align: center;
    text-transform: uppercase;
}

.events-calendar td span
{

}

.events-calendar td div
{
    padding: 5px 2px 2px 2px;
}

.main a, .main a:link, .main a:visited
{
    color: #0047AB;
    text-decoration: underline;
}

.main a:hover, .main a:active, .main a:visited:hover
{
    color: #0047AB;
    text-decoration: underline;
}

a.red-link, a.red-link:link, a.red-link:hover, a.red-link:visited:hover, a.red-link:visited, a.red-link:active
{
    color: #970008;
    text-decoration: underline;
    font-weight: bold;
}

.old-red-link
{
    padding: 2px 10px 2px 10px;
    background-color: #970008;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}