* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:854px;
}
body { 
	background:url(../images/main-bg.jpg) no-repeat 50% 0 #ececec;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.3125em;
	color:#999898;
}

embed { vertical-align:top; outline:none; margin: 0; padding: 0;}

.aligncenter { text-align:center;}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.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;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:864px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#splash {
	height:655px;
	overflow:hidden;
	position:relative;
}
	#splash .logo {
		position:absolute;
		left:0;
		top:40px;
	}
	#splash .slogan {
		font-family: Verdana, Arial, Times New Roman;
		position:absolute;
		left:0;
		top:151px;
	}	
	#splash .nav {
		position:absolute;
		left:0;
		top:195px;
	}
		#splash .nav li {
			float:left;
			margin-right:18px;
		}
		#splash .nav li.last {
			margin-right:0;
		}

#header {
	height:389px;
	overflow:hidden;
	position:relative;
}
	#header .logo {
		position:absolute;
		left:0;
		top:18px;
	}
	#header .nav {
		position:absolute;
		left:0;
		top:115px;
	}
		#header .nav li {
			float:left;
			margin-right:18px;
		}
		#header .nav li.last {
			margin-right:0;
		}
#content {
	padding-bottom:42px;
}
#footer {
	height:74px;
}


/*---- tailings ----*/
.tail-bottom { 
	background:url(../images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family: standard 07_58, 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:21px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:21px;
}
.p3 { 
	margin-bottom:32px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#02adf9; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:26px;
	line-height:1.2em;
	color:#555;
	letter-spacing:-2px;
	padding-top:3px;
	margin-bottom:26px;
	font-weight:normal;
}
h3 {
	font-size:1em;
	text-transform:uppercase;
	margin-bottom:20px;
}
h4 {
	font-size:1em;
	font-style:italic;
}

.link1 { 
	background:url(../images/arrow1.gif) no-repeat 100% 5px;
	padding-right:7px;
	color:#6a6a6a;
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}

.line-ver { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	width:100%;
}
	.box .left-top-corner {
		background:url(../images/left-top-corner.png) no-repeat 0 0;
		padding-left:10px;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.png) no-repeat 100% 0;
		padding-right:10px;
	}
	.box .border-top {
		height:10px;
		overflow:hidden;
		font-size:0;
		line-height:0;
		background:#fff;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.png) no-repeat 0 0;
		padding-left:10px;
	}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.png) no-repeat 100% 0;
		padding-right:10px;
	}
	.box .border-bot {
		height:10px;
		overflow:hidden;
		font-size:0;
		line-height:0;
		background:#fff;
	}
	
	.box .inside {
		padding:18px 40px 29px 42px;
		background:#fff;
	}

.address { 
	text-transform:uppercase;
	font-weight:bold;
}
	.address dt {
		margin-bottom:21px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:5px;
		}
		.address dd a {
			color:#999898;
		}


.departments { 
	float:left;
	margin:-21px 70px 0 0;
}
.departments.last {
	margin-right:0;
}
	.departments dt {
		font-weight:bold;
		font-style:italic;
		padding-top:21px;
	}
	.departments dd { 
		clear:both;
	}
		.departments dd span { 
			float:left;
			width:77px;
		}


.list1 li {
	background:url(../images/arrow2.gif) no-repeat 0 5px;
	padding:0 0 3px 17px;
}
	.list1 li a {
		color:#999898;
		text-decoration:none;
	}
	.list1 li a:hover {
		color:#000;
	}

/*===== footer =====*/
#footer .row-1 {
	height:39px;
	overflow:hidden;
}
#footer .row-2 {
	position:absolute;
	top:600px;
	height:35px;	
	overflow:hidden;
	font-size:9px;
	color:#fff;
	text-align:center;
	line-height:35px;
}

		#footer .row-2 .fleft {
			font-family: Verdana, Arial, Times New Roman;
			color:#fff;
			text-decoration:none;
		}
		#footer .row-2 .fleft a {
			color:#fff;
			text-decoration:none;
		}
		#footer .row-2 .fleft a:hover {
			text-decoration:underline;
		}
	#footer .nav {
		padding:8px 0 0 0;
		font-size:9px;
	}
		#footer .nav li {
			display:inline;
			padding-right:35px;
		}
			#footer .nav li a {
				color:#747474;
				text-transform:uppercase;
				text-decoration:none;
			}
			#footer .nav li a:hover, #footer .nav li a.current {
				text-decoration:underline;
			}


.social-services {
	float:right;
	padding:9px 2px 0 0;
}
	.social-services li {
		float:left;
		padding-left:6px;
	}


.testimonials dt {
	width:100%;
	overflow:hidden;
	font-weight:bold;
	line-height:18px;
	margin-bottom:9px;
}
	.testimonials dt img {
		float:left;
		margin-right:17px;
	}
	.testimonials dt strong {
		display:block;
		padding-top:10px;
		text-transform:uppercase;
	}

.testimonials dd {
	background:url(../images/quotes.gif) no-repeat 4px 0;
	text-indent:44px;
	padding:10px 0 14px 0;
}

.restricted{width:200px; height:200px; overflow-y: hidden;}

/*----- forms -----*/
#search-form {
	position:absolute;
	right:2px;
	top:52px;
}
	#search-form fieldset {
		border:none;
		background:url(../images/form-bg.gif) no-repeat 0 0;
		float:right;
	}
		#search-form input.text {
			width:130px;
			padding:0 2px 0 7px;
			background:none;
			border:none;
			font-size:9px;
			text-transform:uppercase;
			color:#6a6a6a;
		}
		#search-form input.submit {
			width:21px;
			height:21px;
			overflow:hidden;
			border:none;
			background:none;
			cursor:pointer;
		}
			

/*==========================================*/
