@charset "utf-8";
/* CSS Document */

#topMenu {
	width:100%;
	text-align:left;
	background-color:#255289;
}

#topMenuTable {
    height: 20px;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:15px;

}

    #topMenuTable td.menuItem {
		text-decoration:none;
		font-family: Verdana,Arial,sans-serif;
        font-size: 14px;
		font-weight:bold;

        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        cursor: pointer;
    }

        #topMenuTable td.menuItem:hover {
        }

            #topMenuTable td.menuItem:hover .menuArrow {
                opacity: 1;
            }

        #topMenuTable td.menuItem a {
           		text-decoration: none;
				color:#F1E7AF;
        }

            #topMenuTable td.menuItem a.first {
                padding-left: 10px;
                padding-right: 10px;
            }

.subGroup {
	list-style:circle;
	font-family: Verdana,Arial,sans-serif;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	}


#subMenu {
    display: none;
    position: absolute;
    top: 287px;
    margin: auto;
    width: 880px;
	font-family: Verdana,Arial,sans-serif;
	font-size:10px;
    background-color:rgba(46,46,46,0.8);
    z-index: 20;
    padding: 10px 10px;
}

.subMenuContainer {
    display: none;
}

#subMenu a {
    text-decoration: none;
	color:#F1E7AF;
}

#subMenu a:hover {
    text-decoration: none;
}

.subMenuLevel1Link {
    font-size: 16px;
    font-weight: bold;
    float: left;
	margin-left: 20px;
}

.subMenuLevel2Container {
    float: right;
}

.subMenuLevel2Link {
    font-size: 14px;
	font-weight: bold;
}

.subMenuLevel3Link {
    font-size: 11px;
    margin-left: 10px;
}

.subMenuLevel2 {
    float: left;
    margin-right: 10px;
}
.menuArrow {
    opacity: 1;
    margin-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.primaryText {
	font-family: Verdana, Arial,sans-serif;
	font-size: 12px;
	padding-right:20px;

}

#content {
    height: 531px;
}
#textBoxContainer {
	z-index: 10;
	height: 426px;
}
#content.docType_String h1,
#content.docType_Strings h1 {
    color: rgb(241,230,178);
	font-family: Verdana,Arial,sans-serif;
    font-size: 24px;
	font-weight:normal;
}


#frontpageTextBox {
    position: absolute;
    right: 25px;
    top: 50px;
    background-color: rgba(255,255,255,0.5);
    width: 450px;
    padding: 10px;
    z-index: 1;
}

#textPageHeading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 860px;
	padding: 10px 20px;
}

    #textPageHeading.fadedBackground {
        background-color: rgba(255,255,255,0.3);
    }
	
   .darkfadedBackground {
        background-color: rgba(0,0,0,0.5);
    }
	

.stringSmallImage {
    float: left;
    width: 70px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#stringImages {
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 10;
}

.stringImage {
    width: 220px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#content .redStamp {
    position: absolute;
    bottom: 5px;
    right: 100px;
    z-index: 5;
}

#content.docType_Strings #smallStringImages,
#content.docType_String #smallStringImages {
	position: absolute;
	float: right;
	bottom: 0px;
	z-index: 10;
}

#content.docType_Strings #smallStringImages {
    right: 0px;
    max-width: 500px;
}

#content.docType_String #smallStringImages {
	right: 10px;
}


#content.docType_Strings #textStampContainer,
#content.docType_String #textStampContainer {
    width: 70px;
    background-color: rgb(31,42,68);
    position: relative;
}

#content.docType_Strings #textStamp,
#content.docType_String #textStamp {
	position: absolute;
	bottom: 113px;
	right: 13px;
	z-index: 5;
	width: 50px;
	height: 50px;
}

#content.docType_Strings #textStamp img,
#content.docType_String #textStamp img {
        width: 50px;
        height: 50px;
    }


#content.docType_Strings #text,
#content.docType_String #text {
    min-height: 100px;
    font-size: 10px;
    padding: 10px;
    z-index: 10;
    width: 100%;
}

#content.docType_About #textBox {
    background-color: rgba(31,42,68,0.3);
    padding: 15px;
}

#textBoxTable {
    width: 100%;
}

#content.docType_Strings #textBox,
#content.docType_String #textBox {
    background-color: rgba(241,230,178,0.9);
    color: rgb(0,0,0);
}

#larsenfooter {
	background-color: #2e2c2a;
	color: #f5f0eb;
	padding-top: 16px;
	padding-bottom: 30px;
	font-family: Verdana, Arial,sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	
	}
#larsenfooter a:link {
	color: #f5f0eb;
	text-decoration: none;
}

#larsenfooter a:visited {
	color: #f5f0eb;
}
