/* CSS Document */

body {
margin:0; padding:0;
	background-color:#B6DCE7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	}
	
h1 {font-size:3.5em;
margin:0;
padding:0;}

h2 {font-size:2em;
margin:0;
padding:0;}

h3{font-size:1.5em}
h4{font-size:1.25em}

p {font-size:0.9em;
	text-align: left;
  position:relative;
left:20px;
padding:10px}

.clear {
    border: 0;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
	font-size: 0px;
	}
	

#page_container{
background-image: url(http://www.kbc.on.ca/vision/sky_bkg.jpg);
background-repeat: no-repeat;
background-color: #006897;
position:relative;
left:20px;
	width: 960px;
  height: 3000px;
	border: thin;
	border-style: solid;
	border-width: 1px;
	border-color: #996600;
	padding: 4px
}



.right {
float: right;
width:668px;
text-align:left; 
border-style: solid;
border-width:1px;
background-color:#CAE7ED;
position:relative;
top:150px;
padding:20px;
}

/*images*/

#dove {
position:relative;
top:5px;
left:5px;
width: 97px;
height: 88px;
background-image: url(http://www.kbc.on.ca/vision/dove_sm.png);
background-repeat: no-repeat;
}

.post {
float:left;
text-align:left;
padding:0px;
position:relative;
left:6px
width: 246px;
height: 1041px;
background-image: url(http://www.kbc.on.ca/vision/1signpost.png);
background-repeat: no-repeat;
}


#logo {
background-color:#FFFFFF;
border-color: #996600;
width: 230px;
height: 230px;
border-style: solid;
border-width:1px;
background-image: url(http://www.kbc.on.ca/images/KBC_sepia_radial.jpg);
background-repeat: no-repeat;
}

#banner {
position:absolute;
left:525px;
top:10px;
background-image: url(http://www.kbc.on.ca/vision/banner.png);
background-repeat: no-repeat;
width: 400px;
height: 250px;
}

/*menu*/
.menu{
float:left;
width: 246px;
position:relative;
left:42px;
top:150px;
text-align:left;
padding:0px;
z-index:1;
}

.tabs ul{
  list-style-type:none;
	padding:0px;
  margin:0px;
	}


.tabs li {font-size:0.9em;
display: block;
text-decoration:none;
	padding-bottom:5px;
	
}
		
.tabs li a{
display: block;
text-decoration:none;
	padding-bottom:5px;
	color: #000000;
  width: 207px;
	font-size:1.2em;
		background: #EAE8E4;
		border-width:1px;
		border-style:solid;
border-color:#000000;
	}


.tabs ul a#current{
list-style: block;
	text-decoration: none;
  padding-bottom:5px;	
  	color: #FF9900;
border-color:#000000 #CAE7ED #000000 #000000;
	background: #CAE7ED;
  margin-right:-.2em;
}

.tabs ul a:hover{
list-style: none;
	border-color: #CAE7ED;
	color: #FF9900
} 


#footer{
	width: 952px;
	text-align: center;
	background-color: #0076A4;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #0076A4;
}
/*not in use
#page_bkg{
background-image: url(http://www.kbc.on.ca/vision/sky_bkg.jpg);
background-repeat: no-repeat;
position:relative;
left:20px;
	width: 960px;
	border: thin;
	border-style: solid;
	border-width: 1px;
	border-color: #996600;
	padding: 4px
}
*/