/* Start of CMSMS style sheet 'abrail_style' */
/*  Copyright 2008 Dynacor Media Group  */

/*###### DEFAULTS #########*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url(images/bg_gradient.jpg);
    background-repeat:repeat-x;
    font-family:verdana, sans-serif;
    color:#333333;
    font-size:12px;

}

body{
    z-index:-3;
}

/* LINKS */
a{
    text-decoration:none;
    color:#333333;
}

a:hover{
    color:#3366cc;
}

p{
    padding-top:0px;
    padding-bottom:15px;
    margin:0;
}

img{
    border:none;
}

.underline{
text-decoration:underline;
}

h2{
font-size:14px;
font-weight:bold;
padding:0px;
margin-bottom:5px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
}

/*###### COLOURS #########*/
.blue{
color:#3366cc;
    }

.bold{
font-weight:bold;

}

.italic{
font-style:italic;
}

/*###### TABLE THAT CONTAINS THE BACKGROUND IMAGES #########*/

table.mainBackground{
    width:100%;
    border:0px;
}

td.centerCol{
    width:940px;
    vertical-align: top;
    background-color:#ffffff;
}

td.leftCol{
    background-image: url(images/bg_gradient_left.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    vertical-align: top;
}

td.rightCol{
    background-image: url(images/bg_gradient_right.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: top;
}


/*###### CONTAINER #########*/
div#container {
    width: 940px;
    margin: 0px auto;
    position: relative;
    z-index:0;
}

/*###### GLOBAL STYLES #########*/

/* HEADER STYLES */
div#header{
    position:relative;
    float:left;
    height:118px;
    width:940px;
    background-color:#ffffff;
}

 div#logo{
     position:relative;
     float:left;
     height:118px;
     width:256px;
 }

 div#topNav{
    position:absolute;
    background-image: url(images/top_nav_gradient.jpg);
    background-repeat: repeat-x;
    top:30px;
    right:35px;
    font-size:11px;
    height:15px;
    padding-left:10px;
    padding-right:10px;
 }

 div#topNav a{
    color:#000000;
 }

 div#topNav a:hover{
    color:#3366cc;
}

.selected{
 color:#3366cc;
}

 div#headerCurve{
     position:relative;
     float:right;
     height:118px;
     width:22px;
 }

/* FLASH CONTAINER */
div#flashContainer{
    position:relative;
    float:left;
    height:240px;
    width:940px;
}

/* CONTENT */
div#contentContainer{
    margin-top:2px;
    position:relative;
    float:left;
    width:940px;
    min-height:350px;
    height:auto !important;
    height:350px;
}

div#contentColumn{
    position:relative;
    float:right;
    width:680px;

    background-image: url(images/content_gradient.jpg);
    background-repeat: no-repeat;

 }

/* MAIN NAV */

div#mainNav{
    position:absolute;
    left:0px;
    top:-48px;
    width:260px;
    z-index:1;
}

div#mainNavTop{
    position:relative;
    float:left;
    width:260px;
}

div#mainNavFooter{
    position:relative;
    float:left;
    width:260px;
}

div#mainNavContent{
    position:relative;
    float:left;
    width:260px;
    background-image: url(images/main_nav_bg.gif);
    background-repeat: repeat-y;
}

div#mainNavLinks{
    position:relative;
    float:left;
    width:225px;
    display:inline;
    margin-left:10px;
}

div#mainNavLinks a{
    display:block;
    width:225px;
    padding-top:9px;
    padding-left:15px;
    font-size:13px;
    height:28px;
    color:#000000;
    letter-spacing:-1px;
    background:url('images/btn_main_nav.jpg') 0 0;
    background-repeat: no-repeat;
}

div#mainNavLinks a:hover{
    background-position: 0 -37px;
}

div#mainNavLinks a.mainNavSelected{
    padding-top:9px;
    background-color:#cccccc;
    background-image:none;
    margin-bottom:2px;
}


/* FOOTER */
div#footer{
    position:relative;
    float:left;
    width:940px;
    z-index:-2;
    font-size:11px;
    color:#999999;
    padding-top:20px;
    padding-bottom:3px;
}

