
body {
	font: 13px Arial;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:30px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	height:100%;
	color: #111111;
	background: #F7F7F7 url('images/body-bg.png') repeat-x top;
}

#sublayer {
	height:60px;
	width: 970px;
	float:left;
	margin:10px;
	margin-right:20px;
	/*background:url('images/iso.gif') right bottom no-repeat;*/
}

#sublayer img {
	float:right;
	border:none;
}

#page {
	width: 980px;
	
	margin-left:auto;
	margin-right:auto;
}

#navigation {
	float:right;
	margin-top:53px;
		
}

	#navigation a {
		float:left;
		padding:6px;
		background:white;
		margin-left:4px;
		text-decoration: none;
		width:75px;
		font-size:12px;
		text-align:center;
		border-top:1px solid #EEEEEE;
		border-left:1px solid #EEEEEE;
		border-right:1px solid #EEEEEE;
		border-bottom: 1px solid #cccccc;
		color: #007E4D;
	}

	#navigation .selected {
		border:1px solid #ffffff;
		background: #007E4D;
		color: white;
		font-weight:bold;
	}
	
	#navigation a:hover {
		border: 1px solid #66CAA1;
		background: #FAFAFA;
		color: #005230;
	}
	
	#navigation .selected:hover {
		color:white;
		background: #007E4D;
		border:1px solid #ffffff;
	}


#header {width:980px; float:left}

#header #logo {
	float:left;
}

#content {
		margin-top:10px;
width:981px;
float:left;

}

	
	.box {
		float:left;
		margin-bottom:5px;
	}
	
	.box a.more span {
		font-size:18px;
		font-weight:normal;
		float:left;
		width:100%;
		font-family:Calibri, Arial;
		color:#00417B;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	
	
	.box a.more img {
		border:none;
	}

	
	.box a {
		text-decoration:none;
	}
	
	.box p {
		 font-size:12px; color:#333333;
	}
	.box h1 {
		margin-bottom: 10px;
		margin-left:0px;
		margin-right:0px;
		font-size:20px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#00417B;
		margin-top:0px;
	}
	
	.box h2 {
		font-size:17px; font-family:Calibri, Arial, Helvetica, sans-serif; color:#1D1D1D; padding-bottom:5px; font-weight:normal;
	}
	
	.box .content {
		padding-top:15px;
		padding-bottom:18px;
		padding-left:15px;
		padding-right:15px;
		float:left;
		position:relative;
	}
	
	.box .top {
		float:left;
	}
	
		.wide {
			width:980px;
			background: url('images/box-bg.png') repeat-y;
		}
		
		.wide .top {
			width:980px;
			background: url('images/box-top.png') top no-repeat;
		}
		
		.wide .content {
			width:950px;
			background: url('images/box-bottom.png') bottom no-repeat;
		}
		
		/* */
		
		.classic {
			width:650px;
			background: url('images/box-c-bg.png') repeat-y;
		}
		
		.classic .top {
			width:650px;
			background: url('images/box-c-top.png') top no-repeat;
		}
		
		.classic .content {
			width:620px;
			background: url('images/box-c-bottom.png') bottom no-repeat;
		}
		
		/* */
	
		.triplet {
			width:321px;
			background: url('images/box-t-bg.png') repeat-y;
		}
		
		.triplet .top {
			width:321px;
			background: url('images/box-t-top.png') top no-repeat;
		}
		.triplet .content {
			width:291px;
			background: url('images/box-t-bottom.png') bottom no-repeat;
		}
		
		/* */
		
		.quadriplet {
			width:238px;
			background: url('images/box-q-bg.png') repeat-y;
		}
		
		.quadriplet .top {
			width:238px;
			background: url('images/box-q-top.png') top no-repeat;
		}
		.quadriplet .content {
			width:208px;
			height:240px;
			background: url('images/box-q-bottom.png') bottom no-repeat;
		}
		
		/* */
		
			.nudge {
				margin-left:9px;
			}
			
		/* */
		.service .content {
			height:340px;
		}
		.service img {
			padding:1px;
			border: 1px solid #D2DDEE;
		}
		
		.service h1 {
			margin-top:10px;
		}
		
		/* sidebar */
		.sidebar .content {
			height:718px;
		}
		.sidebar img {
			padding:1px;
			border: 1px solid #D2DDEE;
		}
		
		.sidebar h1 {
			margin-top:10px;
		}

		/**/
		/* */
		.short .content {
			height:142px;
		}
		
		.short  img {
			padding:1px;
			border: 1px solid #D2DDEE;
		}

#footer {
	margin-top:10px;
	width:980px;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	border-top: 1px solid #aaaaaa;
}

#footer #copyright {
	float:left;
	color: #444444;
}

#copyright a {
	text-decoration:none;
	color:#114488;
}

#copyright a:hover { text-decoration:underline;}

#footer #links {
	float:right;
	color: #AAAAAA;
}

#footer #links a {
	color: #555555;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
	font-size:12px;
}

#footer #links a:hover {
	color: #222222;
}

.rotator {
	width:288px;
	height:144px;
	float:left;
	margin-bottom:10px;
}

/* CMS part */
#container {
	position:relative;
}

#writer_cp {
width:530px;
height:468px;
}



.blue {color:#003366;}  .green {color:#008833;}  .strong {font-weight:bold;}  .italic {font-style:italic;}

.larger {font-size:13px;}
.larger p {text-align:justify;}