/*
// Chris McKenzie
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

*{
padding: 0;
margin: 0;
border: 0;
}

body{
position: relative;
padding: 0px 0px;
padding-bottom: 20px;
border: 0;
margin: 0;
text-align: center;
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 0.8em;
background-color: #ffffff;
color: #4b4b4b;
overflow-x: hidden;
}

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

a:hover{
color: #a5a5a5;
}

h1{
padding: 0px 0px 5px 0px;
margin: 0px 0px 2px 0px;
font-size: 1.2em;
font-weight: bold;
color: #11286c;
border-bottom: 1px dotted #cccccc;
}

h2{
margin: 0;
padding: 10px 0px 0px 0px;
font-size: 1.2em;
font-weight: bold;
color: #11286c;
}

h3{
margin: 10px 0px 0px 10px;
font-size: 16px;
font-weight: bold;
background: #ffffff url(../images/heading.jpg) repeat-x bottom left;
text-align: center;
color: #4274bf;
width: 220px;
height: 30px;
padding: 10px 0px 0px 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
behaviour: url(includes/border-radius.htc);

}

img{
border: none;
}

#content-wrapper ul{
padding-left: 35px;
margin-bottom: 12px;
}



#container{
width: 100%;
text-align: left;
margin: 0px auto;
background: #ffffff url(../images/background.jpg) repeat-x top left;
overflow: hidden;
}

#content-wrapper{
width: 900px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
margin: 0 auto;
clear: both;
background: #ffffff url(../images/right.jpg) repeat-y top right;
overflow: hidden;
}



#column-left{
float: left;
width: 249px;
overflow: hidden;
color: #ffffff;
}

#column-left p{
padding: 10px 0px 0px 10px;
}

#column-left a{
color: #ffffff;
}

#column-left a:hover{
color: #4274bf;
}

#column-right{
float: left;
background: #ffffff;
width: 650px;
height: auto;
overflow: hidden;
}



#header{
width: 100%;
height: 120px;
text-align: left;
background: #ffffff url(../images/banner.jpg) repeat-x bottom left;
}

#header-inner{
width: 900px;
height: 120px;
margin: 0 auto;
position:relative;
}

#header-left{
position:absolute;
top: 0px;
left: 0px;
}

#header-right{
position:absolute;
top: 20px;
right: 0px;
font-size: 15px;
line-height: 150%;
color: #000000;
font-weight: bold;
font-style: italic;
text-align: right;
}

#header-left a{
color: #041751;
}

#header-right span{
font-weight: bold;
color: #3a64ac;
}



#slideshow{
width: 649px;
height: 300px;
border-right: 1px solid #cccccc;
overflow: hidden;
}

#slideshow img{
width: 649px;
height: 300px;
}

#images{
width: 650px;
height: 150px;
background: #c2d6f1 url(../images/nav.jpg) repeat-x top left;
}

#images img{
padding: 12px 0px 0px 12px;
}


#content{
padding: 20px;
text-align: justify;
font-size: 12px;
color: #4b4b4b;
background: #ffffff url(../images/content.jpg) no-repeat bottom left;
}

#content p{
margin: 5px 0px 18px 0px;
line-height: 18px;
}

#gallery{
width: 600px;
height: 500px;
margin-left: 30px;
margin-bottom: 50px;
}

#gallery img{
float: left;
padding: 5px;
}



#footer{
width: 100%;
background: #ffffff url(../images/footer.jpg) repeat-x top left;
height: 50px;
}


#footer-inner{
clear: both;
width: 900px;
margin: 0 auto;
height: 50px;
color: #666666;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}


#footer a{
color: #666666;
font-size: 10px;
}

#footer a:hover{
color: #091d5a;
}

#footer-left{
float: left;
text-align: left;
padding: 7px;
}

#footer-right{
float: right;
text-align: right;
padding: 7px;
}



#contact-left{
width: 300px;
margin: 10px 0px 0px 10px;
text-align: center;
}




#navigation{
width: 750px;
background: #ffffff;
height: 27px;
z-index: 99;
}


#navigation ul {
margin: 0;
padding: 0;
}

#navigation li{
list-style-type: none;
float: left;

}

#navigation a{
display: block;
padding: 6px 15px 6px 14px;
color: #4b4b4b;
border-right: 1px solid #ffffff;
text-decoration: none;
text-align: left;
font-size: 11px;
font-weight: bold;
letter-spacing: 0px;
background: #ffffff url(../images/nav.jpg) repeat-x top left;
float: left;
}

#navigation a.last{
border-right: 0px solid #ffffff;
padding: 6px 14px 6px 15px;
}

#navigation a:hover,#navigation a.current{
color: #4274bf;
background: #ededed;
}





#contact{
height: 290px;

}

#contact form{
padding: 10px;
}

#contact_form label{
clear: both;
float: left;
width: 100px;
text-align: left;
font-weight: bold;
margin-top: 7px;
}

#contact_form input,#contact_form textarea,#contact_form select{
float: left;
width: 220px;
margin-top: 7px;
font-family: verdana,arial,tahoma,sans-serif;
font-size: 9pt;
color: #666666;
border: 1px solid #cccccc;
padding: 3px;
}

#contact_form input:hover,#contact_form textarea:hover,#contact_form select:hover{
border-color: #999;
}

#contact_form textarea{
overflow: auto;
height: 100px;
}

#contact_form input.contact_submit{
clear: both;
float: right;
width: auto;
margin-right: 2px;
padding: 4px 6px;
border: 0;
background-color: #4274bf;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

#captcha_container{
display: block;
clear: both;
float: left;
text-align: center;
padding: 5px;
margin-top: 7px;
border: 1px solid #cccccc;
}

#captcha_container input{
width: 220px;
}


#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #cccccc;
background-color: #999999;
color: #e2e2e2;
}



#side-tab-container{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
font-size: 11px;
}


.side-tab img{
border: 0;
text-decoration: none;
}

a.side-tab:hover{
color: #888888;
}




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


.rounded{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
behavior: url(includes/border-radius.htc);
}



