#subMask  {
    overflow: hidden;
    position: absolute;
    height: 40px;
    z-index: 10;
    width: 830px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 105px;
}
#subMask .subNav {
    position: relative;
    height: 25px;
    background-image: url(subNavBkgd.png);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFF;
    top: 0;
    width: 798px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}
#wrapper #header{
    height: 55px;
    width: 800px;
    margin-right: 15px;
    margin-left: 15px;
    background-image: url(blue/headerBkgd.jpg);
    background-repeat: no-repeat;
}
#header #headerTitle {
    padding-top: 20px;
    padding-left: 40px;
    text-align: left;
    color: #7083A5;
    font-size: 18px;
    float: left;
    text-shadow: #DBEDFD 1px 1px 1px;
    height: 35px;
}
#header #headerPanel {
    padding-top: 12px;
    text-align: right;
    color: #7083A5;
    font-size: 12px;
    float: right; /* flagged */
    padding-right: 40px;
    font-weight: bold;
    line-height: 18px;
    height: 43px;
}
#wrapper #navBar {
    width: 800px;
    background-image: url(blue/navBkgd.jpg);
    background-repeat: repeat-x;
    height: 30px;
    clear: both;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}
#navBar table.buttonBar {
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 28px;
}
#navBar table td a {
    display: block;
    text-decoration: none;
    text-shadow: #DBEDFD 1px 1px 1px;
    padding-top: 8px;
    text-align: center;
    height: 22px;
    padding-right: 12px;
    color: #768AAD;
    padding-left: 12px;
}
#navBar table td a:link,#navBar table td a:visited {
    text-decoration: none;
}
#navBar table td a:hover,#navBar table td a:active {
    text-decoration: none;
    text-shadow: #768AAD 1px 1px 1px;
    background-image: url(buttonOver.jpg);
    background-repeat: repeat-x;
    color: #FFF;
}
#navBar table td.currentPage{
    text-shadow: #768AAD 1px 1px 1px;
    padding-right: 12px; /* flagged */
    padding-left: 12px; /* flagged */
    height: 22px;
    color: #FFF;
    background-image: url(buttonOver.jpg);
    background-repeat: repeat-x;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #D8E1F0;
    border-left-color: #D8E1F0;
}
#wrapper #masthead{
    height: 120px;
    width: 798px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    background-image: url(blue/mastBkgd.jpg);
    background-repeat: no-repeat;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFF;
    border-left-color: #FFF;
    overflow: hidden; /* flagged */
}

#masthead #mastWrapper 
{
    float: left;
    height: 100%;
    position: relative;
    width: 220px;
}

#masthead #mastBox 
{
    bottom: 0;
    padding-left: 40px;
    position: absolute;
}

