body {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    background: url(../img/body-background.png) repeat-x top left;
}

#wrapper {
    width: 954px;
    margin: 0 auto;
    background: url(../img/wrapper-background.png) repeat-y top left;
    padding: 0 10px;
}

#header {
    width: 300px;
    height: 73px;
    float: left;
}

#header h1#logo a {
    display: block;
    margin-left: 35px;
    margin-top: 12px;
    width: 246px;
    height: 52px;
    background: url(../img/logo.png) no-repeat top left;
    text-indent: -9999px;
}

#masthead {
    clear: both;
    float: left;
    width: 954px;
    height: 300px;
    background: #ccc;
    border-top: 3px solid #bb1031;
    border-bottom: 3px solid #bb1031;
}

#navigation {
    width: 654px;
    height: 73px;
    float: right;
    font-size: 18px;
    line-height: 1;
    position: relative;
}

#navigation ul {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

#navigation li {
    display: inline;
    color: #bb1031;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

#navigation li a {
    color: inherit;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
}

#navigation li a:hover {
    text-decoration: underline;
}

#container {
    clear: both;
    background: url(../img/container-background.png) repeat-y top left;
    overflow: auto;
}

#sidebar {
    float: left;
    width: 234px;
    margin-left: 16px;
    padding: 18px 24px;
}

#sidebar h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

#sidebar h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 12px;
    float: left;
    width: 170px;
}

#sidebar p {
    clear: both;
    font-size: 12px;
}

#sidebar p.date {
    clear: none;
    font-size: 12px;
    float: right;
}

#sidebar li {
    padding-left: 26px;
    background: url(../img/bullet.png) left top no-repeat;
    list-style: none;
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 10px;
}

#sidebar li a {
    text-decoration: none;
}

#sidebar li a:hover {
    text-decoration: underline;
}

#sidebar .news-item {
    margin-bottom: 18px;
    width: 234px;
}

#sidebar .first {
    padding-top: 0;
}

#content {
    float: right;
    margin-bottom: 0;
    margin-right: 32px;
    margin-top: 16px;
    width: 600px;
}

#footer {
    background: #bb1031;
    width: 890px;
    margin: 12px auto 0;
    overflow: auto;
    padding: 8px 16px;
    font-size: 12px;
    color: white;
}

#footer ul {
    float: left;
    margin-bottom: 0;
}

#footer li {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 1;
    list-style: none;
    margin-left: 0;
    font-size: 12px;
}

#footer li a {
    color: white;
    text-decoration: none;
}

#footer li a:hover {
    text-decoration: underline;
}

#footer p {
    float: right;
    margin-bottom: 0;
    line-height: 1;
}

#panel-bottom {
    width: 974px;
    height: 32px;
    background: url(../img/wrapper-bottom.png) no-repeat top left;
    margin: 0 auto;
}

strong {
    font-weight: bold;
}

em {
    font-style: oblique;
}

h2 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #bb1031;
}

h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 8px;
    color: #bb1031;
}

h4 {
    font-size: 14px;
    margin-bottom: 8px;
    color: #bb1031;
}

h5 {
    font-size: 12px;
    margin-bottom: 8px;
    color: #bb1031;
}

h6 {
    font-size: 10px;
    margin-bottom: 8px;
    color: #bb1031;
}

p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
}

ul {
    margin-bottom: 8px;
}

li {
    font-size: 12px;
    line-height: 1.5;
    list-style: disc;
    margin-left: 1.5em;
}

a {
    color: #bb1031;
}

th {
    font-size: 14px;
    line-height: 1.5;
    color: #bb1031;
}

td {
    font-size: 14px;
    line-height: 1.5;
}

#newsletter {
    background: #bb1031;
    width: 244px;
    padding: 8px;
    overflow: auto;
}

#newsletter h2 {
    font-size: 18px;
    color: white;
    text-align: center;
}

#newsletter p {
    font-size: 14px;
    color: white;
    text-align: center;
}

#newsletter .input {
    float: left;
    width: auto;
}

#newsletter .input input {
    background: white;
    border: none;
    width: 200px;
    height: 24px;
}

#newsletter .submit {
    float: right;
    width: auto;
}

#newsletter .submit input {
    width: 40px;
    height: 24px;
    background: #00b85c;
    border: none;
}

.featured-project {
    float: left;
    width: 283px;
    height: 150px;
    margin: 0 5px;
    padding: 5px;
    border: 1px solid gray;
}

.featured-project h4 {
    font-size: 14px;
}

.featured-project p {
    font-size: 12px;
}

.newsitem p {
    margin-right: 210px;
}

.newsitem img.newsimage {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

.project-box {
    float: left;
    width: 255px;
    height: 200px;
    margin: 5px 20px 5px 0;
    position: relative;
}
.project-box-2
{
border-left: 1px solid rgb(204, 204, 204); padding-left: 20px;
}
.project-box img {
    border: 0px solid #bb1031;
    width: 255px;
    height: 120px;
    display: block;
}

.project-box h3 {
    color: #000;
    font-size: 12px;
    width: 235px;
    height: auto;
    font-weight: bold;
    margin-top: 10px;
}

.project-box h3 a {
    color: #bb1031;
    text-decoration: none;
    font-size: 18px;
    display: block;
    width: 235px;
    height: auto;
    font-weight: normal;
}

.project-box p a img {
    width: auto;
    height: auto;
}

.separator-underneath {
    background: url(../img/sidebar-line.png) bottom center no-repeat;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

hr {
	width: 80%;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}