/*- #header: Home Page and menu headings */
#PMHeader {
    height: 150px;
    background-color: #001C70;
}

/* Sets where the header images will go */
#PMHeader img {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 150px;
    border: none;
}
#ALIPic {
    height: 100px;
    width: 195px;
    padding: 0 5%;
    margin-top: 25px;
}
#ALIPic2 {
    left: 33.3%;
    width: 66.7%;
}

#AdPic {
    left: 33.3%;
    border: 2px solid #19254B;
    width: 66.7%;
}
#AdPic:hover {
    border: 2px solid #FFF;
    border: 2px solid #19254B!important;
}

.hiVisitor  {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 2px 2px;
    border: #000 solid 1px;
    width: 200px;
    background-color: #DDFFFF;
}
.hiVisitor  span {
    color: #800080;
}

.MenuCol {
    float: left;
    width: 200px;
}

#PMMenuHdg {
    text-align: center;
    margin-top: 15px;
    padding: 5px;
}

#navigation li span  {
	background-color: #FFF9D2;
	color: #001C70;
	border-left: 7px solid #001C70;
	display: block;
    font-weight: bold;
	padding: 4px 4px 4px 0.4em;
	text-decoration: none;
}

#navigation li span.sansData {
	color: #A6A6A6;
}

#navigation li span:hover {
	background-color: #001C70;
	color: #D9FDDF;
}

#ALISrchBar {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 230px;
    height: 115px;
    z-index: 99;
}

#FramePage {
    position: absolute;
    top: 180px;
    margin-left: 20px;
    width: 73%;
    height: 580px;
    z-index: 50;
    border-width: 2px;
}

/*- #footer2: The page footer; sticks to the bottom if not enough content */
#footer2 {
    position: absolute;
    width: 100%;
    height: 25px;
    background: #A50521 url(http://www.alicorp.com/pix/SSFooter.jpg) repeat-x top left;
    z-index: 5;
    font-size: 0.85em;
    left: 0;
    top: 800px;
}

#footer2 a:link, #footer2 a:visited {
    color: #0AD6FA;
}

#footer2 a:hover {
    color: #A6F0FD;
}

#paraALI {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.90em;
    font-weight: bold;
    text-align: center;
}