#masthead #mastText {
    color: #FFF;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;    
    letter-spacing: 0.05em;
    margin-bottom: 11px;
    text-align: left;
}
#masthead #mastImage 
{
    display: block;
    height: 120px;
    float: right;
    width: 578px;
    height: 100%;
}
#wrapper  #mastheadShadow{
    height: 40px;
    width: 800px;
    margin-right: 15px;
    margin-left: 15px;
    background-image: url(headerShadow.jpg);
    background-color: #FFF;
    background-repeat: no-repeat;
    clear: both;
}
.subNav table {
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-left: 28px;
    position: relative;
}
.subNav table td a {
    display: block;
    text-decoration: none;
    padding-top: 5px;
    text-align: center;
    color: #FFF;
    padding-left: 12px;
    padding-right: 12px;
    height: 20px;
}
.subNav table td a:link, .subNav table td a:visited {
    text-decoration: none;
}
.subNav table td a:hover, .subNav table td a:active {
    text-decoration: none;
    color: #FFF;
    background-image: url(subNavBkgd.png);
    background-repeat: repeat;
}
#content {
    background-image: url(shadowBkgd.jpg);
    background-repeat: repeat-y;
    line-height: 16px;
    min-height: 175px;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    color: #666;
    font-size: 11px;
}
#content div.standardBorder {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #BACEF0;
}
#content div.col1 {
    float: left;
    margin-bottom: 30px;
}
#content div.col2,
#content div.col3 {
    float: left;
    margin-left: 40px;
    margin-bottom: 30px;
}
#content div.dashboard 
{
    background-color: #EBEBEB;
    border: 1px solid #7D93B8;
    color: #7D93B8;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    width: 700px;
}
#content div.highlightBox { /* This class is meant to be used in conjunction with one of the div.colX classes to supply its dimensions. */
    background-color: #dfe8f7;
    border: #bacef0 1px solid;
}
#content div.standardBorder+div.highlightBox,
#content div.highlightBox+div.standardBorder {
    margin-top:30px;
}
#content h1 {
    font-size: 13px;
    color: #7D93B8;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BACEF0;
    padding-bottom: 4px;
    padding-top: 10px;
}
#content h1+p{
    padding-left: 10px;
    line-height: 16px;
    padding-top: 10px;
}
#content *+h1{
    padding-top: 30px;
}
#content ul+h1 {
    font-size: 13px;
    color: #7D93B8;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BACEF0;
    padding-bottom: 4px;
    padding-top: 30px;
}
#content h1.highlightBox {
    background-image:url(blue/highlightBoxHeader.jpg);
    background-repeat: repeat-x;
    border-bottom-width: 0px;
    height: 20px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 9px;
}
#content h2 {
    font-size: 11px;
    padding-left: 10px;
    line-height: 16px;
}
#content p{
    padding-left: 10px;
    line-height: 16px;
}
#fancybox-wrap p {
    line-height: 16px;
}
#content p.highlightBox, #fancybox-wrap p.highlightBox {
    color: #7d93b8;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-top: 10px;
}
#content p.infoColumn, #fancybox-wrap p.infoColumn {
    padding-bottom: 4px;
}
#content p.infoColumnBlankLine, #fancybox-wrap p.infoColumnBlankLine {
    line-height: 7px;
}
#content strong, #fancybox-wrap strong {
    color: #7D93B8;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#content span.highlightText {
    color: #c60;
    font-weight: bold;
}
#content ul {
    list-style-position: outside;
    padding-left: 22px;
}
#content ul li {
    padding-top: 10px;
    list-style-type: square;
    color: #5F79A2;
}
#content ul li.inputDescription {
    padding-top: 0;
}

#content a:link, #content a:visited {
    color: #C60;
}
#content a:hover, #content a:active {
    color: #93F;
}
form #submit {
    width:75px;
    height:24px;
    text-align:center;
    color:#5f5f5f;
    border:1px solid #aaa;
    display:block;
    cursor:pointer;
    font-weight:bold;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-image: url(submit.gif);
    background-repeat: repeat-x;
    float: left;
    margin-top: 30px;
    }
