/*
	Minimaxing by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

body {
	font-size: 11.5pt;
	font-family: sans-serif;
	/*background-color: #e3e9dc;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2f2a24;/*letter-spacing: -1px;*/
}
h1, h2, h3, h4 {
	color: #003C71;
	font-weight: normal;
}
h1, h2 {
/*text-transform: lowercase;*/
}
h2 {
	color: #4298b5;
	font-family: Arial, sans-serif;
	font-size: 26px;margin-bottom:1em;
}
h3, h4 {
	color: #283121;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}
h4 {
	font-size: 1em;
}
p {
	margin-bottom: 1.25em;
}
ul, ol {
	margin: 1.25em;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
ol li, ul li {
/*	margin: 1.25em;
*/	line-height: normal;
}
p {
	line-height: 1.4em;
}
strong {
	color: #474e43;
}
img.left {
	float: left;
	margin: 2px 1.25em 0 0;
}
img.top {
	margin: 4px 0 2.25em 0;
}
ul {
	padding: 0.25em 0 0 0;
}
a {
	color: #5d93a2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
* > p:last-child {
	margin-bottom: 0 !important;
}
sub, sup {
	/* Specified in % so that the sup/sup is the
right size relative to the surrounding text */
	font-size: 75%;
	/* Zero out the line-height so that it doesn't
interfere with the positioning that follows */
	line-height: 0;
	/* Where the magic happens: makes all browsers position
the sup/sup properly, relative to the surrounding text */
	position: relative;
	/* Note that if you're using Eric Meyer's reset.css, this
is already set and you can remove this rule */
	vertical-align: baseline;
}
sup {
	/* Move the superscripted text up */
	top: -0.5em;
}
sub {
	/* Move the subscripted text down, but only
half as far down as the superscript moved up */
	bottom: -0.25em;
}
em {
	font-style: italic;
}
/* Reusable */

article.blog-post {
	position: relative;
}
article.blog-post .comments {
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	line-height: 24px;
	padding-left: 40px;
	background: url('images/icon-bubble.png') no-repeat;
}
article.blog-post h2 a {text-decoration:none;}
article.blog-post h2 a:hover{text-decoration:underline;}
ul.small-image-list {
}
ul.small-image-list li {
	overflow: hidden;
	margin-bottom: 1.5em;
}
ul.big-image-list {
}
ul.big-image-list li {
	overflow: hidden;
	margin-bottom: 2em;
}
ul.link-list {
}
ul.link-list li {
	border-top: solid 1px #ced0b7;
	padding: 0.75em;
/*	margin: 0.75em 0 0.75em 0.75em;
*/	list-style: none;
}
ul.link-list li a {
	text-decoration: none;
}
ul.link-list li a:hover {
	text-decoration: underline
}
ul.link-list li.active {
	background-color: #5b7f95;
}
ul.link-list li.active a {
	color: #fff;
}
ul.link-list li:first-child {
	/*padding-top: 0;
			margin-top: 0;*/
	border-top: 0;
}
ol.nonumber {
	list-style: none;
}
.button {
	display: inline-block;
	padding: 15px;
	;
	background-color: #9caf88;
	/*background-image: -moz-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad), to(#007b9d));
		background-image: -ms-linear-gradient(top, #008dad, #007b9d);
		background-image: -o-linear-gradient(top, #008dad, #007b9d);
		background-image: linear-gradient(top, #008dad, #007b9d);*/
		/*padding: 15px 25px 15px 25px;
		border-radius: 10px;	letter-spacing: -1px;	border: solid 1px #003C71 ;
		box-shadow: inset 0px 0px 0px 1px #003C71;*/
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
.button:hover {
	background-color: #7e8e6d;/*background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe), to(#118eb1));
		background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: linear-gradient(top, #1b9fbe, #118eb1);
		box-shadow: inset 0px 0px 0px 1px #3ecceb;*/
}
.rightnav h2 a {
	text-decoration: none;
	color: #003c71;
}
/*	
table {border:1px solid #ccc;}
	table thead td {border-bottom:3px solid #000;}*/
table td {
	padding: 10px;
}
.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.datagrid {
	font: normal 12px/150%;
	background: #fff;
	overflow: hidden;
	border: 1px solid #5B7F95;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.datagrid table td, .datagrid table th {
	padding: 10px;
}
.datagrid table thead th {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5B7F95), color-stop(1, #003C71) );
	background: -moz-linear-gradient( center top, #5B7F95 5%, #003C71 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B7F95', endColorstr='#003C71');
	background-color: #5B7F95;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	border-left: 1px solid #003C71;
}
.datagrid table thead th:first-child {
	border: none;
}
.datagrid table tbody td {
	color: #003C71;
	border-left: 1px solid #E1EEF4;
/*	font-size: 12px;*/
	font-weight: normal;
}
.datagrid table tbody .alt td {
	background: #E1EEF4;
	color: #003C71;
}
.datagrid table tbody td:first-child {
	border-left: none;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none;
}
/* Features */

.features article {
	border-top: solid 3px #f4f4f4;
	margin-bottom: 1.25em;
	padding-top: 1.25em;
}
.features article:first-child {
	border-top: 0;
	padding-top: 0;
}
.features article .image {
	display: inline-block;
	padding-right: 2.5em;
	vertical-align: middle;
	/*width: 48%;*/
	width: 25%;
}
.features.main article .image {
	width: 30%;
	padding-right: 0px;
	padding-left: 2.5em;
}
.features article .image img {
	display: block;
	width: 100%;
}
.features article .inner {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.features.main article .inner {
	width: 65%
}
.features article .inner > :last-child {
	margin-bottom: 0;
}
#copyright {
	color: #ffffff;
	font-size: 10px;
	padding: 20px 0;
	text-align: center;
}
.image-floatRight {
	float: right;
	margin: 5px;
}
.image-floatLeft {
	float: left;
	margin: 5px;
}
.form {
	width: 30%;
	border: 1px solid #5B7F95;
	margin: 20px;
}
.form img {
	width: 100%;
}
.footer {
	margin-top: 70px;
}
.skinny img {
	width: 100%;
}
table img {
	padding-right: 5px;
	vertical-align: middle;
}
table tr td {
	height: 40px;
}
.footerlogo {text-align:center}
a img{border:none;}
#banner {display:none;}