@charset "utf-8";
/* CSS Document */


/* ---------------------- OVERALL TAGS ----------------------- */

html {
	background-color: rgb(48,61,145);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 120%;
  color: rgb(64,64,64);
  background: transparent;
  overflow-x: hidden;
}

#for_nav {
	border-top: 3px solid rgb(166,174,186);
	background: url(/img/nav_cont_bg.jpg) repeat;
}

#nav_cont .span7 {
	text-align: right;
}

#for_header {
	border-bottom:3px solid rgb(166,174,186);
}

#content {
	padding: 20px 0 30px;
}

#main_bg {
	background: url(/img/bg.jpg) repeat;
}

h1, h2 {
	font-family: 'ABeeZee', 'sans-serif';
	color: rgb(48,61,145);
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
}

h1.smaller {
	font-size: 20px;
}

h2 {
	font-size: 14px;
	line-height: 40%;
}

h3 {
	font-size: 22px;
	line-height: 28px;
}

p {
	line-height: 130%;
}

.shadow {
	-webkit-box-shadow: -4px 1px 12px 6px rgba(20, 20, 20, 0.4);
	-moz-box-shadow: -4px 1px 12px 6px rgba(20, 20, 20, 0.4);
	box-shadow: -4px 1px 12px 6px rgba(20, 20, 20, 0.4);
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,153,51);
}

.no_margin_top {
	margin-top: 0;
}

/* ---------------------- HEADER ----------------------- */


#slogan {
	font-size: 16px;
	margin-top: 42px;
	text-align: right;
	color: #fff;
	line-height: 180%;
}

#slogan span {
	color: rgb(146,153,195);
}


/* .......... Navigation .......... */

nav {
}

.nav-pills > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0;
	margin-right: 0;
	background: transparent;
	position: relative;
}
.nav-pills a {
	background: transparent !important;
}

.nav-pills > li + li {
	margin-left: 22px;
}

.nav-pills > li {
	padding: 10px 0;
}

.nav-pills > li:hover > a, .nav-pills > li.active > a:hover {
	color: rgb(146,152,197);
}

.nav-pills > li > a:before, .nav-pills > li > a:after, li.jFlowControl:before, li.jFlowControl:after {
	font-size: 24px;
	font-weight: normal;
	top: 4px;
}

ul.nav-pills {
	margin-bottom: 0;
}

#for_nav .nav-pills > li.active {
  background-image: url("/img/selected_down_arrow.png");
  background-position: center top;
  background-repeat: no-repeat;
}

/* .......... END Navigation .......... */

/* ---------------------- FOOTER ----------------------- */

#copy {
	color: rgb(146,153,195);
	padding: 10px 0;
	text-align: center;
	background-color: rgb(30,40,105);
	border-top: 3px solid rgb(166,174,186);
	margin-bottom: 10px;
}

footer {
	text-align: center;
}

footer, footer .nav-pills > li > a {
	font-size: 11px;
	padding: 0;
}

footer .nav-pills > li.active > a {
	color: rgb(146,152,197);
}

footer .nav-pills  {
  display: inline-block;
}

footer .nav-pills li {
	padding: 0;
}

footer .nav-pills li + li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
	margin-bottom: 40px;
}

/* ---------------------- GENERAL ----------------------- */

/*------------FORMS STYLING-----------------*/

label {
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
}

.inline_label {
	font-size: 12px;
	display: inline;
	margin-right: 5px;
	vertical-align: baseline;
}

.placed_inline_block {
	display: inline-block;
	vertical-align: top;
}

.placed_inline_block + .placed_inline_block {
	margin-left: 15px;
}

.required_field {
	font-weight: bold;
}

.form_radio_label {
	width: auto;
	margin-right: 10px;
	font-weight: normal;
	white-space: nowrap;
}

.block_label {
	display: block;
	white-space: nowrap;
	margin-bottom: 5px;
}

[type="radio"], [type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px -1px;
}

.note {
	display: block;
	text-align: right;
	font-size: 80%;
	margin-top: -5px;
	padding-bottom: 10px;
}

.error_field {
	border: 1px solid rgb(146,152,197) !important;
}

.error_wrapper {
	font-size: 80%;
	position: relative;
	display: inline-block;
}

.error_box {
	position: relative;
	display: inline-block;
	bottom: 8px;
	left: 0;
	border: 1px solid rgb(146,152,197);
	background: rgb(30,40,105);
	padding: 2px 4px;
	color: #fff;
	
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.4);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.4);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 4px;
}

.error_box:before, .error_box:after {
	position: absolute;
	top: -5px;
}

.error_box:before {
	content: "";
	border-left: 4px solid transparent;
	border-bottom: 4px solid rgb(146,152,197);
	left: 10px;
}

.error_box:after {
	content: "";
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgb(146,152,197);
	left: 14px;
}

form ul {
	display: inline-block;
	padding: 0;
	margin: 0 0 7px;
	line-height: 130%;
	width: 360px;
}

ul.error_field {
	margin: 0 0 10px;
}

#submit {
	text-align: right;
}

/* ---------------------- LINKS ----------------------- */

a {
	color: rgb(48,61,145);
	font-weight: bold;
}

a:hover {
	color: rgb(0,152,218);
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.phone {
  color: inherit;
  cursor: text;
  font-weight: inherit;
}

a.phone:hover, a.phone:focus {
	text-decoration: inherit;
}