@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

#wrapper_div {
	width:960px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}

/*---------------------------- header styling --------------------------*/


body {
	background-image:url(../images/kassbg.jpg) ;
}

#header_div {
	width:100%;
	color:#ffffff;
	height:100px;
	margin-bottom:10px;
}

#h_logo_div {
	float:left ;
	padding-top:15px; /* pushes the logo down within the header height */
	width:325px;
}

#demographics_div{
	float:right;
	text-align:right;
}

#hd_address_div {
	width:400px;
}
#hda_street,#hda_intersection {
	display:block;
}

#hda_intersection {
	margin-top:10px;
	margin-left:20px;
	border-top:1px solid #ffffff;
	font-size:small;
}
#hd_phoneemail_div {
	font-size:20px;
	margin-bottom:10px;
}

.headericons {
	float:right;
	margin-right:10px;
	padding-top:2px;
	border:none;		/* internet explorer with blue border */
}


/*---------------------------- nav styling -----------------------------*/
#nav_div {
	font-family:Arial, Helvetica, sans-serif;
	height:40px;
	background-image:url(../images/navbg.jpg) ; 
	background-repeat:repeat-x;
	font-weight:bold;
	clear:both;
	margin-bottom:18px;
	/* sometimes there are padding issues use the code below */
}
.nav_box {
	width:110px;
	padding-top:8px;
	height:32px;
	float:left;
	text-align:center;
}
.nav_box a {
	display:block;
	text-decoration:none;
	color:#ffffff;
}
.nav_box:hover{
	background-image:url(../images/navhoverbg.jpg);
	background-repeat:repeat-x;
}
/*---------------------------- footer styling --------------------------*/


#footer_div{
	height:200px;
	margin-bottom:20px;
    font-size:12px;   
	color:#cfcfcf; 
	border-top:2px solid red;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	background-color:green;
	clear:both;
}
.footer_box {
    /*background-color:green;*/
    width:182px;
    padding:5px;
    float:left;
}
.footer_box h3 {
	margin-left:4px;
	color:#ffffff;
}
.fb_content {
        padding:5px;
}
.fb_content ul {
    list-style:none;
}
.fb_content ul li {
	margin-bottom:5px;
}
.fb_content ul li a {
	color:#cfcfcf;
	text-decoration:none;
}
.fb_content ul li a:hover {
	text-decoration:underline;
}

.f_icon {
	float:left;
	border:none; /* ie border removal */
}

#georgetownaddress p {
	margin-bottom:3px;
}

#mississaugaaddress p {
	margin-bottom:3px;
}