/*
Theme Name: FON - COMSTAR
Theme URI: 
Description: Just simple theme.
Version: 1.0
Author: Jim
Tags: fix width, two columns
*/


body {
  font-family: arial;
  font-size: 14px;
}

.base {
  width: 950px;
  margin: auto;
}

.breadcrumb {
  padding: 30px 30px 0 30px;
  font-size: 12px;
}
.breadcrumb a {
  color: #254194;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #C73F3A;
}


.contentText {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
}
.contentText a {
  color: #254194;
  text-decoration: none;
}
.contentText a:hover {
  color: #C73F3A;
}




.contentTitle {
  color: #EFAE3A;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 30px 0 30px;
}

.sidebarMenu {
    color: white;
    font-size: 14px;
    height: 150px;
}
.sidebarMenu a {
    color: white;
    text-decoration: none;
}
.sidebarMenu a:hover {
  color: #EFAE3A;
}


.headerTitle {
    color: white;
    padding-left:20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.headerMap {
    color: white;
    font-size: 16px;
    text-align: left;
}
.headerMap a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
}

.contentMenu {
    float: left;
    margin-left: 5px;
}

.contentMenu a {
    display: block;
    width: 94px;
    height: 42px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    padding-top: 8px; padding-left: 10px;
    background: url(/images/menu_base.gif) left top no-repeat;
}

.contentMenu a:hover {
    background: url(/images/menu_active.gif) left top no-repeat;
}



.navTop {
  list-style-type: none;
  float: right;
  margin: 0; padding: 0;
}
.navTop li {
  border-left: solid #254194 1px;
  padding-left: 10px;
  margin-left: 10px;
  float: left;
}
.navTop a {
  color: #254194;
  text-decoration: none;
  font-weight: bold;
}
.navTop a:hover {
  color: #C73F3A;
}

.navBottom {
  list-style-type: none;
  font-size: 10px;
}
.navBottom li {
  border-left: solid #254194 1px;
  padding-left: 5px;
  margin-left: 5px;
  float: left;
}
.navBottom a {
  color: #254194;
  text-decoration: none;
  font-weight: bold;
}
.navBottom a:hover {
  color: red;
}



/* ===================================================================== */