/*
*	Default Alacrify Style Sheet
*	==============================
*	Designed By Alacrify Ltd
*	www.alacrify.co.uk
*	jon@alacrify.co.uk
*	Jon Sloper
*	27th August 2009
*
*/
* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
html {
    overflow-y: scroll;
}
/* Standard HTML Tags */
body {
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: #666;
    background: url('../images/page-bg.gif') top left repeat-x;
    font-family: 'Arial';
    text-align: center;
}
h1 {
    font-weight: normal;
    font-size: 2em;
    letter-spacing: -0.01em;
    line-height: 1.1em;
    color: #456592;
}
h2 {
    font-size: 1.6em;
    letter-spacing: 0.03em;
    color: #888;
    line-height: 1.1em;
    font-weight: normal;
    margin-bottom: 10px;
}
h3 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 0.8em;
}
p,pre {
    margin-bottom: 8px;
    font-size: 100%;
}
p strong {
    line-height: 1.5em;
    font-size: 1.1em;
}
ol li {
    margin-left: 15px;
    list-style-type: none;
    margin-bottom: 5px;
}
ul {
    width: 100%;
}
ul li {
    line-height: 1.4em;
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 8px;
}
.bulletlist li {
    list-style-type : disc;
    list-style-position: outside;
    margin-left: 13px;
}
a {
    text-decoration:none;
    color : #777;
}
a:hover {
    color: #000;
}
.largeText {
    font-size: 1.3em;
    display: inline;
    margin-bottom: 8px;
    color: #666;
}
input {
    float:left;
    padding: 5px;
    margin-bottom: 7px;
    background: #efefef;
    border: 1px solid #ccc;
    clear: both;
}
textarea {
    border: 1px solid #ccc;
    width: 515px;
    height: 100px;
    background: #efefef;
    padding: 5px;
}
form p{
    float: left;
    clear: both;
}


/* PAGE STRUCTURE DIVS */
#showhide {
    height: 0px;
    overflow:hidden;
    margin:0px;
    border: 0px;
    padding:0px;
}
#container{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
#shadow_container{
    float: left;
    width: 1000px;
    background-color: #e8eef4;
    overflow: hidden;
}
#wrapper {
    float: left;
    text-align:left;
    padding:10px;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    background: url('../images/wrapper-bg.gif') top left repeat-x #fff;
}
#header {
    width: 980px;
    height: 105px;
    float: left;
    background-color: #fff;
}
#headerRight {
    width: 235px;
    height: 100px;
    float: right;
    margin-top: -100px;
    font-size: 0.8em;
}
#headerRight img {
    float: right;
    margin-right: 32px;
    margin-top: 5px;
}
#headerRight a {
    border-left: 1px solid #888;
    padding-left: 4px;
}
#headerRight a:first-child {
    border-left: 1px solid #fff !important;
    padding-left: 0px;
}
#navigationBar {
    width: 980px;
    float: left;
    background: url('../images/nav-bar-bg-HOVER.gif') top left repeat-x;
    position: relative;
    border-right: 1px solid #bacade;
}
#navigationBar a {
    padding: 10px 29px;
    float: left;
    color: #fff !important;
    background: url('../images/nav-bar-bg-HOVER.gif') top left repeat-x;
    border-left: 1px solid #1f4289;
    font-size: 1.2em;
    font-weight: bold;
}
#navigationBar a:first-child {
    padding: 10px 32px;
    margin-left: 0px !important;
    border-left: 0px;
}
#navigationBar a:hover {
    color: #1f4289 !important;
    background: url('../images/nav-bar-bg.gif') top left repeat-x;
}
#mainArea {
    float:left;
    width: 982px;
    margin-top: 10px;
    overflow: hidden;
}

