@charset "utf-8";

body{
  font-family: Verdana, Arial, Tahoma;
  font-size: 12px;
  color: #fff;
  margin: 30px 0 0 0;
  padding: 0px;
}

img
{
  border: 0;
}


a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

/* headers */
h1{font-size: 20px; margin:10px 0 6px 0; padding:0; font-family: Myriad Pro, Verdana, Arial, Tahoma;}
h2{font-size:120%;margin:10px 0 5px 0; padding:0; font-family: Myriad Pro, Verdana, Arial, Tahoma;}
h3{font-size:115%; font-family: Myriad Pro, Verdana, Arial, Tahoma;}
h4{font-size:110%; font-family: Myriad Pro, Verdana, Arial, Tahoma;}
h5{font-size:105%; font-family: Myriad Pro, Verdana, Arial, Tahoma;}
/* /headers */


#header {
  font-family: Verdana, Arial, Tahoma;
  width: 1005px;
  height: 120px;
  margin: 0px auto;
  padding: 0;
  background: url(../images/header_bg.jpg) no-repeat;
}

#logo {
  float: left;
  width: 117px;
  height: 103px;
  margin: 10px 0 0 20px;
  padding:0;
}

#top {
  float: right;
  width: 506px;
  height: 35px;
  margin: 80px 20px 0 0;
  padding:0;
  background: url(../images/top_bg.jpg) no-repeat;
}

#top ul {
  list-style: none;
  margin: 10px 0 0 8px;
  padding: 0;
}

#top ul li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#top ul img {
  vertical-align: middle
}

#visual {
  clear: both;
  width: 1003px;
  min-height: 338px;
  margin: 0px auto;
  padding: 0;
  border-left: 1px solid #003f7a;
  border-right: 1px solid #003f7a;
}

#content {
  clear: both;
  background: #52b7ff;
  width: 803px;
  margin: 0px auto;
  padding: 0 100px 10px 100px;
  border-top: 2px solid #3c5c72;
  border-left: 1px solid #003f7a;
  border-right: 1px solid #003f7a;
  font-family: Verdana, Arial, Tahoma;
  font-size: 12px;
  color: #042543;
}

#content h1 {
  color: #fff;
}
#content img.pages {
  margin: 10px;
}

#content .error {
  color: #cc0000;
}

#content .succes {
  color: #006600;
}

#content .clietnMenu {
  float:left;
  display:block;
  text-align:left;
  width:220px;
}

#content .clietnMenu ul {
  height:200px;
  list-style:none;
  margin:20px 0 0 0;
  padding:0;
}

#content .clietnMenu ul li{
  list-style: none;
  display: block;
  padding: 0;
  margin: 5px 0 10px 0;
}

#content .clietnMenu ul li a{
    font-size: 13px;
    font-weight: bold;
}

#content .workspace {
  width:580px;
  float:right;
}


#blocks {
  width: 1005px;
  height: 184px;
  margin: 0px auto;
  padding: 0;
}

#blocks h1 {
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 0;
}

#blocks div.left {
  float: left;
  background: url(../images/bottom_left.jpg) no-repeat;
  width:  231px;
  height: 174px;
  padding: 10px 10px 0 10px;
  margin: 0 1px 0 0;
}

#blocks div.center {
  float: left;
  background: url(../images/bottom_center.jpg) no-repeat;
  width:  231px;
  height: 174px;
  padding: 10px 10px 0 10px;
  margin: 0;
}

#blocks div.right {
  float: left;
  background: url(../images/bottom_right.jpg) no-repeat;
  width:  231px;
  height: 174px;
  padding: 10px 10px 0 10px;
  margin: 0;
}

#menu {
  width: 1003px;
  margin: 0px auto;
  padding: 0;
  border-left: 1px solid #003f7a;
  border-right: 1px solid #003f7a;
}

#menu table {
  background: #396e9e;
  font-size: 14px;
  font-family: Myriad Pro, Verdana, Arial, Tahoma;
  width: 100%;
  margin: 0;
  padding: 0;
}


