﻿/* 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: 20px; }
.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: 132px;
		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: 52px 0 0px 0px;
	position: relative;
	float: left;*/
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
	color: #6CA714;
	padding-top: 12px;
	/*text-transform: uppercase;*/
	text-align: center;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
}
	h1 a {
		display: block;
		height: 62px;
		width: 221px;
		text-indent: -5000px;
		background: url(../images/logo.jpg) left top no-repeat;
	}
h2 {
	font-size: 36px;
	line-height: 1.2em;
	color: #29467d;
	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;
	}
.h7 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2em;
	color: #FF0000;
	padding-top: 12px;
	/*text-transform: uppercase;*/
	text-align: center;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
}
.color {color: #2e4e8c;
	font-size: 12px;
	font-weight: bold;
}

/*=================================================================================================================== header =====*/
/*=================================================================================================================== 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 {
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	padding: 0 25px 37px 35px;
}
/*=============================================================================== line-hor =====*/

/*=============================================================================== lists =====*/
.list {
	margin: -3px 0;
}
	.list li {
		line-height: 20px;
		background: url(../images/list-li-bg.gif) left bottom repeat-x;
	}
		.list li a {
			color: #365FA5;
			background: url(../images/list-a-bg.gif) 1px 4px no-repeat;
			padding-left: 16px;
			text-decoration: none;
		}
			.list li a:hover {
				color: #2e4e8c;
				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: #2e4e8c;
			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: #2e4e8c;
			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;
		}

/*==========================================*/
    /*==========================================*/
.flash {
	padding: 17px 0 15px;
}

/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */