/* ====== TRICITY.CSS ====== */
/* Alan Colquhoun, MDIA 3201 */
/* Last Update: May 19, 2012 */
/* ========================= */

body {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; /* needed to center pages in IE6 */
  color: #000; background: url(images/bg_tile.png);
  font-family: verdana, arial, geneva, sans-serif;
  font-size: 80%; /* default setting */
} 

/* general link formatting */

a.contact:link {
  color: #0000ff; background: #BBB897;
  font-weight: bold;
  text-decoration: none;
}

a.contact:visited {
  color: #808; background: #BBB897;
  font-weight: bold;	
  text-decoration: none;
}

a.contact:active {
  color: #808000; background: #BBB897;
  font-weight: bold;	
  text-decoration: none;
}

a.contact:hover {
  color: #ff0000; background: #BBB897;
  font-weight: bold;
  text-decoration: underline;
}

#wrapper {
  width: 960px;
  margin: 0 auto; /* this will center your page in all other browsers ie)firefox & IE7 */
  text-align: left;
  color: #000; background: #fff; 
}

#header {
  margin: 0;
  padding: 0;
  color: #000; background: transparent url("images/header.jpg") no-repeat;
  height: 155px; width: 960px;
  border-bottom: 4px solid #BBB897; 
}

/*main navigation - top menu */

#navcontainer {  
  float: left; /* need to add so background color will appear in all browsers - container is turned into a block element */
  margin:0;
  padding:0;
  width: 100%;
  background: #4d4750; color: #fff;
  border-bottom: 1px solid #B8B5BA;
}  

#navcontainer ul {
  margin: 0;
  padding-left: 220px; /* adjust to where you want the menu to start */
  list-style-type: none;                           
}

#navcontainer ul li { 
  display: inline; 
}

#navcontainer ul li a {
  float: left; /* turns the links into "block boxes" -- fixes the problem of vertical padding not being added to "inline" elements - make sure this gets cleared in the sidebar div */
  padding: 8px 32px;
  margin-right: 1px;
  color: #fff; background: #4d4753;
  text-decoration: none;
  border-right: 1px solid #B8B5BA;
  font-weight: bold;
}

#navcontainer ul li a:hover {
  color: #000; background: #ff5d5d;
  text-decoration: none;
}

#navcontainer li a#kurrent {
  color: #fff; background: #a20000;
  text-decoration: underline;
}

#navcontainer ul li a.first {
  border-left: 1px solid #B8B5BA; /* adds left border to first item in the menu */
} 

#sidebar { 
  clear: both; /* clear float in navigation above */
  width: 220px; height: 700px; 
  float: left;
  color: #000; background: #ccc;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

#sidebar h1 {
  padding-left: 25px;
} 

#sidemenu {
	width: 180px;
	margin: 15px;
}
	
#sidemenu li a {
	height: 24px;
	text-decoration: none;
}	
	
#sidemenu li a:link, #sidemenu5 li a:visited {
	color: #fff; background: #4d4753;
	display: block;
	padding: 8px 0 0px 10px;
	margin-bottom: 5px;
	text-decoration: none;
    font-weight: bold;
}
	
#sidemenu li a:hover {
	color: #000; background:  #ff5d5d;
	padding: 8px 0 0px 10px;
}

#sidemenu li a#current {
  color: #fff; background: #a20000;
  text-decoration: underline;
}

#sidemenu ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

#welkom, #contakt
{
    padding-left: 25px;
	padding-right: 25px;
}
	
#content {
  width: 687px;
  margin: 0px 0px 0px 0px;
  float: left;
}

#content p {
  padding: 0px 0px 0px 25px;
  font-size: 130%;
}

#content h3, #Vancouver, #Regina, #Toronto  {
  padding: 25px 0px 0px 25px;
  font-size: 130%;
}

.bld
{
	font-weight: bold;
}

table {
  border-collapse: collapse;
  width: 570px;
  border: 2px solid #000;
  margin-left: 5px;
  color: #000; background: #ccc;
}

th {
  background: #999;
}

th, td {
  padding: 6px 20px;
  font-size: 90%;
}

caption {
  font-size: 100%;
  font-weight: bold;
  margin: 5px 0;
}  

col {
  border-right: 2px solid #000;
}

thead {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

tr {
   border: 2px solid #000;
}   

#footer {
  clear: both;
  padding: 0;
  margin:0;
  height: 65px;
  color: #000; background: #BBB897;
}  

#footer p {
  margin: 0;
  padding-top: 18px;
  font-weight: bold;
  line-height: 240%;
  text-align: center;
}  