form #submit:hover {
    color:#ffffff;
    border:1px solid #5f5f5f;
    background-image: url(submit_over.gif);
    background-repeat: repeat-x;
}
input, select, textarea {
	color: #768AAD;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
input[type="submit"]
{
    color: #000;
}
#reset {
    margin-left: 20px;
}
.inputNarrow {
    width: 30%;
    margin-bottom: 3px;
    margin-right: 20px;
    height: 18px;
}
.inputWide {
    width: 100%;
    height: 18px;
}
select.inputWide {
    width: 100%;
    height: auto;	/* Override the general .inputWide height above */
}
#content .inputTitle, #fancybox-wrap .inputTitle {
    font-weight: bold;
    color: #768AAD;
    font-size: 11px;
    display: inline-block;
}
#content .error, #fancybox-wrap .error
{
    color: #900;
}
#content .errorInput, #fancybox-wrap .errorInput
{
    background-color: #EBEBEB;
    border: 1px solid #900;
}
#content .errorMessage, #fancybox-wrap .errorMessage
{
    color: #900;
    display: block;
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
}
#content .inputDescription, #fancybox-wrap .inputDescription {
    font-size: 9px;
    color: #808080;
}
.validation {
    color: #B16300;
    font-weight: bold;
}
#wrapper #validator {
    height: 30px;
    width: 120px;
    position: absolute;
    z-index: 100;
    left: auto;
    top: auto;
    display: none;
}
.clearContent { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatLeft {
    float: left;
    margin-right: 6px;
    margin-top: 2px;
}
#footer {
    height: 65px;
    margin-bottom: 20px;
}
#content .buttonBar, #fancybox-wrap .buttonBar {
    height:24px;
    margin-top: 15px;
    margin-bottom: 10px;
    position:relative;
}
#content input[type="button"], #fancybox-wrap input[type="button"] {
    background-image: url(submit.gif);
    background-repeat: repeat-x;
    border:1px solid #aaa;
    color:#5f5f5f;
    cursor:pointer;
    display:inline;
    float: right;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: inherit;
    margin-left: 10px; 
    padding-left: 5px;
    padding-right: 5px;
    position:relative;
    text-align:center;
    width: auto;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#content input[type="button"].buttonLeft, #fancybox-wrap input[type="button"].buttonLeft  {
    float:left; 
}
#content input[type="button"]:hover, #fancybox-wrap input[type="button"]:hover {
    color:#ffffff;
    border:1px solid #5f5f5f;
    background-image: url(submit_over.gif);
}
#content .messageBarNotification {
    background-color: #fff;
    background-image: url(messageBarBkgd.jpg);
    background-repeat: repeat-x;
    border: #c60 1px solid;
    color: #c60;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px;
    width: 702px;
}
#content .messageBarSuccess {
    background-color: #fff;
    background-image: url(messageBarBkgd.jpg);
    background-repeat: repeat-x;
    border: #090 1px solid;
    color: #090;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px;
    width: 702px;
}
#content .errorMsgList {
    border: 1px solid #900;
    font-size: 12px;
    color: #900;
    display: block;
    background-color: #EBEBEB;
    width: 700px;
    padding: 10px;
    font-weight: bold;
}
#content .errorMsgContainer 
{
    margin-bottom: 20px;
}
#content .errorMsgList ul{
    padding-left: 12px;
    font-style: normal;
}
#content .errorMsgList  li{
    color: #900;
    font-weight: normal;
}
#wrapper #breadcrumbs {
    height: 40px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #FFF;
    background-repeat: no-repeat;
    clear: both;
    font-size: 10px;
    color: #6B7D9D;
    text-align: left;
    padding-right: 40px;
    padding-left: 1px;
    font-weight: bold;
    line-height: 0px;
    background-image: url(blue/breadcrumbBar.jpg);
}
#breadcrumbs .mainPage {
    display: block;
    float: left;
    height: 10px;
    padding-top: 13px;
    margin-top: 1px;
    padding-left: 14px;
    color: #FFF;
    padding-right: 10px;
}
#breadcrumbs .pageLink {
    height: 10px;
    padding-top: 13px;
    background-image: url(blue/breadcrumbFade.jpg);
    display: block;
    float: left;
    padding-left: 20px;
    margin-top: 1px;
    background-repeat: no-repeat;
    padding-right: 10px;
}
#breadcrumbs .currentPage {
    display: block;
    float: left;
    height: 10px;
    padding-top: 13px;
    background-image: url(blue/breadcrumbFade.jpg);
    background-repeat: no-repeat;
    margin-top: 1px;
    padding-left: 20px;
    padding-right: 10px;
    color: #FFF;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
    text-decoration: none;
    color: #6B7D9D;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
    color: #6B7D9D;
    text-decoration: underline;
}
#fancybox-outer {
    -webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 5px 20px;
    background-color: #96ACD1;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
}
.fancy-bg {
    height: 0px !important;
    width: 0px !important;
    background-image: none !important;
}

#fancybox-overlay {
    background: white !important;
}
.ssiMap {
    padding-left:10px; 
    padding-top:10px;
}
