html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
	padding-left: 0px;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* LAYOUT */
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
p {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}
body {
	color: #000;
	margin-bottom: 0px;
}
header {
	background: #fffcfb;
}
h1.logo {
	width: 100%;
}
.smallbanners {
	position: relative;
	top: -124px;
}
.smallbannersinner {
	position: relative;
}
.content {
	margin: 0px auto 0px auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-bottom: 20px;
	position: relative;
	top: -87px;
}
.contentinner {
	margin: 20px auto 0px auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-bottom: 20px;
}
.content h2, .contentinner h2 {
	color: #792137;
	font-size: 28px;
	padding: 25px 0px 20px 0px;
}
.contentinner h3 {
	font-size: 18px;
	padding: 0px 0px 10px 0px;
}
h4 {
	color: #792137;
	font-size: 16px;
	font-weight: 600;
}
.content p, .contentinner p {
	line-height: 22px;
	font-size: 16px;
	padding: 0px 0px 20px 0px;
}
.contentinner ul {
	margin: 10px 0px;
	list-style-type: square;
	padding-left: 30px;
}
.contentinner ul li {
}
.lineleft {
	border-left: 1px solid #000;
}
.line {
	border-right: 1px solid #000;
}
.profilebg {
	background: url(../images/profilebg.jpg) repeat top center;
	color: #fff !important;
	padding: 27px 30px;
}
.profilebg h3 {
	font-size: 24px;
	padding: 20px 0px 20px;
}
.profilebg p {
	color: #fff;
}
.map {
	width: 100%;
}
.map img {
	margin: 0px auto;
}
.faq {
	background: url(../images/faq.jpg) no-repeat;
	position: relative;
	top: -20px;
}
footer {
	background: #730e22 url(../images/footerlogo.jpg) top center no-repeat;
	color: #f4f3f3;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
}
.disclaimer {
	margin-top: 100px;
}
.formbkg {
	background: #730e22;
	padding: 30px 20px;
	color: #fff;
}
.row{
	margin:0px !important;
}
.smallcopytext{
display:none;
	
}
@media screen and (min-device-width: 200px) and (max-device-width: 769px) {
.nav > li > a {
	padding: 10px 40px;
}
footer{
	background:#730e22 !important;
}
.smallcopytext{
display:block;
font-size: 15px;
padding-top: 20px;	
}
.disclaimer {
    margin-top: 15px;
}
}