/*
// Mike O\'Driscoll Builders
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

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

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

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

h1{
margin: 5px 0px 10px 0px;
padding: 5px 0px 0px 0px;
font-family: arial,tahoma,verdana,sans-serif;
font-size: 16px;
font-weight: lighter;
color: #376900;
letter-spacing: 1px;
}

h2{
margin: 5px 0px 0px 0px;
padding: 5px 3px 0px 0px;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
color: #376900;
}

h3{
margin: 0px 0px 10px 0px;
padding: 6px 3px 10px 10px;
background-image: url('../images/nav.png');
width: 250px;

font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
color: #ffffff;
}

img{
border: none;
}

ul{
padding-left: 20px;
}



#container{
width: 900px;
text-align: left;
background: #76be36;
margin: 0px auto;
overflow: hidden;
border: 1px solid #ffffff;

}

#content_wrapper{
width: 900px;
clear: both;
overflow: hidden;
}



#column1{
float: left;
width: 250px;
background-color: #76be36;
color: #ffffff;
font-size: 12px;
overflow: hidden;
}

#column1 a{
color: #ffffff;
}

#column1 a:hover{
text-decoration: underline;
}

#column1 p{
padding-left: 10px;
}

#nums{
padding-left: 10px;
}


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



#banner{
width: 900px;
height: 80px;
text-align: left;
background-color: #376900;
}

#logo{
padding: 20px 30px 0px 10px;
float: left;
}

#number{
color: #ffffff;
padding: 30px 30px 0px 0px;
float: right;
font-size: 15px;
}

#number a{
color: #ffffff;
}


#callback{
color: #ffffff;
font-size: 11px;
padding-left: 10px;
}

.textbox{
width: 200px;
}

.submit{
padding: 3px;
background: #fff500;
color: #376900;
border: 0;
cursor: pointer;
}






#slideshow{
width: 900px;
height: 250px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}


.gallery
{
border: 1px solid #376900;
}




#content{
margin: 9px;
text-align: justify;
font-size: 11px;
line-height: 16px;
color: #545454;

}

#content p{
margin-top:0;
line-height:18px;
margin-bottom:18px;

}



#footer{
border: 1px solid #ffffff;
border-top: 0px solid #ffffff;
clear: both;
width: 900px;
height: 28px;
background-image: url('../images/nav.png');
color: #666666;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

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

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

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

#footerRight{
float: right;
width: 320px;
text-align: right;
padding: 6px;
}





#contact_right{
width: 240px;
margin: 10px 0px 30px 200px;
height: 350px;
}



#navigation{
height: 30px;
z-index: 99;
width: 950px;
}

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

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

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

#navigation a{
display: block;
background-image: url('../images/nav.png');
padding: 9px 43px;
color: #ffffff;
text-decoration: none;
text-align: left;
font-size: 0.85em;
font-weight: lighter;
letter-spacing: 1px;
float: left;
}

#navigation a:hover,#navigation a.current{
color: #76be36;
background-color: #fff500;
}





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

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

#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: #363636;
color: #ffffff;
font-size: 11px;
font-weight: lighter;
cursor: pointer;
}



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





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




