@charset "utf-8";
/* CSS Document */

<!--
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#615C56;
}
#page, header, .banner, .body-wrapper, footer, .footer-logo {
	display:block;
	min-width:960px;
	margin:0 auto;
}
#page {
	background-color:#A6A19B;
	border-bottom:2px solid #FFF;
	background-image: url(../images/bg-wrapper.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	position:relative;
}
header {
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:960px;
	height:133px;
	padding:18px 0 0;
}
.header-left {
	width:510px;
}
.header-right {
	width:310px;
	text-align:right;
	margin:0 20px 0 0;
}
h2.tel {
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	color:#FFF;
	text-shadow:#000 1px 1px 2px;
}
.header-right span {
	font-size:15px;
	font-style:italic;
	color:#E1B950;
	font-weight:700;
}
.banner {
	width:960px;
	height:239px;
	background-image:url(../images/header-stock-fraud.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
h2.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.1em;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	padding-top:175px;
}
.body-wrapper {
	width:960px;
	min-height:800px;
	background-color:#FFF;
	background-image: url(../images/bg-body.jpg);
	background-repeat:repeat-y;
	background-position:0 0;
}
aside {
	width:200px;
	padding:15px 10px 15px 15px;
}
aside h2 {
	color:#FFF;
	padding:0 0 10px;
}
aside p {
	color:#FFF;
	font-size:14px;
	line-height:18px;
	text-align:left;
}
aside a {
	color:#9CF;
	text-decoration:underline;
}
aside a:hover {
	color:#FFC;
	text-decoration:none;
}
.side-menu {
	margin:0 0 20px;
}
.side-menu ul {
	text-align:left;
	margin:0;
	padding:0 0 0 15px;
}
.side-menu ul li {
	list-style-type:none;
	list-style-image:url(../images/arrow-wr.png);
	margin:0 0 8px;
}
.side-menu ul li a {
	color:#FFF;
	text-decoration:none;
	display:block;
}
.side-menu ul li a:hover {
	text-decoration:underline;
}
.contact-form {
	border-top:1px dotted #FFF;
	border-bottom:1px dotted #FFF;
	margin:0 0 25px;
	padding:10px 0;
}
#quick-contact label {
	font-size:12px;
	color:#FFF;
	display:block;
}
#quick-contact .input-text, textarea {
	width:184px;
	color:#333;
	font-size:14px;
	margin:3px 0;
	padding:3px;
}
#quick-contact textarea {
	height:70px;
	resize:vertical;
}
#quick-contact input#submit {
	font-size:14px;
	margin:15px 0 0;
	padding:2px 4px;
}
#quick-contact input.error, #quick-contact textarea.error {
	border:1px solid #F30!important;
	background-color:#FF9;
}
#quick-contact label.error {
	color:#FC6;
	font-size:10px;
	padding:0 0 4px;
}
#contact_response {
	font-size:12px;
	color:#F90;
	padding:0 0 12px;
}
.social-btns {
	margin:15px 0 0;
}
/* Page Body */
article {
	width:700px;
	padding:15px;
}
article p, article ul li {
	font-size:14px;
	line-height:20px;
	color:#000;
}
article a {
	color:#000;
	text-decoration:underline;
}
article a:hover {
	color:#00C;
	text-decoration:none;
}
article h1, article h2, article h3, article h4 {
	text-transform:capitalize;
	padding:0 0 8px;
}
article h1 {
	font-size:1.5em;
	color:#141A70;
}
article h2 {
	font-size:1.3em;
	color:#333;
}
article h3 {
	font-size:1.2em;
	color:#141A70;
}
h2.cta {
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
	text-transform: none;
	background-color: #CCF;
	padding: 8px;
	margin: 0 auto 8px;
	border: 6px double #141A70;
}
/* Footer */
footer {
	min-height:160px;
	width:960px;
}
.footer-logo {
	text-align:center;
	padding:20px 0 0;
}
.copyright {
	padding:10px;
}
.copyright p {
	font-size:12px;
	line-height:18px;
	color:#FFF;
	text-align:center;
}
.copyright a {
	color:#FFF;
	text-decoration:underline;
}
.copyright a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
.l-pos {
	display:inline;
	float:left;
}
.r-pos {
	display:inline;
	float:right;
}
.clear {
	font-size:1px;
	line-height:0;
	clear:both;
	height:0;
}
-->