/* Presentation Stylesheet Royston Windows website

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

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

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


p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 100%;		/* scale down default font */
	color: #888;
	text-align: justify;
	margin: 10px 15px;
	line-height: 125%;
}

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	color: #888;
	margin-top: 10px;
	margin-left: 15px;
	padding-top: 0px;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

img { border: 0; }

.CustomerQuoteBlue {
	background-color: #eff4ff;
	margin: 10px 25px;
	padding: 5px;
}
.CustomerQuoteRed {
	background-color: #fff2f3;
	margin: 10px 25px;
	padding: 5px;
}

#footer p {
	color: #888;
	font-size: 80%;
	margin: 1px;
	padding: 1px;
	text-align: right;
}


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

.ImgNoBorder {
	border: none;
}


.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 #a31919;
	height: 1px;
}

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


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

.HR-Footer {
	width: 500px;
	margin: 2px;
	padding: 1px;
	margin-left: 100px;
	margin-right: 0;
	border: none;
	height: 1px;
    border-bottom: 1px dotted #aaa;
}

.HR-Grey {
	border: none;
	height: 1px;
	margin: 1px;
	margin-left: 10px;
	padding: 1px;
    border-bottom: 1px dotted #c0c0c0;
}


.BulletList {
	font-family: arial, verdana, helvetica, sans-serif, serif;
	font-size: 110%;
	color: #777;
	list-style-image: url(../images/bullet.gif);
	margin: 8px;
	padding-left: 30px;
}

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

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

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

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

.BulletListBlank{
	list-style: square;
}
