body
{
    background-color: #66c7ff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

a img
{
    border: 0;
}

#maincontainer
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menubar
{
    background: url(images/mainmenu_bg.png) repeat-x;
    width: 898px;
    height: 37px;
    border-top: 1px solid #66dcff;
    border-left: 1px solid #66dcff;
    border-right: 1px solid #66dcff;
    font-size: 12pt;
}

#masthead
{
    background: white;
    margin: 0; padding: 0;
}

#content
{
    background-color: white;
    overflow: auto;
    width: 840px;
    padding: 10px 30px;
}

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

#sitefooter
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
}

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

#sitefooter a:hover
{
    color: #990000;
}


#infoboxwrapper
{
    width: 866px;
    margin: 1em -13px;
    overflow: auto;
}

.infobox
{
    background: transparent url(images/sidebarbox.png) top center no-repeat;
    float: left;
    width: 272px;
    height: 208px;
    margin-right: 25px;
    color: #d5c979;
    line-height: 1.3em;
    font-size: 12pt;
}

.infobox a
{
    color: #d5c979;
    text-decoration: none;
}


.infobox a:hover
{
    text-decoration: underline;
}

#infobox3
{
    margin-right: 0px;
}


.infoboxheader
{
    height: 51px;
    padding-right: 10px;
    color: #36266d;
    font-weight: bold;
}

#infobox1 .infoboxheader
{
    background: transparent url(images/redcross.png) 16px center no-repeat;
    padding-left: 73px;
}

#infobox2 .infoboxheader
{
    background: transparent url(images/plane.png) 16px center no-repeat;
    padding-left: 96px;
}

#infobox3 .infoboxheader
{
    background: transparent url(images/clock.png) 16px center no-repeat;
    padding-left: 75px;
}



#outer {height: 51px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

/*#middle {position: absolute; top: 50%;} *//* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 100%;}

/*#inner {position: relative; top: -50%}*/ /* for explorer only */
#inner[id] {position: static;}

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

.multicolwrapper
{
    width: 100%;
    overflow: auto;
}
.leftColumn
{
    width: 389px;
    float: left;
    padding-left: 0px;
    text-align: justify;
}

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

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

.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%;
}

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

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;
}

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

img.inset
{
    border: 1px solid #dddddd;
    padding: 2px;
    margin-right: 3px;
    float: left;
}

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

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

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

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

.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;
    vertical-align: top;
}

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;
}

.employmentContact #contactInfo span
{
    display: none;
}

.employmentContact #contactInfo span#contactOther
{
    display: inline;
}

.orgsList
{
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 1em 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;
}

.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;
}

.noShow
{
    display: none;
}

.contestwinnerphoto
{
    float: right; 
    margin: -5px 5px 5px 5px; 
    padding: 5px; 
    border: 1px solid #808080;
}

.leftColumn.contest
{
    width: 60%;
}

.rightColumn.contest
{
    width: 40%;
}

#contestfields td
{
}

#contestfields tr
{
    margin-top: 10px;
}

.banner
{
    text-align: center;
}

#videoboxwrapper
{
    width: 840px;
    overflow: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.videobox
{
    float: left;
    width: 200px;
    margin: 0 5px;
    text-align: center;
}

.seolinks
{
    font-size: 7pt;
    margin-left: 50px;
    margin-right: 50px;
}
