/* Aegis Colors
 | -------------
 | Gold   #83794a
 | Blue   #00477d
 ------------------*/
body {
   background-color: white;
   color: black;
   font-size: 1em;
   font-family: sans-serif;
   text-align: center;
}

p {
   line-height: 1.3em;
}

a img {
   border-width: 0px;
}

li {
   margin-bottom: .5em;
}

a:link, a:active, a:visited, a:hover {
   color: #00477d;
   text-decoration: none;
   border-bottom: 1px solid #00477d;
}

.access {
   position: absolute;
   left: -9999px;
}

a:hover {
   color: #002c4d;
   border-bottom: 1px solid #83794a;
}

/* H2 is the Header for Each Page */

h2, .outlinedBox h3 {
   margin: 0px 0px 10px 0px;
   padding: 0px 0px 0px 0px;
}

h2, h3, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {
   color: #002c4d;
}

#page {
   background-repeat: no-repeat;
   background-position: top right;
   background-image: url("../images/header-globe.png");
   text-align: left;
   margin: 0px auto 0px auto;
   padding: 0px 0px 0px 0px;
   width: 700px;

}

/* Page Header */

#top {
   height: 150px;
   overflow: hidden;
   font-size: 16px;
}

#top h1 {
   margin: 10px 0px 0px 0px;
   padding: 0px;
   line-height: 1em;
}

#top h1 a {
   border-width: 0px;
}

/* Start Home Page */

#homepage  {
   text-align: left;
}

#homepage h2 {¶
   margin: 0px;
   padding: 0px;
   text-align: center;
}

#homepage h3 {
   margin: 0px;
   padding: 0px;
}

#colLeft {
   float: left;
   padding: 15px 15px 0px 15px;
   width: 295px;
   border: 1px dotted #83794a;
}

#colRight {
   float: right;
   padding: 15px 15px .45em 15px;
   width: 295px;
   border: 1px dotted #83794a;
}

/* End Home Page */

#contact-box {
   border: 1px solid #83794a;
   background-image: url("../images/twb.png");
   position: relative;
   top: -130px;
   font-size: 15px;
   padding: 5px 10px 5px 10px;
   line-height: 20px;
   height: 20px;
   margin: 0px 15px -32px 370px;
   overflow: hidden;
}

#top-box {
   border: 1px solid #83794a;
   background-image: url("../images/twb.png");
   position: relative;
   top: -36px;
   height: 30px;
   line-height: 30px;
   margin: 0px 15px -38px 175px;
   overflow: hidden;
}

#navigation {
   list-style: none;
   margin: 0em;
   padding: 0em;
   text-align: center;
   font-size: 18px;
}

#navigation li {
   display: inline;
   margin: 0em;
   padding: 0px 10px 0px 10px;
}

#navigation a:link, #navigation a:active, #navigation a:visited, #navigation a:hover {
   border: 0px;
   color: #002c4d;
}

#middle {
   clear: both;
   border: 3px solid #83794a;
   padding: 15px;
   margin: 5px 0px 5px 0px;
}

#clrbottom {
   clear: both;
   height: 1px;
   width: 99%;
}

#bottom {
   clear: both;
}

#footer {
   line-height: 2em;
}

.rhimage {
   float: right;
   margin: 10px;
   margin-top: 25px;
   padding: 5px;
   border: 1px solid #83794a;
}

/* Begin Product Page */

.outlinedBox {
   border: 1px solid #83794a;
   margin-bottom: 10px;
   padding: 10px 15px  5px 15px;
}

.outlinedBox p {
   padding-top: 0px;
   margin-top: 5px;
}

.productPanel {
   display: block;
   margin: 0px 0 10px 0;
}

ul.productLinks, #primary ul {
   margin: 0px;
   padding: 0px 0px 10px 0px;
   list-style: none;
   height: 1.25em;
}

ul.productLinks li, #primary ul li {
   margin: 0px;
   padding: 0px;
   display: block;
   float: left;
   padding-right: 1em;
}

ul.currentVersion {

}

/* End Product Page */

div.detail {
   color: #002c4d;
   text-align: center;
   font-size: 20px;
}

.right {
   text-align: right;
}
.center {
   text-align: center;
}

.bold {
   font-weight: bold;
}

dl dt {
   line-height: 2em;
}

dl dd {
   margin-bottom: .5em;
}

/* For Google Maps on Contact Page */
iframe {
   width:350px;
   height:350px;
   margin:0em;
   padding: 0em;
}

/* Start News Page */

div.news-box {
   margin: 0em 0em 1em 0em;
   padding: 1em;
   border: 1px solid #83794a;
}

div.news-box h3 {
   margin: 0px;
   padding: 0px;
}

/* End News Page */

/* clear bar */
div.microbar {
   height: 1px;
   overflow: hidden;
   width: 99%;
   clear: both;
}