﻿#stir-nav-right-container{
clear: right; 
float: right;
padding: 5px 3px 0 3px;
margin: 0;
width: 162px;
font-size: 100%;
}

#stir-nav-right { 
background: #F7F3F7;
padding: 0 0 5px 0;
width: 162px;
margin: 0;  
color: #ddd; 
font-size: 80%; /* increased for CHS and CHT */
font-weight: bold;
border-bottom: 2px solid #6699CC;
}

/* IC added */
#stir-nav-right p
{
    color:#333333;
    font-weight: normal;
}

#stir-nav-right .title {
background: #6699CC;
width:155px;
padding: 5px 0 5px 7px;
display: block;
font-size: 100%;
color: #FFF;
font-weight: bold;
}
/* End IC added */

#stir-nav-right #title {
background: #6699CC;
width:155px;
padding: 5px 0 5px 7px;
display: block;
font-size: 100%;
color: #FFF;
font-weight: bold;
}
#stir-nav-right ul {
margin: 0; 
padding: 0; 
list-style: none;
}
#stir-nav-right li a {
display: block;
padding: 5px 0 5px 10px;
width: 152px; 
color: #000; 
text-decoration: none; 
background: #F7F3F7 url("/isc/stirling/css_images/nav-right-bullet.gif") no-repeat 5px center; 
border-bottom: dotted 1px #9C9A9C; 
}
#stir-nav-right li a:hover {
background: url("/isc/stirling/css_images/nav-right-bullet.gif") no-repeat 5px center #D1E0F0; 
}
#stir-nav-right-additional {
font-size: 72%;
margin: 10px 0 0 0;
padding: 3px;
width: 134px;
}
#stir-nav-right-additional ul{
padding: 0px;
margin: 0px; 
list-style-image: none;  
list-style-type: none;
}
#stir-nav-right-additional li{
margin: 0;
padding: 0 0 0 10px;
background: url("/isc/stirling/css_images/nav-right-bullet.gif") no-repeat 0px 50%; 
}
#stir-nav-right-additional h4{
color: #333366;
font-size: 95%;
}
#stir-content-container {
padding: 0;
margin: 0 170px 0 175px; 
}
/* CSS container fix trial 201206 */
#stir-content {
float:left;
width:auto;
font-size: 72%;
line-height: 150%;
background: white;
border-right: 1px dotted #6699CC;
padding-right: 5px;
}