/* CSS Document */

#mainBanner {
	clear: both;
	width: 900px;
}

#mainBanner #blueBox{
	float:left; 
	position: relative; 
	background: url(../images/main_banner_bluebox.jpg) no-repeat top left;
	height: 259px;
	width: 235px;
}

#firstRow {
	height: 259px;	
	position: relative;
	clear: both;
}

#firstRow #leftModule { 
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_leftmodule.gif) bottom no-repeat;
	height: 259px;	
	width: 230px;
}

#firstRow #middleModule { 
	position: absolute;
	top: 0;
	left: 238px;
	background: url(../images/bg_middlemodule.gif) bottom no-repeat;
	height: 259px;	
	width: 441px;
}

#firstRow #rightModule { 
	position: absolute;
	top: 0;
	left: 687px;
	height: 259px;	
	width: 213px;
	
}

#ModuleContent {
	width: 190px;
	margin: 18px; 
}


#middleModuleContent h1 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #2D7D2F;
	line-height: 20px
}

#ModuleContent h1 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #2D7D2F;
	line-height: 20px
}

#firstRow #servicesModule li{
	margin-bottom: 5px;
}


#firstRow #newsModule li{
	margin: 0;
	padding: 2px 0 2px 0;
	clear: both;
	height: 20px;
	border-bottom: 1px solid #C3D3E7;
}

#newsModule {
}

#firstRow #newsModule li a{
	text-decoration: none;
	color: #000000;
}

#firstRow #newsModule li a:hover{
	text-decoration: underline;
}

#newsModuleIcon {
	float: right;
	width: 100px;
	height: 18px;
	padding: 0 0 0 10px;
	border-left: 1px solid #C3D3E7;
}

#newsModuleContent {
	margin: 1px 0 0 0px;
	float: left;
	width: 290px;
}

#secondRow {
	height: 373px;	
	position: relative;
}

#secondRow #leftModule { 
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_leftmodule.gif) bottom no-repeat;
	height: 373px;	
	width: 230px;
	margin: 0;
}

#secondRow #middleModule { 
	position: absolute;
	top: 0;
	left: 238px;
	background: url(../images/bg_search_engine_module.jpg) bottom no-repeat;
	height: 373px;	
	width: 441px;
}

#secondRow #rightModule {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 0px;
	height: 370px;
	width: 213px;
	height: 381px;
}

#valueFirst {	
	position:absolute; 
	top: 22px; 
	left: 22px; 
	width: 190px;
	color: #FFFFFF;
}

#valueFirst blockquote {
  background: transparent url(../images/quoleft.png) left top no-repeat;
}

#valueFirst blockquote div {
  padding: 0 15px 0 25px;
  background: transparent url(../images/quoright.png) right bottom no-repeat;
}

#valueFirst h1{	
	color: #FFFFFF;
	margin: 0 0 10px 0;
	font-size: 18px;
}

#valueFirst p{	
	color: #FFFFFF;
}

#valueFirst a{	
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;

}

.blue {
	color: #2D7D2F;
	text-decoration: none;
}



#floatRight {
	float: right;
	margin: 0 8px 0 0;
}

