@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,700);

body, td, th {
	color: #842727;
	font-family: 'Open Sans', sans-serif;
}
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
.logo {
	margin: 20px 0px 0px;
}

.table > thead > tr > th
{
  border-bottom: 1px solid #842727;
}
.table > tbody > tr > td
{
  border-top: 1px solid #842727;
}

.table-responsive {
	border: 0;
}

a { color: #a81e1e}
a:visited { color: #a81e1e}
a:hover { color: #d80505}

p strong { font-weight: 700 }

blockquote {
font-family: serif;
font-style: italic;
padding-left: 10;
background-color: #dedede;
margin-left: -5px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.navbar a:hover { color: #fff!important }

.navbar {
	margin-bottom: 40px;
}
.navbar-inverse {
	background: #df2f2f; 
	border-radius: 6px;
	border: 0;
	position: relative;
	z-index: 1000;
	top: 30px;
	color: #dadada;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ffeeee;
	font-family: 'Open Sans', sans-serif;
	text-transform: Uppercase;
	font-weight: 400;
	font-size: 1.4em;
	letter-spacing: 0.08em;
}

.navbar-toggle { background-color: #666}
	
.content {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 6px;
	border: 0px solid #1a547a;
	background: #ffeeee;
	padding-top: 0;
	min-height: 100%;
	padding-bottom: 20px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.page-title {
	width: 100%;
	margin-bottom: 5px;
	padding-left: 5px;
}
.txt-content {
	color: #842727;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.18em;
	font-weight: 400;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 83px;
	padding-top: 26px;
	letter-spacing: 0.03em;
}
.page-title h1 {
	color: #c40505;
	font-family: 'Source Serif Pro', sans-serif;
	font-weight: 700;
	letter-spacing: 0.09em;
	font-size: 2.0em;
	padding: 14px 14px 10px;
}
.modal-body {
	padding: 0;
	position: relative;
}
.modal-header {
	min-height: 32.43px;
}
.modal-header .close {
	margin-top: -9px;
}
footer p {
	color: #842727;
	text-align: center;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}

footer a { color: #842727; }
footer a:visited { color: #842727; }
footer a:hover { color: #b36f6f; text-decoration: none; }

.modal-dialog {
	margin: 0 auto;
	max-width: 100%;
}
.modal-dialog {
	width: 600px;
}
.thumbnail {
	margin-bottom: 6px;
	width: 100%;
}
.modal-body img {
	width: 100%;
}
#broker { text-align: center; 
	padding-top: 10px; 
	line-height: 20px; 
	padding-bottom: 100px;
}
.brokerSFlogo { 
	border: 1px solid #aaa;
	border-radius: 5px;
}
#socialicons {
	text-align: right;
}

.imgDeco {
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
}