/*This is the main CSS style sheet for Suburban Molding*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 5px;
	color: #000000;
	background-color: #CCCCCC;
	letter-spacing: normal;
}

p {
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	text-indent: 24px;
	letter-spacing: normal;
}

h2 {
	font-size: 14px;
	color: #000000;
	text-decoration: overline;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 2px;
}

h3 {
	font-size: 12px;
	color: #0000cc;
	text-decoration: overline;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 2px;
}

a:link {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	color: #0000cc;
	text-decoration: none;}

a:hover {
	color: #ff0000;
	text-decoration: underline;}

#top-menu a:link {
	color: #ffffff;
	text-decoration: none;
}

#top-menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#top-menu a:hover {
	color : #ff0000;
	text-decoration : underline;
}

#tlayer1 {
	width : 210px;
	top : 30px;
	left : 50px;
	position : absolute;
	z-index : 90;
	visibility : hidden;
	background-color : #666666;
	border : 1px solid #000000;
	margin : 5px;
	padding : 5px;
	padding-left: 10px;
}

