/*
Generic Styles
------------------------------------------------- */
body {
	margin: 0;
	background: url('../img/background-body.jpg') repeat-x fixed top left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page-wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #003b5b;
}
#footer {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 940px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-image: -ms-radial-gradient(center, circle farthest-side, #0068A2 0%, #003B5C 100%);
	background-image: -moz-radial-gradient(center, circle farthest-side, #0068A2 0%, #003B5C 100%);
	background-image: -o-radial-gradient(center, circle farthest-side, #0068A2 0%, #003B5C 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 477, color-stop(0, #0068A2), color-stop(1, #003B5C));
	background-image: -webkit-radial-gradient(center, circle farthest-side, #0068A2 0%, #003B5C 100%);
	background-image: radial-gradient(circle farthest-side at center, #0068A2 0%, #003B5C 100%);
	border: 1px solid #666;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2c3594', endColorstr='#000314', GradientType=0);
}

#content {
	margin-top: 20px;
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button, input {
	line-height: normal;
}

label, input, button, select, textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

input, button, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 18px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: white;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-search {
	padding: 9px;
}

.form-search label {
	font-size: 14px;
	padding: 9px;
}

#search_results h3 {
	margin-bottom: 0px;	
}

#search_results h3 a {
	display: block;
}

#search_results h3 small {
	font-size: 70%;
	color: #999;
}

#search_results p {
	margin-top: 0px;	
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}


/*
Navigation
------------------------------------------------- */
#main-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	*position: relative;
	*z-index: 2;
	min-height: 40px;
	padding-right: 0;
	padding-left: 0;
	background-color: #0e1d62;
	background-image: -moz-linear-gradient(top, #2c3594, #000314);
	background-image: -ms-linear-gradient(top, #2c3594, #000314);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c3594), to(#000314));
	background-image: -webkit-linear-gradient(top, #2c3594, #000314);
	background-image: -o-linear-gradient(top, #2c3594, #000314);
	background-image: linear-gradient(top, #2c3594, #000314);
	background-repeat: repeat-x;
	border-bottom: 4px solid #ffff00;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2c3594', endColorstr='#000314', GradientType=0);
}

#main-menu .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  color: #fff;
}

#main-menu .nav.pull-right {
  float: right;
}

#main-menu .nav > li {
  display: block;
  float: left;
}

#main-menu .nav > li > a {
  float: left;
  padding: 9px 25px 11px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#main-menu .nav > li > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0e1d62;
	background-image: -moz-linear-gradient(top, #3945be, #0b164c);
	background-image: -ms-linear-gradient(top, #3945be, #0b164c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3945be), to(#0b164c));
	background-image: -webkit-linear-gradient(top, #3945be, #0b164c);
	background-image: -o-linear-gradient(top, #3945be, #0b164c);
	background-image: linear-gradient(top, #3945be, #0b164c);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3945be', endColorstr='#0b164c', GradientType=0);
}

#main-menu .nav .active > a,
#main-menu .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0e1d62;
}

#main-menu .divider-vertical {
  width: 1px;
  height: 40px;
  margin: 0;
  overflow: hidden;
  background-color: #0e1d62;
  border-right: 1px solid #2c3594;
}

#main-menu .nav.pull-right {
  margin-right: 0;
  margin-left: 10px;
}

#main-menu .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

#main-menu .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

#main-menu .nav li.dropdown .dropdown-toggle .caret,
#main-menu .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

#main-menu .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

#main-menu .nav li.dropdown.open > .dropdown-toggle,
#main-menu .nav li.dropdown.active > .dropdown-toggle,
#main-menu .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

#main-menu .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}

#main-menu .pull-right .dropdown-menu,
#main-menu .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

#main-menu .pull-right .dropdown-menu:before,
#main-menu .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

#main-menu .pull-right .dropdown-menu:after,
#main-menu .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}
.sub-cat
{
	display:none;
	padding:0px;
	margin:0px;
}
.sub-cat > li
{
	border-top-color: rgb(102, 102, 102);
	border-top-style: solid;
	border-top-width: 1px;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 31px;
	list-style-type: disc;
	text-align: left;
	width: 218px;
}
.sub-cat > li > a {
	display: block;
	font-weight:normal;
	padding: 6px 19px;
	line-height: 19px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.sub-cat > li > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ff0;
	color: #000;
}

.sub-cat .active > a,
.sub-cat .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0e1d62;
}
#sub-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	*position: relative;
	*z-index: 2;
	min-height: 40px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 18px;
	background-image: -ms-radial-gradient(center, circle farthest-side, #0068A2 0%, #003B5C 100%);
	background-image: -moz-radial-gradient(center, circle farthest-side, #0068A2 0%, #003B5C 100%);
	background-image: -o-radial-gradient(center, circle farthest-side, #0068A2 0%, #003B5C 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 477, color-stop(0, #0068A2), color-stop(1, #003B5C));
	background-image: -webkit-radial-gradient(center, circle farthest-side, #0068A2 0%, #003B5C 100%);
	background-image: radial-gradient(circle farthest-side at center, #0068A2 0%, #003B5C 100%);
	border: 1px solid #666;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2c3594', endColorstr='#000314', GradientType=0);
}

#sub-menu .nav {
  position: relative;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
}

#sub-menu .nav.pull-right {
  float: right;
}

#sub-menu .nav > li {
	display: block;
	 border-bottom: 1px solid #666;
}

#sub-menu .nav > li:last-child {
	border-bottom: none;
}


#sub-menu .nav > li > a {
	display: block;
	padding: 6px 19px;
	line-height: 19px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#sub-menu .nav > li > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ff0;
	color: #000;
}

