/* left column */

.leftcolumn {
	width: 3px;
	padding: 0;
	height: 300px;
}

/* right column */

.rightcolumn {
	width: 950px;
	padding: 0;
	text-align: left;
}
#news, #careers, #contact {
	width: 130px;
	height: 26px;
	margin: 15px 0 20px 35px;
	text-indent: -5000px;
	background: url(../images/news_h.jpg) left top no-repeat;
}
#careers {
	background: url(../images/careers_h.jpg) left top no-repeat;
}
#contact {
	width: 160px;
	background: url(../images/contact_h.jpg) left top no-repeat;
}
.news, .careers, .office {
	float: left;
	margin: 0 0 10px;
}
.office {
	margin: 0 0 30px;
}

/* news header */

.newsheader, .careersheader {
	float: left;
	width: 241px;
	margin: 27px 0 0 26px;
	background: white;
	text-align: left;
}
.careersheader {
	width: 371px;
}
.newsheader h1, .careersheader h1 {
	font-size: 12px;
	color: #892942;
	text-indent: 0;
	margin: 0;
	padding: 15px;
}
.newsheader span, .careersheader span {
	font-weight: normal;
	color: #010101;
	float: none;
}
.newsheader h2, .careersheader h2 {
	font-size: 11px;
	margin: 0;
	padding: 0 15px 15px;
	font-weight: normal;
	color: #010101;
	float: none;
}
.newsheader a, .careersheader a {
	color: #892942;
}

/* news container */

.newscontainer, .careerscontainer {
	text-align: left;
	width: 651px;
	float: left;
	background: url(../images/news_bg.jpg) right top;
}
.careerscontainer {
	width: 509px;
	padding: 0 0 0 12px;
}
.newstop, .newsbottom, .careerstop, .careersbottom {
	height: 13px;
	background: url(../images/newstop.jpg) right top no-repeat;
}
.newsbottom, .careersbottom {
	background: url(../images/newsbottom.jpg) right top no-repeat;
}

/* news image */

.newsimage {
	float: left;
	width: 142px;
	height: 130px;
	background: white url(../images/nophoto_news.jpg) 22px 20px no-repeat;
}
.newsimage img {
	margin: 25px 0 0 27px;
}

/* news content */

.newscontent, .careerscontent {
	float: left;
	width: 509px;
}
.newscontent p, .careerscontent p {
	padding: 7px 20px 6px;
	line-height: 15px;
}
.newscontent p.caption {text-align:center;font-size:10px;font-weight:bold;line-height:12px;padding:7px 50px 6px;}
.newscontent ul, .careerscontent ul {
	padding: 0 40px 15px;
}
.newscontent li, .careerscontent li {
	list-style: none;
	padding: 7px 0 5px 15px;
	background: url(../images/bullet.gif) left 12px no-repeat;
}

/* contactform */

.contactform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.contactform textarea, .contactform input, .contactform select {
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #c4ab6b;
	padding: 1px 2px;
	width: 200px;
}
.contactform textarea {
	width: 250px;
	height: 80px;
}
.contactform p {
	font-size: 11px;
	clear: both;
	padding: 5px 0 0;
}
.contactform label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.contactform .submit, .contactform .reset {
	margin-left: 160px;
	width: 100px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	color: #d9dde7;
	border: 1px solid black;
	border-width: 0 1px 1px 0;
	background: #7c2a3f;
}
.contactform .submit {
	margin-left: 50px;
	color: white;
}
.error {
	margin: 0 20px 10px;
	border: 1px solid #7c2a3f;
}

/* content */

.newscontent h1 {
	font-size: 18px;
	padding: 10px 20px 5px;
	text-transform: uppercase;
	color: #5d554f;
	font-weight: normal;
}
#projectdetails {
	padding: 0 20px 10px;
	line-height: 15px;
}
#projectdetails strong {
	color: black;
	padding: 0 0 5px;
	display: block;
}
#projectdetails span, #projectvalue span {
	float: left;
	width: 60px;
	display: block;
}
#projectvalue {
	color: #892942;
	padding: 0 20px 10px;
	font-weight: bold;
}
