/* default styles */
*{ margin: 0; padding: 0; text-transform: lowercase; 
}
body { font: .7em Arial, Verdana, Sans-Serif; line-height: 1.7em; background: #fff url(images/menu.gif) repeat-x; color: #454545; }
a { color: #3F2C57; background: inherit; text-decoration: none; }
#left a, #right a { border-bottom: 1px dotted #3F2C57; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 { font: normal 2.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; padding: 0 0 0 0; margin: 0; }
h2 { margin: 0; padding: 0; font: normal 1.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
img { 
	border: 0; 
	behavior: url("pngbehavior.htc");
}
li {
	margin-left: 2em;
}

.clearboth {
	clear: both;
	float: none;
}


/* layout */
#content { margin: 0 auto; width: 980px; margin-bottom: 10px;}
#header {
	padding: 0px 0;
	color: #fff;
	margin: 0 0 0px 0;
	height: 254px;
}
	#header h1 {
		margin: 0;
		padding: 0;	
		line-height: 1em;
	}

	#header h1 span{
		display: none;
		
	}

/* main horizontal menu */
#tablist{  padding: 26px 0 0 0;  }
	#tablist li{ 
		list-style: none; 
		display: inline;  
		margin: 0;
	}
	#tablist li a{
		text-decoration: none;
		
		padding: 40px 15px 5px 15px;
		border: 0;
		font-weight: bold;
		color: #ccc;
	}
	#tablist li a:hover{
		background-color: transparent;
		background-image: url(images/bg_menu.gif);
		background-position: top left;
		background-repeat:repeat-x;
		color: #fff;
	}
	#tablist li a.current{
		background-color: transparent;
		background-image: url(images/bg_menu.gif);
		background-position: bottom left;
		background-repeat:repeat-x;
		color: #fff;
	}
	#tablist .key { text-decoration: underline; }


/* left side */
#left {
	float: left;
	width: 670px;
	margin: 0 0 10px 0;
}
	
	.highlight { 
		background: #C5E7F6; 
		color: #000; 
	}
	.left_articles {
		margin: 0 0 10px 0;
		border: 2px solid #eee;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #F4F1F8;
		color: #808080;
		border-left: 3px solid #E8E2F2;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds_container {
		background-image: url(images/main_links_bkg2.gif);
		background-position: top left;
		background-repeat:no-repeat;
		border: 1px solid red;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		
/* right side */
#right {
	float: right;
	width: 280px;
	margin: 0 0 10px 0;
	padding: 65px 0 0 0;
	background: url(images/right.jpg) no-repeat top right;
	
}
	.button {
		font: normal 1.6em "Georgia", "Times New Roman", Arial;
		color: #20449c;
		text-align: center;
		margin: 0 0 110px 0; 
	}
	.big { color: #2e2e2e; font: normal 2em "Georgia", "Times New Roman", Arial; }
	.box {
		width: 240px;
		
		border: 1px solid #e1e1e1;
		background-color: #f6f9fb;
		padding: 10px 10px 15px 10px;
		margin-bottom: 10px;
	}
	.box h2 {
		font-family:Arial, Verdana, Sans-Serif;
		font-weight: bold;
		color: #9f9f9f;
		font-size: 1.1em;
	}
	#side_menu { margin: 0 0 20px 0; }
	#side_menu li { list-style: none; }
	#side_menu li a { color: #3F6C24; border: 0; margin: 0 0 1px 0; display: block; background: #fff url(images/side_menu.gif) repeat-x; padding: 8px 10px; }
	#side_menu li a:hover { color: #fff; background: #fff url(images/side_menu_hover.gif) repeat-x; }	
	
	.image { float: left; margin: 0 9px 3px 0; }
	
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	: 10px;
}
	#col1 {
		width: 300px;
		float: left;
	}
	#col2 {
		width: 300px;		
		float: left;
		border-left: 1px solid #ccc;
		padding-top: 7px;
		padding-left: 23px;
			}
	#col3 {
		width: 300px;
		float: right;
		border-left: 1px solid #ccc;
		padding-top: 7px;
		padding-left: 23px;
	}
	
