* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
}
body {
	font: 12px/150% Tahoma, Arial, Verdana, sans-serif;
	color: #282828; 
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#83909a;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#83909a;
	scrollbar-arrow-color:#83909a;
	scrollbar-track-color:#ffffff;
	text-align: center;
}
a {
	font: 12px/150% Tahoma, Arial, Verdana, sans-serif;
	color: #e32326;
}
a:active { 
	text-decoration: underline; 
	color: #eb6567;
}
a:hover {
	text-decoration: none; 
	color: #e32326;
}
a, img {
	border: none;
}
#logo,
#menu,	
#content, 
#footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	width: 416px;
	padding-top: 20px;
}
#flash {
	margin: 10px auto 0;
	height: 350px;
	background: url(bg-flash.jpg) center top no-repeat;
	text-align: center;
}

#flash * {
	margin-top:13px;
	margin-right:10px;
}

#menu.index {
	margin-top: -22px;
}
	#menu ul {
		float: left;
		margin-left: -17px;
		margin-bottom: 34px;
		width: 743px;
		padding: 40px 0 6px 17px;
		background: url(bg-menu.png) 0 0 no-repeat;
	}
	* html #menu ul {
		width: 760px;
	}	
	#menu.index ul {
		width: 725px;
		margin-left: 0;
		padding-top: 17px;
		padding-left: 0;
		background-position: -17px -88px;
	}
	#menu li {
		display: inline;
		margin-left: 40px;
	}
		#menu li a,
		#menu li span{
			padding-left: 10px;
			background: url(bg-menu-a.gif) 0 5px no-repeat;
			font-size: 14px;
			font-weight: bold;
			color: #338A42;
			text-decoration: underline;
		}
		#menu li a:hover {
			text-decoration: none;
		}
		#menu li span{
			color:#282828;
			background-position: 0 -10px;
			font-size: 14px;
			text-decoration:none;
		}
#search {
	position: relative;
	float: left;
	margin: 39px 0 0 16px;
	width: 220px;		
}
#menu.index #search {
	margin: 17px 0 0 34px;
}
	#search .text{
		position: relative;
		display: block;
		float: left;
		width: 219px;
		height: 21px;
		border: none;;
		padding: 3px 30px 2px 7px;
		background: url(bg-search.png) 0 0 no-repeat;
	}
	* html #search .text{
		position: absolute;
		z-index: 1;
		width: 195px;
		background: none;
		border-top: 1px solid #05410F;
		border-bottom: 1px solid #05410F;
		padding-top: 2px;
	}
	* html #search .ie-corner {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		width: 7px;
		height: 21px;
	}
	#search .button{
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: block;
		border: none;
	}

#content {
	color: #282828;
}
#content p {
	line-height: 16px;
}
	#content .title {
		display: block;
		margin-bottom: 4px;
		font-size: 11px;
		font-weight: bold;
		color: #EC2428;
	}
	#content .date {
		margin-top: 4px;
		margin-right: 4px;
		text-align: right;
		font-style: italic;
	}

#content .col {
	float: left;
	margin-right: 20px;
	width: 280px;
	font-size: 11px;
}
#content .col.projects {
	float: left;
	margin: 0 0 0 20px;
	width: 360px;
}
	#content .col h2 {
		margin-bottom: 10px;
		font-size: 16px;
	}

#content .left-col {
	float: left;
	width: 200px;
}
	#content .nav li {
		list-style: none;
		border-bottom: 1px solid #fff;
	}
	#content .nav li a,
	#content .nav li span {
		display: block;
		padding: 11px;
		text-align: right;
		font-weight: bold;
		color: #E32326;
	}
		#content .nav li span {
			background: #E6E6E6;
			color: #282828;
		}
		#content .nav li a:hover {
			background: #F8F8F8;
			color: #282828;
		}
#content .right-col {
	float: left;
	margin-left: 20px;
	width: 760px;
}
	#content .item {

		margin-bottom:35px;
	}
	#content .item .title,
	#content .item p {
		font-size: 13px;
	}
	#content .item p,
	#content .event p {
		margin-bottom: 24px;
	}
	#content .item .date,
	#content .event .date {
		
	}



#content .event h1,
#content .item h1
 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom:10px;
}

#content .item h1
{
	margin-bottom:15px;
}


#content .bot-nav {
	padding-top: 30px;
	text-align: center;
}

	#content .bot-nav a,
	#content .bot-nav .prev,
	#content .bot-nav .next {
		font-size: 13px;
		font-weight: bold;
		color: #E32326;
	}	
	#content .bot-nav .prev {
		float: left;
	}
	#content .bot-nav .next {
		float: right;
	}

#content .desc {
	margin: 0 0;
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin-bottom:10px;
}	
	#content .desc td {
		border-bottom: 2px solid #fff;
		font-size: 13px;
		padding: 6px;
	}
	#content .desc .name {
		width: 123px;
		background: #E6E6E6;
		text-align: right;
	}
	* html #content .desc .name {
		width: 135px;
	}
	#content .projects .desc {
		margin: 8px 0 13px;
	}
	#content .projects .desc td {
		font-size: 11px;
	}
	#content .portfolio {
		margin-top: 30px;
	}
		#content .portfolio .project {
			float: left;
			width: 300px;
			margin-left: 40px;
			text-align: center;
		}
		#content .portfolio .project img {
			margin-bottom: 8px;
		}
		#content .portfolio .project a {
			padding-left: 18px;
			background: url(icon-increase.gif) 0 0 no-repeat;
			font-size: 13px;
			font-style: italic;
		}
#footer {
	margin-top: 70px;
	height: 110px;
	border-top: 1px dotted #A5A5A5;
	font-size: 14px;
}
	#footer .copyright{
		float: left;
		margin-top: -1px;
		width: 215px;
		border-top: 2px solid #A5A5A5;
		padding-top: 32px;
		color: #A5A5A5;
	}
	#footer .cont .phone,
	#footer .cont .mail {
		position: relative;
		float: right;
		padding-top: 30px;
		width: 130px;
		color: #E32326;
		line-height: 18px;
		font-weight: bold;
	}
	#footer .cont .icon {
		display: block;
		position: absolute;
		top: 32px;
		left: -25px;
		width: 17px;
		height: 19px;
		background: url(footer-icons.png) 0 0 no-repeat;
	}
	#footer .cont .phone .icon {
		background-position: 0 -19px;
	}
	#footer .cont .phone span,
	#footer .cont .mail a{
		font-size: 14px;
		font-weight: normal;
		color: #338A42;
	}
	#footer .cont .mail {
		margin-left: 130px;
	}
