/*
// McCallum Timber Buildings
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

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

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

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

a:hover{
color: #a5a5a5;
}

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

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

h3{
margin: 10px 0px 0px 10px;
font-size: 1.1em;
font-weight: normal;
background-color: #0f1f1a;
text-align: center;
color: #ffffff;
width: 220px;
height: 30px;
padding: 10px 0px 0px 10px;
}

img{
border: none;
}

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



#container{
width: 100%;
text-align: left;
background-color: #133c2f;
}

#content_wrapper{
border-left: 1px solid #ffffff;
width: 900px;
margin-left: auto;
margin-right: auto;
clear: both;
overflow: hidden;
background-color: #76be36;
}

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

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

#logos{
text-align: right;
height: 100px;
}

#logos p{
padding: 0px 10px 0px 0px;
}


#column1{
float: left;
width: 250px;
border-top: 1px solid #ffffff;
overflow: hidden;
color: #ffffff;
}

#address{
color: #ffffff;
}

#address p{
padding: 10px 0px 0px 10px;
}

#address table{
margin: 10px 0px 0px 10px;
}

#column1 a{
color: #ffffff;
}

#column1 a:hover{
color: #cccccc;
}

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

#contact{
height: 280px;
width: 240px;
}

#contact form{
padding: 0px 0px 0px 10px;
}



#banner{
width: 100%;
height: 100px;
text-align: left;
background-color: #0f1f1a;
}

#banner-inner{
margin-left: auto;
margin-right: auto;
width: 900px;
height: 100px;
position: relative;
}

#logo{
position: absolute;
top: 10px;
left: 0px;
}

#banner_contact{
position: absolute;
top: 30px;
right: 0px;
color: #76be36;
font-size: 19px;
}

#banner_contact span{ 
color: #fff500;
}

#banner_contact a{
color: #363636;
}



#slideshow{
width: 648px;
height: 300px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}

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



#content{
margin: 20px;
text-align: justify;
font-size: 12px;
color: #4b4b4b;
}

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



#footer{
width: 100%;
height: 30px;
background-color: #0f1f1a;
}

#footer-inner{
margin-left: auto;
margin-right: auto;
clear: both;
width: 900px;
height: 30px;
color: #e2e2e2;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

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

#footer a:hover{
color: #ffffff;
}

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

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



#contactLeft{
width: 300px;
text-align: center;
}

#contactRight{
float: right;
width: 240px;
margin: 10px 30px 20px 0px;
}


#navigation{
width: 650px;
height: 26px;
border-bottom: 1px solid #ffffff;
margin: 0;
}

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

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

#navigation a{
display: block;
padding: 0px 24px;
padding-top: 4px;
height: 21px;
color: #ffffff;
text-decoration: none;
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 0px;
background-color: #76be36;
border-left: 1px solid #ffffff;
border-top: 1px solid #ffffff;
float: left;
}

#navigation a:hover,#navigation a.current{
color: #ffffff;
background-color: #0f1f1a;
border-top: 0px solid #ffffff;
padding: 0px 24px;
padding-top: 5px;
height: 21px;
}




#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: #0f1f1a;
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;
}



#sideTabContainer{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

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


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

a.sideTab:hover{
color: #888888;
border-left: 1px solid white;
}

#sideTabContainer h3{
color: #ccc;
font-weight: bold;
letter-spacing: 1px;
font-size: 15px;
margin: 0;
margin-bottom: 6px;
}





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



