/*******************/
/* Global Elements */


html {
    overflow-y: scroll;
    padding: 0 0 20px 0;
    }

body {
    background: #eee;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS",Verdana,Helvetica,Geneva,Arial;
    text-align: center;
    font-size: 14px;
    }

div {
    position: relative;
    }
    
img {
    border: 0;
    }

h1 {
    font-size: 2em;
    }
    
h2 {
    font-size: 1.5em;
    }
    
label {
    font-size: 0.9em;
    }
    
input {
    font-family: "Trebuchet MS",Verdana,Helvetica,Geneva,Arial;
    font-size: 0.9em;
    }

td {
    vertical-align: top;
    }

a {
    text-decoration: none;
    color: #333;
    }

a:hover {
    text-decoration: underline;
    }
    

/********/
/* Page */


#page {
    margin: 0px auto;
    width: 850px;
    }


/**********/
/* Header */


#header {
    position: relative;
    margin: 0px auto;
    width: 850px;
    height: 256px;
    }

#header img {
    position: absolute;
    top: 0px;
    left: 0px;
    }

#headerback, #slideshow1 {
    background: black;
    width: 100%;
    height: 192px;
    }

#header #aclogo {
    top: 62px;
    }


/***********/
/* Options */


#options {
    border-top: solid 1px white;
    position: relative;
    background: black;
    text-align: left;
    padding: 12px 0px;
    overflow: hidden;
    }

#options div {
    display: inline;
    padding: 24px 0px;
    }
    
#options div a, #options div a:visited {
    padding: 24px;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    border-right: solid 1px white;
    }

#options div a:hover {
    background: #333;
    color: #ccc;
    }
    
    
/***********/
/* Content */


#content {
    position: relative;
    padding: 40px 0px;
    text-align: justify;
    }


/*******************/
/* Content Options */


#contentoptions {
    border-top: solid 1px white;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #777;
    width: 100%;
    padding: 4px 0px;
    overflow: hidden;
    }

#contentoptions div {
    display: inline;
    padding: 12px 0px;
    }

#contentoptions div a, #contentoptions div a:visited {
    padding: 18px;
    color: black;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    }

#contentoptions div a:hover {
    background: #333;
    color: #ccc;
    }

#contentwelcome {
    position: absolute;
    top: 48px;
    right: 16px;
    }
    

/*********/
/* Forms */


.tiny {
    width: 50px;
    }

.midi {
    width: 200px;
    }

.long {
    width: 350px;
    }

.bigtext {
    width: 600px;
    height: 200px;
    }
    

/*********/
/* Logon */


#logon {
    padding: 5px 0px 20px 0px;
    }

#logon label {
    width: 70px;
    position: absolute;
    text-align: right;
    margin: 5px 0px;
    }

#logon input {
    left: 75px;
    position: relative;
    margin: 5px 0px;
    }
    
#logonuser, #logonpass {
    width: 250px;
    }

#logon .button {
    width: 100px;
    }

.logonmesg {
    font-size: 1.4em;
    color: red;
    padding: 10px 0px;
    }


/************/
/* Payments */


#payment {
    padding: 20px 0px;
    }

#payment label {
    width: 150px;
    position: absolute;
    text-align: right;
    margin: 5px 0px;
    }

#payment input, #payment select {
    left: 155px;
    position: relative;
    margin: 5px 0px;
    }

#paycontact, #payinvoice, #paycurrency {
    width: 250px;
    }

#paynote {
    width: 450px;
    }
    
#payamount {
    width: 125px;
    }

#payment .button {
    width: 125px;
    }
    

/**********/
/* Footer */


#footer {
    font-size: 0.75em;
    border-top: solid 1px black;
    padding: 8px;
    }

#footer a, #footer a:visited, #footer a:hover {
    text-decoration: none;
    color: #333;
    }

#footer span { 
    padding: 0px 10px;
    }
    
    
/**************/
/* Popup Divs */


.popup {
    border: solid 2px #333;
    display: none;
    position: absolute;
    z-index: 60;
    width: 500px; 
    }

.popuptitle {
    position: relative;
    background: #ccc;
    color: black;
    font-weight: bold;
    height: 15px;
    padding: 10px;
    text-align: left;
    }

.popupclose {
    position: absolute;
    top: 5px;
    right: 5px;
    }

.popupbody {
    background: white;
    padding: 30px;
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.5em;
    }


/**************/
/* Associates */

.filelist {
    position: relative;
    border-top: solid 1px #333;
    width: 778px;
    padding-bottom: 3.6em;
    margin: 0px 36px;
    padding-top: 12px;
    }

.filedesc {
    font-size: 1.4em;
    }

.filedesc a {
    position: absolute;
    right: 0px;
    top: 12px;
    font-size: 0.6em;
    }

.filedetails1 {
    position: absolute;
    left: 0px;
    }

.filedetails2 {
    position: absolute;
    left: 480px;
    }

.viewfile {
    width: 100%;
    background: white;
    padding: 18px 0px;
    border: 1px solid #ccc;
    }

.viewfile div {
    background: #ccc;
    border-top: 1px solid black;
    margin: 12px 18px;
    }

.viewfile div div {
    border-top: 0;
    font-size: 1.1em;
    padding: 2px;
    margin: 0;
    }

.viewfile div pre {
    background: white;
    width: 814px;
    padding: 12px 4px;
    }
    
div pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    }

/**********************/


#mboxform {
    margin-bottom: 16px;
    padding-left: 20px;
    }
    
#mboxform select, #mboxform input {
    margin-right: 16px;
    }
    
#mboxform select {
    width: 200px;
    }
    
#mboxform #show {
    width: 40px;
    }
    
#mboxcheck {
    margin-bottom: 16px;
    padding-left: 20px;
    }
    
#mboxcheck div {
    display: inline;
    margin-right: 16px;
    }

.emailheader {
    width: 260px;
    height: 1.2em;
    overflow: hidden;
    position: absolute;
    top: 0px;
    text-align: left;
    }
    
.emailfrom {
    left: 0px;
    }
    
.emailto {
    left: 270px;
    }
    
.emaildate {
    left: 540px;
    }


/**********************/


#infopopup {
    border: solid 2px #333;
    display: none;
    position: absolute;
    z-index: 60;
    width: 500px; 
    }

body > div#infopopup {
    position: fixed;
    }

#infopopuptitle {
    position: relative;
    background:#737373;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    width: auto;
    height: auto;
    }

#infopopuptitle input {
    position: absolute;
    top: 5px;
    right: 5px;
    }

#infopopupbody {
    background: white;
    padding: 30px;
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.5em;
    }

.popupbody {
    background: white;
    padding: 30px;
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.5em;
    }


/*****************/
/* Popup Contact */


#contactemail {
    width: 400px;
    }

#contactcomments {
    width: 400px;
    height: 200px;
    }

#contactform div {
    line-height: 50px;
    vertical-align: middle;
    padding-bottom: 20px;
    }

#contactform div img {
    vertical-align: middle;
    }

.popupbody iframe {
    display: none;
    }


/**** End ****/
