/* GENERAL STYLES */
/********** Standards START **********/
body {
  background: #243643 url(../images/body_bg.gif) top left repeat-x;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;			/* scale down standard font-size from 16px to 10px */
  color: #000064;			/* default blue */
}

a:focus {
  outline: none;
}

img {
  border: none;
}

div, * {
  margin: 0;
  padding: 0;
}

p {
  margin: 1em 0;
  font-size: 110%;
}

.left {
  float: left;
}

img.left {
  margin: 0 10px 10px 0;
}

.right {
  float: right;
}

img.right {
  margin: 0 0 10px 10px;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
}

h2 {
  font-size: 120%;
}
/********** Standards START **********/



/**********************************/
/********** Layout START **********/
/**********************************/
#main {
  text-align: left;
  margin: 31px auto 0 auto;
  width: 881px;
  max-width: 881px;
}

/* Head START */
#head {
  height: 238px;
  background: url(../images/head_bg.jpg) top left no-repeat;
}

#logo {
  float: left;
  margin: 11px 0 0 20px;
}

#head ul {
  float: right;
  list-style: none;
  overflow: hidden;
  margin: 11px 20px 0 0;
}

#head li {
  float: left;
  border-left: 1px solid #fff;
  margin-left: -1px;
  margin-right: 6px;
  padding-left: 5px;
}

#head li a {
  color: #fff;
  text-decoration: none;
text-transform:uppercase;
  
}

#head li a:hover {
  text-decoration: underline;
}
/* Head START */

/* Mainmenu START */
#mainmenu {
  height: 85px;
  background: url(../images/mainmenu_bg.jpg) top left no-repeat;
  text-align: center;
}

#mainmenu ul {
  list-style: none;
  overflow: hidden;
  display: inline;
  margin: 0 auto;
}

#mainmenu li {
  display: inline;
  font-size: 160%;
}

#mainmenu a {
  color: #000064;
  line-height: 5em;
  text-decoration: none;
  padding: 2em 2.5em;
  background: url(../images/mainmenu_divider.gif) left no-repeat;
  display: inline;
}

#mainmenu li:first-child a {
  background: none;
}

#mainmenu a:hover {
  color: #ff6000;
}
/* Mainmenu END */

/* Content START */
#contentWrapper {
  min-height: 321px;
  width: 881px;
  background: url(../images/contentwrapper_bg.gif) top left repeat-y;
  float: left;
}

#colLeft {
  width: 282px;
  max-width: 282px;
  height: 100%;
  float: left;
  margin: 0;
  display: inline;
}

#colLeft ul {
  list-style: none;
  margin: 17px 0 0 23px;
  width: 150px;
}

#colLeft li {
}

#colLeft li a {
  display: block;
  border-bottom: 1px solid #77a8c7;
  text-decoration: none;
  font-size: 140%;
  color: #000064;
  padding: .5em 0;
}

#colLeft li a:hover {
  color: #ff6000;
}

#colRight {
  width: 594px;
  max-width: 594px;
  margin-left: 282px;
  height: auto;
}

#colRightContent {
  margin: 17px 80px 0 0;
  float: left;
  width: auto;
  max-width: 514px; /* 594px - 80px */
}

#contentWrapper IMG {
  float: left;
  margin: 0 10px 0px 5px;
}
#containerBreadcrum {
  display: block;
  margin-bottom: 10px;
}
#umbBreadcrum {
  display: inline;
}
UL#umbBreadcrum{
  margin-left: -5px;
}
#umbBreadcrum LI{
  display: inline;
  margin-left: 5px;
}

/* Content END */

/* Footer START */

#footer {
  clear: both;
  height: 55px;
  background: url(../images/footer_bg.jpg) top left no-repeat;
  color: #fff;
}

#footer p {
  padding: 5px 0 0 20px;
  margin: 0;
}
/* Footer END */

/* frontpage customizing */
.frontpage {
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 80px;
  margin-bottom: 20px;
}
/********************************/
/********** Layout END **********/
/********************************/


/* EDITOR PROPERTIES */

