/*
// BNI Apex Chapter
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
}

body{
position: relative;
padding: 8px 0px;
border: 0;
margin: 0;
text-align: center;
font: 0.8em Arial,Verdana,Tahoma,sans-serif;
background-color: #222222;
color: #4b4b4b;
behavior: url(includes/csshover.htc);
overflow-x: hidden;
}

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

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding-top: 0;
font: normal 1.4em Arial,Verdana,Tahoma,sans-serif;
color: #6c0107;
letter-spacing: 0px;
}

h2{
margin: 4px 0px;
font: bold 1.1em Arial,Verdana,Tahoma,sans-serif;
letter-spacing: 0px;
color: #6c0107;
}

img{
border: none;
}

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



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

#content-wrapper{
clear: both;
overflow: hidden;
}



#column-left{
float: left;
width: 250px;
overflow: hidden;
background-color: #efefef;
}

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



#header{
width: 950px;
height: 150px;
text-align: left;
background-color: #d3bdc2;
position: relative;
}

#header-left{
float: left;
}

#header-right{
color: #6c0107;
float: right;
margin: 15px 10px 0 0;
text-align: right;
font-size: 1.2em;
}

#header-right a{
color: #6c0107;
}

#header-right a:hover{
color: #d3bdc2;
}

#header-right span{
font-weight: bold;
color: #6c0107;
}

#header-contact{
display: block;
position: absolute;
top: 15px;
left: 370px;
text-align: center;
line-height: 25px;
color: white;
}

#header-contact a{
color: white;
}

#header-contact a:hover{
color: #cfcfcf;
}

#header-contact span{
}

#chapter-name{
position: absolute;
text-align: center;
top: 95px;
right: 55px;
color: white;
font-weight: bold;
}



#navigation{
width: 950px;
z-index: 99;
margin: 0;
overflow: hidden;
background-color: #d3bdc2;
margin-bottom: 5px;
}

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

#navigation a{
display: block;
padding: 6px 19px;
color: #6c0107;
text-decoration: none;
text-align: left;
font-size: 0.85em;
font-weight: bold;
letter-spacing: 0px;
background-color: #d3bdc2;
float: left;
}

#navigation a:hover,#navigation a.current{
color: #d3bdc2;
background-color: #6c0107;
}

#navigation a.current:hover{
color: #666666;
}

#navigation a.first{
}

#navigation a.last{
}



#slideshow{
width: 300px;
height: 400px;
}

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



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

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



#footer{
clear: both;
width: 950px;
overflow: hidden;
background-color: #6c0107;
color: #e2e2e2;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

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

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

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

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



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

#contact-right{
float: right;
width: 300px;
margin: 10px 20px 20px 0px;
}




form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
}

form.contact-form input,form.contact-form textarea,form.contact-form select{
display: block;
width: 100%;
margin-top: 2px;
font: 9pt verdana,arial,tahoma,sans-serif;
border: 1px solid #cccccc;
padding: 3px;
}

form.contact-form input:hover,form.contact-form textarea:hover,form.contact-form select:hover{
border-color: #999;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
}

form.contact-form input.contact-submit{
clear: both;
float: right;
width: auto;
margin-right: 2px;
padding: 4px 6px;
border: 0;
background-color: #6c0107;
text-transform: uppercase;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

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

form.contact-form div.captcha-container input{
width: 96%;
}

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



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #2ecc1e;
background-color: #b7e5b0;
color: #218416;
padding: 15px;
font-weight: bold;
}



#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);
}


div.member_mugshot{
float: right;
width: 140px;
margin-left: 10px;
margin-bottom: 10px;
padding: 4px;
text-align: right;
border: 1px dotted #cccccc;
}

div.member_mugshot h2{
margin: 0;
padding-bottom: 1px;
margin-bottom: 2px;
border-bottom: 1px dotted #cccccc;
}

a#memberslink{
color: #363636;
font-size: 14px;
font-weight: bold;
}

a.member_link{
display: block;
margin-bottom: 2px;
border-bottom: 1px solid #cccccc;
font-size: 12px;
color: #4b4b4b;
}

#flash{
width: 640px;
margin: 0px auto;
}


div.dir_bullets{
padding-bottom: 10px;
}

div.dir_bullets li{
padding: 2px;
border-bottom: 1px dotted #cccccc;
}




#column-left div{
margin: 5px;
margin-bottom: 20px;
}

#column-left h2{
background-image: url(../images/header.gif);
background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(108,1,7)),
    color-stop(1, rgb(211,189,194))
);
background: -moz-linear-gradient(
    center top,
    rgb(108,1,7) 0%,
    rgb(211,189,194) 100%
);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #6c0107;
margin: 3px 5px;
color: white;
text-align: center;
padding: 6px 0px;
text-shadow: 1px 1px 1px #222222;
letter-spacing: 0px;
font-weight: bold;
}

#column-left div h2{
margin: 3px 0px;
}

#column-left h2 a{
color: white;
}


#contact-side p{
margin: 10px;
font-size: 12px;
}


#video{
float: right;
margin: 5px 5px 15px 15px;
width:400px;
}

#player1{
width: 400px;
height: 300px;
display: block;
}




div.testimonial{
border: 1px solid #ccc;
background-color: #f3f3f3;
background-image: url(../images/speech.png);
background-repeat: no-repeat;
background-position: top left;
padding: 12px 12px 8px 12px;
margin: 2px 0;
overflow: hidden;
width: 95%;
}

div.testimonial h2{
font-size: 1.3em;
padding-left: 26px;
}

div.testimonial p{
}

div.testimonial span.from{
font-style: italic;
}

#testimonial-key{
float: right;
width: 226px;
margin: 5px;
margin-left: 15px;
padding: 8px;
background-color: #efefef;
color: #6c0107;
}

#testimonial-key a{
color: #6c0107;
}

#testimonial-key a:hover{
color: #363636;
}

#testimonial-key h2{
background-image: url(../images/header.gif);
background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(108,1,7)),
    color-stop(1, rgb(211,189,194))
);
background: -moz-linear-gradient(
    center top,
    rgb(108,1,7) 0%,
    rgb(211,189,194) 100%
);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: -7px -7px 5px -7px;
color: white;
text-align: center;
padding: 6px 0px;
text-shadow: 1px 1px 1px #222222;
letter-spacing: 0px;
font-weight: bold;
}



span.IN-widget{
display: block;
float: left;
width: 25px;
}
