/***** LAYOUT AND BASE ELEMENTS  *****/
html { margin: 0px; padding: 0px; }

body {
  color:#7c7c7a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  background: #dbe2ef url('/images/bg.png') repeat-x;
  margin: 0;
}

h1 { font-weight: 600; font-size: 25px; color: #434444; }
h2 { font-weight: 600; font-size: 16px; color: #204b9b; }
h3 { font-weight: 600; font-size: 18px; color: #292928; }
h4 { font-weight: 300; font-size: 14px; color: #363838; }

#page{
  background: #fff;
  border: 1px solid #d1d8dc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#main_content{
  width: 550px;
  color: #7c7c7a;
  padding-bottom: 15px;
  float: left;
}

#header { position: relative; height: 134px; }

/**** HEADER ****/

#header h1#logo { position: absolute; top: 40px; left: 10px; font-size: 33px; }
#header div.contact { position: absolute; width: 400px; right: 0px; top: 30px; color: #808283; text-align: right; }
#header div.contact b { color: #000; font-weight: 400; }
#header div.contact a { color: #000; text-decoration: none; }

/**** MENU ****/

#header ul#menu { position: absolute; right: 0px; bottom: -1px; padding: 0; margin: 0; list-style: none; }
#header ul#menu li { position: relative; float: left; margin: 0; padding: 3px 0 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
#header ul#menu li.selected { /*background: url('/images/ActiveBorder.png') repeat-x; padding: 1px;*/ }
#header ul#menu li a {
  display: block;
  margin-top: 3px; padding: 7px 15px;
  font-size: 13px; color: #808283;
  text-decoration: none; border: 1px solid #e2e5e9;
  background: url('/images/non_ActiveBorder.png') repeat-x;
  -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
}
#header ul#menu li a:hover { background-position: bottom left; color: #000; }
#header ul#menu li.selected a {
  margin: 0;
  font-weight: 600;
  border-color: #9daeb7;
  border-bottom-color: #fff;
  color: #434444; background: #fff;
  padding: 10px 15px 7px 15px;
}

/**** CONTENT ****/

#content { min-height: 100px; }
#content *:last-child { margin-bottom: 0; }
#content .content_wrapper { padding: 30px; }

#content div.boxes { padding: 26px 0px; border-bottom: 1px solid #f3f3f3;  }
#content div.boxes a, #content div.boxes div {
  display: block;
  position: relative;
  width: 285px; height: 210px;
  float: left; margin-left: 26px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
#content div.boxes a > *, #content div.boxes div > * { position: absolute; }
#content div.boxes a span, #content div.boxes div span {
  bottom: 0px;
  height: 93px; width: 285px;
  background: url('/images/box_bg.png') repeat-x;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#content div.boxes a span > *, #content div.boxes div span * { margin: 0; }
#content div.boxes a span h2, #content div.boxes div span h2 { padding: 10px 15px; font-weight: 600; }
#content div.boxes a span b, #content div.boxes div span b { display: block; padding: 0 15px; color: #363838; font-size: 12px; font-weight: 300; }

#content div.contact>div {
  display: block;
  width: 200px;
  float: left; margin-right: 13px;
  text-decoration: none;
}
#content div.contact>div p { margin-bottom: 20px; }

#content div.columns { padding: 26px 0px; }
#content div.columns div { width: 285px; float: left; margin-left: 26px; }
#content div.columns div h5 { padding: 0 15px; font-size: 12px; font-weight: 600; color: #292928; }
#content div.columns div p { padding: 0 15px; color: #363838; }

/**** FORM ****/

form div { margin: 10px 0; width: 500px; min-height: 36px; }
form div label { display: block; color: #363838; margin-top: 16px; }
form div input[type = "text"], form div textarea, form div select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 9px; width: 620px;
  -webkit-border-radius: 3px; border-radius: 3px;
  -webkit-box-shadow: inset 4px 4px 6px 1px rgba(0, 0, 0, .03);
  box-shadow: inset 4px 4px 6px 1px rgba(0, 0, 0, .03);
  font-family: 'Open Sans', sans-serif;
}
form div input[type = "text"] { }
form div textarea { max-width: 620px; }
form div input[type = "text"].input-validation-error, form div textarea.input-validation-error { background: #f9ebeb; }
form div span.field-validation-error { color: #8b2f2f; display: block; }
form div input[type = "submit"], form div button {
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px; color: #fff;
  background: url('/images/button_bg.png') repeat-x;
  padding: 7px; border: 1px solid #163c82;
  -webkit-border-radius: 3px; border-radius: 3px;
}
form div input[type = "submit"]:hover, form div button:hover {
  background-position: bottom center;
}
form div.part_column { width: 270px; float: left; }
form div.part_column.left { padding-right: 50px; }
form div.part_column.right { border-left: 1px dashed #c3c3f3; padding-left: 49px; }
form div.part_column div { width: 300px; float: left; }
form div.part_column input, form div.part_column textarea { width: 250px; }
form div.part_column select { width: 270px; }
form div.part_column h4 { font-weight: 600; }

form div.success { margin: 0; padding: 10px; color: #000; background: #d7ffd4; min-height: 0; width: auto; }

/**** SUB MENU ****/

#submenu { min-height: 200px; background: url('/images/menu_border.png') no-repeat top right; }
#submenu ul { list-style: none; margin: 0; padding: 0; }
#submenu ul li { margin: 0; }
#submenu ul li a { display: block; padding: 10px 10px; border-bottom: 1px solid #f5f5f5; font-weight: 600; text-decoration: none; font-size: 12px; color: #898b8c; }
#submenu ul li a.selected { color: #204b9b; }
#submenu ul li ul li a { padding-left: 20px; }

/**** SLIDER ****/

#page .slider { position: relative; border-bottom: 1px solid #f3f3f3; height: 147px; overflow: hidden; }
#page .slider h1 { margin: 36px; width: 800px; }

#page .slider div.links { position: absolute; text-align: right; right: 45px; top: 50px; }
#page .slider div.links a { font-size: 13px; color: #363838; text-decoration: none; }
#page .slider div.links a span.sign { font-family: arial; font-size: 20px; color: #000; position: absolute; margin: -6px 0 0 8px; }

/**** FOOTER ****/

#footer { position: relative; height: 56px; border-top: 1px solid #f3f3f3; }
#footer div.contact { position: absolute; top: 16px; right: 20px; }
#footer div.contact h2 { padding: 0; font-weight: 300; }
#footer div.contact a { text-decoration: none; color: #204b9b; }
#footer div.address { position: absolute; color: #808283; font-size: 11px; top: 19px; left: 20px; }

/**** COMMON ****/

.contact a:hover { color: #12387e !important; }

















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {

}

h4 {

}

.multi-column-2 {
columns: 2; -webkit-columns: 2; -moz-columns: 2;  -moz-column-gap: 55px; -webkit-column-gap: 55px; column-gap: 55px;
}

.multi-column_3 {
columns: 3; -webkit-columns: 3; -moz-columns: 3;  -moz-column-gap: 55px; -webkit-column-gap: 55px; column-gap: 55px;
}

