/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img, div { behavior: url(iepngfix.htc) }

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/page_bg.jpg) repeat-x #ffffff;
	color: #222222;
}

p {
	font-size: 12px;
	line-height: 1.3em;
	padding: 0.5em 0;
}

a {
	color: #cc0000;
	text-decoration: none;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 194px;
	z-index: 0;
}

#content {
	position: relative;
	width: 100%;
	padding-top: 12px;
}

#footer {
	clear: both;
	height: 33px;
	width: 917px;
	margin: 24px auto;
	padding: 20px 0 0 0;
	background: url(images/footer_bg.jpg) no-repeat;
	font-size: 10px;
	text-align: center;
}


#col-1-1 {
	float: left;
	width: 266px;
	padding-left: 30px;
}

#col-1-2 {
	float: right;
	position: relative;
	margin-top: -150px;
	right: 0;
	width: 616px;
	padding-right: 30px;
	z-index: 10;
}

.logo {
	padding-left: 60px;
}

.contact {
	position: absolute;
	top: 0;
	right: 40px;
}

.block-top-1 {
	height: 30px;
	width: 616px;
	background: url(images/block-top-1.png) no-repeat;
}

.block-top-2 {
	width: 536px;
	padding: 0 40px;
	background: url(images/block-top-2.png) repeat-y;
}

	.block-top-2 h1, h2, h3, h4, h5 {
		font-size: 32px;
		font-weight: normal;
		padding-bottom: 6px;
	}

.block-top-3 {
	height: 30px;
	width: 616px;
	background: url(images/block-top-3.png) no-repeat;
}

.block-box-1 {
	height: 30px;
	width: 266px;
	background: url(images/block-box-1.png) no-repeat;
}

.block-box-2 {
	width: 214px;
	padding: 0 26px;
	background: url(images/block-box-2.png) repeat-y;
}

	.block-box-2 h1, h2, h3, h4, h5 {
		font-size: 21px;
		font-weight: bold;
		text-transform: uppercase;
		padding-bottom: 6px;
	}
	
	.block-box-2 p {
		margin-right: 0px;
	}
	
	.block-box-2 ul {
		list-style: none;
		line-height: 1.6em;
	}
	
	.block-box-2 ul a {
		font-size: 16px;
		font-weight: bold;
		color: #222222;
	}
	
	.block-box-2 ul a:hover {
		color: #cc0000;
	}

	.block-box-2 .active a {
		color: #cc0000;
	}
	
	.block-box-2 .active li a {
		color: #000000;
	}

	.block-box-2 .active .active a {
		color: #cc0000;
	}	
	
	.block-box-2 ul ul {
		margin-left: 12px;
	}
	
	.block-box-2 ul ul a {
		font-size: 14px;
	}
	
.block-box-3 {
	height: 30px;
	width: 266px;
	background: url(images/block-box-3.png) no-repeat;
}

.news-list {
	border-bottom: 1px solid #d1d1d1;
}

.block-plain {
	padding: 10px 30px;
	font-size: 12px;
	background: #ffffff;
}

.block-plain h2 {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	padding: 0;
	margin-top: 1em;
}

.block-plain a {
	color: #cc0000;
	text-decoration: underline;
}

.block-plain a:hover {
	text-decoration: none;
}

.block-plain ul {
	margin: 1em 2em;
}

.img-right {
	float: right;
	margin: 6px;
	border: 6px solid #dddddd;
}

.clear {
	clear: both;
}

.active {
	color: #cc0000;	
}

.active a {
	color: #cc0000;	
}

.pointer {
	cursor: pointer;
}