#menu table td {
  background: #396e9e;
  margin: 0;
  height: 27px;
  padding: 4px;
}

#menu table td.selected {
  background: #6f9fcc;
  width: 45%;
  margin: 0;
  height: 27px;
  padding: 4px;
}

#menu ul li a {
  font-size: 14px;
  font-family: Myriad Pro, Verdana, Arial, Tahoma;
  text-decoration: none;
}

#menu ul li a:hover {
  font-size: 14px;
  font-family: Myriad Pro, Verdana, Arial, Tahoma;
  text-decoration: none;
}

#photoalbums {
  list-style: none;
  margin: 5px;
  padding: 0;
}

#photoalbums li {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

td.pics {
  width: 165px;
  padding: 15px 0 0 15px;
}

td.pics img{
  margin: 10px 0 0 5px;
  padding: 0;
}

/* and now the form itself */
#contentForm h2 {
  clear:both;
  font:bold 16px Arial;
  padding:15px 0 5px 0;
}


#contentForm span.required {
  color:#e14d18;
}

#contentForm label {
  clear:left;
  float:left;
  display:block;
  width:250px;
  margin:10px 0 3px 0;
  padding:5px 0 0 0;
}

#contentForm label.error {
  display:block;
  margin:0 0 0 250px;
  padding:0;
  color:#cc0000;
}

#contentForm input, textarea, select.select {
  background:#c7e6fa;
  float:left;
  width:240px;
  height:22px;
  color:#000000;
  border:1px solid #0669e1;
  margin:10px 0 0 0;
  padding:3px 0 0 0;
}

#contentForm input:focus, textarea:focus, select.select:focus  {
  background:#f5f5f5;
  border:1px solid #0669e1;
}

#contentForm input.checkbox {
  width:40px;
}

#contentForm .fright {
	display:block;
	float:left;
}

#contentForm .fright label {
    float:none;
	width:570px;
    line-height:160%;
	margin:0 !important;
}

#contentForm .fright input {
  margin:0 0 0 0;
  margin-right:5px !important;
}

#contentForm input.button {
  clear:both;
  display:block;
  float:none;
  height:25px;
  width:150px;
  cursor:pointer;
  margin:20px 20px 0 0;
  padding:0;
  font-size:16px;
  color:#fff;
  border:0;
  background:#1a77df;
}

.noerror{
  color: #006600;
}
/* and now the form itself */

ul.sitemap {
  margin: 0px;
  padding: 0px;
}

ul.sitemap li {
  margin: 0px;
  padding: 5px 0 0 0;
}


#footer {
  clear: both;
  width: 1005px;
  padding: 10px 0 0 0;
  margin: 0px auto;
  color: #1a3366;
}

.clearing {
    height: 0;
    clear: both;
}

.clearingContent {
    height: 0;
    clear: both;
    background: #52b7ff;
    border-left: 1px solid #003f7a;
    border-right: 1px solid #003f7a;
}

/*NOTIFICATIONS -controls*/
a.close {position: absolute; top: 5px; right: 5px; padding-right: 15px; color:#990000; background: url(../images/cross_small.png) no-repeat right center; font-size:9px}

/*NOTIFICATIONS -defaults*/
div.notification {position: relative; margin: 5px 0 10px 0; }
div.notification em {padding: 15px; font-style:normal; display: block}
div.notification em img {margin-right: 10px; position: relative; top: 3px;}

/*NOTIFICATIONS -variations*/
div.error {border: 1px solid #d7bbb8; background: url(../images/layout/highlight_red.gif) repeat-x #f6dcd9;}
div.confirm {border: 1px solid #cad3a6; background: url(../images/layout/highlight_green.gif) repeat-x #dfe9b8;}
div.confirm a {color: #000; }
div.attention {border: 1px solid #dbd6a1; background: url(../images/layout/highlight_yellow.gif) repeat-x #f8f2b7;}
div.information {border: 1px solid #b8c6d2; background: url(../images/layout/highlight_blue.gif) repeat-x #dae6f1;}