* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
html {
	min-width:962px;
}
body {
	background:#131313;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em;
	color:#777;
}
sup, sub {
	font-size:50%;
}
img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
	outline:none;
}
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-main {
	height:536px;
	/* background:url(images/header-bg.jpg) no-repeat center 36px; */
}
#header-most {
	height:304px;
	/* 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:18px;
}
.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:34px;
	line-height:1.2em;
	font-weight:normal;
	color:#fff;
	border-bottom:3px solid #424242;
	padding:2px 0 6px 0;
	margin-bottom:32px;
}
	h2.alt {
		margin-bottom:22px;
	}
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 {
	margin-top:20px;
	padding-top:35px;
	border-top:1px solid #303030;
	color:#0096ff;
	font-size:1.42em
}
	.last-link a {
		color:#0096ff;
	}

.line-hor {
	background:#303030;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-vert-1and2, .line-vert-2and3  {
	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-main .row-1 {
	height:36px;
	font-size:.83em;
	color:#aaa;
	text-transform:uppercase;
}
	#header-main .row-1 .fleft {
		padding:7px 0 0 0;
	}
	#header-main .row-1 .top-links {
		float:right;
		padding:8px 0 0 0;
		margin-right:-6px;
	}
		#header-main .row-1 .top-links li {
			display:inline;
		}
			#header-main .row-1 .top-links li a {
				color:#aaa;
				padding:0 6px 0 3px;
				text-decoration:none;
			}
			#header-main .row-1 .top-links li a.current {
				color:#d90;
				padding:0 6px 0 3px;
				text-decoration:none;
			}
			#header-main .row-1 .top-links li a:hover {
				text-decoration:underline;
			}
#header-main .row-2 {
	height:110px;
}
	#header-main .row-2 .fleft {
		padding:6px 0 0 0;
	}
	#header-main .row-2 .nav {
		float:right;
		font-size:20px;
		line-height:1.2em;
		padding:80px 0 0 0;
	}
		#header-main .row-2 .nav li {
			display:inline;
		}
			#header-main .row-2 .nav li a {
				color:#fff;
				text-decoration:none;
				padding:0 0 0 18px;
			}
			#header-main .row-2 .nav li a.current {
				text-decoration:none;
				color:#d90;
			}
			#header-main .row-2 .nav li a:hover {
				text-decoration:none;
				color:#0096ff;
			}
#header-main .row-tabs {
	height:36px;
	font-size:1.5em;
	color:#888;
	/* text-transform:uppercase; */
}
	#header-main .row-tabs .fleft {
		padding:7px 0 0 0;
	}
	#header-main .row-tabs .top-links {
		float:left;
		padding:8px 0 0 0;
		margin-right:-6px;
	}
		#header-main .row-tabs .top-links li {
			display:inline;
		}
			#header-main .row-tabs .top-links li a {
				color:#888;
				padding:0 6px 0 3px;
				text-decoration:none;
			}
			#header-main .row-tabs .top-links li a.current {
				color:#d90;
				padding:0 6px 0 3px;
				text-decoration:none;
			}
			#header-main .row-tabs .top-links li a:hover {
				text-decoration:underline;
			}


#header-most .row-1 {
	height:36px;
	font-size:.83em;
	color:#aaa;
	text-transform:uppercase;
}
	#header-most .row-1 .fleft {
		padding:7px 0 0 0;
	}
	#header-most .row-1 .top-links {
		float:right;
		padding:8px 0 0 0;
		margin-right:-6px;
	}
		#header-most .row-1 .top-links li {
			display:inline;
		}
			#header-most .row-1 .top-links li a {
				color:#aaa;
				padding:0 6px 0 3px;
				text-decoration:none;
			}
			#header-most .row-1 .top-links li a.current {
				color:#d90;
				padding:0 6px 0 3px;
				text-decoration:none;
			}
			#header-most .row-1 .top-links li a:hover {
				text-decoration:underline;
			}
#header-most .row-2 {
	height:110px;
}
	#header-most .row-2 .fleft {
		padding:6px 0 0 0;
	}
	#header-most .row-2 .nav {
		float:right;
		font-size:20px;
		line-height:1.2em;
		padding:80px 0 0 0;
	}
		#header-most .row-2 .nav li {
			display:inline;
		}
			#header-most .row-2 .nav li a {
				color:#fff;
				text-decoration:none;
				padding:0 0 0 18px;
			}
			#header-most .row-2 .nav li a.current {
				text-decoration:none;
				color:#d90;
			}
			#header-most .row-2 .nav li a:hover {
				text-decoration:none;
				color:#0096ff;
			}
#header-most .row-tabs {
	height:36px;
	font-size:1.5em;
	color:#888;
	/* text-transform:uppercase; */
}
	#header-most .row-tabs .fleft {
		padding:7px 0 0 0;
	}
	#header-most .row-tabs .top-links {
		float:left;
		padding:8px 0 0 0;
		margin-right:-6px;
	}
		#header-most .row-tabs .top-links li {
			display:inline;
		}
			#header-most .row-tabs .top-links li a {
				color:#888;
				padding:0 6px 0 3px;
				text-decoration:none;
			}
			#header-most .row-tabs .top-links li a.current {
				color:#d90;
				padding:0 6px 0 3px;
				text-decoration:none;
			}
			#header-most .row-tabs .top-links li a:hover {
				text-decoration:underline;
			}


.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:8px 16px 35px 16px;
}
#content .inner {
	padding:0 0 17px 0;
}
.list1 {
	padding-bottom:16px;
}
	.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 a.img-wrap-left {
			display:block;
			float:left;
			border:6px solid #2b2b2b;
			margin-right:19px;
			margin-bottom:90px;
		}
		.list1 li a.img-wrap-left:hover {
			border:6px solid #d90;
		}
		.list1 li a.img-wrap-right {
			display:block;
			float:right;
			border:6px solid #2b2b2b;
			margin-left:19px;
			margin-bottom:90px;
		}
		.list1 li a.img-wrap-right:hover {
			border:6px solid #d90;
		}
		.list1 li a {
			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:6px;
	margin-bottom:6px;
	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:10px 0 10px 5px;
		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 {
		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:#975;
		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;
		}

/*==========================================*/

