@import 'tripoli.base.css';


.cf {
    overflow: hidden;
    clear: both;
}

#mainbox {
    padding-bottom: 40px;
    border-bottom: 1px solid #bbb;
}

#container {
        background: #fff;
        width: 920px;
        padding: 40px;
        margin: 0 auto;
        position: relative;
}
#entry {
    position: absolute;
    top: 0;
    right: 40px;
    overflow: hidden;
}
#splash {
    margin: 0 auto;
    padding-top: 200px;
    width: 500px;
}
#logo {padding: 10px;}
#header {
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}

#header .tagline {
    position: absolute;
    right: 40px;
    top: 138px;
    font-size: 25px;
    text-align: right;
    width: 680px;
    padding: 18px 0;
    font-weight: bold;
    border-top: 1px solid #bbb;
    text-transform: uppercase;
    color: #addfea;
}

#navbox {
    padding: 20px 0;
    float: left;
}

#primary {
    padding-top: 10px;
    float: right;
    width: 680px;
}

.home #primary .content {
    border-top: 1px solid #bbb;
}

.form #primary .content {
    margin: 30px 0;
    border: 1px solid #ccc;
    position: relative;
}
.form #primary .wrap {
    padding: 60px;
    margin: 0;    
    position: relative;
    top: -1px;
    left: -1px;
    background: url(../i/paper-corner.png) no-repeat top left;
}

.form #primary .wrap div {
    background: url(../i/step-one.png) no-repeat 100% 50%;
}

.content .onecolumn {
    margin-top: 20px;
    padding-right: 20px;
}

.content .column {
    float: left;
    margin-top: 20px;
    width: 44%;
    padding-right: 20px;
}

.content .first {
    border-right: 1px solid #bbb;
    margin-right: 20px;
}

.facilities .content .column {
    width: 25%;
}

.facilities .content .first {
    width: 65%;
}

.courses .content .under .first {
    border-color: #fff;
}
.more a {
    text-decoration: none;
    display: block;
    padding: 2px;
    color: #666;
    border-bottom: 1px solid #666;
    float: right;
}
.more a:hover {
    background: #addfea;
    color: #fff;
}
label {
    color: #333;
    display: block;
    font-weight: bold;
}

#home-link {position: absolute; right: 10px; top: 0; height: 82px; width: 92px; text-indent: -9999px;}



/* 
=Entry point links 
*/
/* Splash page */

html {
    background: #91ACBC;
}

body.index {
    background: #91ACBC;
}

/* Global pages */
#cabin-entry {
    width: 100px;
    background: url(../i/cabin-entry-home.png) no-repeat top left;
}
#flight-entry {
    width: 105px;
    background: url(../i/flight-entry-home.png) no-repeat top left;
}
#entry a {
    display: block;
    float: left;
    text-indent: -9999px;
    height: 40px;
    background-color: #fff;
}
#entry li {
    float: left;
}
/* On hover */
#entry a:hover,
#entry a.sel {
    background-position: top right;
}

/*
=Main navigation
*/
#nav-main {
    padding-left: 40px;
    margin-bottom: 55px;
    background: url(../i/nav-main-bg.png) center left no-repeat;
}
#nav-main a {
        display: block;
        background-position: top right;
        margin-bottom: 23px;
        text-indent: -9999px;
        height: 18px;
        width: 90px;
}
#nav-main a:hover,
#nav-main a.sel {background-position: top left;}
#nav-main #home {background-image: url(../i/menu-home.png);}
#nav-main #facilities {background-image: url(../i/menu-facilities.png);}
#nav-main #courses {background-image: url(../i/menu-courses.png);}
#nav-main #application {background-image: url(../i/menu-application.png);}
#nav-main #contact {background-image: url(../i/menu-contact.png);}

/*
=FOOTER
*/

#footer {
    margin-top: 20px;
    background: url(../i/footer-bg.png) no-repeat;
    width: 920px;
    height: 61px;
    clear: both;
    position:relative;
}

#footer span {
    display:block;
    width: 120px;
    height: 61px;
    position:absolute;
    right:0;
}

#footer span a {
    display:block;
    width: 120px;
    height: 61px;
    text-indent: -99999px;
}

.content h2 {
    font-size: 25px;
    margin-top:0;
    color: #addfea;
    text-transform: uppercase;
}

h2 span {
    display: block;
    font-size: 14px;
}

h3{color: #333;}

select.edu {margin-bottom: 10px}
table.form td {padding:5px}
ul.errorlist {color:#c00;list-style:none;padding:0;margin:0 0 5px 0}
