body {
    margin: 0;
}

body, td, textarea {
    font-family: sans-serif;
    font-size: small;    
}

#logo {
    width: 960px;
    background: url(sitelayout/background1.png) no-repeat bottom;
    height: 75px;
}

#headerImage {
    background: url(sitelayout/background2.png) no-repeat #021645;    
    width: 960px;
    height: 145px;
}

#orion {
    position: absolute;
    left: 809px;
    top: 75px;
}

#bigDipper {
    position: absolute;
    left: 0px;
    top: 111px;
}

#col1 {
    float: left;
}

#col1 img {
    border: 0;
}

#col2 {
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    vertical-align: top;
}

#col2 a {
    color: black;
}

#col2 a:hover {
    color: blue;
}

#menu {
    width: 960px;
    height: 22px;
    background: #050e31;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 200px;
    position: relative;
    top: 6px;
}

#menu li {
    display: inline;
    text-align: center;
    position: relative;
    top: 1px;
}

#menu a {
    color: white;
    text-decoration: none;
    padding: 5px;
    position: relative;
    top: -5px;
}

#menu a:hover, #menu span {
    background: #88ba46;
    padding: 5px;
    border-top: 1px solid #ace55f;
    position: relative;
    top: -5px;
}

#contentContainer {
    border-top: 1px solid #ace55f;
    background: #88ba46;
    width: 960px;
}

h1 {
    font-size: 1.4em;
    margin: 0;
    color: black;
}

h2 {
    font-size: 1.2em;
    margin: 0px;
    color: #3c5719;
    border-bottom: 2px solid #3c5719;
    margin-bottom: 5px;
}

.content a, .submenu a {
    color: white;
}

.content a:hover, .submenu a:hover {
    color: black;
    background: white;
}

.submenu {
    background: #6b9335;
    width: 200px;
    vertical-align: top;
    position: relative;
    top: -1px;
}

.submenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.submenu li {
    display: block;
}

.submenu span {
    display: block;
    padding: 5px;
    font-weight: bold;
}

.submenu span.selected {
    border-top: 1px solid #ace55f;        
    background: #88ba46;    
}

.submenu span small {
    font-weight: normal;
}

.content {
    padding: 10px;
    vertical-align: top;
}

#quotation {
    width: 200px;
    float: right;
    text-align: right;    
}

blockquote {
    margin: 15px;
}



div.portfolio, div.highlight {
    width: 33%;
    height: 250px;
    float: left;
    text-align: center;
}

div.portfolio img {
    border: 1px solid gray;
}

div.highlight img {
    width: 80px;
    float: left;
    border: none;
}

div.highlight a {
    color: blue;
}

div.portfolio img {
    clear: both;
}

div.portfolio p {
    display: none;
}

input.form, textarea.form {
    border: 1px solid #6b9335;
}

input.form {
    width: 200px;
}

textarea.form {
    width: 400px;
    height: 120px;
}

td.prop {
    text-align: right;
    position: relative;
    top: 2px;
}

.wideButton {
    width: 100px;
}

a img {
    border: 0;
}

.blueBox {
    background-color: #2a528c;
    padding: 5px;
    float: right;
    width: 300px;
    color: white;
}

p.faq strong {
    display: block;
    color: white;
    margin-bottom: 5px;
}

p.product {
    clear: both;
}

p.product img {
    float: left;
    margin-right: 20px;
}

p.product strong {
    display: block;
    color: white;
    margin-bottom: 5px;
}

td.home a:hover {
    background: none;
}

a.download {
    color: #183142;
    background: url(sitelayout/page.gif) no-repeat;
    padding-left: 16px;
}

a.download:hover {
    background: url(sitelayout/page.gif) no-repeat white;
    padding-left: 16px;
}

span.error {
    color: white;
    padding-left: 16px;
    background: url(sitelayout/error.gif) no-repeat;
}

div.buttons {
    width: 75%;
    text-align: center;
}

.buttons input {
    background: #6b9335;
    color: white;
    border: 2px outset #6b9335;
}

.footer {
    padding-top: 5px;
    font-size: smaller;
    text-align: right;
    width: 960px;
}