/* CSS Document */
#container {
	border: 2px solid #0b2e71;
}
.portfoliotitle{
	font-weight: bold;
	font-size: 18px;
	color: #0b2e71;
}
.portfoliosub{
	font-weight: bold;
	font-size: 14px;
	color: #0b2e71;
}
.portfolio strong {
	color: #0b2e71;
}
.grey {
color: #818181;
}
.rightfloat, .rightcorner, .rightcontent  {
float: right
}
.leftfloat, .leftcorner, .page, .leftcontent {
float: left
}
.leftcorner, .rightcorner {
margin: -1px;
padding: 0;
}
.page {
width: 202px;
margin-top: 8px;
overflow: hidden;
}
.navlist a {
    display: block;
	width: 202px;
   	font-weight: bold;
	font-size: 14px;
	color: #0b2e71;
    text-decoration: none;
    background-image: url(images/portfolio-rollover.gif);
    padding: 9px 0 0 5px;
	height: 25px;
}
.navlist a:hover { 
    background-position: 0 -34px;
    color: #ffffff;
}
.leftcontent, .rightcontent {
width: 300px;
}
.rightcontent p, .leftcontent p {
margin: 5px;
}
.line {
background-image: url(images/portfolio-line.gif);
background-repeat: repeat-x;
background-position: center;
}
.info, .inforight, .pageright {
	border: 1px solid #0b2e71;
	background-image: none;
	background-color:#FFFFFF;
	width: 285px;
}
* html .info, .inforight {
	width: 287px; 
	w\idth: 285px;
}
.info {
	margin-right: 10px;
}
.inforight {
	margin-left: 13px;
}
.pageright {
width: 357px;
margin-left: 13px;
}
* html .pageright {
	width: 359px; 
	w\idth: 357px;
}
.pagediv {
padding: 3px 5px;
line-height: 20px;
}
ul {
margin-left: 25px;
padding: 5px 0 5px 0;
}
li{
font-size: 11px;
padding-bottom: 1px;
padding-left: 0;
list-style-position: outside;
list-style-image: url(images/bullet.gif)
}
.enlarge {
text-align: center;
}