* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#fff; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	line-height:.8125em;
	color:#757575;
}

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;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:766px; 
	margin:0 auto;
	position:relative;
	font-size:.69em;
}

#header {
	height:84px;
	overflow:hidden;
	position:relative;
}

/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 10px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:8px;
}
	.img-box img { 
		float:left; 
		margin:0 10px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:13px;
}
.p1 { 
	margin-bottom:7px;
}
.p2 { 
	margin-bottom:13px;
}
.p3 { 
	margin-bottom:20px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#d52d00; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:21px;
	line-height:1em;
	color:#dc0000;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	border-bottom:1px dotted #c0c0c0;
	padding-bottom:5px;
	margin-bottom:7px;
}
	h1 span {
	font-size:14px;
	display:block;
	color:#808080;
	margin-top:-4px;
	}
h2 {
	font-size:12px;
	line-height:1.3em;
	padding-bottom:3px;
	color:#dc0000;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:2px solid #b8b8b8;
	margin-bottom:13px;
}
h3 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:#8ba6aa;
	padding:6px 0 6px 10px;
	color:#fff;
}
h5 {
	font-size:1em;
	color:#3d909c;
}
.link1 { 
	color:#2f7ca8;
}
.link2 {
	background:url(images/arrow1.gif) no-repeat 0 4px;
	color:#2f7ca8;
	padding:0 0 0 9px;
}

.line-hor { 
	background:url(images/line-hor.gif) 0 0 repeat-x;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:10px 0 5px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.extra-box {
	width:244px;
	position:absolute;
	right:20px;
	top:9px;
}
.box {
	background:#fff;
	width:100%;
	font-size: xx-small;
}
	.box .border-top {
		background:url(images/border-top.gif) repeat-x left top;
	}
	.box .border-bot {
		background:url(images/border-bottom.gif) repeat-x left bottom;
	}
	.box .border-left {
		background:url(images/border-left.gif) repeat-y left top;
	}
	.box .border-right {
		background:url(images/border-right.gif) repeat-y right top;
	}
	.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;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:7px 8px 15px 8px;
	}
		.box .inner .inner { 
			padding:13px 8px 0 9px;
		}
	.box .inner1 { 
		padding:3px;
	}
		.box .inner1 .inner1 { 
			padding:9px 12px 0 12px;
			border-top:5px solid #8ba6aa;
		}
	.box .inner2 { 
		padding:14px 14px 33px 14px;
	}
	.box .inner3 { 
		padding:7px 8px 0 8px;
	}
		

.address { 
	border-bottom:1px dotted #c0c0c0;
	padding-bottom:10px;
	margin-bottom:8px;
}
	.address dt {
		margin-bottom:13px;
	}
	.address dt strong {
		font-weight:bold;
		color:#3d909c;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:68px;
		}


/*===== header =====*/
#header .logo {
	position:absolute;
	left:31px;
	top:19px;
}
#header .top-nav {
	position:absolute;
	left:326px;
	top:36px;
}
	#header .top-nav li {
		display:inline;
		padding-right:16px;
	}
		#header .top-nav li a {
			color:#8ba6aa;
			text-decoration:none;
			padding-left:14px;
		}
		#header .top-nav li a:hover {
			text-decoration:underline;
		}
		#header .top-nav li a.home {
			background:url(images/icon-home.gif) no-repeat 0 3px;
		}
		#header .top-nav li a.email {
			background:url(images/icon-mail.gif) no-repeat 0 3px;
		}
		#header .top-nav li a.map {
			background:url(images/icon-map.gif) no-repeat 0 3px;
		}

/*===== content =====*/
#content {
	background:url(images/content-bg.gif) 100% 0 repeat-y;
	padding:0 19px 0 6px;
	position:relative;
	height:1%;
}
	#content .inside {
		background:url(images/top-line.gif) 0 0 repeat-x;
		padding:9px 0 5px 0;
	}
	#content .banner {
	position:absolute;
	left:8px;
	top:10px;
	width: 321px;
	height: 212px;
	}
	#content .indent {
		padding:215px 0 0 0;
	}
		#content .indent .indent {
			padding:15px 0 0 0;
		}
	
	#content .nav {
		position:absolute;
		left:334px;
		top:9px;
	}
		#content .nav li {
			display:inline;
		}
			#content .nav li a {
				font-family:Arial, Helvetica, sans-serif;
				display:block;
				font-size:11px;
				color:#8b8b8b;
				text-decoration:none;
				text-transform:uppercase;
				width:166px;
				height:42px;
				line-height:36px;
				background:url(images/nav-bg.gif) no-repeat 0 0;
				text-indent:23px;
				font-weight:bold;
			}
			#content .nav li.first a {
				background:url(images/nav-bg-first.gif) no-repeat 0 0;
				height:41px;
			}
			#content .nav li.last a {
				background:url(images/nav-bg-last.gif) no-repeat 0 0;
			}
			#content .nav li a:hover, #content .nav li a.current {
				color:#dc0000;
			}
	
	#content .section {
		padding-bottom:20px;
	}
	
	
	.list1 dt {
		background:url(images/arrow1.gif) no-repeat 0 4px;
		padding:0 0 0 9px;
		color:#3d909c;
		font-weight:bold;
	}
	.list1 dd {
		border-bottom:1px dotted #c0c0c0;
		padding-bottom:8px;
		margin-bottom:7px;
	}
	
	.list2 li {
		background:url(images/arrow2.gif) no-repeat 0 4px;
		padding:0 0 13px 11px;
	}
		.list2 li a {
			color:#2f7ca8;
		}

/*===== footer =====*/
#footer {
	border-top:16px solid #e6e6e6;
	padding:14px 30px 40px 35px;
	margin-right:20px;
}
	#footer .nav {
		float:left;
	}
		#footer .nav li {
			display:inline;
			color:#737373;
		}
			#footer .nav li a {
				font-weight:bold;
				text-decoration:none;
				color:#737373;
				padding:0 12px 0 9px;
			}
			#footer .nav li a:hover {
				color:#dc0000;
			}
	
	#footer .other-links {
		float:right;
	}
		#footer .other-links li {
			display:inline;
			color:#2f7ca8;
		}
			#footer .other-links li a {
				color:#2f7ca8;
				padding:0 7px 0 4px;
			}


/*----- forms -----*/
#search-form {
	position:absolute;
	right:27px;
	top:35px;
	color:#8ba6aa;
}
	#search-form fieldset {
		border:none;
		display:inline;
	}
	#search-form input.text {
		width:105px;
		margin-right:5px;
		color:#757575;
	}
	#search-form input.submit {
		width:21px;
		height:16px;
		border:none;
		background:url(images/go-button.gif) no-repeat 0 0;
		cursor:pointer;
	}




#mail-form fieldset {
	border:none;
	padding:10px 0 0 7px;
}
	#mail-form input.text {
		width:105px;
		margin-right:5px;
		color:#757575;
	}
	#mail-form input.submit {
		width:21px;
		height:16px;
		border:none;
		background:url(images/go-button1.gif) no-repeat 0 0;
		cursor:pointer;
	}
	#mail-form h5 {
		margin-bottom:4px;
	}



#contact-form fieldset {
	border:none;
	padding:0 20px 20px 10px;
}
	#contact-form .field {
		height:30px;
		overflow:hidden;
	}
	#contact-form label {float:left;}
	#contact-form input.text {
		float:right;
		width:195px;
		float:right;
		color:#757575;
	}
	#contact-form textarea{
		float:right;
		width:195px;
		height:96px;
		margin-bottom:10px;
		color:#757575;
	}

/*==========================================*/

