/* CSS style sheet for Richmond Hill Office of Economic Development, by David Janik-Jones, http://www.esolutionsgroup.ca */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* All web site content copyright 2005, Richmond Hill Office of Economic Development and its authorized agents */
/* Started: February 22, 2005 */

/* This design is not a template. You may not reproduce it elsewhere without the designer's or owner's written permission. 
However, feel free to study the CSS and use whatever techniques you learn from it elsewhere. Daddy says hi to Cal and Luke */

/* basic colours for backgrounds of the three pages */
.blue {
	margin: 0; padding: 0;
	background-color: #114488;
}
.red {
	margin: 0; padding: 0;
	background-color: #AD3639;
}
.yellow {
	margin: 0; padding: 0;
	background-color: #CEAF38;
}

/* add lines to top of div */
.blueline {
	background: url(/images/frame_blue_top.gif) top left no-repeat;
}
.redline {
	background: url(/images/frame_red_top.gif) top left no-repeat;
}
.yellowline {
	background: url(/images/frame_yellow_top.gif) top left no-repeat;
}

/* typography */
.blue p, .red p, .yellow p {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0; text-align: left;
	padding-bottom: 5px; padding-left: 16px;
}
.tdblue {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0; text-align: left;
	padding-left: 12px;
}
.tdblue p {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 5px;
}
.tdblue a:link, .tdblue a:visited, .tdblue a:active {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
	color: #F6C819;
	margin: 0; text-align: left;
	text-decoration: none;
}
.tdblue a:hover {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
	color: #F6C819;
	margin: 0; text-align: left;
	text-decoration: underline;
}
.tdyellow {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
	color: #114488;
	margin: 0; text-align: left;
	height: 16px;
}
.tdyellow a:link, a:visited,a:active {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
	color: #114488;
	margin: 0; text-align: left;
	text-decoration: none;
	height: 16px;
}
.tdyellow a:hover {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
	color: #114488;
	margin: 0; text-align: left;
	text-decoration: underline;
	height: 16px;
}

/* table padding left */
.hometable {
	padding-left: 16px;
}