/* 
Document   : master.css
Created on : 17-Feb-2009, 22:55:13
Author     : Jon
Description: Main CSS layout
*/

/**RESET**/
html, body, div, h1, h2, h3, h4, h5, h6, legend, ul, ol, dl, li, dt, dd, img, p, blockquote,
pre, form, fieldset, table, th, td {
    margin: 0px;
    padding: 0px;
    border:0 none;
    font-size: 95%;
    text-decoration: none;
    /*font-weight: lighter;*/
}
a *{
    vertical-align: middle;
}

a:link {color: #990000; text-decoration: underline; vertical-align: baseline;}     /* unvisited link */
a:visited {color: #ffcc00; text-decoration: underline;}  /* visited link */
a:hover  {  text-decoration: underline;} /* hover */
a:active {color: #ffffff;}   /* selected link */

body {
    background:#1A1A1A url(../images/bg/fade_bg.jpg) repeat-y fixed 50% 0;
    color: #333333;
    font-family: "Arial","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 100%;
    line-height: 1.3em;
    text-align: center; /*To center in IE*/
}
/**END RESET**/

/**MAIN CONTAINER**/
#container {
    background:#FFFFFF;
    border-left:1px solid #111111;
    border-right:1px solid #111111;
    border-top:7px solid #AD1E23; /*Slighly lighter than logo colour*/
    margin:0 auto;
    width: 870px;

    z-index: 1;
}

#container *{
    text-align: left; /*Counter IE center text*/
}
/**END MAIN CONTAINER**/

/**HEADER- LOGO & MENU & LOGIN**/
#header{
    clear:both;
    height:90px;
    margin-bottom:25px;
}

#header legend{
    font-size: 110%;
    margin: 0px;
    padding: 0px;
}

#logincontainer {
    position: relative;
    float: right;
    height: 30px;
    width: 400px;
    margin: 0px 15px 0px 0px;
    overflow: hidden;
    z-index:100;
}

#logincontainer *{
    font-size: 0.9em;
    padding: 3px;
}

#loginvis {
    float: right;
    margin: 5px 3px;
    padding:3px;
    font-size: 0.75em;
}

#login{
    display: none;
    position: absolute;
    top:0px;
    right: 0px;
    float: right;
    height: 30px;
    width: auto;
    overflow: hidden;
    padding: 0px;

}

#login label{
    text-align:right;
}
.tb_login {
    background: #FFFFFF url(../images/gradients/topfade.gif) repeat-x scroll top;
    border: 1px solid #AAAAAA;
    color: #555555;
    vertical-align: middle;
    width: 100px;
    height: 22px;
}

.btn_login {
    background: #FFFFFF url(../images/gradients/topfade.gif) repeat-x scroll top;
    border: 1px solid #AAAAAA;
    color: #555555;
    vertical-align: middle;
    width: 39px;
    height: 20px;
}

/**BEGIN MENU**/
#menu{
    position: inherit;
    float: right;
    right: 0px;
    width: auto;
    height: 45px;
    z-index: 4;
    margin-top: 80px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#menu *{
    font-weight: lighter;
    /*font-family: "myriad pro";*/
    color: #555555; /*menu text color*/
    font-size: 100%;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;

    display: inline;
}

#menu ul{
    list-style: none;
}

#menu li{
    text-align: center;
}

#menu span {
    padding: 0px 20px 0px 10px;
    border-right: 3px solid #ffcc00;
}

#menu a:link {color: #ffcc00; text-decoration: none;}     /* unvisited link */
#menu a:visited {color: #ffcc00; text-decoration: none;}  /* visited link */
#menu a:hover  {  color: #990000; padding-bottom: 20px; border-bottom: 3px solid #ffcc00;}
#menu a:hover   span { color: #990000;}
#menu a:active {color: #ffcc00;}   /* selected link */

/**END MENU**/

