@charset "utf-8";
/* CSS Document */
html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   background:url(../images/bg.jpg);
   background-size: 100% auto;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   
}
#body {


}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:57px;   /* Height of the footer */
}
.footer {
	font-size: 9px;
	color: #515052;
	text-align: center;
}
.content {
	padding: 10px 20px 0px 20px;
	background: #c3c3c3 url(../images/tile-grey.jpg) repeat-x;
	height: 450px;
}
.navbar-tile {
	background:url(../images/navbar_tile.jpg) repeat-x;
}
.onpurple {
	background: url(../images/onpurple.gif) repeat-y;
	color: #FFF;
	vertical-align: top;
}
h1 {
	font-size: 14px;
}
.latest_news {
	vertical-align: top;
	padding: 20px;
	padding-top: 5px;
	padding-right: 5px;
	overflow-y: auto;
	position: absolute;
	width: 225px;
	margin-top: 5px;
	height: 128px;
	font-size: 11px;
}
.recent_projects {
	vertical-align: top;
	padding: 20px;
	padding-top: 5px;
	padding-right: 5px;
	overflow-y: auto;
	position: absolute;
	width: 225px;
	margin-top: 5px;
	height: 128px;
	font-size: 11px;
}
a:link, a:visited {
	color: #e5891d;
	font-weight: bold;
}
a:hover, a:active {
	color: #f66b0e;
}

.date {
	font-size: 11px;
	font-style: italic;
	float: right;
}
.green {
	background:url(../images/green.gif) no-repeat;
	width: 255px;
	height: 75px;
	color:#CCC;
	padding: 0px 5px 5px 15px;
	font-size: 10px;
}
.green h3 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height:0%;
	padding: 2px;
}
a.readmore:link, a.readmore:visited {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	float: right;
	margin-right: 2px;
	margin-top: -4px;
}
a.readmore:hover, a.readmore:active {
	color: #000;
	text-decoration: none;	
}
/* CURVED BOX */
.t {background: #ffffff url(../images/dot.gif) 0 0 repeat-x; width: 100%;}
.b {background: url(../images/dot.gif) 0 100% repeat-x; }
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:0px;  height: 450px;}
/* end CURVED BOX */
.onwhite {
	background: white;	
}