/* CSS Document */
body{
      color: #000000;
}

#content .leftcolumn{
	width: 160px;
	margin-right: 20px;
	float: left;
	display: inline;
}

#content .leftcolumn #subnav ul{
	margin: 70px 0 0 15px;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
}

#content .leftcolumn #subnav ul a{
	color: #000000;
}

#content .leftcolumn #subnav ul .active a{
	color: #f2002e;
	text-decoration: underline;
}

#content .rightcolumn{
	width: 660px;
	float: left;
	display: inline;
}

.slideshow{
      margin-right: 30px;
float: left;
}
p{
    margin-right: 5px;
}

.section{
      float: left;
      width: 400px;
      margin: 0 20px 20px 0;
display: inline;
}

.section .images{
     width: 220px;
     float: left;
}

.section .images .lg{
    margin-bottom: 5px;
     margin-right: 10px;
}

.section .images .sm{
    margin-right: 10px;
}

.project_thumbnail{
    margin-right: 10px;
}

.projects{
}

#content .projects img{
}

.leftarrow{
     margin-right: 10px;
margin-left: 7px;
     position: relative;
     top: -140px;
}

.rightarrow{
     position: relative;
     top: -140px;
}

.category_header a{
     font-weight: bold;
     text-decoration: underline;
}

.category_header a:hover{
     font-weight: bold;
     text-decoration: none;
}

.submitbutton input{
     display: block;
     width: 91px;
     height: 35px;
     background: transparent url(assets/templates/cdi/images/submit.jpg);
     border: 0px;
}

.newspic img{
    float: left;
    margin: 0 20px 20px 0;
}

.date{
    color: #ED1824;
    font-weight: bold;
    margin-bottom: 1.6em;
}