div#footer a{
    font-size:11px;
    color:#999999;
}

div#footer a:hover{
    font-size:11px;
    color:#3366cc;
}


div#footerAlign{
    position:relative;
    float:right;
    width:680px;
}

div.signatureAlignRight{
    text-align:right;
    position:relative;
    float:right;
    padding-right:10px;
    padding-left:4px;

}

div.signatureAlignLeft{
    text-align:left;
    position:relative;
    float:left;
    padding-right:10px;
    padding-left:4px;

}


/*###### INDEX/PAGES WITHOUT IMAGES STYLES #########*/

div#contentMain{
    position:relative;
    float:left;
    width:600px;
    display:inline;
    margin-top:35px;
    margin-left:40px;
    margin-right:40px;
}

/*###### PAGES WITH IMAGES STYLES #########*/
div#contentInterior{
    position:relative;
    float:left;
    width:385px;
    display:inline;
    margin-top:35px;
    margin-left:40px;
    margin-right:40px;
}

div#contentImage{
    position:relative;
    float:left;
    width:215px;
}

table#contentSidebar{
    position:absolute;
    float:right;
    top:0px;
    right:-255px;
    width:215px;
}

div#contentSidebar h2 {
    color:#3366cc;
}

div#subNav{
    position:absolute;
    top:15px;
    left:300px;
max-width:600px;
    background-color:#000033;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    padding-right:10px;
    z-index:3;
    font-size:11px;
    color:#ffffff;
 }

div#subNav a{
    color:#ffffff;
 }

div#subNav a:hover{
    color:#3366cc;
 }

h1{
font-size:25px;
font-weight:normal;
font-style:italic;
margin-top:7px;
margin-bottom:15px;
margin-left:0;
margin-right:0;
padding:0;
color:#3366cc;

}

/*## toggle styles##*/

div.people{
width:600px;
position:relative;
float:left;
}

div.itemToggle{
position:relative;
float:left;
display:none;
font-size:12px;
}

/* ############# contact_us TABLE ################## */

/* === table === */
table.contact_us {
width:600px;
    border: 0px;
    border-collapse: collapse;
}

/* === cells === */
table.contact_us td {
    padding: 2px;

    border: 0px;

    text-align: left;
    vertical-align: top;
}

/* ############# contact_us FORM ################### */

/* === input/select/textarea === */
form.contact_us input, form.contact_us select, form.contact_us textarea,
{
    /*border-top: 1px solid #6d6e71;
    border-left: 1px solid #6d6e71;
    border-right: 0px;
    border-bottom: 0px;*/

}

/* === input/select/textarea (disabled) === */
form.contact_us input.disabled, form.contact_us select.disabled, form.contact_us textarea.disabled {

}
/* === fields === */
form.contact_us input.full_name {
    width: 240px;

    cursor: text;
}
form.contact_us input.phone_number {
    width: 240px;

    cursor: text;
}
form.contact_us input.email_address {
    width: 240px;

    cursor: text;
}
form.contact_us input.subject {
    width: 240px;

    cursor: text;
}
form.contact_us textarea {
    width: 240px;
    height: 150px;

    font-family:arial, sans-serif;

    cursor: text;

    overflow: auto;
}

/* ############ JOB APPLICATION FORM #############*/

table.applyTable{
font-size:11px;
width:600px;
border:1px solid #aaaaaa;
}

table.applyTable td{
vertical-align:top;
padding:3px;

}

input, textarea{
font-size:11px;
font-family:arial, sans-serif;
/*background-color:#dddddd;*/
}

.input_basic{
 width:275px;
}

.input_long{
 width:420px;
}

.textarea_small{
 width:275px;
 }

 .textarea_large{
  width:570px;
 }

 .formTitle{
 padding:6px;
 margin:0px;
 background-color:#c7d3eb;
 }

.resetButton{
color:#3366cc;
font-size:11px;
}

.resetButton:hover{
color:#333333;
}


/* End of 'abrail_style' */

