@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'square721_dmnormal';
    src: url('/css/type/sqr721dn-webfont.eot');
    src: url('/css/type/sqr721dn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/type/sqr721dn-webfont.woff') format('woff'),
         url('/css/type/sqr721dn-webfont.ttf') format('truetype'),
         url('/css/type/sqr721dn-webfont.svg#square721_dmnormal') format('svg');
}

/* ---------------------- OVERALL TAGS ----------------------- */

html {
	background: rgb(77,77,77);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 120%;
  color: #fff;
  background: transparent;
  overflow-x: hidden;
}

#bg {
  background: rgb(10,74,130) url(/img/top_bg.png) repeat-x;
  padding-bottom: 60px;
}

#top {
	background: url(/img/header_img.png) no-repeat;
	width: 976px;
	height: 82px;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -488px;
	z-index: 0;
}

.container {
	position: relative;
	z-index: 1000;
}

#content {
	margin-top: 15px;
}

h1, h2, h3 {
  line-height: normal;
  font-weight: normal;
  margin-bottom: 20px;
  text-shadow: 0.1em 0.1em rgba(0,0,0,0.5);
}

h1 {
	font-size: 20px;
	color: rgb(114,224,252);
	padding: 3px 0 4px 35px;
	background: url(/img/h1_img.png) left top no-repeat; 
}

h2 {
	color: rgb(249,241,91);
	font-size: 18px;
	padding: 3px 0 0 32px;
	margin: 30px 0 10px 0;
	background: url(/img/white_icon.png) left top no-repeat;
}

h3 {
	color: rgb(249,241,91);
	line-height: 100%;
	font-size: 16px;
}

p {
	line-height: 130%;
	text-align: justify;
}

.read_more {
	font-size: 13px;
	font-weight: bold;
	margin-left: 180px;
	color: rgb(255,255,102);
}

.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);
}

.rounded {
	-webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

figure {
	margin: 0;
}


/* ---------------------- HEADER ----------------------- */

header {
	color: rgb(110,110,110);
}

#logo {
	margin-left: 60px;
}

header aside {
	text-align: right;
	color: rgb(10,74,130);
	padding: 5px 60px 0 0;
	font-size: 110%;
}

#slogan {
	display: block;
	font-family: 'square721_dmnormal';
	font-weight: lighter;
	color: rgb(135,135,135);
	padding-top: 5px;
	font-size: 105%;
	letter-spacing: 0.3em;
	margin: 2px 0 20px;
}

/* .......... Navigation .......... */

nav.row {
	padding-top: 7px;
}

nav.row > ul {
	margin-bottom: 18px;
}

.nav-pills > li + li {
	margin-left: 10px;
}

.nav-pills > li {
	position: relative;
}

.nav-pills > li:before {
  content: url(/img/nav_img-after.png);
  left: 50%;
  margin-left: -22px;
  position: absolute;
  bottom: -18px;
}

.nav-pills > li:hover:before {
  content: url(/img/nav_hover-after.png);
}

.nav-pills > li.active:before, .nav-pills > li.active:hover:before {
  content: url(/img/nav_active-after.png);
}

.nav-pills > li > a {
	color: rgb(255,255,255);
	font-size: 13px;
	font-weight: bold;
	padding: 7px 20px;
	height: auto;
	margin-right: 0;
	background: rgb(13,120,184) url(/img/nav_img.png) top repeat-x;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.nav-pills > li:hover > a {
	background-image: url(/img/nav_hover.png);
	background-color: rgb(14,102,184);
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
	background-image: url(/img/nav_active.png);
	background-color: rgb(235,9,13);
}

/* .......... END Navigation .......... */


/*---------------------Tables--------------------------- */


.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: rgba(5,50,90,0.8);
}

.table thead th {
	background: rgb(61,145,218);
	background: -moz-linear-gradient(top,  rgb(61,145,218) 1%, rgb(114,224,252) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(61,145,218)), color-stop(100%,rgb(114,224,252)));
	background: -webkit-linear-gradient(top,  rgb(61,145,218) 1%,rgb(114,224,252) 100%);
	background: -o-linear-gradient(top,  rgb(61,145,218) 1%,rgb(114,224,252) 100%);
	background: -ms-linear-gradient(top,  rgb(61,145,218) 1%,rgb(114,224,252) 100%);
	background: linear-gradient(to bottom,  rgb(61,145,218) 1%,rgb(114,224,252) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d91da', endColorstr='#72e0fc',GradientType=0 );
	color: rgb(10,55,100);
}

/* ---------------------- FOOTER ----------------------- */

footer {
	clear: both;
	background: rgb(10,74,130) url(/img/footer.png) center 27px repeat-x;
	text-align: center;
}

#copy {
	color: rgb(77,77,77);
	height: 34px;
	padding-top: 25px;
	background: url(/img/footer_img.png) center top no-repeat;
	position: relative;
}

#copy:before {
	content: url(/img/slogan_watermark.png);
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -470px;
}

footer #nav {
	background: rgb(77,77,77);
	padding: 15px 0 30px;
}

footer iframe {
	margin-top: 10px;
}
/* ---------------------- 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(255,227,108) !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(255,227,108);
	background: rgb(219,28,35);
	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(255,227,108);
	left: 10px;
}

.error_box:after {
	content: "";
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgb(255,227,108);
	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(255,255,102);
}

a:hover {
	color: rgb(153,255,255);
}

a:focus {
	outline: none;
}

#copy a {
	font-weight: normal;
	color: rgb(77,77,77);
}

#copy a:hover {
	color: rgb(77,77,77);
	text-decoration: none;
}

footer #nav > a {
	padding: 1px 15px;
}

footer #nav a + a {
	border-left: 1px solid rgb(153,255,255);
}