#logo {

    background:transparent url(../images/logo/GF-logo-RGB.gif) no-repeat scroll 0 0;
    float:left;
    height:144px;
    margin-top:13px;
    margin-left: 15px;
    width:100px;
}
/**END HEADER- LOGO & MENU**/

/**MAST AND TAGLINE QUOTE**/
#mast{
    clear:both;
    height:300px;
    margin: -15px 15px 25px 15px;

    background: transparent url(../images/mast/redprint.jpg) no-repeat;
    background-color: #990000;
}

#mastSmall{
    clear: both;
    height: 100px;
    margin: -15px 15px 25px 15px;

    background: transparent url(../images/mast/smallfoot2.jpg) no-repeat;
    background-color: #990000;
}

#tagline{
    position: relative;
    top: 85px;
    left: 270px;
    width: 550px;
    height: 100px;
    z-index:3;
}

#tagline * {
    padding: 0px;
    margin: 0px;

    text-align: left; /*Counter IE center text*/
    font-weight: lighter;
    /*font-family: "myriad pro";*/
    color: #ffffff;
}

#tagline h2{
    font-size: 1.5em;
}

.taglineQuoter{
    position: absolute;
    top: 75px;
    right: 0px;

    font-size: 0.8em;
}
/**END MAST AND TAGLINE QUOTE**/

/**BEGIN MAIN CONTENT SECTION**/
#welcome {
    float: left;
    margin: 0px 0px 20px 15px;
    width: 585px;
    border: 1px solid #990000;
}

#clients {
    float: right;
    margin: 0px 15px 20px 15px;
    width: 215px;
    height: 690px;
    border: 1px solid #990000;
    background: #ffffff;
    overflow: hidden;
}

#logobox{
    height: 350px;
    overflow: hidden;
    position: relative;
    top: 0px;
    width: auto;
}

/**BEGIN COURSES BOX**/
#courses {
    float: left;
    height: auto;
    margin: 0px 0px 20px 0px;
    width: 99%;
}
dl {
    width: 560px;
    padding: 5px;
}

dl *{
    vertical-align: middle;
}

dl,dd { 
    margin: 2px;
}

dd p{
    padding-left: 15px;
}
#courses dd p:first-child{
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
}

dd ul{
    padding-left: 10px;
}

dd ul li{
    font-size: 1em;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 40px;
}
dd ul li img{
    margin-right: 10px;
}

dt {
    /* background: #000033 url(../images/gradients/2.png) repeat-x; /*#57a5b5;*/
    background: #000033;
    border: 1px solid #990000;
    font-size: 1.1em;
    margin: 2px;
    overflow: hidden;
    padding-right: 10px;
    line-height: 1.1em;
    margin-right: -2px;
    padding-bottom: 10px;
    padding-top: 4px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(css/border-radius.htc);
}

dt img{
    margin-right: 10px;
    margin-left: 5px
}

dt a:link{
    color: #bbbbbb;
    padding-right: 300px;
}

dt dd a:link{
    color: #990000;
}

dt a:visited{
    color: #bbbbbb;
}

dt a:hover {
    color: #ffffff;
    cursor: pointer;
}

dt:hover{
    color: #ffffff;
    background: #990000;
    cursor: pointer;
}
/**END COURSES BOX**/

#newsletter {
    float: left;
    height: 416px;
    margin: 0px;
    width: 98%;
}

/**BEGIN COST OPTIONS EXPANDER**/
#costOptions {
    float: left;
    height: 415px;
    margin: 0px 15px 20px 0px;
    padding-bottom: 20px;
    width: 100%;
}

#costOptions dl {
    width: 560px;
    padding: 5px;
}
#costOptions dt {
    background: #990000;
}

#costOptions dd p:first-child{
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
}

/**END COST OPTIONS EXPANDER**/

/**END MAIN CONTENT SECTION**/


