@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#wrapper {width:980px; margin:0px auto;}

#header {padding:0px; margin:5px 0px;}


.background-image {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#top-menu {background-color:#ffb630 !important; color:#000; text-transform:uppercase; font-size:16px; font-weight:bold;}

#top-menu ul {padding:0px; margin:0px; }

#top-menu li {float:left; list-style-type:none;}

#top-menu li a {display:block; padding:14px 42px; color:#000; text-decoration:none;}

#top-menu li a:hover {background-color:#2b2e34; color:#fff;}

#slider {padding:0px; margin:0px;}

#slider-inner-page {background-color:#373a41; height:80px; color:#fff; font-size:30px; padding:70px 0px 0px 40px; text-transform:uppercase;}

.content-area {background-color:#fff; padding:40px; color:#2b2e34; font-size:14px; line-height:25px; min-height:400px;}

.content-area a {color:#000; text-decoration:underline; font-weight:bold;}

.content-area a:hover {text-decoration:none; font-weight:bold;}


.right-col-menu {
	background-color:#2b2e34;
	color:#fff;
	padding:10px;
	width:220px;
	float:right;
	margin-left:20px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffb630;
	border-bottom-color: #ffb630;
}

.right-col-menu ul {padding:0px; margin:0px;}

.right-col-menu ul li ul{padding:0px; margin-left:20px;}

.right-col-menu li {
	display:block;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505357;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.right-col-menu li:last-child {border:none;  }

.right-col-menu li a {color:#fff; display:block; padding:6px; text-decoration:none; padding-left:20px;}

.right-col-menu li a:hover {background-color:#ffb630; color:#000;
	background-image: url(../images/bullet-over.png);
	background-repeat: no-repeat;
	background-position: left top;}

.right-col-menu  .active a{background-color:#ffb630; color:#000;
	background-image: url(../images/bullet-over.png);
	background-repeat: no-repeat;
	color:#000;
	background-position: left top;}

.yellow-banner {
	background-image: url(../images/yellow-banner.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 286px;
	width: 286px;
	margin-left:50px;
}


h1 {font-size:20px; text-transform:uppercase;}


#footer {
	background-color:#2b2e34;
	height:100px;
	background-image: url(../images/footer-curve.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:30px 0px 0px 0px;
	color:#95979a;
	font-size:12px;
	line-height:25px;
}

#footer a{color:#95979a; text-decoration:none;}

#footer a:hover{color:#fff; }

#footer .col1 {width:300px; float:left;}

#footer .col2 {width:300px; margin-left:70px; float:left;}

#footer .col3 {width:300px; float:right; text-align:right;}

.clear {clear:both;}



.btn {
  background: #040404;
  background-image: -webkit-linear-gradient(top, #040404, #323232);
  background-image: -moz-linear-gradient(top, #040404, #323232);
  background-image: -ms-linear-gradient(top, #040404, #323232);
  background-image: -o-linear-gradient(top, #040404, #323232);
  background-image: linear-gradient(to bottom, #040404, #323232);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 20px ;
  text-decoration: none;
  text-transform:uppercase;
  display:inline-block;
  font-weight:bold;
  position:absolute;
  margin:210px 0px 0px 60px;
  border:1px solid #ffda95;
}

.btn a {color:#fff; text-decoration:none;}

.btn:hover {
  background: #323232;
  background-image: -webkit-linear-gradient(top, #323232, #040404);
  background-image: -moz-linear-gradient(top, #323232, #040404);
  background-image: -ms-linear-gradient(top, #323232, #040404);
  background-image: -o-linear-gradient(top, #323232, #040404);
  background-image: linear-gradient(to bottom, #323232, #040404);
  text-decoration: none;
  cursor:pointer;
}

.project-resources {float:right; margin-top:30px;}

.yellow-bg-box {background-color:#ffb630; padding:20px; color:#333; display:none;}