/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    }
body {
	font: 100% arial, helvetica, sans-serif;
	color: #473D25;
	background-color: #fff;
	background: #aea17e url(/images/logo_bk.gif) repeat center top;
	font-size:12px;
    }
a:link { color: #eb9a1a; text-decoration:none;} 
/*a:link { color: #fab826; text-decoration:none;} LIGTHER orange link */
a:visited { color: #eb9a1a; text-decoration:none;}
a:hover { color: #473D25; text-decoration:underline;}

#wrapper {
    display: table;
    height: 90%;
    width: 100%;
    margin: 0;
    }
#main {
    display: table-cell;
    vertical-align: middle;
    position: relative;
	margin-top:10px;
    }
#inner {
    background-color: #fff;
	border:0.2mm dashed #edeadb;
    width: 70%;
	height: 535px;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    }
#header {float:right; height:110px; text-align:right; width:100%;}
.logo {color:#edeadb; font: 80px arial black; line-height:85px;}
.group {color:#473D25; font: 19px arial black;}


#heading {width:580px;}
h1 { font-size:18px; margin:10px 0 0 0;}
h2 {font-size:15px; margin:3px 0 0 0;}
h3 {font-size:12px; margin:0;}
h4 {font-size:11px; color: #AFA37E; margin:0;}
h5 {font-size:10px; color: #AFA37E; margin:0; font-style:italic;}
p {font-size:12px;} 
.leftimage{float:left; margin-right:10px;}
.rightimage{float:right;}
.bigtext {font-size:32px; font-family:arial black; line-height:40px;}
.midgreen {color:#AFA37E;}

.divide {border-bottom:0.2mm dashed #DDD9BD; width:100%; margin:8px 0 10px 0;}
#scroller {width: 96%; height:305px; float:left; margin:0 0 0px 5px; overflow-y:auto; overflow-x: visible; scrollbar-base-color: #EDEADB; border-top:0.2mm dashed #DDD9BD; border-bottom:0.2mm dashed #DDD9BD; padding:10px; background-color:#EDEADB;
scrollbar-3dlight-color:#ecebeb;
scrollbar-arrow-color:#473d25;
scrollbar-track-color:;
scrollbar-darkshadow-color:#afa37e;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:#EDEADB;
}
.content {height:185px; width: 97%; float:left; border-bottom:0.2mm dashed #DDD9BD;}
/*.image {height:145px; width: 18%; float:left; padding:5px; background-color:#f2f0e6;}*/
.text {height:145px; width: 97%; float:left; padding:10px; margin-top:10px; margin-bottom:10px; background-color:#f2f0e6;}
/* left & right content for contact page */
.leftcontent {height:320px; width: 30%; float:left; border-bottom:0.2mm dashed #DDD9BD; }
.rightcontent {height:301px; width: 67%; float:right; padding:10px;border-bottom:0.2mm dashed #DDD9BD; background-color:#edeadb; overflow-y:auto; overflow-x: visible; scrollbar-base-color: #EDEADB;
scrollbar-3dlight-color:#ecebeb;
scrollbar-arrow-color:#473d25;
scrollbar-track-color:;
scrollbar-darkshadow-color:#afa37e;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:#EDEADB;
}
/* toggle contact details on map click */
.toggle{display: none;width:200px; background: none;} 
#toggle0{display: block; background: none;}
 
#copyright {
    font-size:10px; 
	color: #edeadb;
    width: 70%;
    margin: 0 auto;
    padding: 5px;
	text-align:center;
    }
#copyright a:link { color: #edeadb; text-decoration:none;} 
/*a:link { color: #fab826; text-decoration:none;} LIGTHER orange link */
#copyright a:visited { color: #edeadb; text-decoration:none;}
#copyright a:hover { color: #473D25; text-decoration:underline;}

