
/*
// GH Builders
// Dark Colour // Highlight Colour */




html{
min-height: 101%;
}


body{
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 0.8em;
background-color: #1222ac;
padding: 0px;
border: 0px;
margin: 0px;
color: #666;
/*
background-image: url(images/back.png);
background-repeat: no-repeat;
background-position: top center;
*/
}

a{
text-decoration: none;
color: #363636;
}
a:hover{
color: #a5a5a5;
}

h1{
font-family: arial;
font-size: 1.2em;
font-weight: bold;
color: #1222ac;
padding-top: 0px;
margin-top: 0px;
margin-left: 8px;
margin-bottom: 2px;
margin:0px;
font-size:1.4em;
letter-spacing: 1px;
padding-bottom: 5px;
border-bottom: 1px solid #f31d25;
}


h2{
font-size: 1.1em;
font-weight: lighter;
letter-spacing: 2px;
color: #1222ac;
margin: 0px;
margin-top: 5px;
}

img{
border: none;
}





















#container{
width: 900px;
text-align: left;
margin: 0px;
background: white;
overflow: auto;
}

#rightcol{
float: left;
width: 600px;
height: auto;
text-align: right;
background-image: url(images/contback.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}

#leftcol{
float: left;
width: 300px;
}










#banner{
width: 900px;
height: 140px;
text-align: left;
background: #1222ac;
margin-top: 8px;
}

#bannerl{
float: left;
width: 720px;
text-align: left;
}

#bannerr{
float: left;
width: 180px;
text-align: left;
}


#imgholder{
width: 300px;
height: 450px;
}

#content{
width: 580px;
text-align: justify;
padding: 10px;
font-size: 11px;
line-height: 14pt;
color: #363636;
min-height: 43.0px;
}

#content p{
padding: 3px;
margin: 2px;
}

#content a{
color: #aaa;
}






#footer{
clear: both;
background-color: #6281bf;
width: 900px;
height: 25px;
color: #e2e2e2;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
padding: 0px;
margin: 0px;
}

#footl{
float: left;
width: 435px;
text-align: left;
padding: 7px;
}

#footr{
float: left;
width: 435px;
text-align: right;
padding: 7px;
}

#footer a{
color: #e2e2e2;
}

#footer a:hover{
color: white;
}









#contleft{
float: left;
width: 320px;
margin-left: 40px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 30px;
text-align: center;
}


#contright{
float: left;
width: 320px;
margin-top: 10px;
margin-bottom: 10px;
}










.infobar{
width: 370px;
padding: 5px;
color: white;
background: #4e5bbf;
}

#contright.infobar{
margin-bottom: 5px;
}

.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
background: white;
}

.altp{
color: #111;
}

.splitlist{
width: 250px;
float: left;
}

























    #navigation {
        width: 899px;
        border-left: 1px solid white;
        z-index: 99;
        overflow: auto;
    }
    #navigation a {
    font-family: arial, sans-serif;
        display: block;
        float: left;
        /*padding: 6px 19px 6px 19px;*/
        padding: 6px 0px;
        color: white;
        text-decoration: none;
        text-align: center;
        font-size: 0.85em;
        font-weight: bold;
        letter-spacing: 1px;
        background-color: #1222ac;
        border: 1px solid white;
        border-left: none;
        width: 148px;
    }
    #navigation a:hover {
        color: #1222ac;
        background-color: white;
        border-right-color: #4e5bbf;
    }
    #navigation a.current {
        color: #1222ac;
        background-color: white;
    }
    #navigation a.current:hover {
        color: #4e5bbf;
    }

    #bigger{
    width: 151px;
    }