/* main.css */

/* Breadcrumbs */
.breadcrumbs {
  margin-bottom: 10px;
  font-size: .95em;
  line-height:1.25em;
  margin-left: -10px;
}
.breadcrumbs li { 
  display: inline;
}

/* Title */
h1,
h2,
h3,
h4,
h5,
h6,
.head {
  margin-bottom: 10px;
  line-height:1.3em;
  color:#2A8AC6;
}
h1 {
  font-size: 18px;
  line-height:1.17;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 1.35em;
}
h4 {
  font-size: 1.05em;
}
h5 {
  font-size: 1.05em;
}
h6 {
  font-size: .95em;
}
#main .roman {
  color: #B20504;
}

/* Paragraph */
p {
  margin-bottom: 10px;
}
.important {
 color: #EC6703;
 font-weight: bold;
 font-size: 12px;
}
address {
  margin-bottom: .4em;
}
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

a { 
  color: #1e7ec8; 
  text-decoration: none;
}
a:hover {
  color: #1e7ec8;
  text-decoration: underline;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}

/* Lists */
dt { 
  display: block;
  font-weight: bold;
}
ul,
ol {
  list-style: none;
}
#main ul.list {
  list-style-type: disc;
  margin: 0 0 0 30px;
}
#main ul.list li {
  margin-bottom: 5px;
}
#main ol.list {
  margin: 10px 0 10px 30px;
  font-size: 12px;
  list-style-type: upper-roman;
  font-weight: bold;
  color: #B20504;
}
#main ol.list li a {
  text-decoration: none;
  font-weight: bold;
}
#main ol.list li a:hover {
  text-decoration: underline;
}
#main ol.list ul li a {
  font-size: 11px;
}

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Form */
form {
  display: inline;
}
fieldset {
  border: none;
}
legend {
  display: none;
}
label {
  color: #666;
  /*font-size: .95em;*/
  font-weight: bold;
}
input,
select,
button {
  vertical-align: middle;
}

/* Size */
small {
  font-size: .92em;
}
big {
  font-size: 1.1em;
}

hr {
  height: 0;
  margin: 8px 0;
  overflow: hidden;
  visibility: hidden;
}
.nowrap {
  white-space: nowrap;
}
.bold {
  font-weight: bold;
}

/* ButtonAdvertising */
.commander {
  text-align: center;
  width: 100%;
  display: block;
}

.commander a {
  height: 54px;
  width: 215px;
  display: block;
  margin: auto;
  background: transparent url(../images/commander-kit.gif) no-repeat top;
}

.commander a:hover {
  background: transparent url(../images/commander-kit.gif) no-repeat bottom;
}
