/*CSS*/

body{
	margin: 20px 0 0 0;
	font-size: 11px;
	font-family: arial;
}

a{
	color: #003c77;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#mainContainer{
	position: relative;
	width: 939px;
	min-height: 510px;
	margin: auto;
	/*border: 1px solid #000;*/
}

*html #mainContainer{
	height: 610px;
}

/**
* TOP HEADER
*/

#topHeader{
	position: relative;
	width: 100%;
	height: 52px;
}

#topHeader .logo{
	position: relative;
	float: left;
}

#topHeader .slogan{
	display: none;
	/*position: relative;
	float: right;*/
}


/**
* HEADER
*/

#header{
	display: none;
	/*position: relative;
	width: 100%;
	height: 194px;
	margin: 20px 0 0 0;
	background: url("images/header01.jpg") no-repeat;*/
}

*html #header{
	height: 194px;
	overflow: hidden;
}

#menuMain{
	display: none;
/*	position: absolute;
	width: 800px;
	height: 54px;
	bottom: 0px;
	z-index: 2;	*/
}

*html img{
	padding: 0px;
	margin: 0px;
}

#menuMain ul{
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

#menuMain ul li{
	float: left;
	margin: 0 26px 0 0;
}

#menuMain ul li a{
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 5px 40px 10px 1px;
	margin: 0;
	border-top: 5px solid #a0a6b3;
	/*display: block;	*/
}
/*
*html #menuMain ul li a{
	display: inline-block;
}
*/

#menuMain ul li a.active{
	color: #FFEC01;
	border-top: 5px solid #FFEC01;
}

#menuMain ul li a:hover{
	color: #FFEC01;
	border-top: 5px solid #FFEC01;
}

/**
* CONTENT
*/

#content{
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 30px 0 0 0;
	background: #FFFDE8 url("images/bg_content.jpg") no-repeat;
}

#content .left{
	display: none;
/*	position: relative;
	float: left;
	width: 220px;
	min-height: 200px;
	margin-top: 50px;
	padding: 0 0 0 9px;*/
}

#content .left ul{
	position: realtive;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .left ul li{
	margin-bottom: 10px;
}

#content .left ul li a{
	font-weight: bold;
	color: gray;
	text-decoration: none;
}

#content .left ul li a.active{
	color: #181240;
	text-decoration: none;
}

#content .right{
	position: relative;
	float: left;
	width: 680px;
	min-height: 300px;
	padding: 0 0 20px 0;
}

#content .right h1{
	position: relative;
	width: 100%;
	font-family: arial;
	font-size: 25px;
	font-weight: normal;
	color: #0f1f3f;
	margin-top: 0;
	padding-top: 0px;
}

#content .right #inner{
	position: relative;
	padding-left: 30px;
	line-height: 16px;
	background: url("images/square.jpg") no-repeat left top;
}

#content .right #inner h2{
	position: relative;
	width: 100%;
	font-family: arial;
	font-size: 23px;
	font-weight: normal;
	color: #181240;
	margin: 0;
	padding: 2px 0 5px 0;
}

.clear{
	position: relative;
	width: 100%;
	clear: both;
}

/**
* FOOTER
*/

#footer{
	position: relative;
	width: 100%;
	padding: 10px 0 10px 0;
}

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

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

/*SEARCH*/

#sResultsStats{
	position: relative;
	float: left;
}

#sResultsNav{
	position: relative;
	float: right;
}

#searchHeader{
	position: relative;
	width: 100%;
}

#sResultsList{
	position: relative;
	width: 100%;
	margin-top: 20px;
	clear: both;
}

.sResultItem{
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
}

.pagerActive{
	font-weight: bold;
	color: #000;
}

.fText{
	font-family: arial;
	font-size: 11px;
	width: 98%;
	/*border: 1px solid #343434;*/
	border: 1px solid gray;
}

.fTextArea{
	font-family: arial;
	font-size: 11px;
	width: 98%;
	height: 130px;
	/*border: 1px solid #343434;*/
	border: 1px solid gray;
}

/**
* HOME
*/

.home{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home li{
	position: relative;
	float: left;
	width: 180px;
	padding: 0px 0px 0 30px;
	margin-right: 10px;
	line-height: 16px;
	background: url("images/square.jpg") no-repeat left 3px;
}

.homeButtons{
	position: relative;
	clear: both;
	margin: 50px 0 0 30px;
}

.homeButtons div{
	position: relative;
	float: left;
	width: 220px;
}

img{
	border: none;
}

/**
* PROJECT SEARCH
*/

.projectsearch{
	position: relative;
}

.projectSearch input{
	width: 130px;
}

.projectSearch select{
	width: 170px;
}

.projectResults{
	position: relative;
	list-style-type: none;
	margin: 15px 0 0 -15px;
	padding: 0;
}

.projectResults li{
	position: relative;
	float: left;
	width: 140px;
	padding: 0 15px 0 15px;
}

.projectResults li.balancer{
	position: relative;
	height: 20px;
	clear: both;
	width: 650px;
}

.projectResults li a{

}

.projectResults li p{
	margin: 0;
	padding: 0;
}

.projectResults li h2{
	font-size: 11px;
	font-weight: bold;
}

.projectResults li h3{
	font-size: 11px;
	font-weight: normal;
}