/******************** RESET ********************/
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}

body{margin:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
table{border-collapse:collapse;border-spacing:0}


/******************** GENERAL STYLES ********************/

html,
button,
input,
select,
textarea {
	color: #000000;
	font-family:helvetica, verdana, sans-serif;
}

body {
	font-size: 62.5%;
	line-height:1.28;
}

img {
	vertical-align: middle;
}




a {
	color: #BA0000;
	text-decoration:underline;
	
}
	a:visited {
		color: #BA0000; 
	}
	a:hover {
		color:#e00000;
	}
	a:focus {
		outline: thin dotted; 
	}
	a:active {
		outline: 0; 
		color:#e00000;
	}

p,
pre {
	margin:0 0 0.5em 0;
}

h1 {
	color:#002b55;
	font-size:1.857em;
	font-weight:normal;
	margin:0;
	margin:0 0 0.5em 0;
}
h2 {
	color:#002b55;
	font-size:1.286em;
	font-weight:bold;
	margin:0 0 0.3em 0;
}
h3 {
	color:#000000;
	font-size:1em;
	font-weight:bold;
	margin:0 0 0.5em 0;
}
h4 {
	color:#000000;
	font-size:1em;
	font-weight:normal;
	margin:0;
}

hr {
	height:1px;
	border:0;
	color:#e7e7e7;
	background-color:#e7e7e7;
	clear:both;
	margin:2em 0 2em 0;
	width:100%;
}
	.lt-ie8 hr {
		margin-top:0em;
	}

ol,
ul {
	margin:0 0 0.5em 0;
	padding:0 0 0 1.5em;
}

/********************  ********************/

/*
	Makes 14px text 12px
 */
.small-text {
	font-size:0.85em;
	font-weight:bold;
}

.read-more {
	font-size:0.85em;
	font-weight:bold;
}
	.read-more:after {
		content: " \00bb";
		font-size:1.2em;
		font-weight:normal;
	}
	.lt-ie9 .read-more:after {
		font-size:1em;
	}



/*
	Makes 14px text 11px
 */
.smallest-text {
	font-size:0.786em;
}


.left {
	float:left;
}
	img.left {
		margin-right:1.6em;
		margin-bottom:0.5em;
	}
.right {
	float:right;
}
	img.right {
		margin-left:1.6em;
		margin-bottom:0.5em;
	}
.center {
	margin:0 auto 0.5em auto;
}


.captionImage {
	margin: 0 1.6em 0.5em 1.6em;
}
	.captionImage img.left,
	.captionImage img.right,
	.captionImage img.center {
		float:none;
		margin:0;
	}
	.captionImage.left {
		margin-left:0;
	}
	.captionImage.right {
		margin-right:0;
	}
	.caption {
		background:#d7d7d7;
		font-size:0.857em;
		padding:9px;
		margin:0;
	}





.color-button {
	height:39px;
	line-height:39px;
	position:relative;
	display:inline-block;
	margin: 0 0 0.5em 0;
	color:#ffffff;
	font-size:16px;
	cursor:pointer;
	text-decoration:none;
	font-weight:normal;
	background:url('../images/button-lightblue.png') left top no-repeat;
}
	.color-button:visited {
		color:#ffffff;
	}
	.color-button:hover,
	.color-button:focus {
		color:#ffffff;

	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	  filter: alpha(opacity=85);
	  -moz-opacity: 0.85;
	  -khtml-opacity: 0.85;
	  opacity: 0.85;
	}
	.color-button span {
		height:39px;
		line-height:39px;
		position:relative;
		left:10px;
		padding-right:60px;
		display:inline-block;
		background:url('../images/button-lightblue.png') right top no-repeat;
	}

	.color-button.red,
	.color-button.red span {
		background-image:url('../images/button-red.png') 
	}

	.color-button.dark,
	.color-button.dark span {
		background-image:url('../images/button-darkblue.png') 
	}





.link-list {
	list-style-type:none;
	padding:0;
	font-size:0.857em;
	line-height:1.5em;
}



.two-column-list {
	list-style-type:none;
	padding:0;
}
	.two-column-list li {
		width:48%;
		float:left;
		margin-bottom:1em;
		
	}
	.two-column-list li.odd {
		clear:left;
		margin-right:4%;
	}

	.two-column-list img.left {
		margin-right:1em;
	}
	.two-column-list img.right {
		margin-left:1em;
	}

/******************** "DATA GRID" TABLES ********************/

table.data-grid {
	border:1px solid #063462;
	border-bottom:8px solid #063462;
}




.data-grid tr {
	background-color:#d0e8ff;
}
	.data-grid tr.odd {
		background-color: #a9d3fd;
	}
		.data-grid tbody tr:nth-child(odd) {
			background-color: #a9d3fd;
		}


.data-grid  {
	background:#ffffff;
}

.data-grid th {
	padding:10px 8px;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	border-right:1px solid #ffffff;

	background: #002b56; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmNTk5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzFjNTQ4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzEwNDI3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzA1MzM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDJiNTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(31,89,147,1) 0%, rgba(28,84,140,1) 10%, rgba(16,66,116,1) 33%, rgba(5,51,95,1) 73%, rgba(0,43,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,89,147,1)), color-stop(10%,rgba(28,84,140,1)), color-stop(33%,rgba(16,66,116,1)), color-stop(73%,rgba(5,51,95,1)), color-stop(100%,rgba(0,43,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(31,89,147,1) 0%,rgba(28,84,140,1) 10%,rgba(16,66,116,1) 33%,rgba(5,51,95,1) 73%,rgba(0,43,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(31,89,147,1) 0%,rgba(28,84,140,1) 10%,rgba(16,66,116,1) 33%,rgba(5,51,95,1) 73%,rgba(0,43,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(31,89,147,1) 0%,rgba(28,84,140,1) 10%,rgba(16,66,116,1) 33%,rgba(5,51,95,1) 73%,rgba(0,43,86,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(31,89,147,1) 0%,rgba(28,84,140,1) 10%,rgba(16,66,116,1) 33%,rgba(5,51,95,1) 73%,rgba(0,43,86,1) 100%); /* W3C */
}
	.lt-ie9 .data-grid th {
		background:#002b56 url('../images/blue-bar-bg.png') left top repeat-x;
	}
	.data-grid th:last-child,
	.data-grid th.last {
		border-right:0;
	}

.data-grid td {
	text-align:left;
	border-right:1px solid #063462;
	padding:10px;
	font-size:0.7em;
}




/********************  ********************/


