@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	text-align:center;
	background-image:url(images/bg-r.png);
	background-repeat:repeat-x;
	background-color:#1f1f1f;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.widthcenter {
	width:970px;
	margin:auto;
	text-align:left;
}
#header{
	position:relative;
	z-index:100;
	height:317px;
}
	.background_container {
		position:absolute;
		top:0;
		left:0;
		z-index:101;
		width:970px;
		height:317px;
	}
	


#logo{
	position:absolute;
	top:9px;
	left:0;
	z-index:102;
}

#container{
	position:relative;
	width:970px;
	margin:auto;
	text-align:left;
	padding-top:13px;
	background-color:white;
	background-image:url(images/bodybg.png);
	background-repeat:repeat-y;
}
.paddedbox{
	padding:9px;
	position:relative;
	z-index:103;
}
	#left_col{
		float:left;
		width:560px;
	}
	#lft_push{
		margin-left:30px;
	}
	#right_col{
		float:right;
		width:320px;
		margin-right:0px;
		position:relative;
	}
	#rte_push{
		margin-right:35px;
	}
	.rssBox {
		background-image:url(images/sidebar.png);
		padding:37px 10px 10px 10px;
		position:relative;
		background-color:#FFFFFF;
		
	}
	.rssBox h1{
		position:absolute;
		top:9px;
		left:28px;
	}
	.sideBox {
		background-image:url(images/sidebar2.png);
	}
	.sideBox  h1{
		left:25px;	
	}
	#fullWidth{
		float:left;
		width:900px;
		clear:left;
		padding-left:16px;
	}

	.highlighted2{
		position:relative;
	}
	.highlighted2 a:hover{
		background-color:#fcf3b8;
	}	
	.highlighted{
		position:relative;
		background:url(images/speach_bubble.png) bottom left no-repeat;
		padding-bottom:20px;
		background-color:#e3e3e3;
	}
	.highlighted a:link, .highlighted a:visited,.highlighted a{
	color:#333;
	}
	.highlighted a:hover{
		background-color:#fcf3b8;
	}	
	
	#footer {
		clear:both;
		float:left;
		width:910px;
		margin-left:20px;
		margin-top:30px;
		border-top:1px solid #ccc;
		padding-top:10px;
	}	
	
/* Menus */
#navcontainer {
	float:right;
	position:relative;
	top:20px;
	z-index:102;
}
#navlist ul {


}

#navlist li {
	list-style:none;
	display:inline;
}

#navlist li a {
	color:white;
	padding:1px 7px 1px 7px;
	margin:0;
	margin-right:10px;

	font-size:22px;
	text-decoration:none;
	font-family:"Myriad Pro",  Verdana, Geneva, Arial, helvetica, sans-serif;
 	font-style:italic;
}
#navlist li a:hover{
	color:#333;
	text-decoration:none;
	background-color:#e8e8e8;
}
#navlist .current {

	color:#ffa128;
}