/*
// Livingston Removals
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

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

body{
padding: 0x 0px;
border: 0px;
margin: 0px;
background-color: #f6f1ee;
font-family: Arial, Tahoma, sans-serif;
color: #4b4b4b;
text-align: center;
position: relative;
overflow-x: hidden;
}

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

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

h2{
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
font-family: arial,tahoma,verdana,sans-serif;
font-size: 15px;
font-weight: lighter;
color: #241aa6;
}

h3{
color: #5ea0f7;
background: #ffffff;
width: 163px;
margin: 5px 0px 5px 0px;
padding: 5px;
text-align: center;
font-family: arial,tahoma,verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}

img{
border: none;
}

ul{
padding-left: 35px;
}



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

#content_wrapper{
clear: both;
overflow: hidden;
position: relative;
}

#slogan{
position: absolute;
bottom: 0px;
right: 0px;
background-image: url(../images/slogan.png);
width: 400px;
height: 200px;
color: #ffffff;
}








#column1{
float: left;
width: 195px;
font-size: 12px;

background-image: url(../images/column1.jpg);
background-repeat: no-repeat;
overflow: hidden;
color: #ffffff;
padding: 20px 0px 0px 5px;
}

#column1 a{
color: #ffffff;
}

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

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

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

#address{
padding-left: 10px;
}



#innerbanner{
margin-left: auto;
margin-right: auto;
text-align: left;
width: 900px;
height: 100px;
position: relative;
height: 100px;
background-color: #ffffff;
}

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

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

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

#header-right a{
color: #2419A6
}

#header-right a:hover{
color:#63A1F6;
}

#header-right span{
font-weight: bold;
color: #63A1F6;
}



#slideshow{
width: 699px;
height: 250px;

border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
}



#content{
margin: 0px 30px 30px 30px;
text-align: justify;
font-size: 12px;
color: #545454;
}


#content a{
text-decoration: underline;
}

#content a:hover{
color: #241AA6;

}



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




#innerfooter{
clear: both;
width: 900px;
height: 100px;
margin-left: auto;
margin-right: auto;
background: #2419a6;
position: relative;
color: #cccccc;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

#footer{
width: 100%;
height: 100px;
background: #2419a6;
}

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

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

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

#footerCenter{
float: left;
font-size: 19px;
position: absolute;
top: 30px;
left: 270px;
text-align: left;
padding: 7px;
}

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



#contact_left{
width: 325px;
height: 350px;
text-align: left;
}





#navigation{
width: 900px;
height: 27px;
z-index: 99;
margin: 0px;
}

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

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

#navigation a{
display: block;
padding: 6px 32px 6px 32px;
color: #ffffff;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
text-decoration: none;
text-align: left;
font-size: 14px;
font-weight: normal;
background-image: url(../images/nav.jpg);
float: left;
}

#navigation a:hover,#navigation a.current{
background-image: url(../images/hover.jpg);
}





#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: 165px;
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: 13px;
padding: 4px 6px;
border: 0;
background-color: #2419a6;
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;
}





