/**
dark grey:	#373d42;
light: 		#f5f5f5;
 */
 
html,
body {
	background-image: url('img/bg.jpg');
	font-family: 'Source Sans Pro', sans-serif;
}

.darkGrey {
	color: #373d42;
	background: #373d42;
}

.light {
	color: #f5f5f5;
}

a, a:visited, a:active {
	font-weight: 900;
	color: #535C63;
}

a:hover {
	color: #373d42;	
}

a.footer {
	font-size: 20px;
	color: #989b9e;
	font-weight: 500;
}

a.footer:hover {
	color:#f5f5f5;
}

h1 {
	margin-top: 40px;
	font-size: 30px;
	padding-bottom: 5px;
	color: #535C63;
	font-weight: 600;
	border-bottom: 1px solid rgb(197, 197, 197);
}

h2 {
	color: #f5f5f5;
	font-size: 35px;
	font-weight: 600;
	margin-top: 40px;
}

.normal {
	font-size: 18px;
	font-weight: 400;
	color: #535C63;
	text-align: justify;
}

.center {
	text-align:center;
}


li {
	list-style: square;
	margin-bottom: 15px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
	position:relative;
}

#wrapper {
    min-height: 100%;
    margin: 0px auto;
    width: 962px;
	padding-bottom:350px;

}

#header {
	height: 20px;
}

#logo {
	margin: 45px auto;
	max-width: 100%;
	display: block;
}

#menu {
	height: 64px;
	border-top-color: rgb(197, 197, 197);
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: rgb(197, 197, 197);
    border-bottom-width: 1px;
    border-bottom-style: solid;
	margin: 0 auto;
	margin-bottom: 45px;
	width: 100%;
	text-align: center;
}

ul.menu {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;

}

ul.menu a {
	float:left;
	height: 42px;
	width: auto;
	margin-right: 24px;
	text-decoration:none;
	padding-top:20px;
	font-weight: 400;
}

ul.menu a:hover {
	border-bottom: 2px solid #373d42;
	margin-top: -2px;
}

#menu li {
	display: inline-block;
	font-size: 18px;
}	

#content {
	
 /* Height of the footer element */
}

#footer {
	margin: 0 auto;
	width:100%;
	height:256px;
	position:absolute;
	bottom:0;
	left:0;
}

#footerBg {
	background-image: url('img/footer_bg1.png');
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#footerContent {
	margin: 0 auto;
	width: 962px;
}

#footerBorder {
	height: 94px;
	border-top-color: #64696d;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #64696d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.footerLeft {
	float: left;
	padding-top: 36px;
	width: 50%;
	
}

.footerRight {
	float: right;
	text-align:right;
	padding-top: 34px;
	width: 50%;
	
}

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

ul.footer li {
	display: inline-block;
	font-size: 18px;
}	

ul.footer a {
	float:left;
	height: 30px;
	width: 30px;
	background-image:url('img/contact_icons.png');
	text-decoration:none;
	font-weight: 400;
}

ul.footer a:hover {
	background-image:url('img/contact_icons_hover.png');
}

ul.footer a.be {
	background-position: 0px 0px;
}

ul.footer a.li {
	background-position: -30px 0px;
}

ul.footer a.fb {
	background-position: -60px 0px;
}

ul.footer a.tw {
	background-position: -90px 0px;
}

ul.footer a.yt {
	background-position: -120px 0px;
}








