@charset "utf-8";

/* +  Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin:0;
  padding:0;
  outline:0;
  border:0;
  background:transparent;
  vertical-align:baseline;
  font-size:100%;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  outline:0;
  border:0;
  vertical-align:baseline;
  font-size:100%;
}
body {
  line-height:1;
  font-family: Verdana, Arial, Helvetica, san-serif;
  position:relative;
}
blockquote, q {quotes:none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content:none}
a img {border:0}
input, select, textarea {font-family:inherit; font-size:inherit}

:focus {outline:0}

ins {text-decoration:none}
del {text-decoration:line-through}

sup {vertical-align:baseline; position:relative; top:-0.4em}
sub {vertical-align:baseline; position:relative; bottom:-0.4em}

table {border-collapse:collapse; border-spacing:0}
/* - Reset */

/* + Global parameters */

a {text-decoration:underlie}
a:hover {text-decoration:none}

.clearfix:after {content:''; clear:both; display:block; width:0; height:0; overflow:hidden; font-size:0}
.clearfix {display:inline-block}
html[xmlns] .clearfix {display:block}
* html .clearfix {height:1%}

.clear {clear: both; line-height: 0; height: 0}
.minclear {clear: both; height:0px; font-size: 1px; line-height: 0}
/* - Global parameters */


/* + Common classes */
.navigation ul, .navigation ol {display:block; list-style:none; overflow:hidden}
.navigation ul li, .navigation ol li {display:inline}

.content h1 {font-size:20px; font-weight:400; line-height:22px; margin-bottom:16px}
.content h2 {font-size:18px; font-weight:400; line-height:20px; margin-bottom:15px}
.content h3 {font-size:16px; font-weight:bold; line-height:18px; margin-bottom:10px}
.content h4 {font-size:15px; font-weight:400; font-style:italic; line-height:17px; margin-bottom:10px}
.content h5 {font-size:13px; font-weight:bold; line-height:15px; margin-bottom:10px}
.content h6 {font-size:12px; font-weight:400; line-height:15px; margin-bottom:10px; text-decoration:uppercase}

.content p {margin-bottom:15px}

.content ul, .content ol {padding-left:20px; margin-bottom:15px}
/* - Common classes */


/* + Layout */

	/* + Wrapper */
	.wrapper {
		padding:40px 90px;
		font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
		color:#363636;
		}
	/* - Wrapper */


	/* + Header */
	.header {
		overflow:hidden;
		margin-bottom:40px;
		}


		.header .logo {
			float:left;
			display:inline;
			padding-top:10px;
			font-size:36px;
			font-weight:400;
			line-height:40px;
			}


		.header .nav-top {
			float:right;
			display:inline;
			width:580px;
			}
			.nav-top ul li {
				float:left;
				display:inline;
				width:49%;
				font-size:14px;
				line-height:18px;
				}
				.nav-top ul li a,
				.nav-top ul li a:visited,
				.nav-top ul li span {
					display:block;
					padding:1px 0 1px 3%;
					border-left:2px solid #fff;
					color:#3f3f3f;
					}
				.nav-top ul li a:hover,
				.nav-top ul li.active span {border-color:#3f3f3f}

	/* - Header */



	/* + Content */
	.content {
		font-size:13px;
		line-height:18px;
		}


		.table1 {
			width:100%;
			margin-bottom:15px;
			}
			.table1 th {
				padding:17px 15px 18px 17px;
				background:#9c9c9c;
				border-left:1px solid #b0b0b0;
				border-bottom:1px solid #bebebe;
				color:#fff;
				font-weight:400;
				text-align:left;
				vertical-align:top;
				}
			.table1 td {
				padding:15px 15px 15px 17px;
				text-align:left;
				vertical-align:top;
				border-bottom:1px solid #bebebe;
				}
	/* - Content */


/* - Layout */
