@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #42413C;
	background-image: url(img/background.png);
	background-repeat: repeat-y;
	background-position: top center;
}

a img { 	border: none;
}

a:link {
	color: #7BC801;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 900px;
	margin: 0 auto;
}
.header {
	background-image: url(img/Header.png);
	height: 198px;
	width: 890px;
	padding-top: 12px;
	padding-left: 10px;
}
.search {
	padding: 10px;
	width: 880px;
	background-image: url(img/searchBG.png);
	background-repeat: no-repeat;
	height: 204px;
}
.tagCloud {
	height: 180px;
	width: 300px;
	float: right;
	margin-top: 20px;
	margin-right: 60px;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;

}

.searchBar {
	height: 64px;
	width: 396px;
	background-image: url(img/searchbar.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 60px;
}
.searchField {
	width: 310px;
	height: 38px;
	font-size: 25px;
	margin-top: 12px;
	margin-left: 12px;
	float: left;
}
.searchBtn {
	margin: 8px 12px;
	height: 47px;
	width: 48px;
	float: right;
}


.contentCap {
	background-image: url(img/ContentCap.png);
	background-repeat: no-repeat;
	height: 38px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 18px;
	color: #333;
}
.content {
	background-color: #FFF;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.LatestProjectLeft {
	background-image: url(img/latestProjectLeftBG.png);
	height: 96px;
	background-repeat: no-repeat;
	float: left;
	width: 690px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	font-size: 12px;
	clear: both;
}
.LatestProjectRight {
	float: left;
	margin-right: 11px;
	margin-top: 10px;
	height: 106px;
}

.content2 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFF;
	overflow: visible;
}

.ProjectTitle {

}
.ProjectTitleBar {
	background-image: url(img/PrTitleBar.png);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 6px;
	padding-left: 5px;

}
.ProjectDescr {
	padding-top: 10px;

}
.ProjectDescrBarTopCap {
	background-image: url(img/descrTopCap.png);
	background-repeat: no-repeat;
	height: 10px;
}
.ProjectDescrBar {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(img/descrCenterBG.png);
	background-repeat: repeat-y;
	overflow: visible;

}
.ProjectDescrBarBottomCap {
	background-image: url(img/descrBottomCap.png);
	background-repeat: no-repeat;
	height: 15px;
}
.PrDescrButtons {
	text-align: center;
	padding-top: 10px;
}
.footer {
	padding: 10px 0;
	background-color: #666;
	font-size: 14px;
	color: #CCC;
	text-decoration: none;
	text-align: center;
}
