/* Presentation Stylesheet for SM Construction website

  (c) Colin Sewell, 2007
------------------------- */

html { font-size: 100%; /* IE hack */ }

body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #e2e2e2;
	font-family: arial, verdana, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 90%;		/* scale down default font */
}

.whitepage {
	background-color: #fff;
}


img { border: 0; }

p {
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 100%;		/* scale down default font */
	font-weight: bold;
	line-height: 16px;
	text-align: justify;
	margin: 10px;
	width: 90%;
}

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 100%;
	color: #fff;
	margin: 10px;
	padding-top: 0px;
}

h2 {
	font-size: 120%;
}


h3 {
	font-size: 100%;
}



/* FIR style header images */
#SiteHeader {
	position: relative;
	font-size: 0px;
	color: #ffffff;
	display: none;
}

#SiteHeader span {
	position: absolute;
	display: none;
}

#PageHeader {
	position: relative;
	width: 580px;
	height: 30px;
	font-size: 160%;
	font-weight: bold;
}

#PageHeader span {
	position: absolute;
	width: 100%;
	height: 100%;
}



.header-home span {
	background: url(../images/header-welcome.gif) no-repeat 0px 0px; 

}

.header-welcome span {
	background: url(../images/header-welcome.gif) no-repeat 0px 0px; 

}

.header-about span {
	background: url(../images/header-about.gif) no-repeat 0px 0px; 

}

.header-contact span {
	background: url(../images/header-contact.gif) no-repeat 0px 0px; 

}


div#footer h1 {

	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	padding-top: 0px;
}


div#footer h1 a {
	font-family: arial, verdana, helvetica, serif, sans-serif;
    font-size: 100%;
    color: #8e5653;
    text-decoration: none;
	text-align: center;
	border-bottom: 0px dotted #888888;
}


p.CustComment {
	margin: 15px 25px;
	font-weight: bold;
}

p.Centered {
	text-align: center;
}

.ImgBorder {
	border: 1px solid #777;
}

.ImageFloatLeft {
	float: left;
	margin: 8px;
}

.BoldText {
	font-weight: bold;
}

.BoldMediumText {
	color: #5e5e5e;
	font-weight: bold;
}

.BoldHeading {
	font-weight: bold;
	font-size: 150%;
	color: #555;
}

hr {
	margin: 10px;
	border: none;
    border-bottom: 1px solid #fff;
	height: 1px;
}

.HR-Dashed {
	border: none;
    border-bottom: 1px dashed #fff;
	height: 1px;
}

.HR-Dotted {
	border: none;
	height: 1px;
    border-bottom: 1px dotted #fff;
}


.HR-Footer {
	width: 550px;
	margin: 2px;
	padding: 1px;
	margin-left: 200px;
	margin-right: 0;
	border: none;
	height: 1px;
    border-bottom: 1px solid #fff;
}


#footer p {
	width: 100%;
	font-size: 85%;
	color: #fff;
	margin: 1px;
	padding: 1px;
}

.footer-text {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

.footer-text p {
	margin: 0;
	font-size: 80%;
	color: #777;
	text-align: center;
}


.BulletList, .BulletListTick {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 110%;
	font-weight: bold;
	list-style-image: url(../images/decorations/bullet-green-hollow.gif);
	margin: 8px;
	padding-left: 30px;
}


.BulletList li {
	margin-bottom: 4px;
}

.BulletListTick {
	list-style-image: url(../images/decorations/tick-red-square.gif);
}

.BulletListTick li {
	list-style-image: url(../images/decorations/tick-red-square.gif);
}

.BulletList a {
	font-size: 90%;
}

.BulletList p {
	background-color:#fcfcfc;
	font-size: 100%;
	margin: 4px;
}

.FAQanswer {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
}

#menu1left{display:none;}
#menu1right{display:none;}
#NavMenu{display:none;}