#leftColumn {
    width: 599px;
    float: left;
    background-color: #fff;
    padding-bottom: 20px;
}
#leftColumn img {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
}
#leftText {
    float: left;
    margin: 20px;
    width: 90%;
}
#rightColumn {
    width: 379px;
    float: left;
    background: url('../images/right-column-bg.gif') top left repeat-y;
    border: 1px solid #d0d0d0;
    margin:0 0 -20000px 0;
    padding:0 0 20000px 0;
}
#rightColumn img {
    float: right;
    margin-left: 20px;
}
#rightText {
    float: left;
    margin: 20px;
    width: 90%;
}
#standOut {
    width: 280px;
    background-color: #efefef;
    font-size: 1em;
    padding: 15px;
    margin-bottom: 20px;
}
#standOut a {
    font-size: 1em !important;
    text-decoration: underline!important;
}
#standOut a:hover {
    font-size: 1em;
    text-decoration: none;
    color: #000;
}
#footer {
    font-family: 'Arial';
    clear: both;
    width: 980px;
    height: 60px;
    float: left;
    font-size: 0.8em;
    text-align:left;
    background-color: #efefef;
    border: 1px solid #d0d0d0;
}
#footerText {
    float: left;
    margin: 20px;
}
#footerRight {
    width: 235px;
    float: right;
    font-size: 1em;
    text-align: right;
    margin-top: 20px;
    margin-right: 10px;
}
#footerRight a {
    color: #999;
}
#footer a {
    padding-right: 10px;
}
#footer a:first-child {
    padding-left: 0px;
    padding-right: 9px;
}


#alacrifyFooter {
    float:right;
    position:relative;
}

/* DIV SUB-ELEMENT FORMATTING */
/* mainArea */
/* table formatting */
#mainArea table{
    font-size: 1em;
    text-align: left;
    width: 100%;
}
#mainArea td.map {
    vertical-align: top;
    height: 200px;
    margin-left: -15px;
}
#mainArea td.mapAddress {
    width: 170px;
    margin-bottom: 15px;
    vertical-align: top;
    height: 130px;
}
#mainArea td p {
    color: #666;
    line-height: 1.4em;
}
.standout {
    color: #c5f30e;
}


/* MICRO CMS Styling */
.micro {
    font-family: arial, sans-serif;
    background:#fff;
    text-align:center;
    padding-top:30px;
    background: url('../images/body-background.gif') middle top repeat-y #ebeaec;
}
.mouseDiv {
    float:left;
    width: 70%;
    margin: 0px 15%;
    text-align:right;
}
.microDiv {
    background: url('../images/background-gradient.gif') top left repeat-x #f8f7f8;
    float:left;
    width: 70%;
    margin: 0px 15%;
    color: #666
}
.microDiv p {
    margin-top:20px;
    padding-left: 30px;
    padding-bottom: 10px;
    text-align:left;
    border-bottom: 1px solid #ccc;
}
.microDiv form {
    padding-left: 30px;
    padding-bottom: 30px;
    text-align:left;
    border-bottom: 1px solid #ccc;
}
.microDiv p.topline {
    margin-top:0px;
    padding-left: 30px;
    padding-bottom: 10px;
    text-align:left;
    border-top: 1px solid #fff;
    border-bottom: 0px;
    margin-bottom: 0px;
}
.microDiv ul {
    text-align:left;
    margin:0px;
    padding-left: 30px;
    padding-top: 10px;
    border-top:1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding-bottom:10px;
}
p.help {
    margin-top: 0px;
    padding-top: 20px;
    border: 0px;
    border-top:1px solid #fff;
}
p.footer {
    border: 0px;
    padding: 0px;
    font-size: 75%;
    margin: 0px 30px;
    text-align:right;
}
#xEditingArea p {
    color: red;
}
.contactDetails {
    margin-top: 80px;
    margin-bottom: 60px;
    color: #0057a4;
}
.phone, .email {
    font-size: 150%;
}

#index #nav_index,
#open-systems-architectures #nav_open-systems-architectures,
#specification-of-aircraft-fleet-planning #nav_specification-of-aircraft-fleet-planning,
#technology-insertion #nav_technology-insertion,
#contact #nav_contact
{
    color: #1f4289 !important;
    background: url('../images/nav-bar-bg.gif') top left repeat-x;
}