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

body {
	background: #1f262d;
	color: #1f262d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

* {
	padding:0;
	margin:0;
	outline: none;
}

p small {
	font-size: 11px !important;
}

small a {
	color: #e25740;
}

small a:hover {
	color: #bc341d;
}

.error {
	border: 1px solid #960e0e;
	background: #e19191;
	border-radius: 3px;
	padding: 15px;
	margin:0 0 2px 0;
}

.error span {
	display: block;
	color: #960e0e;
	font-size: 18px;
}

.warn {
	border: 1px solid #9b8f4d;
	background: #fff09a;
	border-radius: 3px;
	padding: 15px;
	margin:0 0 2px 0;
}

.warn span {
	display: block;
	color: #9b8f4d;
	font-size: 18px;
}

.success {
	border: 1px solid #618a3a;
	background: #c4e5a3;
	border-radius: 3px;
	padding: 15px;
	margin:0 0 2px 0;
}

.success span {
	display: block;
	color: #618a3a;
	font-size: 18px;
}

.pagination {
	clear:both;
	margin: 20px 0 0 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #1f262d;
}
 
.pagination a:hover{
	color:#fff;
	background: #e25740;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #e25740;
	color:#fff;
}

.download {
	display: block;
	line-height: 33px;
	font-size: 14px;
	background: #1f262d;
	width: 100%;
	text-align: center;
	clear:both;
	text-transform: uppercase;
	text-decoration: none;
	color: #e25740;
	margin: 20px 0 0 0;
}
.download:hover {
	color: #fff;
}
.download span {
	display:block;
	width: 33px;
	height: 33px;
	background: url(../images/a-h.jpg) no-repeat;
	float:right;
}

h1, h2, h3, h4, h5, h6 {
	font: Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.wrapper {
	width: 980px;
	margin:0 auto;
}

.clear {
	clear: both;
}

.header .wrapper {
	background: #e25740;
}

.header ul li {
	list-style: none;
	float: left;
}

.header ul li a {
	display: inline-block;
	text-transform: uppercase;
	color: #10202f;
	padding:15px 25px;
	text-decoration: none;
}

.header ul li a:hover {
	color: #31878c;
	background: #1f262d;
}

.content .wrapper {
	padding: 25px 0 0 0;
	background: #fff;
}

.content .wrapper .inner-wrapper{
	padding: 0 20px;
	background: #fff;
}

.content h2.home-title {
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	padding: 30px 0;
}

.footer {
	padding:55px 0;
	background: #31878c;
}

.footer {
	position: relative;
	padding: 20px;
}

.f-column-right {
	float: right;
	color: #fff;
	width: 50%;
	text-align: right;
	color: #fff;
}

.f-column-left {
	float: left;
	color: #fff;
	width: 50%;
	text-align: left;
	color: #fff;
}

.sidebar {
	float: right;
	width: 30%;
}

.inner {
	float: left;
	width: 68%;
	padding:0 0 30px 0;
}

.inner-nosb {
	float: none;
	width: 100%;
	padding:0 0 30px 0;
}

.inner li,
.inner-nosb li {
	margin-left: 40px;
	padding: 8px 0 4px 15px;
	font-style: italic;
	list-style: url(../images/li.jpg);
}

.title {
	padding: 4px 0 12px 0;
	margin:0 0 10px 0;
	text-align: center;
	border-bottom: 1px solid #a7acb1;
}

.title h2 {
	font-size: 24px;
	color: #303032;
	text-align: left;
}

.title h3 {
	font-size: 20px;
	font-weight: bold;
	color: #303032;
	text-align: left;
}

.page-title {
	margin: 50px 0 0 0;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 300;
}

.inner p,
.inner-nosb p {
	padding: 10px 0;
	text-align: justify;
}

.sidebar-box {
	display: block;
	padding: 15px 0 15px 45px;
	margin: 5px 0;
	background: url(../images/a.jpg) no-repeat center left;
	color: #31878c;
	text-decoration: none;
}

.sidebar-box:hover {
	background: url(../images/a-h.jpg) no-repeat center left;
	color: #bc341d;
	text-decoration: underline;
}

.top {
	display: block;
	position: absolute;
	top: -90px;
	right: -40px;
	background: url(../images/top.png);
	width: 78px;
	height:20px;
	padding: 28px 0 30px 0;
	text-align: center;
	text-decoration: none;
	font-family: Rockwell;
	font-size:17px;
	color: #10202f;
}

input[type="text"], select, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-shadow: inset -1px 0 4px 1px #c6c6c6;
	-webkit-box-shadow: inset -1px 0 4px 1px #c6c6c6;
	box-shadow: inset -1px 0 4px 1px #c6c6c6;
	padding: 10px;
	border: 1px solid #bdbbbc;
	width: 100%;
	margin: 5px 0 0 0;
}

input[type="submit"] {
	display: block;
	float: right;
	padding: 10px 24px;
	cursor: pointer;
	background: #10202f;
	color: #e25740;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
}

input[type="submit"]:hover {
	background: #e25740;
	color: #fff;
}

input[type="reset"] {
	display: block;
	float: right;
	padding: 10px 24px;
	cursor: pointer;
	background: #10202f;
	color: #31878c;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	margin-right: 10px;
}

input[type="reset"]:hover {
	background: #31878c;
	color: #fff;
}

textarea {
	max-height: 226px;
	height:226px;
}

form {
	margin-bottom: 30px;
	clear: both;
}

form .clear {
	height: 15px;
}

form p {
	color: #a7a5a6;
	margin: 0;
	padding: 2px 0 !important;
	font-size: 13px;
}

.box-left {
	float: left;
	width: 48%;
}

.box-right {
	float: right;
	width: 48%;
}