/* Start of CMSMS style sheet 'clinius-homepage' */
div#main {
padding-top: 10px;
padding-bottom: 50px;
padding-left: 10px;
padding-right: 10px;
margin-left:1%;   /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
margin-right:0; 
background-color:#fff;
}


div#ballasts a {
font-size:15px;
font-weight: bold;
text-transform: uppercase;
background-color:#fff;
}
div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width:20%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}
/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width:20%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}
div#con{
clear:left;
margin-top: 30px;
padding-top: 10px;
padding-right: 15px;
padding-bottom:30px;
padding-left: 15px;   
}
div#celi-Home-links {
float:right;
width:300px;
}
div#homelinks .hlinks {
text-align: left;
clear:both;
}
div#homelinks h4{ 
text-decoration: none;
color: #999999;
text-transform: uppercase;
line-height:16px;
}
div#homelinks .links{ 
padding-top:3px;
margin-left:5px;
text-align: left;
}
div#homelinks .links a{ 
text-decoration: none;
}
div#homelinks .hlinks h6{
margin-left:5px;
}
/* End of 'clinius-homepage' */

