@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

html, body {
	height: 100%;
	background: url(../img/binding_light.png);
	color: #333333;
}

a, img {
	outline: none;
	border: none;
}

.clearfix {
	clear: both;
	height: 20px;
}

.wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
	padding-top: 20px;
}

.footer {
	margin: 0 auto;
	width: 960px;
	height: 70px;
	border: 1px solid #ddd;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	clear: both;
	background-color: #BD3131;
}

.footer p {
	font-size: 11px;
	color: #fff;
}

.push {
	height: 70px;
}

.header {
	width: 960px;
	height: 235px;
	border: 1px solid #ddd;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background: #fff;
}

.nav {
	width: 960px;
	height: 30px;
}

.nav a {
	width: 25%;
	float: left;
	display: block;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 10px 10px;
	margin-bottom: 20px;
	/* background: #FD523C; */
	background-color: #BD3131;
	color: #fff;
	font-weight: 600;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.nav a:hover {
	text-decoration: underline;
	color: #fff;
}

.content {
	width: 68%;
	padding: 10px;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background: #fff;
}

.content h2 {
	/*text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #0c0c0c;*/
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.content a {
	/* color: #FD523C; */
	color: #e53b5b;
}

.content a:hover {
	color: #e53b5b;
	text-decoration: underline;
}
.text-wrap {
	width: 68%;
	float: left;
	text-align: justify;
}

.mini-wrap {
	width: 30%;
	float: left;
}

.img-wrap {
	text-align: center;
}
.push-wrap {
	width: 2%;
	float: left;
	height: 1px;
}

.tab-slide-wrap {
	width: 100%;
	height: 163px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.tab-slide-links {
	width: 25%;
	height: 163px;
	float: left;
}

.tab-slide-links a {
	width: 100%;
	display: block;
	line-height: 53px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #ddd;
}

.quotes {
	width: 75%;
	float: left;
	padding: 10px;
	height: 100%;
	position: relative;
	background-color: #eee;
}

.quotes p {
	display: none;
	font-size: 13px;
}

.border {
	border-bottom: 1px solid #ddd;
}

.active {
	background: #eee;
	border-right: none !important;
}

.sidebar {
	width: 30%;
	float: left;
}

.sidebar-wrap {
	border: 1px solid #ddd;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	background: #fff;
}

.sidebar-wrap a {
	color: #000;
	text-decoration: underline;	
}

.sidebar-wrap a:hover {
	color: #e53b5b;
}

.sidebar-wrap p {
	margin: 10px 0 10px 0;
}

.sidebar ul {
	padding: 0 0 0 15px;
}

.content ul {
	padding: 0 0 0 40px;
	margin-bottom: 1.5em;
}

.red-strip {
	width: 100%;
	height: 30px;
	/* background: #FD523C; */
	background: #BD3131;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px 10px 0 0;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 600;
}

table div {
	margin: 10px;
}

table div p {
	text-align: center;
}

.contact {
	width: 100%;
}

.contact td {
	width: 50%;
	padding-bottom: 1em;
}

.contact td:first-child {
	font-family: 'open_sanssemibold';
}

.send {
	position: absolute;
	margin: 0 auto;
	background: red;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 300px;
	margin-left: -300px;
	margin-top: -150px;
	padding: 50px;
}

.nav a:hover {
	text-decoration: underline;
}

/* form styling */

a#contact-us {
	display: block;
	width: 50px;
	height: 200px;
	position: absolute;
	top: 35%;
	left: 0;
	background-image: url(../img/contact-us.png);
	text-indent: -9999px;
}


#form-wrap {
	width: 390px;
	padding: 10px;
	position: absolute;
	top: 32%;
	left: -390px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}


#contactForm input {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #BD3131;
	border-radius: 4px;
	font-size: 12px;
	height: 30px;
	line-height: 25px;
	padding: 4px;

}

#error, #success {
	display: none;
}

#error p {
	color: #BD3131;
	margin-bottom: 5px;
}

textarea {
	margin-bottom: 5px;
	width: 100%;
	height: 200px;
	border: 1px solid #BD3131;
	border-radius: 4px;
	font-size: 12px;
	height: 200px;
	line-height: 25px;
	padding: 4px;

}