.title-container{
    position:relative;
    background-image:url('../images/cont_bg.jpg');
    background-repeat:repeat-x;
    background-color:#f1f1f1;
    min-height:20px;
    background-position:bottom;
    padding:4px 10px 4px 4px;
}
.bottom-arrow{
    position:absolute;
    background-image:url('../images/down_arrow.png');
    height:9px;
    width:18px;
    left:12px;
    bottom:-8px;
    
}
.title-container a{
    text-decoration:none;
    color: #ff5c01;
    font-family: 'bpg_arial_2009',arial;
    font-size: 13px;
    width:97%;
    font-weight:bold;
}
.cont-pip{
    position:absolute;
    top:40%;
    background-image:url('../images/cont_pip.png');
    height:9px;
    width:6px;
    right:4px;
    
}
.sub-categories{
    color: #124b92;
    font-family: 'bpg_arial_2009',arial;
    font-size: 13px;
}
#hor-menu{
	position:absolute; 
	right:56px; 
	top:16px
}
#hor-menu a{
    text-decoration:none;
    color: #717171;
    font-family: 'bpg_arial_2009',arial;
    font-size: 13px;
    font-weight:bold;
    
}
#hor-menu a:hover{
    text-decoration:none;
    color: #ff5c01;
    font-family: 'bpg_arial_2009',arial;
    font-size: 13px;
    font-weight:bold;    
}
.foot-menu a{
    text-decoration:none;
    color: #717171;
    font-family: 'bpg_arial_2009',arial;
    font-size: 13px;
    
}
.foot-menu a:hover{
    text-decoration:none;
    color: #ff5c01;
    font-family: 'bpg_arial_2009',arial;
    font-size: 13px;   
}
.sub-title-container{
    position:relative;
    background-image:url('../images/cont_bg.jpg');
    background-repeat:repeat-x;
    background-color:#f1f1f1;
    float: left; 
    width: 30%; 
    min-height: 25px;
    background-position:bottom;
    padding:4px 10px 4px 4px;
    margin: 0px 13px 7px 0px;
}
.sub-title-container a{
    text-decoration:none;
    color: #ff5c01;
    font-family: 'bpg_arial_2009',arial;
    font-size: 13px;
    width:97%;
    font-weight:bold;
}
.link-num{
    position:absolute;
    top:29px;
    left:16px;
    width:24px;
    height:24px;    
    background-image:url('../images/numeric.png');
}
.link-title{
    position:absolute;
	left:53;
    top:4px;
    display:inline; 
    white-space:nowrap;
    width: -moz-calc(100% - 273px);
    width: -webkit-calc(100% - 273px);
    width: calc(100% - 273px);
}
.link-title a{
    text-decoration:none;
    color: #114c95;
    font-family: 'bpg_arial_2009',arial;
    font-size: 14px;
    }
.link-desc {
    position:absolute;
    left:53;
    top:24px;
    text-decoration:none;
    color: #777777;
    font-family: 'bpg_arial_2009',arial;
    font-size: 12px;
    overflow:hidden;
    height:30px;
    width: -moz-calc(100% - 273px);
    width: -webkit-calc(100% - 273px);
    width: calc(100% - 273px);
}
.link-num-dig{
	position:absolute; 
	text-align: center; 
	top:4px;
	left:1px; 
	width:20px;
	color: #000000;
    font-family: 'bpg_arial_2009',arial;
    font-size: 13px;
}
.link-det{
	position:absolute; 
	top:56px;
	left:53px; 
}
.link-det a{
    color: #a5a5a5;
    font-family: 'bpg_arial_2009',arial;
    font-size: 11px;
}
.link-rat{
	position:absolute;
	text-align:right;
	top:4px;
	right:4px;
	font-family: 'bpg_arial_2009',arial;
    font-size: 12px;
}
.link-rat a{
    text-decoration:none;
    color: #404040;
    font-family: 'bpg_arial_2009',arial;
    font-size: 14px;
}
#submit-button{
    width:128px;
    height:37px;
    margin-left:40%;
    cursor:pointer; 
    background-image:url('../images/add-button.png');
}
#submit-button:hover{  
    background-image:url('../images/add-button-hover.png');
}