/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=====Font Face======*/
@font-face{
	font-family: helveticaNeue;
	src: url('helveticafont/HelveticaNeue.eot'),
		 url('helveticafont/HelveticaNeue.ttf');
} 

@font-face{
	font-family: helveticaNeueBold;
	src: url('helveticafont/bold/helveticaneuebold.eot'),
		 url('helveticafont/bold/helveticaneuebold.ttf');
} 

/*==========main body============*/
html, body{
	font-family: helveticaNeue;
	min-width: 1200px;
}

.container{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.content{
	width: 100%;
	height: auto;
	margin-top: 75px;
	margin-bottom: 80px;
}

.content p{
	text-align: justify;
	font-size: 18px;
	line-height: 22px;
}

p.content-text{
	padding-top: 25px;
}

/*=======navigation============*/
.navigation{
	width: 680px !important;
	height: 20px;
	margin-top: 20px;
	display: inline-block;
	margin-left: 336px !important;
	font-size: 15px;
	font-family: helveticaNeue;
}

.navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
b
}

.navigation a{
	text-decoration: none;
	color: #6d6e71;
}

.navigation li{
	display: inline-block;
	padding-left: 20px;
}

.navigation li:last-child{
	padding-right: 0px !important;
}

.navigation li:first-child{
	padding-left: 0px !important;
}
/*=======Header================*/
.header{
	width: 100%;
	height: 150px;
}

.logo{
	width: 400px;
	height: auto;
	position: relative;
	top: 92px;
	left: -82px;
	display: inline-block;
	z-index: 9;
	background-color: #FFFFFF;
}

.logo img{
	padding-left: 25px;
}

.black-strip{
	width: 100%;
	height: 6px;
	background-image: url('img/black-strip.png');
	background-repeat: repeat-x;
}

.black-strip .container{
	position: relative;
}

.left-strip{
	width: 232px;
	height: 6px;
	position: absolute;
	left: -285px;
	top: 0px;
	display: inline-block;
	background-image: url('img/left-strip.png');
	background-repeat: no-repeat;
}

.right-strip{
	width: 956px;
	height: 6px;
	position: absolute;
	left: 300px;
	top: 0px;
	display: inline-block;
	background-image: url('img/right-strip.png');
	background-repeat: no-repeat;
}
/*======Text Box=============*/
.text1{
	display: inline-block;
	width: auto;
	height: auto;
	float: left;
	padding-top: 15px;
}

.text2{
	display: inline-block;
	width: auto;
	height: auto;
	float: right;
	padding-top: 15px;
}

p.bold{
	font-family: 'helveticaneuebold';
}

/*========Clearing==========*/
.clear{
	clear: both;
}
/*=====Footer===============*/
.footer{
	width: 100%;
	height: auto;
}

.footer p{
	color: #6d6e71;
	font-size: 10px;
}

.footer .container{
	border-top: 1px solid black;
	padding-bottom: 15px;
}

.footer a{
	text-decoration: none;
	color: #6d6e71;
}

/*=====When Menu Is Selected======*/
body.index li.index a, body.about li.about a, body.current li.current a, body.previous li.previous a, body.contact li.contact a,  body.collective li.collective a{
	color: #000 !important;
	font-family: 'helveticaNeueBold';

}
/*=====Flexslider========*/
.flex-control-nav {
	display: none !important; 
}

.flex-direction-nav a {
	top: 74% !important;
}

.flex-direction-nav a{
	text-decoration: none !important;
}

.flex-direction-nav .flex-next {
	color: grey;
}

.flex-direction-nav .flex-prev {
	color: grey;
}
/*===Home content====*/
.content-col{
	width: 245px;
	height: 245px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	padding-right: 1px;
}
.content-col img {
	width: 100%;

}

.content-col a:hover{
	opacity: 0.5;
}

.content-banner{
	width: 100%;
	height: auto;
	margin-top: 60px;
}