/* 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 { 
	background: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	color: #61646a;
	min-width: 1000px;
}
html, body { height: 100%;}

p {
	padding-top: 18px;
}

.top { padding-top: 1px; }
.top1 { padding-top: 0px; }
.top2 { padding-top: 18px; }
.top3 { padding-top: 21px; }
.top4 { padding-top: 34px; }
.top5 { padding-top: 0px; }

.bot { padding-bottom: 14px; }

.pad-right {padding-right: 35px;}

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

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 940px;
}

	/* Header */
	header{
		height: 162px;
		background: url(../images/header-bg.gif) 0 0 repeat-x;
	}
	
	/* Content */
	section#content {
		background: url(../images/content-bg.gif) 0 0 repeat-x #fff;
	}			
	/* Footer */
	footer{
		height: 121px;
		background: url(../images/footer-bg.gif) 0 0 repeat-x #fbfbfb;
	}
/* Left & Right alignment */

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

.col-1, .col-2, .col-3, .col-4, .col-5 { float: left;}

.col-1 {width: 300px;}
.col-2 {width: 620px;}
.col-3 {width: 254px;}

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

.wrapper { 
	width: 100%;
	overflow: hidden;
}
.container {
	width: 100%;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
}

/*----- other -----*/
.img-indent { margin: 0 24px 0 0; float: left; }
.img-indent1 { margin: 0 10px 0 0; float: left; }
.img {padding-top: 5px;}
.extra-wrap { overflow: hidden; }
.phone { display: inline-block;	width: 76px; }
.phone1 { display: inline-block;	width: 82px; }

/*=============================================================================== text =====*/
h1 {
	padding: 40px 0 0px 0px;
	position: relative;
	float: left;
}
	h1 a {
	display: block;
	height: 30mm;
	width: 75mm;
	text-indent: -5000px;
	background: url(../images/logo.jpg) left top no-repeat;
	}
h2 {
	font-size: 36px;
	line-height: 1.2em;
	color: #333;
	padding: 20px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
	h2 span {
		font-size: 26px;
		line-height: 1.2em;
		display: inline-block;
		padding-top: 8px;
	}

.color {
	color: #333;
}
/*=================================================================================================================== header =====*/
/*=============================================================================== menu =====*/
.menu {padding: 34px 1px 15px 0; float: right;}
	.menu li {
		float: left;
		padding-left: 15px;
	}
		.menu li a {
			display: block;
			font-weight: bold;
			text-decoration: none;
			color: #a3a3a3;
		}
			.menu li a:hover {color: #2d9ede;}
/*=============================================================================== nav =====*/
header nav {
	float: right;
}
	header nav li {
		float: left;
		font-size: 19px;
		line-height: 1.2em;
		background:url(../images/nav-li-bg.gif) right top no-repeat;
		padding-right: 1px;
	}
		header nav li a {
			display: block;
			margin: 0px 0px 0px 0px;
			background: url(../images/nav-a-bg.gif) 0 0 repeat-x;
			width: 123px;
			text-align: center;
			color: #c4c4c4;
			text-decoration: none;
			text-transform: uppercase;
			padding: 32px 0 36px 0;
			letter-spacing: -1px;
		}
			header nav li a:hover {
	background: url(../images/nav-a-hover.gif) 0 0 repeat-x;
	color: #333;
			}
			header nav .active, header nav .active:hover {
				background: url(../images/nav-a-active.gif) 0 0 repeat-x;
				color: white;
				margin:0 -1px;
				width: 124px;
			}
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent { padding: 0px 0px 0px 0px }
/*=============================================================================== col-indents =====*/
.col-indent {padding-right: 20px;}
.col-indent1 {padding-right: 36px;}
/*=============================================================================== boxes =====*/
.box {
	border: 1px solid #f2f2f2;
	padding: 0 25px 37px 35px;
	background: url(../images/box-bg.gif) 0 0 repeat-x #fcfcfc;
}
.box_1 {
	border: 1px solid #eeeeee;
	padding: 0 25px 37px 35px;
	background-color: #FFFFFF;
}
/*=============================================================================== line-hor =====*/

/*=============================================================================== lists =====*/
.list {
	margin: -3px 0;
}
	.list li {
		line-height: 24px;
		background: url(../images/list-li-bg.gif) left bottom repeat-x;
	}
		.list li a {
	color: #333;
	background: url(../images/list-a-bg.gif) 1px 4px no-repeat;
	padding-left: 16px;
	text-decoration: none;
		}
			.list li a:hover {
	color: #333;
	font-weight: bold;
	background: url(../images/list-a-bg-hover.gif) 1px 4px no-repeat;
			}
	.list .last {background: none;}
.list_1 {
	margin: -9px 0 -9px;
}
	.list_1 li {
		line-height: 18px;
		background: url(../images/list_1-li-bg.gif) left bottom repeat-x;
		width: 100%;
		overflow: hidden;
	}
		.list_1 li a {
	color: #333;
	background: url(../images/list_1-a-bg.gif) 1px 6px no-repeat;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 7px;
	display: inline-block;
		}
			.list_1 li a:hover {
				text-decoration: underline;
			}
		.list_1 li p {padding: 0 0 11px 0;}
	.list_1 .last {background: none;}
	.list_1 .block {
		float: left;
		width: 256px;
	}

.date-list {
	margin-top: -1px;
}
	.date-list li {
		width: 100%;
		overflow: hidden;
		padding-bottom: 15px;
	}
		.date-list li span {
			display: block;
			width: 43px;
			height: 55px;
			background: url(../images/date-list-span-bg.gif) 0 0 no-repeat;
			float: left;
			margin: 2px 10px 0 1px;
		}
		.date-list li span strong {
			font-size: 24px;
			line-height: 1.2em;
			color: #29457c;
			padding: 4px 0 2px 9px;
			display: block;
			letter-spacing: -1px;
		}
		.date-list li b {
			display: block;
			text-transform: uppercase;
			color: white;
			text-align: center;
			padding-left: 3px;
		}
		.date-list li a {
			font-weight: bold;
			color: #2e4e8c;
			text-decoration: none;
		}
			.date-list a:hover {
				text-decoration: underline;
			}
		.date-list li p {padding-top: 0; overflow: hidden;}
/*=============================================================================== links =====*/
.link {
	font-size: 14px;
	line-height: 1.2em;
	color: white;
	display: inline-block;
	height: 27px;
	text-decoration: none;
	background: url(../images/link-bg.gif) 0 0 repeat-x;
	text-align: center;
	margin: 1px 0 0 1px;
	text-transform: uppercase;
	padding: 9px 9px 0;
}
	.link:hover {
		background: url(../images/faded-text-a-bg.gif) 0 0 repeat-x;
	}
/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=================================================================================================================== footer =====*/

/*=============================================================================== nav =====*/
footer nav {
	float: left;
	padding-top: 35px;
}
	footer nav li {
		float: left;
		padding-right: 18px;
	}
		footer nav li a {
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
		}
			footer nav li a:hover {color: #61646a; text-decoration: underline;}
/*=============================================================================== p =====*/
footer p {
	float: right;
	padding: 35px 0 0 0;
}
	footer p a {
		text-decoration: none;
		color: #2e4e8c;
		padding-left: 9px;
	}
		footer p a:hover {text-decoration: underline;}

/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#contacts-form {padding:4px 0 0 1px;}
#contacts-form fieldset {
	border: none;
}
	#contacts-form .column1 {
		float: left;
		width: 256px;
	}
	#contacts-form .column2 {
		float: left;
		width: 291px;
	}
	#contacts-form label {
		display: block;
		height: 44px;
		overflow: hidden;
		vertical-align: top;
	}
		#contacts-form input {
			width: 226px;
			padding: 5px;
			border: 1px solid #a4a4a4;
			line-height: 1.2307em;
			background: none;
			color: #8c8c8c;
		}
		#contacts-form textarea {
			width: 279px;
			padding: 5px;
			border: 1px solid #a4a4a4;
			background: none;
			color: #8c8c8c;
			height: 102px;
			overflow: auto;
		}
		#contacts-form .link {
			margin: 27px 0 0 17px;
		}

