/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a{color:#30517d;}
.navbar-inverse .brand{color:#C2C9D1;}
.navbar-inverse .brand{
	background: url(/img/brand_horiz.jpg) no-repeat;
	display: inline-block;
	width: 240px;
	height: 30px;
	padding: 0;
	margin: 5px 30px 5px 0px;
}
.hero-unit{
	padding: 20px;
	margin-bottom: 10px;
	background-color: #E1E6ED;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.picpadleft {
	margin-left: 10px;
}
.picpadright {
	margin-right: 10px;
}
.wellicu1{
    min-height: 20px;
    padding: 24px;
    margin-bottom: 12px;
    margin-top: 12px;
    background-color: #9EC5E4;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wellicu{
    min-height: 20px;
    padding-top: 10px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    border: 5px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* ==========================================================================
   Button custom styles
   ========================================================================== */

.btn-anw_light {
  background-color: hsl(214, 26%, 85%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7f9", endColorstr="#ced7e2");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f5f7f9), to(#ced7e2));
  background-image: -moz-linear-gradient(top, #f5f7f9, #ced7e2);
  background-image: -ms-linear-gradient(top, #f5f7f9, #ced7e2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f7f9), color-stop(100%, #ced7e2));
  background-image: -webkit-linear-gradient(top, #f5f7f9, #ced7e2);
  background-image: -o-linear-gradient(top, #f5f7f9, #ced7e2);
  background-image: linear-gradient(#f5f7f9, #ced7e2);
  border-color: #ced7e2 #ced7e2 hsl(214, 26%, 82%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.19);
  -webkit-font-smoothing: antialiased;
}

.btn-anw_dark {
  background-color: hsl(214, 27%, 29%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#94a7c1", endColorstr="#35475d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#94a7c1), to(#35475d));
  background-image: -moz-linear-gradient(top, #94a7c1, #35475d);
  background-image: -ms-linear-gradient(top, #94a7c1, #35475d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94a7c1), color-stop(100%, #35475d));
  background-image: -webkit-linear-gradient(top, #94a7c1, #35475d);
  background-image: -o-linear-gradient(top, #94a7c1, #35475d);
  background-image: linear-gradient(#94a7c1, #35475d);
  border-color: #35475d #35475d hsl(214, 27%, 19.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.62);
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   thumbnail code for applicant/index.html file
   ========================================================================== */
#appthumbs {
  text-align:center;
}

#appthumbs > li {
    display: inline-block;
    *display:inline; /* ie7 fix */
    float: none; /* this is the part that makes it work */
}

/* ==========================================================================
   carousel code modifications
   ========================================================================== */
#carousel_simulators {
	width:320px;
	height:222px;
	margin: 0px auto;}   

/* ==========================================================================
   CSS3 Drop Shadows
   ========================================================================== */
#drop_round {
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
}

#drop_lefttop {
-moz-box-shadow: inset 2px 3px 4px #888;
-webkit-box-shadow: inset 2px 3px 4px #888;
box-shadow: inset 2px 3px 4px #888;
}
