img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

object {
	vertical-align: top;
	outline: none;
}

.col-1 ul,ol, .col-2 ul,ol, .col-3 ul,ol{
	list-style: none;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.col-1,.col-2,.col-3 {
	float: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.block {
	width: 100%;
}

.container {
	width: 962px;
	margin: 0 auto;
	font-size: .75em;
	position: relative;
}

/*==== GLOBAL =====*/
#header {
	height: 536px;
	background: url(images/header-bg.jpg) no-repeat center 36px;
}

#content {
	background: url(images/content-bg.jpg) no-repeat center bottom;
}

#footer {
	padding: 18px 0 60px 18px;
	font-size: .83em;
}

/*---- tailings ----*/
.tail-top {
	background: url(images/tail-top.gif) left top repeat-x;
}

/*----- forms parameters -----*/
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
}

/*----- other -----*/
.img-indent {
	margin: 0 20px 0 0;
	float: left;
}

.img-box {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.img-box img {
	float: left;
	margin: 0 20px 0 0;
}

.extra-wrap {
	overflow: hidden;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}

.p1 {
	margin-bottom: 9px;
}

.p2 {
	margin-bottom: 18px;
}

.p3 {
	margin-bottom: 27px;
}

.p4 {
	margin-bottom: 36px;
}

.p5 {
	margin-bottom: 45px;
}

/*----- txt, links, lines, titles -----*/
a {
	color: #a8a8a8;
	outline: none;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: normal;
	color: #fff;
	border-bottom: 3px solid #424242;
	padding: 2px 0 6px 0;
	margin-bottom: 18px;
}

h2 a
{
	text-decoration: none;
}

h2.alt {
	margin-bottom: 5px;
}

h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #a8a8a8;
	line-height: 1.33em;
	margin-bottom: 18px;
}

h4 {
	font-size: 1.25em;
	font-weight: normal;
	color: #fff;
}

.last-link {
	color: #6666cc;
	font-size: 1.2em;
	float: right;
}

.last-link a {
	color: #6666cc;
}

.line-hor {
	background: #303030;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 20px 0 20px 0;
}

.line-ver,.line-ver1 {
	background-image: url(images/line-ver.gif);
	background-repeat: repeat-y;
	width: 100%;
}

.address {
	color: #fff;
	font-size: 1.25em;
	padding-bottom: 6px;
}

.address dt {
	margin-bottom: 18px;
}

.address dd {
	clear: both;
}

.address dd span {
	float: left;
	width: 115px;
}

.address dd a {
	color: #fff;
}

.department {
	padding-bottom: 29px;
}

.department dt {
	font-size: 1.25em;
	color: #a8a8a8;
}

.department dd {
	clear: both;
}

.department dd span {
	float: left;
	width: 115px;
}

.department dd a {
	color: #a8a8a8;
}

/*===== header =====*/
#header .row-1 {
	height: 36px;
	font-size: .83em;
	color: #555;
	text-transform: uppercase;
}

#header .row-1 .fleft {
	padding: 7px 0 0 0;
}

#header .row-1 .top-links {
	float: right;
	padding: 8px 0 0 0;
	margin-right: -6px;
}

#header .row-1 .top-links li {
	display: inline;
}

#header .row-1 .top-links li a {
	color: #777;
	padding: 0 6px 0 3px;
	text-decoration: none;
}

#header .row-1 .top-links li a:hover {
	text-decoration: underline;
}

#header .row-2 {
	height: 137px;
}

#header .row-2 .fleft {
	padding: 18px 0 0 0;
}

#header .row-2 .nav {
	float: right;
	font-size: 20px;
	line-height: 1.2em;
	padding: 90px 0 0 0;
}

#header .row-2 .nav li {
	display: inline;
}

#header .row-2 .nav li a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 18px;
}

#header .row-2 .nav li a:hover,#header .row-2 .nav li a.current {
	text-decoration: none;
	color: #6666cc;
}

.rss {
	position: absolute;
	top: 36px;
	right: 0;
	width: 156px;
	height: 52px;
	overflow: hidden;
}

.rss img {
	position: absolute;
}

.rss.closed img {
	top: -39px;
}

/*--- kwicks ---*/
.kwicks-box {
	border: 1px solid #323232;
	padding: 12px;
}

