
#wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f1f1f1 url("../images/bg.png") top left repeat-x;
    width: 100%;
    font-family: Arial;
    font-size: 14px; line-height: 20px;}
#main { margin: 0px auto;
        width: 980px; }
#header { height: 80px; overflow: hidden; border-bottom: 1px solid #d5d5d5; box-shadow: 0px 1px 0px #ffffff; margin-bottom: 20px;}
.clear { clear: both;}
#logo {
    float: left;
}

ul#top-info {
  list-style-type: none;
  border-bottom: 1px solid #d5d5d5;
  float: right;
  width: 47 5px;
  padding: 5px 0 8px 0;
  position: relative;

  box-shadow: 0px 1px 0px #ffffff;
}

#top-info li {
  float: left;
  margin: 0px 5px;
  font-size: 18px;
  color: #15609d;
  text-shadow: 1px 1px 0px #fff;
}

#top-info li a {
  color: #15609d;
}

#top-info li img {
  position: relative;
  top: 2px;
  padding-right: 8px;
}

#top-info li:last-child img {
  padding-right: 0px;
}

ul#top-menu {
  border: 1px solid #c8c8c8;
  background: #fff url('../images/menu-bg.png') top left repeat-x;
  float: right;
  width: 730px;
  height: 44px;
  list-style-type: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
  border-radius: 7px;

  position: relative;
  top: -13px;

}

#top-menu li{
  float: left;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #c8c8c8;
  padding: 6px 25px 2px 25px;
  height: 28px;
}

#top-menu li a {
  color: #114c7c;
  text-shadow: 1px 1px 0px #ffffff;
  text-decoration: none;
}

#top-menu li a.active {
  color: #1679c4;
  text-decoration: underline;
}

#top-menu li a:hover, #top-menu li a.active:hover {
  color: #1679c4;
  text-shadow: none;
  position: relative;
  top: 1px;
  left: 1px;
  text-decoration: none;
}
#top-menu li a.active:hover {
    text-decoration: underline;
}

#top-menu li:first-child {
  border-left: none !important;
}

#top-menu li:last-child {
  border-right: none !important;
}

#side {float: left; width: 220px; margin-right: 20px;}
#side .widget { border: 1px solid #ccc; background: #fff; padding: 10px; font-size: 12px; line-height: 16px; margin-bottom: 20px;}
#side .widget-h { background: #114C7C url('../images/head-bg.png') repeat-x; padding: 5px 10px; font-size: 14px;
    font-weight: bold; text-align: center; color: #fff;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;}
#cont {float: right; border: 1px solid #ccc; background: #fff; width: 670px; padding: 30px;}

#h1 {
	font-family: Titilium;
	color: #1c6f7b;
	font-size: 46px;
	font-weight: 100;
	text-align: center;
	padding: 40px 10px 25px 10px;
}
#h2 {
	font-size: 18px;
	line-height: 26px;
	color: #6c6c6c;
	margin-bottom: 15px;
}

#h3 {
	font-size: 14px;
	line-height: 22px;
	color: #6c6c6c;
	margin-bottom: 15px;
}

.info-message, .success-message, .warning-message, .error-message, .validation-message {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info-message {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.png');
}
.success-message {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
}
.warning-message {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.png');
}
.error-message {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.png');
}