/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em;
	color:#5E5F59;
	background-image: url(../images/body-bg.gif);
	background-position: 50% 0;
}
html { min-width:960px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
.container {
	margin: 0 auto;
	position: relative;
	width: 960px;
	font-size:.8125em;
}

	/* Header */
	header{
	height:404px;
	overflow:hidden;
	background:url(../images/header-tail.gif) 50% 0 repeat-x;
	}
	
	/* Content */
	section#content {
		position:relative;
		z-index:3;
	}
		section#content .container {
			background:#fff;
		}
			section#content .inside {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
			}
	
			
	/* Footer */
	footer{
		padding:0 0 83px 0;
	}
		footer .container {
	background:#404447;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:10px;
	text-transform:uppercase;
	color:#96908C;
	position:relative;
	margin-top:-10px;
	
		}
			footer .inside {
				padding:28px 20px 20px 40px;
			}



/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3, .col-4 { float:left;}
.colborder {border-right:1px solid #dedede;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }


/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
figure img {
	float:left;
	border:4px solid #CECBC9;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 0;
}
figure img.noborder {
	border:none;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}

.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:#3a3a3a; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:36px;
	line-height:1.2em;
	text-transform:uppercase;
}	
	h1 a {
		color:#fff;
		text-decoration:none;
		font-style:italic;
		text-shadow:1px 1px 0 #922e02;
	}
	h1 a span {
		font-weight:normal;
	}
h2 {
	font-size:22px;
	font-weight:normal;
	line-height:1.2em;
	color:#ED1B24;
	margin-bottom:8px;
}
h3 {
	font-size:20px;
	line-height:1.2em;
	color:#5E5F59;
	font-weight:normal;
	position:relative;
	border-bottom:1px solid #dedede;
	padding:13px 0 5px 0;
	margin-bottom:7px;
	width:100%;
}
	h3 img {
		position:absolute;
		right:0;
		top:0;
	}
h4 {
	font-size:1em;
	color:#5E5F59;
	margin-bottom:6px;
	padding-top:4px;
}
h5 {
	font-size:1em;
	color:#5E5F59;
	margin-bottom:18px;
}
h6 {
	font-size:1em;
	color:#5E5F59;
}


mark {color:#5E5F59; font-weight:bold;}


.more-link {
	background:url(../images/bull-3.gif) no-repeat 100% 8px;
	padding-right:7px;
	color:#5E5F59;
	font-weight:bold;
	text-decoration:none;
}
.more-link:hover {
	text-decoration:underline;
}


.button { 
	background:#383838;
	display:inline-block;
	padding:5px 10px;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	position:relative;
}
.button:hover {
	}


/*==================boxes====================*/
.box {
	border:1px solid #e0e8ed;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	position:relative;
	padding-top: 21px;
	padding-right: 16px;
	padding-bottom: 11px;
	padding-left: 8px;
	background-color: #F5F5F5;
}
	.box .inner {
		padding:0 15px 0 15px;
	}

.address { 
	float:left;
}
	.address dt {
	margin-bottom:8px;
	}
	.address dt:first-line {
	font-weight:bold;
	color:#666;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:82px;
		}
		.address dd a {
			color:#3a3a3a;
		}


blockquote {
	font-style:italic;
	color:#808B91;
	display:block;
	margin-bottom:12px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}



/*===== header =====*/
header nav {
	position:relative;
	left:0;
	top:10px;
	width:960px;
	height:103px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	/* Saf4+, Chrome */
	overflow:hidden;
	z-index:1;
	background-color: #ECECEC;
}
	
	header nav ul {
		float:right;
		padding:34px 25px 0 0;
	}
		header nav ul li {
			float:left;
			padding-left:1px;
		}
			header nav ul li a {
	display:block;
	float:left;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:6px;
	-webkit-border-radius:12px;
	position:relative;
	background-color: #ED1B24;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
			}
			header nav ul li a:hover {
	color:#333;
			}


header .logo {
	position:absolute;
	left:22px;
	top:13px;
}
	header .logo strong {
	display:block;
	font-size:10px;
	text-transform:uppercase;
	color:#01337A;
	margin-top:-8px;
	padding-left:3px;
	}

.slider {
	background:#fff;
	width:960px;
	height:300px;
	left:0;
	top:103px;
	position:absolute;
	z-index:2;
	padding-top:1px;
}



/*===== content =====*/
#content article {
	padding-bottom:20px;
	margin-bottom:0px;
}
#content article.last {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#content article p {
	margin-bottom: 8px;
}

