﻿/* Altaired States CSS Version 1.0
 *      Author:         tom.hall@cpugeni.com
 *      Last Modified:  6th January 2009
 */

/* Generics */

body 
{
    margin:0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color:#445624;
    font-size:0.8em;
}
h1
{
    font-size: 1.3em;
    text-align:center;
    margin: 5px 1px 20px 1px;
    color:#000000;
}

h2
{
    font-size:1.3em;
    margin:2px 1px;
    color:#000000;
}
h2.frontPage
{
    font-size:1.8em;
    font-weight:lighter;
}
h2.normal
{
    font-size:1.2em;
}
h3
{
    color:#000000;
    margin-top:20px;
}
h3.frontPage
{
    font-size:1.4em;
}
span.textUnderline
{
    text-decoration:underline;
}
p.Top
{
    text-align:right;
}

img.Center
{
    margin-left:auto;
    margin-right:auto;
    display:block;
}
p.contactAltair
{
    display:block;
    border-top: solid 1px black;
    margin-top:10px;
}
p.Disclaimer
{
    font-size:0.7em;
}
/* Canvas Setup */
#canvas
{
    width:749px;
    margin:auto;
}

/* Header */
#canvas #header
{
    background-color:#cc9966;
    padding-bottom:15px;
}

/* Navigation */
#canvas #navigation
{
    width:135px;
    float:left;
    margin-bottom:15px;
    margin-top:-1.28em;
}
#canvas #navigation ul
{
    margin:0px;
    padding:0px;
    display:block;
    list-style-type: none;
}
/*
#canvas #navigation ul li:hover
{
    display: block;
    background-color: #D8B089;
}
*/
#canvas #navigation ul li 
{
    background-color:#cc9966;
    margin-top:1px;
    padding-left:8px;
    padding: 1px 0 1px 8px;
}
#canvas #navigation ul li a
{
    color:#000000;
    text-decoration:none;
}
#canvas #navigation ul li a:hover
{
    color: #666666;
    text-decoration: underline;
}

/* Main Content */
#canvas #main
{
    width:584px;
    float:left;
    position:relative;
    padding: 5px 15px;
    margin-bottom:10px;
}
#canvas #main #middleMain
{
    width:440px;
}

#canvas #main .rightFloater
{
    width: 130px;
    position:absolute;
    top:10px;
    right:0px;
}
#canvas #main .rightFloater img
{
    margin-bottom:10px;
}
#canvas #main #middleMain .newsItem
{
margin-bottom: 5px;
border-top: solid 1px #000000;
}

/* Footer */
#canvas #footer
{
    clear:both;
    border-top: solid 1px #000000;
    margin:15px 0;
}
#canvas #footer p
{
    font-size:0.85em;
    margin:-1.3em 0 0 2px;
}
.style1 {
color: #996600
}
.style4 {
font-size: x-small
}
.style6 {
font-size: x-small; 
font-weight: bold; 
}
.style7 {
	font-size: 1em;
	font-weight: bold;
}
.style8 {
font-size: 1.5em
}
