body {
	margin: 0;
	background-color: #ccd1d6;
	font-family: Garamond, 'EB Garamond', Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

h1 {
	font-size: 2.9em;
}

h4 {
	font-size: 1.4em;
}

#header {
	display: table;
	width: 100%;
	height: 150px;
}

#header h1, #header h4 {
	color: #ccd1d6;
	line-height: 1em;
	text-align: right;
	margin: 0;
}

#header-black {
	display: table-cell;
	vertical-align: middle;
	padding-right: 50px;
	background-color: #313132;
}

#sub-header h4 {
	margin: 0;
}

#header-blue {
	background-color: #1463a8;
/*	margin-top: -15px;
	transform: skewY(3deg);*/
}

@-webkit-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#content {
	background-color: #ccd1d6;
	-webkit-animation: fade-in 1s 1 ease-in-out;
	-moz-animation: fade-in 1s 1 ease-in-out;
	-o-animation: fade-in 1s 1 ease-in-out;
	animation: fade-in 1s 1 ease-in-out;
}

.section {
	max-width: 700px;
	margin: 0 auto;
}

.heading h4 {
	color: #1463a8;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 130px;
	margin: 15px 0;
}

#imgabout {
	width: 100px;
	height: 100px;
	float: right;
	border-radius: 50%;
}

.paragraph {
	color: #313132;
	font-size: 1.1em;
}

.paragraph ul {
	margin: 0;
	padding-left: 10px;
}

.paragraph ul li {
	list-style: none;
	text-indent: -0.6em;
}

.paragraph ul li:before {
	content: "\00BB \0020";
}

.paragraph table {
	border-collapse: collapse;
	border: hidden;
	margin: 10px 0 20px 0;
}

.paragraph td {
	border: 2px solid #1463a8;
}

.tdleft {
	width: 125px;
	vertical-align: top;
	text-align: right;
	padding: 0 10px 0 0;
}

.tdright {
	padding: 0 0 0 10px;
}

#footer {
	text-align: left;
	margin: 0;
}

#footer ul {
	padding: 0;
	margin: 0;
	color: #ccd1d6;
	/*font-size: 1.1em;*/
	font-weight: bold;
	list-style: none;
}

#footer-black {
	padding: 50px 0px 25px 25px;
	background-color: #313132;
}

#footer-black a {
	color: #ccd1d6;
	text-decoration: none;
}

#footer-black span {
	float: left;
}

.imghover a {
	width: 20px;
	height: 20px;
	float: left;
	display: block;
	text-indent: 100%;
	overflow: hidden;
}

#f a {
	background: url('img/f.png') no-repeat;
	background-size: 20px 20px;
}

#f a:hover {
	background: url('img/f1.png') no-repeat;
	background-size: 20px 20px;
}

#in a {
	background: url('img/in.png') no-repeat;
	background-size: 20px 20px;
}

#in a:hover {
	background: url('img/in1.png') no-repeat;
	background-size: 20px 20px;
}

#x a {
	background: url('img/x.png') no-repeat;
	background-size: 20px 20px;
}

#x a:hover {
	background: url('img/x1.png') no-repeat;
	background-size: 20px 20px;
}

#t a {
	background: url('img/t.png') no-repeat;
	background-size: 20px 20px;
}

#t a:hover {
	background: url('img/t1.png') no-repeat;
	background-size: 20px 20px;
}

#g a {
	background: url('img/g.png') no-repeat;
	background-size: 20px 20px;
}

#g a:hover {
	background: url('img/g1.png') no-repeat;
	background-size: 20px 20px;
}

#y a {
	background: url('img/y.png') no-repeat;
	background-size: 20px 20px;
}

#y a:hover {
	background: url('img/y1.png') no-repeat;
	background-size: 20px 20px;
}

#i a {
	background: url('img/i.png') no-repeat;
	background-size: 20px 20px;
}

#i a:hover {
	background: url('img/i1.png') no-repeat;
	background-size: 20px 20px;
}