/* =================================

CSS Document for AREP Containers 
Author: Rick Beddie

================================= */


.cont{
background:url(images/cont-tile.png) scroll repeat-y top;
}

.conticon{
position:absolute;
}

.cont .top{
background:url(images/cont-top.png) scroll no-repeat top;
}

.cont .bottom{
background:url(images/cont-bottom.png) scroll no-repeat bottom;
}

.cont .padd{
padding:122px 31px 29px 42px;
}

.asearch{
background:url(images/as-tile.png) scroll repeat-y top;
}

.asearch .top{
background:url(images/as-top.png) scroll no-repeat top;
}

.asearch .bottom{
background:url(images/as-bottom.png) scroll no-repeat bottom;
}

.asearch .padd{
padding:135px 45px 35px 52px;
}

.contbuttons{
text-align:right;
}

.contbuttons img{
margin:5px 0;
}


.cont .Normal, .cont p, .cont li, .cont td{
color:#fff;
}

div.orangetitle{
background:#fe902c url(images/ot-tr.gif) scroll no-repeat top right;
width:100%;
margin-bottom:0.6em;
}

div.orangetitle .br{
background:url(images/ot-br.gif) scroll no-repeat bottom right;
}

div.orangetitle .bl{
background:url(images/ot-bl.gif) scroll no-repeat bottom left;
}

div.orangetitle .tl{
background:url(images/ot-tl.gif) scroll no-repeat top left;
padding:5px;
}

div.orangetitle h1{
margin:0;
padding:0;
font-size:15px;
}

div.orangetitle .Head{
color:#FFF;
padding:0;
margin:0;
font-size:15px;
}

div.hrorange{
background:#fe902c url(images/hr-left.gif) scroll no-repeat left;
margin-bottom:1em;
text-align:right;
height:10px;
}

