* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:970px;
}
body { 
	background:#f7f7f7; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#828282;
}

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, .col-4 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:970px; 
	margin:0 auto;
	font-size:.75em;
}

#header {
	height:142px;
	overflow:hidden;
}
#footer { padding:0 0 10px; }


/*----- 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 30px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 30px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#58a1a0; 
	outline:none;
}
a:hover{
	text-decoration:none;
}
#logo {
	float:left;
	padding-top: 35px;
}
h1 {
	float:left;
	background:url(images/logo.png) no-repeat 4px 78px;
	font-family:"Times New Roman", Times, serif;
}
	h1 a {
		color:#1d1d1d;
		text-decoration:none;
	}
		h1 a span {
			color:#b6b6b6;
			font-weight:normal;
		}
h2 {
	font-size:36px;
	line-height:32px;
	color:#252525;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:20px;
	padding-top:10px;
}
	h2.alt {
		letter-spacing:-1px;
	}
h3 {
	font-size:18px;
	color:#4f5658;
	line-height:22px;
	margin-bottom:16px;
}
h4 {
	font-size:18px;
	color:#4f5658;
	line-height:22px;
	margin-bottom:6px;
}
	h4 span {
		display:block;
		font-size:11px;
		color:#bcbcbc;
		font-weight:normal;
	}
h5 {
	font-size:1em;
}


.txt1 {
	font-size:14px;
	line-height:20px;
	color:#666;
}
.txt2 {
}

.link1 { 
	background:url(images/arrow1.gif) no-repeat 100% 3px;
	padding-right:15px;
	font-size:12px;
	color:#0e0e0e;
	font-weight:bold;
}
.link2 {
	color:#ababab;
}
	

.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(images/button-left.html) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(images/button-right.html) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}

.line-hor { 
	padding-bottom:40px;
	margin-bottom:37px;
	background:url(images/line-dot.gif) 0 100% repeat-x;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	background:#dfdfdf;
	width:100%;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:20px 25px 17px 26px;
	}

.extra-box {
	background:url(images/pagination-bg.gif) no-repeat 0 0;
	height:44px;
	overflow:hidden;
}
	.extra-box .inner {
		padding:8px 0 0 26px;
	}
	
	.date {
		float:left;
	}
		.date li {
			float:left;
		}
		.date li.day {
			background:url(images/day.jpg) no-repeat 0 0;
			width:27px;
			padding:6px 5px 2px 0;
			font-size:12px;
			color:#000;
			text-align:center;
			font-weight:bold;
		}



.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:83px;
	}
	.address dd a {
		color:#828282;
	}


.departments {
	margin-top:-30px;
}
	.departments dt {
		padding-top:30px;
	}
	.departments dd { 
		clear:both;
	}
		.departments dd span { 
			float:left;
			width:83px;
		}
		.departments dd a {
			color:#828282;
		}


/*===== header =====*/
#header .nav {
	float:right;
	padding:64px 24px 0 0;
}
	#header .nav li {
		float:left;
		background:url(images/divider.gif) no-repeat 0 0;
		padding-left:31px;
	}
	#header .nav li.first {
		background:none;
	}
		#header .nav li a {
			font-size:17px;
			color:#b7b7b7;
			font-weight:bold;
			line-height:1.2em;
			text-decoration:none;
			float:left;
			padding:21px 0 20px 0;
		}
		#header .nav li a:hover, #header .nav li a.current { color:#62AC1E; 		}


/*--- slider begin ---*/
#faded {
	width:970px;
	height:523px;
	overflow:hidden;
	margin-bottom:10px;
}

ul.pagination {
	background:url(images/pagination-bg.gif) no-repeat 0 0;
	height:44px;
	overflow:hidden;
	padding:0 0 0 25px;
}
ul.pagination li { 
	float:left;
	padding:14px 8px 0 0;
}
ul.pagination li a {
	float:left;
	background:url(images/marker1.gif) no-repeat 0 0;
	width:15px;
	height:15px;
	color:#505e5c;
	text-decoration:none;
	text-align:center;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
ul.pagination li a:hover {
	background:url(images/marker1-act.gif) no-repeat 0 0;
}
ul.pagination li.current a { 
	background:url(images/marker1-act.gif) no-repeat 0 0;
	color:#fff;
}

#faded .rap {
	height:477px;
	margin-bottom:2px;
}
/*--- slider end ---*/
	


.banner img {
	float:left;
	margin-right:31px;
}
.banner h4 {
	padding-top:31px;
}



/*===== content =====*/
#content .indent {
	padding:40px 24px 70px 25px;
}

#content .section {
	padding-bottom:60px;
}



/*--- list styles ---*/
.list1 {
	padding-bottom:20px;
}
.list1 li {
	background:url(images/arrow1.gif) no-repeat 0 5px;
	padding:0 0 8px 16px;
	font-size:18px;
	line-height:1.2em;
}
	.list1 li a {
		color:#58a1a0;
		font-weight:bold;
	}


.img-list li {
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
	font-size:12px;
	line-height:1.5em;
	color:#828282;
}
	.img-list li img {
		float:left;
		margin-right:16px;
	}
	.img-list li h4 {
		padding-top:5px;
	}

/*===== footer =====*/
#footer {
	color:#545454;
	font-size:10px;
}
	#footer span {
		text-transform:uppercase;
		color:#858585;
	}
	#footer a {
		color:#545454;
	}
	
	.social-services {
		float:right;
	}
		.social-services li {
			float:left;
			padding-left:9px;
		}


/*----- forms -----*/
#ClockForm {
	float:left;
}
#ClockForm fieldset {
	border:none;
	float:left;
}
	#ClockForm input {
		border:none;
		color:#99b2b2;
		font-size:12px;
		width:110px;
		padding:5px 0 6px 0;
		background:none;
	}

#TimeForm {
	float:left;
}
#TimeForm fieldset {
	border:none;
	background:url(images/clock-bg.jpg) no-repeat 0 0;
	float:left;	
}
	#TimeForm input {
		border:none;
		color:#99b2b2;
		font-size:12px;
		width:100px;
		padding:5px 0 6px 36px;
		background:none;
	}


#search-form {
	float:right;
	padding:0 25px 0 0;
}
	#search-form fieldset {
		border:none;
		background:url(images/search-bg.gif) no-repeat 0 0;
		float:right;
	}
	#search-form input.text {
		width:190px;
		padding:7px 5px 7px 12px;
		background:none;
		border:none;
		color:#898989;
	}
	#search-form input.submit {
		width:34px;
		height:28px;
		border:none;
		background:none;
		cursor:pointer;
	}
	
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:33px;
		overflow:hidden;
	}
		#contacts-form span {
			float:left;
			width:90px;
		}
		#contacts-form input {
			background:none;
			width:290px;
			padding:4px 5px 4px 6px;
			border:none;
			border:1px solid #8c8c8c;
			color:#111;
		}
		#contacts-form textarea {
			width:290px;
			padding:4px 5px 4px 6px;
			height:155px;
			background:none;
			overflow:auto;
			border:1px solid #8c8c8c;
			color:#111;
			margin-bottom:17px;
		}
	

/*==========================================*/
