
body
{
    background-color: #87d1ff; 
    margin-top: 0px; 
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center; /* for stupid IE */
}

.imageBG
{
    width: 100%;
	background-image: url(images/dottedMap.png);
    background-repeat: no-repeat;
    margin: 0px;
}

.centeredContent
{
    width: 980px;
    text-align: left; /* to counteract stupid IE hack in body */
    margin-left: auto;
    margin-right: auto;
}

.mainContent
{
    width: 980px;
    margin-left: 0;
    margin-right: 0;
}

.navMenu
{
    width: 587px;
	height: 43px;
    margin-right: 40px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    position: relative;
    z-index: 50;
}

.phone
{
    width: 907px;
    text-align: right;
    padding-top: 50px;
}

.logo
{
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 5;
}

.mainText
{
    color: black;
    padding-left: 31px;
    padding-right: 31px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

.nameText
{
    color: #990000;
    font-style: italic;
    font-weight: bold;
}

.zeroMargin
{
    margin: 0px;
}

.clearFloat
{
    clear: both;
}

#documentsTable
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
	border-collapse: collapse;
    color: #124F00;
}

.rightImage
{
    float: right;
    margin-top: 20px;
}

.leftImage
{
    float: left;
    margin: 0px 40px;
}

.questionsBox
{
    width: 469px;
}

.questionsList
{
    font-size: 18px;
    width: 389px;
    margin: 0px;
    padding-left: 30px;
    padding-right: 20px;
}

.boxTop
{
    background: url(images/mainbodyheader.png) no-repeat top;
    height: 191px;
    width: 928px;
    margin-left: auto;
    margin-right: auto;
}

.boxMid
{
    background: url(images/mainbodybg.png) repeat-y;
    position: relative;
    width: 928px;
    margin-left: auto;
    margin-right: auto;
}

.boxBot
{
    background: url(images/mainbodyfooter.png) no-repeat top;
    height: 106px;
    width: 928px;
    margin-left: auto;
    margin-right: auto;
}

.boxBotfirstPage
{
    height: 140px;
    width: 928px;
    margin-left: auto;
    margin-right: auto;
    background: url(images/mainbodyfooterfirstpage.png) no-repeat top;
}

.boxBody
{
    position: absolute;
    top: 0;
    left: 0;
    width: 928px;
    height: 100%;
    z-index: -1;
}


.leftColumn
{
    width: 389px;
    float: left;
    padding-left: 10px;
    text-align: justify;
}

.rightColumn
{
    width: 389px;
    float: right;
    padding-right: 10px;
    text-align: justify;
}