/*==========================================*/
    /*==========================================*/
#faded {
	position:relative; 
	overflow:hidden;
	width:940px; 
	height:397px;
	padding-top: 18px;
	margin-bottom: 17px;
}
	#faded img {
		float: left;
		width: 640px;
	}
	#faded .text {
		float: right;
		width: 245px;
		background: url(../images/faded-text-bg.gif) 0 0 repeat-x;
		height: 367px;
		color: white;
		padding: 30px 20px 0 35px;
	}
	
	#faded ul li.page_item{
	display: block;
	line-height: 2.2em;
	padding-left: 20px;
	border-top: 1px solid #4a4a4a;
	background: url(../images/footer-bullet2.png) no-repeat 0px 8px;
}
		
		#faded .text strong {
			font-size: 26px;
			line-height: 1.2em;
			text-transform: uppercase;
		}
			#faded .text span {
				display: block;
				font-size: 18px;
				line-height: 1.2em;
				margin: -7px 0 -4px;
			}
		#faded .text a {
			display: block;
			width: 101px;
			height: 26px;
			background: url(../images/faded-text-a-bg.gif) 0 0 repeat-x;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 14px;
			line-height: 1.2em;
			color: white;
			margin: 19px 0 0 1px;
			padding-top: 10px;
		}
			#faded .text a:hover {color: #2a4881;}
a { outline:0; border:0; }

	ul.pagination {
		list-style:none;
		padding:0;
		margin:0;
		z-index:10;
		position:absolute;
		font-size:0; 
		line-height:0;
		bottom:18px;
		right:91px;
		width: 114px;
	}
		ul.pagination li {
			float:left;
			padding:0 3px 0 0;
		}
			ul.pagination li a {
				display:block;
				width:35px;
				height:35px;
				background:url(../images/faded-pagination-bg.png) left top no-repeat;
				color:#fff;
				font-size:0;
				text-align:center;
				line-height:0;
				text-decoration:none;
			}
			ul.pagination li.current a {
				background:url(../images/faded-pagination-bg-active.png) left top no-repeat;
				color:#ffb520;
			}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
.boldwhite {
	float: right;
		width: 245px;
		height: 367px;
		color: white;
		padding: 30px 20px 0 35px;
}
.boxCopy {
	border: 1px solid #f2f2f2;
	padding: 0 25px 37px 35px;
	background: url(../images/box-bg.gif) 0 0 repeat-x #fcfcfc;
}
