/*This is the main CSS style sheet for Suburban Molding*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 20px;
	color: #000000;
	background-color: #CCCCCC;
	letter-spacing: normal;
	padding: 10px;
}

p {
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	text-indent: 24px;
	letter-spacing: normal;
	margin-right: 20px;
}

h1 {
	font-size: 28px;
	color: #666666;
	font-weight: normal;
	padding: 10px;
	letter-spacing: normal;
	font-family: Impact;
	font-variant: small-caps;
	text-transform: capitalize;
}

h2 {
	font-size: 36px;
	color: #666666;
	font-weight: normal;
	padding: 10px;
	letter-spacing: 5px;
	font-family: "Bookman Old Style";
	font-variant: normal;
	text-transform: none;
	font-style: oblique;
}

h3 {
	font-size: 16px;
	color: #0066CC;
	font-weight: bold;
	font-family: "Bookman Old Style";
	font-style: oblique;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: overline;
	letter-spacing: 3px;
	line-height: 18px;
	padding: 10px;
}

a:link {
	color: #0000cc;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #0000cc;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}

#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 : 150px;
	top : 26px;
	left : 50px;
	position : absolute;
	z-index : 90;
	visibility : hidden;
	background-color : #666666;
	border : 1px solid #000000;
	margin : 5px;
	padding : 5px;
	padding-left: 10px;
}
li {
	line-height: 18px;
	font-size: 12px;
	margin-right: 20px;
	text-align: justify;
}