.centerColumn
{
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.footerText
{
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
}

.footerText a
{
    text-decoration: none;
    color: #ffffff;
}

.footerText a:hover
{
    color: #990000;
}

.mainText H1
{
    color: #262667;
    margin: 0px auto;
}

.mainTextFooter
{
    clear: both;
    color: #413e83;
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.bioBox
{
    width: 75%;
    margin-top: 10px;
    padding: 5px;
    font-weight: bold;
    border: 1px solid gray;
    background: #eeeeee;
}

.bioBox img
{
    float: left;
    margin: 0px 10px;
}

.bioBox p
{
    font-weight: normal;
    margin: 10px;
    padding: 10px;
}

.bioBox ul
{
    font-weight: normal;
    list-style-type: none;
    padding-left: 0px;
}

.leftColumn ol,
{
    padding: 0px 20px;
}

.rightColumn ol
{
    padding: 0px 10px;
}

.leftColumn li,
.rightColumn li
{ 
    padding: 5px 0px;
}

form table
{
    margin-top: 1em;
}

form table td:first-child  /* label column */
{
    text-align: right;
}

form table td:first-child + td  /* field column */
{
    text-align: left;
}

ul.processList
{
    list-style-image: url("images/chkmark.gif")
}

ul.processList li
{
    padding: 5px 0px;
}

table.processList
{
    width: 600px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: 00px;
    border-collapse: collapse;
}

table.processList tr:first-child
{
    height: 35px;
}

table.processList th
{
	background-color: #c7e1f6;
}

table.processList th,
table.processList td
{
    padding: 0px 10px;
    width: 170px;
}

table.processList th
{
    border-bottom: 3px double gray;
}

table.processList td
{
    border-bottom: 1px dotted gray;
}

table.processList th:first-child,
table.processList td:first-child
{
    padding: 0px 00px 0px 20px;
    width: 20px;
}

table.processList th:first-child
{
}

table.processList th:last-child,
table.processList td:last-child
{
    padding: 0px 0px 0px 10px;
}

.processList .processList
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.evenRow td
{
    background-color: #e0e0ff;
}

.oddRow td
{
    background-color: #e0e0e0;
}

table.processList th:first-child,
table.processList .oddRow td:first-child,
table.processList .evenRow td:first-child
{
    background-color: transparent;
    border-bottom: 0px;
}

.aaTerm
{
    color: #990000;
    font-style: italic;
    font-weight: bold;
}

ul.termsList li
{
    padding: 5px 20px 5px 0px;
}

.medAssistText
{
    color: #990000;
    font-style: italic;
    font-weight: bold;
}

.medAssistFAQ .question
{
    font-weight: bold;
    font-style: italic;
    color: #262667;
}

.medAssistFAQ .answer
{
    padding: 0px 10px;
}

.aircraft 
{
    padding: 10px 0px;
    text-align: center;
}

.aircraft img
{
    width: 200px;
    border: 0px;
}

.aircraftDetail
{
    text-align: center;
}

.aircraftDetail img
{
    width: 300px;
    margin-top: 10px;
}

.aircraftName
{
    color: #262667;
    font-style: italic;
    font-weight: bold;
}

select#selectTestimonials
{
    margin-top: 10px;
}

.testimonialsList
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px;
    list-style-type: none;
    display: none;
}

.testimonialsList#patients
{
    display: list-item;
}

.testimonialsList li
{
    padding: 5px 0px;
    border-bottom: 1px dotted gray;
}

.testimonialCredit
{
    text-align: right;
    margin-top: 0px;
    font-style: italic;
}

.contactList .contactHead
{
    font-weight: bold;
    font-style: italic;
    color: #262667;
}

.contactList .contactItem
{
    padding: 0px 10px;
}

.jobListings li
{
    list-style-type: none;
    display: none;
}

.jobListings li:first-child
{
    display: list-item;
}

.jobListings H4
{
    color: #262667;
}

.jobListings H5
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: italic;
    text-decoration: underline;
}

.jobListings h5+p
{
    margin-top: 5px;
}

.employmentContact
{
    text-align: center;
}

.orgsList
{
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.orgsList li
{
    margin:  5px;
    padding:  5px;
    background-color: #eeeeee;
    border: 1px dotted gray;
}

.articleList a
{
    font-weight: bold;
    font-size: 11pt;
}

.article H1
{
    color: #262667;
    margin: 0px auto;
}

.article H2
{
    color: #262667;
    margin: 0px auto 10px auto;
}

.singleTestimonial
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.thankyouText
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}

.hiliteTitle
{
    font-size: 14pt;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.hiliteStatement,
.hiliteStatementSmall
{
    width: 75%;
    color: #262667;
    font-style: italic;
    font-size: 12pt;
    text-align: center;
    padding: 10px 5px 5px 5px;
    margin: 0px auto 10px auto;
    background-color: #f6f3e2;
    border: 1px dotted gray;
}

.hiliteStatementSmall
{
    width: 50%;
}

.flightTable {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.flightTable th {
    font-size: 1.2em;
    border-bottom: 1px dotted black;
}


.flightTable th,
.flightTable td
{
    padding-left: 10px;
    padding-right: 10px;
}
