/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.75em Arial;
	color:#4b4b4b;
	background:#fff;
}

a {
	text-decoration:underline;
	color:#5f676e;
}

a:hover {
	text-decoration:none;
}

h1 {
	font:normal 1.4em Arial;
	color:#333;
	margin:0 0 10px;
}

h2 {
	font:normal 1.4em Arial;
	color:#333;
	margin:0 0 10px;
}

/* Structure */

.wrapper {
	padding:0 58px 0 57px;
	width:885px;
	margin:0 auto;
	background:url("images/bg.jpg") no-repeat center top;
}

.container {
	width:100%;
	float:right;
	margin-left:-270px;
}

/* Header */

.header {
	position:relative;
	height:154px;
}

	.logo {
		position:absolute;
		top:0px;
		left:13px;
	}
	
	.slogan {
		position:absolute;
		top:60px;
		color:#5a5a5a;
		left:25px;
	}
	
	.nav {
		position:absolute;
		top:38px;
		left:749px;
		font-size:0;
		line-height:0;
	}
	
		.nav li {
			margin:0 22px 0 0;
			float:left;
		}
/* Content */

.content {
	margin-left:250px;
	padding:0 0 20px;
	line-height:1.5em;
}

	.content p {margin:0 0 16px;}
	
	.imgleft {
		float:left;
		margin:0 12px 0 0;
	}
	
	.imgright {
		float:right;
		margin:0 0 0 12px;
	}
	
.content img {
         margin: 6px;
         padding: 4px;
         border: 1px solid #e5e5e5;  

}


	/* News */

	.news {
		overflow:hidden;
		margin:0 0 20px;
		line-height:1.2em;
	}
	
		.news dl {
			float:left;
			width:285px;
			padding:0 17px 0 0;
			color:#4b4b4b;
		}
		
			.news dt {margin:0 0 5px;}
	
	/* Block */
	
	.block {
		background:#c9dae9 url("images/block.gif") no-repeat right bottom;
		border-top:1px solid #a1afbb;
		padding:12px;
		margin:0 0 30px;
		line-height:1.2em;
	}

.block img {
         margin: 0px;
         padding: 0px;
         border: NONE;  

}


	
	/* Gallery */
	
	.gallery {
		overflow:hidden;
		margin:0 -7px 0 0;
	}
	
		.gallery li {
			float:left;
			width:190px;
			padding:0 9px 0 0;
		}
		
			.gallery p {margin:0 0 5px;}
	
/* Left column */

.leftside {
	width:223px;
	float:left;
	padding:0 0 20px;
}

	/* Menu */

	.menu {
		overflow:hidden;
	}
	
		.menu li {
			background:url("images/menu.gif") repeat-x bottom;
			padding:10px 0 12px;
			margin:0 0 -2px;
		}
		
			.menu li a {
				background:url("images/bullet.gif") no-repeat left 8px;
				padding:0 0 0 16px;
			}
			
			.menu ul {
				padding:5px 0 0;
			}
			
				.menu ul li {
					background:none;
					padding:5px 0 5px 16px;
					margin:0;
				}
				
					.menu ul li a {
						background:url("images/bullet2.gif") no-repeat left 7px;
						padding:0 0 0 9px;
					}
	
/* Footer */

.footer {
	clear:both;
	border-top:2px solid #a1afbb;
	padding:40px 0 40px 270px;
	position:relative;
}

	.copyright {
		float:right;
	}
	
	.c-block {
		position:absolute;
		top:40px;
		left:0;
	}
	
		.c-block img {
			margin-right:10px;
		}
