* { 
	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:middle;
	text-align:right;
	padding-bottom: 0px;
}
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:152px;
	overflow:hidden;
}
#footer {
	padding:0 0 80px 0;
}


/*----- 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;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#67BAEB;
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	float:left;
	padding:78px 0 15px 51px;
	font-size:44px;
	line-height:1.2em;
	color:#1d1d1d;
	background:url(images/logo.jpg) no-repeat 4px 78px;
	font-family:Arial, Helvetica, sans-serif;
}
	h1 a {
		color:#1d1d1d;
		text-decoration:none;
	}
		h1 a span {
			color:#b6b6b6;
			font-weight:normal;
		}
h2 {
	font-size:36px;
	line-height:32px;
	color:#67BAEB;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-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:#828282;
}
.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.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(images/button-right.gif) 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%;
	vertical-align: bottom;
}
	.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 {
	height:44px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/pagination-bg.gif);
}
	.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:84px 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:#67BAEB;
	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:#000;
		}


/*--- slider begin ---*/
#container {
	width:920px;
	padding:0px;
	position:relative;
	z-index:0;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#example {
	width:920px;
	height:460px;
	position: relative;
}



#frame {
	position:absolute;
	z-index:0;
	width:829px;
	height:421px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	top:10px;
	left:0px;
	z-index:100;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:920px;
	overflow:hidden;
	display:none;
	position: relative;
	height: 400px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:150px;
	left:-29px;
	width:26px;
	height:45px;
	display:block;
	z-index:101;
}

#slides .next {
	left:923px;
}

/*
	Pagination
*/

.pagination {
	margin:20px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


/*--- 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:#67BAEB;
	font-weight:bold;
	}


.img-list li {
	width:460px;
	overflow:hidden;
	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;
		}
	

/*==========================================*/

/* Menu Drop Downs */

#header {
overflow:visible;
position:relative;
z-index:11;
}

#header .nav li {
background:url("images/divider.gif") no-repeat scroll -14px 0 transparent;
float:left;
margin-left:14px;
padding-left:17px;
}

#header .nav li a {
font-size:13px;
background-color:transparent;
}

#header .nav li li {
float:none;
background-color:#FFF;
background-image:none;
clear:both;
white-space:nowrap;
width:260px;
margin:0;
padding:.5em 0 .5em 17px;
}

#header .nav li li a {
float:none;
white-space:nowrap;
padding:.5em 0;
background-color:#FFF;
}

#header .nav {
height:68px;
}

#header .nav li ul {
margin-left:-17px;
width:277px;
clear:left;
display:inline-block;
background-color:#FFF;
}
#headertop {
	height: 34px;
	width: 72px;
	float: none;
	padding-left: 900px;
	padding-top: 2px;
}
#contactus {
	width: 430px;
	float: left;
	font-weight: bold;
	padding-right: 30px;
}
#servicecol {
	float: left;
	width: 230px;
	font-size: 12px;
	text-align: left;
}
.boldtitle {
	font-size: 18px;
	color: #999;
}
.small {
	font-size: 12px;
}
black {
	color: #000;
}
.black {
	color: #152826;
	font-size: 14px;
}
#icons {
	float: left;
	width: 136px;
}

