@import url(inc_common.css);
@import url(inc_common_layout.css);
@import url(inc_flashheading.css);

/* Startsite Layout
----------------------------------------------- */
#row1 {
	margin-bottom:10px;
}
#row1 #side {
	float:left;
	width:300px;
	height:320px;
	background:#009146 url(../images/page_start_side_bg.jpg) no-repeat;
	overflow:hidden;
}
#row1 #header {
	float:left;
	width:640px;
	height:320px;
	overflow:hidden;
}

#row2 #col1,
#row2 div.gallery-latest-item {
	float:left;
	overflow:hidden;
	height:98px; /*118*/
	background:#ffffff;
	padding:10px;
	border:1px solid #bcbcbc;
}
#row2 #col1 {
	width:268px; /*288*/
	background:url(../images/page_start_col1.jpg) repeat-x;
}
#row2 div.gallery-latest-item {
	width:293px; /*313*/
	margin-left:10px;
}
#row2 {
	padding-bottom:10px;
}

#metanav {
	float:left;
	width:290px;
}
#footer {
	float:left;
	margin-left:30px;
}

/* News box
----------------------------------------------- */
div.news-latest {
	padding:10px;
	padding-top:110px;
}
div.news-latest h2,
div.news-latest h4,
div.news-latest p,
div.news-latest a {
	color:white;
}
div.news-latest-container,
div.news-latest-allnews {
	border-color:white;
}

/* Project boxes
----------------------------------------------- */
div.gallery-latest-image {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
}
div.gallery-latest-image img.border {
	border:none;
}
div.gallery-latest-text h3 {
	font-size:11px;
	margin:10px 0;
}