/**BEGIN SUB FOOTER**/
#sub-footer {
    margin: 0px 15px 15px 15px;
    height: 150px;
    background: #990000;
    color: #ffffff;
    font-size: 1em;
}

#spacer {
    height: 1px;
    border-bottom: 1px solid #000000;
}
/**END SUB FOOTER**/

/**BEGIN FOOTER & COPYRIGHT**/
#subNav{
    background: #9e9e9e;
    height: 35px;
    margin: 0px;
    width: 100%;
}

#subNav ul{
    display: inline;
    list-style: none;
    padding-left: 15px;
}

#subNav li{
    display: inline;
    margin-right:15px;
    text-align: center;
    text-transform: capitalize;
}

#subNav a{
    color: #ffffff;
}
#subNav a:hover{
    text-decoration: underline;
}

#footer {
    color: #9A9A9A;
    font-size: 0.9em;
    height: 40px;
    margin: 0 auto;
    padding-top: 10px;
    width: 870px;
}

#copyright {
    float:left;
    margin-left:15px;
    width:350px;
    text-align: left;
}
/**END FOOTER & COPYRIGHT**/

/**H1 USED FOR SECTION TITLES**/
h1 {
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-radius: 10px;
    background:transparent url(../images/gradients/silverGradient.jpg) repeat-x scroll 0 0;
    border-bottom: 2px solid #990000;
    color: #990000;
    font-size: 1.4em;
    font-weight: lighter;
    line-height: 1.1em;
    margin-right: -2px;
    padding-bottom: 10px;
    padding-top: 4px;
    text-align:left;
    width: 100%;
}
/**END - H1 USED FOR SECTION TITLES**/

p {
    font-size: 105%;
    line-height: 1.5em;
    margin-bottom: 0.6em;
}

p img {  
    margin-right: 10px;
}

p * {
    vertical-align: baseline;
}

