body 
{
    background: #d8ccff url('images/site_header_bg.jpg') repeat-x top;
    margin: 0 0 7em 0; 
    min-width: 1150px; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
}

H1
{
    color: #010ac9;
    text-align: center;
}

H2
{
    color: #fd2e0e;
    text-align: center;
}

H3
{
    font-style: italic;
    font-size: 1.1em;
    text-align: center;
}

img
{
    border: 0;
}

#header
{
    background: url('images/site_header.jpg') no-repeat top center; 
    margin: 0; 
    height: 413px;
}

#footer
{
    width: 100%; 
    position:fixed; 
    bottom: 0; 
    background: #010ac9 url('images/site_footer.jpg') repeat-x top center; 
    text-align: center; 
    color: #ffffff; 
    padding: 5px 0px;
    font-size: 0.9em;
}

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

#footer a:hover
{
    color: #fd2e0e
}

.leftalign
{
    float: left;
}

.rightalign
{
    float: right;
}

.clearfloat
{
    clear: both;
}

.centeralign
{
    text-align: center;
}

.centeredDropDownMenu
{
    float: left;
    position: relative;
    width: 100%;
}

.menuBar
{
    list-style-type: none;
    height: 33px;
    margin: 0;
    padding: 0;
    clear: left;
    float: right;
    position:relative;
    right: 50%;
    max-width: 100%;
}

.menuBar li
{
    display: block;
    float: left;
    list-item-type: none;
    position: relative;
    left: 50%;
}

