/* 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 ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#000;
	min-width:960px;
	background:#fff;
}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.5em;
}

a {color:#142348; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left; width:200px;}
.col-1 {margin-right:19px;}
	#page4 .col-1, #page4 .col-2 {width:290px;}
	#page4 .col-1 {margin-right:35px;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:45px;}
.p5 {margin-bottom:55px;}
.p6 {margin-bottom:65px;}

.reg {text-transform:uppercase;}

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

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

.it {font-style:italic;}

.color-1 {color:#8f8f8f;}
.color-2 {color:#000;}
.color-3 {color:#6696B9;}

/*********************************boxes**********************************/
.indent-top {padding-top:15px;}
.indent-left {padding-left:50px;}
.indent-right {padding-right:20px;}
.indent-right2 {padding-right:15px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:5px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}

.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-2 li a,
.link0,
.link,
.button,
.button-2,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:49px 0 0 3px; 
	position:relative;
	float:left;
}
	h1 a {
		display:inline-block; 
		font-size:150px;
		line-height:1.2em;
		color:#171717;
		letter-spacing:-12px;
	}
	
/***** menu *****/
.menu {
	padding: 0px 9px 0 0; 
	float:right;
}
.menu li {
	float:left; 
	position:relative;
	height:160px;
	margin:0 1px;
}
.menu li a {
	display:block; 
	padding:115px 8px 7px 8px; 
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.menu > li:first-child > a {padding:115px 11px 7px;}
.menu li.active a strong,
.menu li:hover a strong,
.menu li.sfHover a strong  {color:#fff;}

.menu li strong {
	display:block; 
	font-size:20px; 
	line-height:2em;
	color:#171717; 
	position:relative;
	z-index:2;
}
.menu li span {
	display:block; 
	background:url(../images/menu-li.jpg) 0 0 repeat-x;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	left:0;
	top:-100%;
}

.menu ul {
	position:		absolute;
	padding:		20px 0;
	top:			-999em;
	width:			74px;
	background:		url(../images/menu-ul-tail.png) left top repeat-y;
	text-align:		center;
}
.menu ul ul {width:100px; background:#6696B9;}
.menu ul li {width:	100%; }
.menu li:hover {visibility:	inherit; }
.menu li li {
	padding:		0; 
	text-align:		center; 
	height:auto;
}
.menu li li a {
	display:		inline-block;
	width:100%;
	padding:		0;
}
.menu li li a:hover b,
.menu li li.sfHover > a b {color:#171717;}

.menu li li a b {
	display:block;
	font-size:		10px;
	line-height:	20px;
	text-transform:	uppercase;
	color:			#fff;
	position:relative;
	z-index:2;
}
.menu li li a em {
	display:block;
	height:100%;
	width:100%;
	background:url(../images/menu-ul-a.png) center 0 no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
.menu li li li em {background:url(../images/menu-ul-ul-a.png) center 0 no-repeat;}

.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			171px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			74px;
	top:			-20px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************aside***************************************/
aside {
	width:100%; 
	padding:4px 0;
	position:relative;
	z-index:1;
}

.box {
	width:100%;
	height:338px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
	.box .banner {
		width:100%;
		height:155px;
		font-size:13px;
		line-height:18px;
		color:#fff;
		background:#6696B9;
		position:absolute;
		left:0;
		bottom:-155px;
		z-index:2;
	}
		.box .banner .padding {padding:25px 20px 20px;}
		
.title {
	display:block;
	font-size:31px;
	line-height:2em;
	padding:6px 0 2px;
	letter-spacing:-2px;
	color:#6696B9;
	border-bottom:1px solid #e3e3e3;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:30px 0 10px;
	position:relative;
	z-index:1;
}
	#page1 #content {padding:13px 0 10px;}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}

h3 {
	font-size:30px; 
	line-height:2em; 
	margin-bottom:30px;
	color:#171717;
	letter-spacing:-2px;
}
	h3 strong {
		display:block;
		margin-top:-30px;
	}
h5 {
	font-weight:normal;
	color:#6696B9;
	font-size:14px;
	line-height:18px;
	margin-bottom:24px;
}
h6 {
	font-weight:normal;
	color:#6696B9;
	text-transform:uppercase;
}

.border-bot {
	width:100%; 
	padding-bottom:15px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
.border-bot2 {
	width:100%; 
	padding-bottom:55px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
.border-bot3 {
	width:100%; 
	padding-bottom:5px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.block {
	width:100%;
	background:#f3f3f3;
}
	.block .padding {padding:15px 14px 15px 15px;}

.button {
	display:inline-block; 
	padding:1px 12px;
	font-size:10px;
	line-height:3em;
	text-transform:uppercase;
	color:#272727; 
	background:url(../images/button-tail.gif) 0 0 repeat-x #dfdfdf;
	border:1px solid #fff;
	border-radius:5px;
	cursor:pointer;
}
.button:hover {background:#dfdfdf;}

.button-2 {
	display:inline-block; 
	padding:1px 12px;
	font-size:10px;
	line-height:3em;
	text-transform:uppercase;
	color:#272727; 
	background:url(../images/button-tail.gif) 0 0 repeat-x #dfdfdf;
	border:1px solid #ddd;
	border-radius:5px;
	cursor:pointer;
}
.button-2:hover {background:#dfdfdf;}

.list-1 li {
	width:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
	.list-1 li span {
		display:block;
		width:16px;
		height:16px;
		background:url(../images/marker-1.gif) 0 0 no-repeat;
		position:absolute;
		left:0;
		top:5px;
		z-index:2;
	}
	.list-1 li a {
		display:block;
		line-height:25px;
		padding-left:28px;
		overflow:hidden;
		position:relative;
		z-index:2;
		cursor:pointer;
	}
		.list-1 li strong {
			display:block;
			width:0;
			height:16px;
			background:#6696B9;
			position:absolute;
			left:0;
			top:5px;
			z-index:1;
		}
	.list-1 li:hover a {
	color:#F9F9F9;
	text-decoration:none;
}

.list-2 li {
	font-size:14px; 
	line-height:24px; 
	padding:0px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
	.list-2 li a {
		display:block; 
		color:#1799cf; 
		padding-left:12px; 
		background:url(../images/marker-1.gif) 0 10px no-repeat;
	}
	.list-2 li a:hover {color:#fff;}
	.list-2 .last-item {background:none;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	padding-right:8px; 
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {color:#fff;} 

.text-1 {
	line-height:15px; 
	color:#8f8f8f;
} 
.text-2 {
	display:block;
	color:#6696B9;
	text-align: right;
	font-size: small;
}  

.tdate-1 {
	display:block;
	font-size:10px;
	line-height:15px;
	text-transform:uppercase;
}
	.tdate-1 a {
		display:inline-block;
		color:#000;
		position:relative;
		overflow:hidden;
		text-decoration:none;
		cursor:pointer;
	}
	.tdate-1 a span {
		display:block;
		height:1px;
		width:0;
		position:absolute;
		left:0;
		bottom:0;
		background:#000;
	}
	
.circle {
	display:inline-block; 
	padding:0px 15px; 
	font-size:20px; 
	line-height:2em; 
	color:#fff; 
	background:#6696B9;
	float:left;
	margin-right:10px;
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
}

/**** Lightbox image ****/
.lightbox-image {
	position:relative;
	z-index:1;
	overflow:hidden;
	display:inline-block;
	cursor:pointer;
	}
	.lightbox-image img {
		position:relative;
		z-index:1;
	}
	.lightbox-image span {
		display:inline-block;
		position:absolute;
		left:0px;
		top:-120px;
		width:100%;
		height:100%;
		background:url(../images/magnify.png) no-repeat 50% 0;
		z-index:2;
		padding:0;
	}

dl dt {
	font-size:14px;
	line-height:18px;
	color:#6696B9;
	margin-bottom:15px;
}
dl span {float:left; width:70px;}

.quote {
	width:100%;
	position:relative;
	overflow:hidden;
}
.quote-top {
	width:262px;
	border:1px solid #e7e7e7;
	background:url(../images/quote-tail.gif) 0 0 repeat-x #ededed;
	border-radius:10px;
	position:relative;
	z-index:1;
}
	blockquote {
		width:100%;
		color:#000;
		background:url(../images/quote.png) 20px 9px no-repeat;
	}
		blockquote .padding {padding:23px 17px 20px 36px;}
.quote-bot {
	width:35px;
	height:20px;
	background:url(../images/quote-bot.gif) 0 0 no-repeat;
	position:absolute;
	left:64px;
	bottom:14px;
	z-index:9;
}

/***** contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}			
			#contact-form label {
				display:block;
				min-height:45px;
			}
			#contact-form label.message {height:217px;}
			
			#contact-form input {
				width:318px;
				padding:10px 10px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#000; 
				border:1px solid #e8e8e8;
				background:#fff;
				outline:none;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:195px;
				width:558px;
				padding:10px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#000; 
				border:1px solid #e8e8e8;
				background:#fff;
				overflow:auto;
				outline:none;
			}
			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:11px;
					line-height:2em;
					display:none;
					position:relative;
					overflow:hidden;
				}
		.buttons-wrapper { padding-top:40px; text-align:right;}
		.buttons-wrapper a { margin-left:18px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:6px 0 30px;
	min-height:65px;
	font-size:10px;
	line-height:15px;
	color:#000;
	text-transform:uppercase;
}

.footer-link {
	text-decoration:none;
	display:inline-block;
	position:relative;
	overflow:hidden;
}
	.footer-link span {
		display:block;
		height:1px;
		width:100%;
		background:#6696B9;
		position:absolute;
		left:0;
		bottom:0;
	}

.list-services {
	padding:0;
}
	.list-services li {
		float:left; 
		padding:0 0 0 10px;
	}