#content .indent {
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 21px;
}
	#content .indent .indent {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	
	.list1 {
		margin-bottom:14px;
	}
		.list1 li {
	border-bottom:1px solid #dedede;
	font-size:12px;
	color:#5E5F59;
	padding:0 0 6px 0;
	margin-bottom:7px;
		}
			.list1 li a {
	color:#003E86;
	text-decoration:none;
			}
			.list1 li a:hover {
				color:#000;
				text-decoration:underline;
			}
	
	.list2 {
		padding-bottom:10px;
	}
		.list2 li {
	background:url(../images/arrow1.gif) no-repeat 0 0;
	margin-bottom:10px;
	position:relative;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 32px;
	margin-left: 0px;
		}
			.list2 li a {
	color:#96a3aa;
			}

/*===== footer =====*/
footer a {
	color:#88969B;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
}

footer span {
	color:#d4d4d4;
}


/*----- forms -----*/
#search-form {
	position:absolute;
	right:25px;
	top:25px;
}
	#search-form fieldset {
		border:none;
		display:inline;
	}
		#search-form input.text {
			width:170px;
			background:#61686f;
			padding:5px 8px 6px 20px;
			border:1px solid #b8c7cf;
			border-radius:14px;
			-moz-border-radius:14px;
			-webkit-border-radius:14px;
			color:#b6c3ca;
			margin-right:4px;
			
			display:block;
			float:left;
			position:relative;
		}
		#search-form input.submit {
			font-size:11px;
			text-transform:uppercase;
			font-weight:bold;
			color:#313639;
			background:#d1dde4;
			border:none;
			border-radius:14px;
			-moz-border-radius:14px;
			-webkit-border-radius:14px;
			width:55px;
			height:27px;
			
			cursor:pointer;
			display:block;
			float:left;
			position:relative;
		}

#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
}
	#contacts-form .col-1 {
		width:290px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:290px !important;
		margin-right:0 !important;
	}
	#contacts-form label {
		display:block;
		height:54px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#111;
			border:1px solid #a4a4a4;
			background:none;
			padding:3px 0 3px 5px;
			width:235px;
		}
		#contacts-form textarea {
			color:#111;
			border:1px solid #a4a4a4;
			background:none;
			padding:3px 0 3px 5px;
			width:280px;
			overflow:auto;
			height:177px;
			margin-bottom:18px;
		}
		#contacts-form .button {
			float:right;
			margin-left:20px;
		}
.inner_copy {border:0;color:#f00;float:left;width:50%!important;margin:-202px 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:12px} 


.contactlabel {
	
		}
		
.contactlabel p {
	display: block;
	margin-bottom: 8px;
		}
.hangingindent {
	padding-left: 11px;
	margin-bottom: 5px;
	background-image: url(../images/bull-4.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	}
html>body .hangingindent {
	padding-left: 11px;
	margin-bottom: 5px;
	background-image: url(../images/bull-4.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

.hangingindent2 {
	padding-left: 12px;
	text-indent: -12px;
	margin-bottom: 5px;
	margin-left: 12px;
	}
html>body .hangingindent2 {
	padding-left: 12px;
	text-indent: -12px;
	margin-bottom: 5px;
	margin-left: 12px;
	
}





/*==========================================*/
