/* Additions to Landscape Planning website */
/* URL: www.landscapeplanning.com */
/* Date Created: 06/08/2008 */
/* Last Modified: 06/08/2008 */

/* Training Banner */
	
a.bannerLink:link { 
	display:block;
	background:#2A7BB7;
	width: 90%;
	position:relative;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	border: 1px; border-color: #000000;
	border-style: solid;
	padding: 15px;
	}
	
a.bannerLink:visited { 
	display:block;
	background:#2A7BB7;
	width: 90%;
	position:relative;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	border: 1px; border-color: #000000;
	border-style: solid;
	padding: 15px;
	}
	
a.bannerLink:hover { 
	display:block;
	background:#003300;
	width: 90%;
	position:relative;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	border: 1px; border-color: #000000;
	border-style: solid;
	padding: 15px;
	}
	
a.bannerLink2:link { 
	display:block;
	background:#003300;
	width: 90%;
	position:relative;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	border: 1px; border-color: #000000;
	border-style: solid;
	padding: 15px;
	}
	
a.bannerLink2:visited { 
	display:block;
	background:#003300;
	width: 90%;
	position:relative;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	border: 1px; border-color: #000000;
	border-style: solid;
	padding: 15px;
	}
	
a.bannerLink2:hover { 
	display:block;
	background:#2A7BB7;
	width: 90%;
	position:relative;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	border: 1px; border-color: #000000;
	border-style: solid;
	padding: 15px;
	}