@charset "utf-8";
/* CSS Document */

/* BASICS */
body, html{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
input, textarea{ font-family:Arial, Helvetica, sans-serif; }
body{ background:#2d2d2d; color:#333333; }
img{ border:none; }
form{ margin:0px; padding:0px; }
a{ color:#273354; }
	a:hover{ color:#485370; }
p{ margin:0 0 15px 0; }
h1, h2, h3, h4, h5, h6{ margin:0 0 5px 0; font-weight:bold; }
	h1{ font-size:24px; font-style:italic; color:#8b7f62; }
	h2{font-size:18px; }
	h3{ font-size:16px; }
	h4{ font-size:14px; }
ol, ul{ margin:10px; margin-left:40px; padding:0; }
.hr{ background:#e5e5e5; height:1px; overflow:hidden; margin:10px 0; }

.input{ padding:2px; background:url(../images/site/input_shadow.gif) top left no-repeat #ffffff; border: 1px solid #333333; font-size:12px; }
.subalert{ font-size:10px; color:darkred; font-weight:bold; }
.darker{ background-image:url(../images/transparencies/black_5perc.png); }
.yellow{ background-image:url(../images/transparencies/yellow_10perc.png); }
.red{ background-image:url(../images/transparencies/red_30perc.png); }
.clear{ clear:both; }
.clear_left{ clear:left; }
.clear_right{ clear:right; }
.spacer{ height:5px; }

/* TEMPLATE */

.header{
	background:url(../images/site/header_bg.gif) repeat-x;
	height:75px;
	z-index:2;
	position:relative;
}
	.header .container{
		height:70px;
		padding:0;
		background:none;
	}
	.header .logo{
		background:url(../images/site/pngs.png) 0 -184px no-repeat;
		height:88px;
		width:515px;
		position:absolute;
		top:0;
		left:-7px;
	}
	.header .nav{
		position:absolute;
		z-index:100;
		top:38px;
		right:5px;
		height:25px;
		width:100%;
	}
			.header .nav *{
				white-space:nowrap;
			}
			.header .nav .item{
				position:relative;
				float:right;
				margin-left:6px;
				height:25px;
				color:white;
			}
				.header .nav .item span{
					display:block;
					width:7px;
					height:25px;
					background:url(../images/site/pngs.png);
					position:absolute;
					top:0;
				}
				.header .nav .hover span{
					height:27px !important;
				}
				.header .nav .item .left{
					background-position:0px 0px;
					left:0px;
				}
					.header .nav .item:hover .left{
						background-position:0 -25px;
					}
					.header .nav .hover .left{
						background-position:-218px 0 !important;
					}
				.header .nav .item .right{
					background-position:-210px 0px;
					right:0px;
				}
					.header .nav .item:hover .right{
						background-position:-210px -25px;
					}
					.header .nav .hover .right{
						background-position:-427px 0 !important;
					}
				.header .nav .item .link{
					display:block;
					height:25px;
					margin:0 7px;
					line-height:24px;
					font-weight:bold;
					font-size:14px;
					color:white;
					text-decoration:none;
					background:url(../images/site/pngs.png) -5px 0 no-repeat;
				}
					.header .nav .item:hover .link{
						color:#FFFF99;
						background-position:-5px -25px;
					}
					.header .nav .hover .link{
						background-position:-225px 0 !important;
						height:27px !important;
					}
				.header .nav .item .extend{
					position:absolute;
					top:27px;
					left:0;
					background:url(../images/site/pngs.png);
					display:none;
				}
					.header .nav .hover .extend{
						display:block !important;
					}
					.header .nav .item .services{
						background-position:-218px -27px;
						width:348px;
						height:137px;
						padding:5px 15px 12px 8px;
					}
					.header .nav .item .services a{
						color:white;
						display:block;
						padding:3px 0 2px 20px;
						text-decoration:none;
						background:url(../images/icons/5.png) center left no-repeat;
					}
					.header .nav .item .services a:hover{
						color:#FFFF99;
					}
.body{
	position:relative;
	z-index:1;
}
.shadow{
	background:url(../images/site/side_shadow.png) center repeat-y;
}
.container{
	position:relative;
	width:990px;
	margin:0 auto;
	padding:5px;
	background:white;
}

.article_search{
	height:24px;
	background:url(../images/site/search_bg.gif) repeat-x;
	line-height:24px;
	color:white;
	margin-bottom:5px;
	position:relative;
}
	.article_search .input{
		margin:2px 0 0 3px;
		width:250px;
		float:left;
	}
	.article_search .button{
		float:left;
		display:block;
		width:30px;
		height:24px;
		background:url(../images/site/pngs.png) -434px 0 no-repeat;
	}
	.article_search .button:hover{
		background-position:-464px 0;
	}
	.article_search .share{
		background:url(../images/transparencies/white_30perc.png);
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		height:18px;
		padding:2px 5px 0 5px;
		position:absolute;
		right:15px;
		top:2px;
		text-align:right;
	}
	.article_search .share a{
		color:white;
		font-weight:bold;
		text-decoration:none;
		line-height:17px;
	}
	
.highlight_article_header{
	background:url(../images/site/headline_article_bg.gif) no-repeat;
	padding:5px;
	margin:0 auto;
	width:242px;
	height:116px;
	overflow:hidden;
}
.highlight_article_body{
	width:235px;
	margin:0 auto;
	text-align:justify;
}
	.highlight_article_body h1{
		font-size:16px;
		font-weight:bold;
		color:#333333;
		margin:0;
		font-style:normal;
	}
	.highlight_article_body p{
		font-size:12px;
		font-weight:normal;
		color:#555555;
	}
	
.newsletter_sidebar{
	background:url(../images/site/ck_newsletter_sidebar.jpg);
	width:193px;
	height:254px;
	padding:45px 12px 6px 12px;
	font-weight:bold;
}
.newsletter_sidebar .input{
	width:187px;
	margin-bottom:8px;
}

.facebook_button{
	display:block;
	margin:3px 0;
	width:217px;
	height:27px;
	background:url(../images/site/pngs.png) 0 -52px;
}
	.facebook_button:hover{
		background-position:0 -81px;
	}
.myspace_button{
	display:block;
	margin:3px 0;
	width:217px;
	height:27px;
	background:url(../images/site/pngs.png) 0 -110px;
}
	.myspace_button:hover{
		background-position:0 -139px;
	}

.sidebar_object{
	background:url(../images/site/sidebar_object_inside.jpg) repeat-y;
	width:217px;
}
	.sidebar_object .top{
		background:url(../images/site/sidebar_object_top.jpg) no-repeat;
		font-size:14px;
		color:#333333;
		font-weight:bold;
		height:25px;
		padding:2px 12px 0 12px;
		line-height:25px;
	}
	.sidebar_object .inside{
		background:url(../images/site/sidebar_object_gradient.jpg) bottom center no-repeat;
		padding:5px 12px 8px 12px;
	}
	.sidebar_articles h1{
		font-size:12px;
		font-weight:bold;
		margin:0;
		color:#333333;
		font-style:normal;
	}
	.sidebar_articles p{
		text-align:justify;
		color:#666666;
	}

.content{
	padding:0 5px;
	width:758px;
}

.footer{
	background:url(../images/site/footer_bg.gif) repeat-x;
	height:30px;
	color:white;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
	line-height:30px;
}
	.footer a, .footer span{
		font-weight:bold;
		margin:0 5px;
		text-decoration:none;
		color:white;
	}
		.footer a:hover{
			color:#FFFF99;
		}


/* FEEDBACK */

.feedback{
	margin:0 auto;
	position:relative;
	margin-bottom:10px;
}
.feedback ul li{
	font-style:italic;
}
.feedback h1{
	font-weight:bold;
	font-size:20px;
	margin:10px 0;
}
.feedback .failure, .feedback .success{
	padding:10px 10px 10px 70px;
	min-height:50px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.feedback .failure{
	background:url(../images/icons/warning_48.png) no-repeat 10px 10px #FFFF99;
}
.feedback .success{
	background:url(../images/icons/accepted_48.png) no-repeat 10px 10px #E4FFD9;
}