#sub-menu .nav .active > a,
#sub-menu .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0e1d62;
}

#sub-menu .divider-vertical {
  width: 1px;
  height: 40px;
  margin: 0;
  overflow: hidden;
  background-color: #0e1d62;
  border-right: 1px solid #2c3594;
}

#sub-menu .nav.pull-right {
  margin-right: 0;
  margin-left: 10px;
}

#sub-menu .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

#sub-menu .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

#sub-menu .nav li.dropdown .dropdown-toggle .caret,
#sub-menu .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

#sub-menu .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

#sub-menu .nav li.dropdown.open > .dropdown-toggle,
#sub-menu .nav li.dropdown.active > .dropdown-toggle,
#sub-menu .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

#sub-menu .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}

#sub-menu .pull-right .dropdown-menu,
#sub-menu .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

#sub-menu .pull-right .dropdown-menu:before,
#sub-menu .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

#sub-menu .pull-right .dropdown-menu:after,
#sub-menu .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

/*
Footer Navigation
------------------------------------------------- */
#footer .nav {
	position: relative;
	display: block;
	/*height: 28px;*/
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

#footer .nav > a {
	display: relative;
	float: none;
	padding: 10px;
	line-height: auto;
	color: #fff;
	text-decoration: none;
}

#footer .nav > a:hover {
	color: #F0EA26;
	text-decoration: none;
	background-color: transparent;
}

#footer a {
	display: relative;
	float: none;
	padding: 10px;
	line-height: auto;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #F0EA26;
	text-decoration: none;
	background-color: transparent;
}
#under-sub-nav
{
padding:10px;
font-size:14px;
font-style:italic;
color:white;
min-height:400px;
border:1px solid #666;
background-image:radial-gradient(circle farthest-side at center, #0068A2 0%, #003B5C 100%);
border-radius: 5px;
}

/*
Grid
------------------------------------------------- */
.row {
  margin-left: -20px;
  *zoom: 1;
}
.show-grid [class*="span"] {
	background-color: #EEE;
	min-height: 30px;
	margin-bottom: 20px;
}
.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
}

.container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}