.kwicks { /* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 936px;
	height: 337px;
}

.kwicks li {
	/* these are required, but the values are up to you (must be pixel) */
	width: 134px;
	height: 337px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;
	/* if you need padding, do so with an inner div (or implement your own box-model hack) */
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity = 50);
}

.kwicks li.active {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0; /*Set to same as spacing option. */
	float: left;
}

/*===== content =====*/
#content .indent {
	padding: 44px 16px 35px 16px;
}

#content .inner {
	padding: 0 0 17px 0;
}

.list1 {
	padding-bottom: 4px;
}

.list1 li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 13px;
	margin-bottom: 16px;
}

.list1 li.last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.list1 li div.img-wrap, .news-single-img, div.img-wrap {

	display: block;
	float: left;
	border: 6px solid #2b2b2b;
	margin-right: 16px;
	margin-bottom: 4px;
	margin-top: 2px;
}
.news-list-item div.img-wrap img { margin: 0; }
.news-list-item { clear: both; }
.news-list-item h2 { margin-bottom: 5px; }

.news-single-img img { margin-bottom: -4px; }

_.list1 li div.img-wrap:hover {
	border: 6px solid #fff;
}

_.list1 li div {
	color: #fff;
}

.list2 li {
	background: url(images/bull.gif) no-repeat left 5px;
	padding: 0 0 20px 19px;
	font-size: 1.25em;
	line-height: 1.33em;
	vertical-align: top;
}

.list2 li a {
	text-decoration: none;
	display: block;
}

.list2 li a:hover {
	color: #fff;
}

.projects {
	margin-bottom: -10px;
}

.projects li {
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	position: relative;
}

.projects li.last {
	border: none;
	padding: 0;
	margin: 0;
}

.projects li a {
	text-decoration: none;
	display: block;
	color: #424242;
	padding: 8px 0 8px 5px;
	position: relative;
}

.projects li.sub a {
	text-decoration: none;
	display: block;
	color: #424242;
	padding: 6px 0 6px 25px;
	position: relative;
}

.projects li.sub2 a {
	text-decoration: none;
	display: block;
	color: #424242;
	padding: 6px 0 6px 50px;
	position: relative;
}

.projects li a span {
	position: absolute;
	display: block;
	width: 255px;
	padding: 15px 15px 22px 15px;
	background: #222;
	top: 0;
	left: -285px;
	visibility: hidden;
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.projects li a span img {
	display: block;
	border: 1px solid #333;
	padding: 8px;
	margin-bottom: 15px;
}

.projects li a:hover span {
	visibility: visible;
}

.projects li a:hover, .projects li a.current, .projects li a.subcurrent, .projects li a.sub2current {
	background: #222;
}

.projects li a strong {
	display: block;
	color: #a8a8a8;
	font-size: 1.25em;
	font-weight: normal;
}

.img-list {
	width: 100%;
	overflow: hidden;
	padding-bottom: 24px;
}

.img-list li {
	float: left;
	margin-right: 39px;
}

.img-list li.last {
	margin-right: 0;
}

.testimonials li {
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 16px;
	margin-bottom: 17px;
}

.testimonials li.last {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0;
}

.testimonials li h3 {
	margin-bottom: 0;
}

/*===== footer =====*/
#footer,#footer a {
	color: #555;
	text-transform: uppercase;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*----- forms -----*/
#ClockForm fieldset {
	border: none;
	float: left;
	text-align: left;
}

#ClockForm fieldset input {
	border: none;
	background: none;
	color: #555;
	text-transform: uppercase;
	width: 300px;
}

#contacts-form fieldset {
	border: none;
}

#contacts-form label {
	display: block;
	height: 40px;
}

#contacts-form label input {
	width: 274px;
	padding: 3px 0 3px 5px;
	color: #424242;
	background: #aeadad;
}

#contacts-form textarea {
	width: 274px;
	height: 173px;
	padding: 3px 0 3px 5px;
	color: #424242;
	overflow: auto;
	background: #aeadad;
}
/*========================================== EDIT*/

.col-1 ul, .col-2 ul, .col-3 ul 
{
	padding-bottom: 20px;
}

.csc-default ul
{
	padding-bottom: 10px;
	padding-left: 15px;
}

table td { padding: 3px; }
.news-list-item h2 { font-size: 17px; font-weight: bold; } 