/* WSAL CSS */
/* Basic Elements, body, general text, lists*/
BODY {
	margin           : 0px;
	padding          : 0px;
	color            : black;
	background-color : white
}

a:link {
	color: #333366;
	decoration: none;
}

a:visited {
	color: #333366;
	decoration: none;
}

a:hover {
	color: #333366;
	font-weight: normal;
	text-decoration: underline;
}


td, tr, p {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
	color            : #333366;
	text-align		 : left;
	padding-left	 : 5px;
	
	
}

li {
	list-style-position: outside;
	list-style-type: circle;
}
/*this covers the backgrounds and design for the main view */
.header {
	background-image: url(http://www.wsal.ca/wsal/templates/wsal/images/WSAL_WEB_01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.subheader {
	background-image: url(http://www.wsal.ca/wsal/templates/wsal/images/WSAL_WEB_02.gif);
	background-repeat: no-repeat;

}

.main {
	background-image: url(http://www.wsal.ca/wsal/templates/wsal/images/WSAL_WEB_04.gif);
	background-repeat: repeat-y;

}

.menu {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
	border-bottom-width: thin;
	padding: 0px;
}

.features {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	top: auto;
}


.footer {
	background-image: url(http://www.wsal.ca/wsal/templates/wsal/images/WSAL_WEB_06.gif);
	background-repeat: no-repeat;
	padding-right: 5px;

}


#subfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-align: right;
}

/*navigation at top right*/
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: right;
	padding-right: 0;
	color: #999999;
}

/*top right navigation links*/
a.nav {
	color: #999999;
	text-decoration: none;

}

a:hover.nav {
	text-decoration: underline;
}
/*this is for the date section in header */
#date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: right;
	padding-right: 5px;
		
}

/* ######################### JOOMLA SETTINGS ###############################*/

/* CONTENT PANE */

.componentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color            : #333366;
	text-align		 : left;
	padding-top	 : 5px;
	font-variant: small-caps;
	font-weight: bold;
}
.contentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color            : #333366;
	text-align		 : left;
	padding-top			 : 5px;
	font-variant: small-caps;
	font-weight: bold;
}

.contentpane {
	text-align       : left;
	background       : #FFFFFF;
	

}

.contentpaneopen {
  text-align       : left;
  background       : #FFFFFF;
 }


a.readon {
	color:	#333366;
	font-weight: bold;
	font-size: xx-small;
		
}

a.readon:hover {
	color:	#666666;
	font-weight: bold;
	font-size: xx-small;
	text-decoration: underline;
		
}

/* SECTION TABLE HEADING */
.sectiontableheader {
	background-color : WHITE;
	color            : #FFFFFF;
	height           : 20px;
	font-weight      : bold;
	letter-spacing   : 1px;
	padding-left: 1px;
	width: 100%;
}

.sectiontableentry1 {
  	background-color : white;
	width: 100%;
}

.sectiontableentry2 {
  background-color : #F0F0F0;
   
}

a.category:link {
	color: #999999;
	text-decoration: none;
}
a.category:visited {
	color: #333366;
	text-decoration: none;
}
a.category:hover {
	text-decoration: underline;
}

a.category:active {
	color: #333366;
	text-decoration: none;
}


a.latestnews {
	color: #333366;
	text-decoration: none;
}
a.latestnews:visited {
	color: #333366;
	text-decoration: none;
}
a.latestnews:hover {
	text-decoration: underline;
}

a.latestnews:active {
	color: #333366;
	text-decoration: none;
}

/* ##### blog section, this is the list of links on the "homepage" ##### */
a.blogsection {
	color: #333366;
	text-decoration: none;
}
a.blogsection:visited {
	color: #333366;
	text-decoration: none;
}
a.blogsection:hover {
	text-decoration: underline;
}

a.blogsection:active {
	color: #333366;
	text-decoration: none;
}


/*#######################  BUTTON   ##########################*/
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 12  px;
  color            : #464060;
  border           : 1px solid;
}