#sub-footer p a:link {color: #ffcc00; text-decoration: underline;}
#sub-footer p a:visited {color: #ffcc00; text-decoration: underline;}
p a:link {color: #990000; text-decoration: underline;}     /* unvisited link */
p a:visited {color: #990000; text-decoration: underline;}  /* visited link */
p a:hover  {text-decoration: none;} /* hover */
p a:active {color: #ffcc00;}   /* selected link */

/**CLASSES**/
.ajax {
    color: #990000;
    font-size: 1.2em;
    line-height: 1.3em;
    line-height: 4em;
    margin: 10px 10px;
}

.belowtitle{
    margin-top: 15px;
}

.bold{
    font-weight: bold;
}

.bottomMenu{
    padding-top: 6px;
    width: 600px;
}

.bottom-margin{
    margin-bottom: 20px;
}

.button1 {
    background: #FFFFFF url(../images/gradients/topfade.gif) repeat-x scroll top;
    border: 1px solid #AAAAAA;
    color: #555555;
    vertical-align: middle;
    font-size:1.1em;
    padding:2px;
    height: 22px;
    width: 70px;
}

.clear{
    clear: both;
}


.client-logo{
    float: left;
    margin: 10px 10px 10px 10px;
    background: #9A9A9A;
    width: 80px;
    height: 60px;
    text-align: center;
}

.curved {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.iecurved{
    behavior: url(css/border-radius.htc); /*Curves IE Borders!!*/
}

.email {
    color: #ffcc00;
}

#emailLink{
    color: #ffcc00;
}

#emailLink a:link{
    color: #ffcc00;
}

.odd{
    background: #eeeeee;
}

.tabletext{
    font-size: 100%;
    line-height: 1.5em;
    margin-bottom: 0.6em;
}

.firstchild{
    font-size: 1.08em;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
}

.floatLeft{
    float: left;
}

.floatRight{
    float: right;
}

.footer-box {
    float: left;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 10px 20px 0px 25px;
    width: 195px;
    overflow: hidden;
}

.footer-box img {
    margin: 0 auto;
    text-align: center;
}

.footer-title{
    color: #ffcc00;
    font-size: 1.1em;
    line-height: 1em;
    margin: 15px 0px 0px 0px;
    padding-bottom: 10px;
    width: 100%;
}

.footer-break {
    background: #ffcc00;
    float: left;
    height: 100px;
    margin-left: 15px;
    margin-right: 25px;
    margin-top: 20px;
    width: 1px;
}

.ilmtxt{
    font-size: 0.75em;
}

.selected{
    background: transparent url(../images/arrows/pointer.png) bottom center no-repeat;
    color: #000033;
    padding-bottom: 15px;
}
.selected a:link {color: #12548F;}
.selected a:hover {color: #12548F;}
.selected a:active {color: #12548F;}
.selected a:visited {color: #12548F;}

.smallertxt {
    font-size: 0.9em;
}

.toppadding {
    margin-top: 20px;
}

.title{
    font-size: 1.7em;
}

.topLink{
    float: right;
    padding: 6px;
    text-align: right;
    width: auto;
}
.topLinkImg{
    margin-right: 5px;
    padding-top: 3px;
    text-align: right;
    vertical-align: middle;
}
.txtbox {
    background: #FFFFFF url(../images/gradients/topfade.gif) repeat-x scroll top;
    border: 1px solid #AAAAAA;
    color: #555555;
    height: 22px;
    font-size:90%;
    padding:2px;
    vertical-align: middle;
    width: 150px;
}

.txtheader{
    color: #990000;
    font-size: 1.5em;
    line-height: 1.3em;
    vertical-align: text-top;
}

.txtspace{
    padding-left: 10px;
    padding-right: 5px;
}

.valign {
    vertical-align: text-top;
}
/**END CLASSES**/


#tabContainer {
    height: 460px;
    margin: 0px 0px 20px 15px;
    overflow: hidden;
    border: 1px solid #990000;
    float: left;
    width: 585px;

    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
}

#tabContainer h2 {
    border-bottom: 2px dotted #990000;
    color: #990000;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 0px 10px 0px 10px;
    padding: 10px 0px;
    text-align:left;
    width: auto;
    display: inline;
}

.tabs {
    font-size: 110%;
}

.tabNavigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabNavigation li{
    border-right: 3px solid #ffcc00;
    display: inline;
    padding: 10px 15px;
    font-weight: lighter;
    font-family: "myriad pro","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 1.0em;
    text-transform: none;
}

.tabNavigation img {
    margin-left:5px;
    margin-right:10px;
}

.tabNavigation h1 {
    background:transparent url(../images/gradients/silverGradient.jpg) repeat-x scroll 0 0;
    border-bottom: 0px solid #990000;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0px 0px 20px 0px;
    padding: 5px;
    text-align:left;
    width: 230px;
    display: inline;
}

.tabNavigation a:link {color: #990000; text-decoration: none;}     /* unvisited link */
.tabNavigation a:visited {color: #990000; text-decoration: none;}  /* visited link */
.tabNavigation a:hover  {color: #000033; text-decoration: none;} /* hover */
.tabNavigation a:active {color: #000000;}   /* selected link */


/*******************ABOUT PAGE***************/
#about {
    float: left;
    margin: 0px 15px 20px;
    border: 1px solid #990000;
    width: 96%;
}

#comments {
    float: left;
    margin: 0px 15px 20px 15px;
    border: 1px solid #990000;
    width: 96%;
}

/**********************NEWSLETTER**************************/
#newsletter1 {
    float: left;
    margin: 0px 15px 20px 15px;
    border: 1px solid #990000;
    width: 96%;
}

#newsletter2 {
    float: left;
    margin: 0px 15px 20px 15px;
    border: 1px solid #990000;
    width: 65%;
}
#newsletter3 {
    float: left;
    margin: 0px 15px 20px 15px;
    border: 1px solid #990000;
    width: 27%;
}
