@charset "UTF-8";
/* ---------- basic styling ---------- */



#statement{
	width:100%;
	height:auto;
	margin-top:100px;
	padding-top:100px;
	text-align:center;
	}

#newsArticle{
	width:200px;
	height:auto;
	padding:1px;
	margin:1px;
	float:right;
	text-align:center;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyODkzYSIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVkMGI3IiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmNmY2ZjIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(242,137,58,0.2) 0%, rgba(229,208,183,0.1) 50%, rgba(252,252,252,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,137,58,0.2)), color-stop(50%,rgba(229,208,183,0.1)), color-stop(100%,rgba(252,252,252,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(242,137,58,0.2) 0%,rgba(229,208,183,0.1) 50%,rgba(252,252,252,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(242,137,58,0.2) 0%,rgba(229,208,183,0.1) 50%,rgba(252,252,252,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(242,137,58,0.2) 0%,rgba(229,208,183,0.1) 50%,rgba(252,252,252,0) 100%); /* IE10+ */
background: linear-gradient(top, rgba(242,137,58,0.2) 0%,rgba(229,208,183,0.1) 50%,rgba(252,252,252,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f2893a', endColorstr='#00fcfcfc',GradientType=0 ); /* IE6-8 */
behavior: url(ie-css3.htc); 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
-webkit-box-shadow: 3px 3px 5px 5px , .5);
-moz-box-shadow: 3px 3px 5px 5px , .5);
box-shadow: 3px 3px 5px 5px , .5); 
	}
#newsArticle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:400;
	line-height:1.7em;
	}	
#newsArticle a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:400;
	color:white;
	}		
.myButton {
	behavior: url(ie-css3.htc); 
	-moz-box-shadow:inset 0px 3px 2px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 3px 2px 0px #bbdaf7;
	box-shadow:inset 0px 3px 2px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #282894) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #282894 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#282894');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:-2px 0px 6px #0c3661;
}
.myButton:hover {
	behavior: url(ie-css3.htc); 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #282894), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #282894 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#282894', endColorstr='#79bbff');
	background-color:#282894;
}
.myButton:active {
	position:relative;
	top:1px;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: url(../_images/background.png);
}
#wrapper {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #041b6f url(../_images/sidebar.jpg) repeat-y top left;
}
#clear {
	clear: both;
}
/* ---------- position container elements ----------*/
#header {
	position: relative;
	background: #b59f3e url(../_images/logo.jpg) no-repeat top center;
	height: 206px;
}
#header h1 {
	margin-left: -9000px;
}
/* ----- main navigation styles ----- */
#header #mainnav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 748px;
	height: 50px;
}
#header ul li {
	float: left;
}
#header ul a {
	padding: 0 1.5em;
	font-size: 16px;
	line-height: 1.7em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	background: url(../_images/divider.jpg) no-repeat left top;
}
#header ul a.first {
	background: none;
}
#header ul a:hover {
	color: #990000;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #990000;
	cursor: default;
}
/* ---------- sidebar ---------- */
#sidebar {
	float: left;
	width: 152px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 1em;
	padding: 0;
}
#sidebar ul a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	width: 110px;
	display: block;
}
#sidebar ul a:hover {
	color:#990000;
}
#sidebar ul a.current {
	color: #990000;
	cursor: default;
}
/* ---------- content ---------- */
#content {
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
	width: 748px;
	height: 537px;
	background: url(../_images/homecontent.jpg) no-repeat;
	background-color: #041b6f;
}
#content #mainContent {
	padding: 0 .5em;
	margin: .5em 0;
	position: absolute;
	width: 706px;
	left: 0;
	bottom: 0;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#content #top {
	padding: 0 .5em;
	float: left;
	position: relative;
	width: 420px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
/* ---------- footer ---------- */
#footer {
	padding: 1em .5em;
	color: #fff;
	font: .8em Arial, Helvetica, sans-serif;
	background: #000;
	margin-top: 0;
}
#footer a {
	padding: 0 .5em;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
}

