/* Text Sizing (Do Not Edit!)
========================================================================================== */
html { font-size: 100%; } 
html>body {
	font-size: 16.5px;
} 

/* Common HTML elements (Edit only if needed, any site specific styles in Default Theme
========================================================================================== */
body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #000;
	background: #FFF;
	text-align: center;
	margin: 10px 10px 40px;
	padding: 0 0 100px;
}
p, h1, h2, h3, h4, h5, h6, li, dd, dl, 
dt, ol, ul, td, form, label, input, fieldset {
  margin: 0;
	padding: 0;
}
img {
	border: none;
}

/* Typography
========================================================================================== */
p,
h6 {
	color: #7D7D7E;
	font-size: 0.812em;
	line-height: 1.3;
	margin: 15px 0;
}
h6 {
	font-size: 0.75em;
	margin-top: 25px;
	text-align: center;
	white-space: nowrap;
}
h6 a {
	color: #7D7D7E;
}
p em,
h6 em {
	color: #E4701D;
	font-style: normal;
}
p em.lrg {
	font-size: 1.4em;
}
p strong {
	font-size: 1.063em;
	font-weight: normal;
}
p a {
	color: #E4701D;
}
p a.pdf {
	color: #7D7D7E;
	line-height: 30px;
	display: block;
	border: solid 1px #FFF;
	padding: 0px 0px 0px 0px;
}
p a:hover.pdf {
	border: solid 1px #EEE;
}
p.sml {
	font-size: 0.625em;
}
h2 {
	font-size: 1.5em;
	color: #E4701D;
	position: relative;
	margin-top: -20px;
}
p.error {
	font-weight: bold;
	color: #990033;
	text-align: center;
}
form label em,
form p em {
	color: #990033;
	font-weight: bold;
}

/* Layout
========================================================================================== */
.wrap {
	width: 760px;
	margin: auto;
	text-align: left;
	background: url(../images/new/SFS_Logo3.jpg) no-repeat bottom center;
	position: relative;
}
blockquote#quote {	
	font-size: 0.687em;
	color: #E4701D;
	font-weight: bold;
	clear: both;
	margin: 0 10px;
	height: 150px;
	display: block;
}
blockquote em {
	display: block;
	text-align: right;
	color: #7D7D7E;
}
.foot {
	clear: both;
	background: #7D7D7E;
	text-align: center;
	position: relative;
	top: 70px;
	padding-top: 5px;
	padding-right: 75px;
	padding-bottom: 5px;
	padding-left: 75px;
}
.foot li {
	list-style: none;
	display: inline;
	font-size: 0.75em;
	color: #FFF;
	padding: 0px;
}
.foot li a {
	color: #FFF;
}
