/*Main sidenavbar */
.clf{
        display:inline-block
    }

.clf{
        display:block
}

#sidenav {
	/*background:#29292B; *//*background colour*/
	font-size:1em;
    display:inline-block;
    width:100%;
}
	
#sidenav, #sidenav ul {
	list-style: none;
	line-height: 0.8;
    padding-left: 2px;
/*    vertical-align: bottom; */
}

#sidenav a, #sidenav a:hover {
    display:block;
	text-decoration: none;
	border:none;
}

#sidenav li {
    text-align: left;
    float: left;
	list-style:none;
    margin-left:0px;  
	border-bottom:1px dotted #999999; /*border colour*/
    cursor:pointer;
    clear:both;
    width:100%;
}

#sidenav a, #sidenav a:visited {
	display:block;
	font-weight:bold;
	color: #D71A21;
    padding:4px 2px;
}

#sidenav a:hover, #sidenav a:active, .current_page_item	a, #home .on, .sidenavactive {
	/*background:#4E4F53;*/ /*mover over*/
	text-decoration:none;
    background:transparent url(images/menuarrow.gif) no-repeat scroll 95% 60%;    
}

.logo {
    padding-left:5px;
    float:left;
    width:28%
    overflow:hidden;
    display:none;
}

.description {
    display:inline;
    padding-left:5px;
    padding-top:2px;
    float:left;
    width:90%;
    font-size:10.67px;
}

/*.container {
    border-left:3px solid #999999;
    vertical-align: top; 
    padding-top: 10px; 
    text-align: justify;
    padding-left: 5px;
    height: 600px;
    clear:right;
}*/

.clear{
        display:block;
        clear:both;
        line-height:14pt;
    }
.image{
    display:block;
    text-align:center;
}
.left{
    padding-left:100px;
    display:inline;
    float:left;
}
.right{
    padding-left:300px;
    display:inline;
    float:left;
}
.leftbar{
    padding-top:10px;
    display:inline;
    float:left;
    width:130px;
    padding-right:3px;
}
.contentbar{
    padding:left:5px;
    padding-top:10px;
    display:inline;
    float:left;
    width:525px;
    height:440px;
	/*border-left:3px solid #999999; /*border colour*/  
}
#contact_button {
background:url('/custom/submit-button.png');
           background-repeat:no-repeat;
display:block;
height:35px;
width:118px;
}


/*
#contact_button:hover {
background:url('/custom/button-rollover.png');
           background-repeat:no-repeat;
display:block;
height:35px;
width:154px;
}
*/

