/*
// Business Bureaus Services
// Dark Colour // Highlight Colour */


html{
min-height: 101%;
}

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


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

a{
text-decoration: none;
color: #ffffff;
}
a:hover{
color: #cccccc;
}

h1{
font-family: arial;
color: #0b4ea2;
margin: 5px 0px 5px 0px;
margin: 5px 0px 5px 0px;
font-size: 16px;
font-weight: lighter;

}

h2{
font-size: 1.2em;
font-weight: normal;
color: #ee1c25;
margin-top: 15px;
margin-botton: 15px;
padding-bottom: 10px;
}

h3{
font-size: 1.3em;
font-weight: normal;
color: #eb1c26;
margin-top: 15px;
}

ul{
padding-left: 30px;
}

img{
border: none;
}

textarea.enquiry{
overflow: auto;
}

.textbox
{
width: 200px;
}

.textboxError
{
width: 200px;
}

.textarea
{
width: 200px;
height: 50px;
overflow: auto;
}

.textareaError
{
width: 200px;
height: 50px;
}


.submit
{
overflow: auto;
border: 0;
cursor: pointer;
padding: 3px;
background: #FFDC78;
color: #4d4d4d;
}

.response
{
color: red;
}




#container{
width: 950px;
text-align: left;
margin: 0px auto;
overflow: hidden;
}

#content_wrapper{
clear: both;
width: 950px;
overflow: auto;
background: #222222;
}



#column1{
float: left;
width: 250px;
height: 660px;
overflow: hidden;
}

.details1{
width: 230px;
height: 230px;
font-size: 12px;
line-height: 20px;
background: #333333;
color: #ffffff;
position: relative;
float: right;
overflow: hidden;
padding: 10px;
text-align: left;
}

.details2{
width: 230px;
font-size: 12px;
line-height: 20px;
background: #222222;
color: #ffffff;
overflow: hidden;
position: relative;
float: right;
padding: 10px;
text-align: left;
}

.details p{
padding: 5px 0px 0px 10px;

}


#column2{
float: left;
width: 700px;
height: auto;
text-align: left;
overflow: hidden;
}


#ourtslideshow
{
position: absolute;
height: 250px;
left: 0px;
top: 40px;
}


#slideshow
{
float: right;
width: 248px;
margin: 0px 0px 0px 0px;
height: auto;
overflow: hidden;
position: relative;
z-index: 500;
}


#left
{
position: absolute;
left: 5px;
top: 5px;
}

#right
{
position: absolute;
right: 5px;
top: 5px;
}

.button1
{
background-image: url(../images/left.jpg);
background-repeat: no-repeat;
width: 30px;
height: 28px;
z-index: 9999999999999999;
border: 0;
color: #ffffff;
cursor: pointer;
}

.button2
{
background-image: url(../images/right.jpg);
background-repeat: no-repeat;
width: 30px;
height: 28px;
z-index: 9999999999999999;
border: 0;
color: #ffffff;
cursor: pointer;
}




.pane
{
margin: 0;
width: 248px;
float: left;

}





#header
{
width: 100%;
height: 100px;
background: #ffffff;
}

#innerheader
{
position: relative;
width: 950px;
height: 100px;
}

#headerleft
{
position: absolute;
left: 0px;
top: 20px;
}

#navigation
{
position: absolute;
left: 350px;
top: 50px;
}

#navigation ul
 {
}

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

#navigation a
{
display: block;
font-weight: bold;
font-size: 12px;
text-align: left;
color: #0b4ea2;
padding: 5px 8px 5px 8px;
border-right: 1px dotted #333333;
}

#navigation a:hover
{
color: #ee1c25;
}

#navigation a.current
{
color: #ee1c25;
}



#imgholder{
width: 400px;
height: 400px;
}



#content{
text-align: justify;
margin: 0px;
font-family: tahoma;
margin-left: 0px;
font-size: 13px;
line-height: 14pt;
background: #cccccc;
color: #4b4b4b;
padding: 10px;
/*
background-image: url(../images/contback.jpg);
background-position: top right;
background-repeat: no-repeat;
*/
}

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

#content a {
color: #4d4d4d;
}

#content a:hover {
color: #000000;
}






#footer
{
width: 100%;
height: 150px;
background-image: url(../images/footer.jpg);
background-repeat: repeat-x;
font-size: 10px;
color: #ffffff;
}

#innerfooter
{
position: relative;

width: 950px;
height: 150px;
}

#footer a
{
text-decoration: none;
color: #ffffff;
}

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



#footerleft
{
position: absolute;
left: 0px;
top: 10px;
text-align: left;
}

#footerright
{
position: absolute;
right: 0px;
top: 10px;
}











#contact_left{
float: left;
width: 260px;
margin: 10px 30px 10px 40px;
text-align: center;
}

#contact_right{
float: left;
width: 320px;
margin: 10px 0px;
}


















#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.submit{
width: auto;
padding: 4px 6px;
background: #000000;
border: 0;
float: left;
text-transform: uppercase;
color: white;
font-size: 0.8em;
font-weight: bold;
margin-right: 2px;
background-repeat: repeat-x;
}

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

#contact_form div.captcha-container input{
width: 90px;
float: none;
margin: 0px auto;
}

div.captcha-container small{
display: block;
}

div.sub_btns{
clear: both;
float: none;
margin: 0px auto;
}




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







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

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



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






