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

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:400;
	height:100%;
}
html {
	height:100%;
} 
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
margin: 0;
}


.push {
height: 135px;
}

.footer, .push {
clear: both;
}

/* Main CSS */

#wrapper {
	width:100%;
	height:100%;
margin: 0 auto -130px;
	min-height:100%;
	min-width:950px;
	overflow:hidden;
}
#header {
	width:100%;
	height:100px;
	border-bottom:4px solid #b3c1e6;
	background-image:url(images/BG-Texture.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	min-width:1000px;
}
#title {
	width:380px;
	height:80px;
	padding:20px 10px 20px 20px;
	float:left;
}
#title h1{
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:600;
	color:#FFF;
	font-size:32px;
}
#menu {
	float:right;
	height:90px;
	width:auto;
}
#menu a{
	display:block;
	width:90px;
	float:right;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
	border-left:1px solid #fff;
}
#menu a:hover{
	color:#b3c1e6;
}
#maincontent2 {
	width:968px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;
	height:auto;
	padding:20px;
}
#maincontent2 p{
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:400;
	color:#000;
	font-size:16px;
	padding-bottom:10px;
	line-height:120%;
}
#maincontent2 a{
	color:#000;
	font-weight:600;
}
#maincontent2 a:hover{
	color:#b2bee2;
}
#maincontent2 h1{
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:300;
	color:#000;
	font-size:36px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:2px solid #b3c1e6;
}
#maincontent2 h2{
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:300;
	color:#6286c3;
	font-size:24px;
	margin-bottom:5px;
	padding-top:10px;
	line-height:140%;
}
#maincontent2 h3{
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:600;
	font-style:italic;
	color:#fff;
	font-size:28px;
	margin-bottom:5px;
	padding-top:0px;
	margin-top:-5px;
	line-height:140%;
	display:block;
	background-color:#b3c1e6;
}
#homepanel {
	background-image:url(dark-bg-70.png); 
	background-size:610px 300px; 
	width:610px; 
	height:160px; 
	padding:10px; 
	position:absolute;
	top:43%; 
	right:0px;
}
#homepanel p{
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:400;
	color:#FFF;
	font-size:18px;
	padding-bottom:5px;
	line-height:110%;
}
#homepanel li, #maincontent2 li{
	list-style-type:square;
	color:#b3c1e6;
	margin-left:20px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#maincontent2 ul{
	padding-bottom:0px;
	margin-bottom:0px;
}
#updates li{
	margin-left:30px;
}

.footer {
	width:100%;
	height:40px;
	border-top:4px solid #b3c1e6;
	background-image:url(images/BG-Texture.jpg);
	background-repeat:repeat-x;
	min-width:1000px;
	z-index:999;
}
.footer h1{
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:600;
	color:#b3c1e6;
	font-size:26px;
	padding-bottom:5px;
	padding-left:20px;
}
.footer p{
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:400;
	color:#FFF;
	font-size:18px;
	padding-bottom:5px;
	padding-left:20px;
}
.footer a{
	color:#FFF;
}
.footer a:hover{
	color:#b3c1e6;
}
#logo {
	width:140px;
  	float:right; 
	height:20px;
	padding-top:0px
}