.menuBar li,
.menuBar li a
{
    display: block;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.menuBar li
{
    background: url('images/menubarseparator.jpg') no-repeat top right;    
    padding: 11px 15px 9px 5px;
}

.menuBar li a:hover
{
    color: #0000b4;
}

.menuBar li:last-child
{
    background: none;
    padding-right: 0;
}

/* Sub menus */

.menuBar li ul
{
    display: none;
    position: absolute;
    z-index:99;
    float: right;
    right: auto;
    width: 15em;
}

.menuBar li:hover ul
{
    display: block;
    padding: 0;
    margin: 9px 0 0 -8px;
    background-color: #fc2b08;
}

.menuBar li:hover ul li
{
    display: block;
    float: none;
    border-bottom: 1px dotted #000080;
    left: auto;
    clear: left;
    
}

.menuBar li:hover ul li,
.menuBar li:hover ul li a
{
    display: block;
    background: none;
    padding: 5px;
    margin: 0;
    text-decoration: none;
}

.decoration1
{
    float: left;
}

.decoration2
{
    float: right;
    padding-left: 232px;
}

.decoration3
{
    margin: 0;
    padding: 0;
	position:absolute;
	right: 0px;
	top: 0;
	z-index:1;
}

.decoration3 img
{
    margin: 0;
    padding: 0;
}

#FLVPlayer
{
    margin:-1px 0 0 0px;
    padding: 0px;
    line-height: 0;
    font-size: 0;
    
}

.mainLogoWrapper
{
    text-align: center;
    margin: 0;
    padding: 0;
    height: 250px;
}

.mainLogo
{
    margin-top: 9px;
    margin-bottom: 0;
    border: 0;
}

.mainPageContent
{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

#certifiedTable
{
    width: 100%;
}

#certifiedTable td
{
    width: 33%;
    text-align: center;
}

.highlightedBox
{
    width: 429px;
}

.highlightedBox .boxMid
{
    background: url('images/boxmid.png') repeat-y center;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.highlightedBox .boxBot
{
    background: url('images/boxbot.png') no-repeat bottom center;
    height: 2px;
}

.highlightedBox .boxTop
{
    background: url('images/boxtop.png') no-repeat top center;
    height: 2px;
}

.highlightedBox H1
{
    font-size: 1.5em;
    font-style: italic;
}

.highlightedBox2
{
    text-align: center;
    border: 3px solid #000099;
    background-color: #eeeeff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

.introVideo
{
    text-align: center;
}

.faq,
.awards
{
    list-style: url('images/check.png');
}

.faq .question
{
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px dotted #000080;
    margin-top: 2em;
    margin-bottom: .5em;
}

.faq .answer
{
    margin-top: 0;
}

.faq .answer .highlighted
{
    color: #fd2e0e;
    font-style: italic;
}

table.sampleReports
{
    border: 2px solid rgb(119, 119, 119);
    background-color: rgb(221, 221, 255);
    width: 715px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(17, 33, 104);
}

table.sampleReports td
{
    padding: 8px;
    border: 1px solid rgb(119, 119, 119);
    background-color: rgb(221, 221, 255);
}

.sampleReports H3
{
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sampleReports H4
{
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #660000;
}

.sampleReports H5
{
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sampleReports ul
{
    color: #006600;
}

table.credentials
{
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #000080;
    background-color: #ff2607;
}

.credentials td
{
    border: 1px solid #000080;
    padding: 5px;
    text-align: center;
    background-color: #eeeeff;
}

.credentials img
{
    max-width: 325px;
}

.columntext
{
    font-style: italic;
    font-size: 1.2em;
}

table.moldResources
{
    border-top: 1px solid #000080;
    width: 90%;
    text-align: left;
    margin-top: 1em;
    margin-left:auto;
    margin-right: auto;
/*    border: 1px solid red;*/
}

.moldResources caption
{
    font-weight: bold;
    font-style: italic;
}

.moldResources tr td:last-child
{
    text-align: right;
}

table.moldInfo
{
    margin-top: 1em;
    border-top: 1px dotted #000080;
}

table.moldInfo tr td:first-child
{
    border-right: 1px dotted #000080;
}

table.twocolumn td
{
    width: 50%;
    padding: .5em;
    vertical-align: top;
}

.footnotes
{
    font-size: 0.9em;
    font-style: italic;
}

ul.personnel
{
    list-style-type: none;
}

.personnel li
{
    margin-top: 3em;
}

.personnel .headshot
{
    float: left;
    margin: 0;
    margin-top: -5px;
    margin-right: 15px;
    padding: 0;
    line-height: 0;
    font-size: 0;
    display: inline;
    
}

.personnel .name
{
    font-size: 1.5em;
    font-weight: bold;
    color: #000080;
    margin: 0;
    padding: 0;
    padding-top: 5px;

}

.personnel .title
{
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: rgb(0,0,225);
    border-bottom: 1px solid #fd2e0e;
    overflow: hidden;
}

.personnel .email
{
    font-style: italic;
    font-weight: bold;
}

table.signatures
{
    color: #777777;
    font-size: 0.8em;
}

table.signatures .name
{
    font-size: 1.3em;
}

ul.contactInfo 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #0000ff;
    background-color: #ffffff;
}

.contactInfo li
{
    margin: 0;
    padding: .75em 5px;
}

.contactInfo .description
{
    clear: right;
    float: left;
}

.contactInfo .info
{
    float: right;
    text-align: right;
}

.contactInfo li.alt
{
    background-color: #ddddfd;
    height: 100%;
}

.contactWrapper
{
    width: 75%;
    margin: 0 auto;
    border: 2px solid #bbbbbb;
}

.letter
{
    background-color: #ffffff;
    border: 1px solid #000080;
    padding: 15px; margin: 0;
}

.letterWrapper
{
    border: 2px solid #aaaaaa;
    width:75%;
    margin-left: auto;
    margin-right: auto;
}

ul.resourceLinkList
{
    list-style-type:none;
    width: 48%;
    float: left;
    padding: 0;
    margin: 0;
}

.resourceLinkList li
{
/*    width: 50%;
    float: left; */
}

.resourceLinkList li div
{
    width: 90%;
    border: 1px dotted #000080;
    background-color: #aaaaff;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
}

.disclaimerBox
{
    background-color: #ffffcc;
    border: 1px solid #000080;
    padding: .5em;
    margin: 2em auto;
}

.disclaimerBox .special
{
    color: #800000;
    font-weight: bold;
}


dl.paymentoptions
{
	margin: 0 0 0 2em;
	padding: 0;
}

.paymentoptions dt
{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 5em;
	font-weight: bold;
}

.paymentoptions dd img
{
    margin-bottom: -2px;
}

.paymentoptions dd
{
	border-left: 1px solid #000;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}

.awards
{
    margin-left: auto;
    margin-right: auto;
}

.awards li
{
    margin-top: .5em;
}

a.leftalign
{
    float: left;
    margin-left: 20%;
}

a.rightalign
{
    float: right;
    margin-right: 20%;
}

img.leftalign
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

img.rightalign
{
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}

<!--[if lt IE 8]>
/* http://css-tricks.com/vertically-center-multi-lined-text/  */
.menuBar { position: absolute; top:50%; }
.menuBar p { position: relative; top: -50%; }
<![endif]-->

<!--[if IE 8]>
table.credentials { table-layout: fixed; }
.credentials td { max-width: 337px; }
<![endif]-->

