@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
section, header{
	display: block;
}

a{
	color: inherit;
	text-decoration:none ;
	
	
	
	

}
.container{
	width: 100%;
	max-height: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 20px;
	position: relative;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #80B8CE;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #82858e;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}


p.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #7FB2C1;
	padding: 4px 10px 3px;
	font-size: 13px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #b0d4e3;
	background: -moz-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0d4e3), color-stop(100%,#88bacf));
	background: -webkit-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: -o-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: -ms-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf',GradientType=0 );
}
p.codrops-demos a:hover{
	background: #80B8CE;
}
p.codrops-demos a:active{
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}


/* Header Style */

/*TOP BAR SECTION*/
.socials {
	height: 50px;
	width: 98.5%;
	font-size: 14px;
	background: #d1e2fa;
	z-index: 19;
	top: 0px;
	line-height: 50px;
	margin-left: 18px;
	padding-left: 20px;
	font-family: 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	position: absolute;
	text-align: left;
	background-color: #f4f4f4;
	color: #7f7f7f;
	margin: 0 auto;
	border-bottom: 1px #cecdcd solid;
	
}

.fbook {
	height: 50px;
	width: 60px;
	font-size: 14px;
	background: #d1e2fa;
	z-index: 19;
	top: 0px;
	opacity: 0.6;
	overflow: hidden;
	background-color: #f4f4f4;
	background: url(../images/fbook3.png);
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	
}


.fbook:hover {
opacity: 0.7;
cursor: pointer;
background: #ffffff url(../images/fbook2.png);
}
.gmail {
	height: 50px;
	width: 60px;
	font-size: 14px;
	background: #d1e2fa;
	z-index: 19;
	top: 0px;
	opacity: 0.6;
	overflow: hidden;
	background-color: #f4f4f4;
	background: url(../images/gmail1.png);
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	
}


.gmail:hover {
opacity: 0.7;
cursor: pointer;
background: #ffffff  url(../images/gmail2.png);
}
.twitter {
	height: 50px;
	width: 60px;
	font-size: 14px;
	background: #d1e2fa;
	z-index: 19;
	top: 0px;
	opacity: 0.6;
	overflow: hidden;
	background-color: #f4f4f4;
	background: url(../images/twitter1.png);
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	
}


.twitter:hover {
opacity: 0.7;
cursor: pointer;
background: #ffffff url(../images/twitter2.png);
}

.linkedin {
	height: 50px;
	width: 60px;
	font-size: 14px;
	background: #d1e2fa;
	z-index: 19;
	top: 0px;
	opacity: 0.6;
	overflow: hidden;
	background-color: #f4f4f4;
	background: url(../images/linkedin1.png);
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	border-right: 1px #7f7f7f solid;
}

.linkedin:hover {
opacity: 0.7;
cursor: pointer;
background: #ffffff url(../images/linkedin2.png);
}


.webmail {
	height: 50px;
	width: 300px;
	font-size: 14px;
	background: #f4f4f4;
	z-index: 19;
	top: 0px;
	overflow: hidden;
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	text-align: right;
	padding-right: 12px;
	
}

.webmail a {
	color: blue;
	text-decoration: underline;
	}



.topbar {
	height: 150px;
	width: 1120px;
	font-size: 11px;
	background: #cc192a;
	/*text-transform: uppercase;*/
	z-index: 6;
	top: 0px;
	position: relative;
	text-align: center;
	box-shadow: 5px 0px 9px rgba(0,0,0,0.2);
	/*overflow: hidden;*/
	background-color: #FFA500;
	background: -moz-linear-gradient(top, #f4f4f4 10%, #fdfdff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#f4f4f4), color-stop(100%,#fdfdff));
	background: -webkit-linear-gradient(top, #f4f4f4 10%, #fdfdff 100%);
	background: -o-linear-gradient(top, #f4f4f4 10%, #fdfdff 100%);
	background: -ms-linear-gradient(top, #f4f4f4 10%, #fdfdff 100%);
	background: linear-gradient(top, #f4f4f4 10%, #fdfdff 100%);
	background: #cc192a;
	margin: 0 auto;
	overflow: visible;
	
	
}


.topbar:hover, .topbar:hover + #socialNetwork, #subMenu {
 opacity: 1;
}

.topbar:hover, .topbar:hover + #socialNetwork, #subMenu {
 opacity: 1;
}

#navPanel{
	width: 1120px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 80px;

}
.navMenu {
	height: 70px;
	text-align: center;
	float: center;
	font-size: 14px;
	top: -150px;
	margin-left: 290px;
	z-index: 19;
	font-family: 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	position: absolute;
	background: #fff;
	opacity: 0.7;
	color: #7f7f7f;
	
}

.navMenu:hover {
opacity: 1;
}


/*  HOME     */
.home {
	height: 70px;
	width: 100px;
	font-size: 14px;
	background: #d1e2fa;
	z-index: 19;
	top: 0px;
	margin: 0 auto;
	background-color: #f4f4f4;
	background: url(../images/home.png) no-repeat top left;
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	overflow:hidden;
	
}
.home2 {
	height: 1px;
	width: 100px;
	font-size: 13px;
	z-index: 17;
	top: 49px;
	padding-top: 12px;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	overflow: hidden;
	background-color: #f4f4f4;
	opacity: 0;
	color: #fff;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	

	
	background: -moz-linear-gradient(top, #3319f0 10%, #00a1ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#00a1ff), color-stop(100%,#f50f0f));
	background: -webkit-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: -o-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: -ms-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	
}

.home:hover {
opacity: 1;
cursor: pointer;
background: #ffffff url(../images/home2.png);
overflow: visible;
}

.home:hover > .home2{

	height: 20px;
	top:71px;
	opacity: 1;
	
}


/*   ABOUT  */

.about {
	height: 70px;
	width: 100px;
	font-size: 14px;
	background: #d1e2fa;
	z-index: 19;
	top: 0px;
	margin: 0 auto;
	background-color: #f4f4f4;
	background: url(../images/about.png) no-repeat top left;
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	overflow: hidden;
	
}
.about2 {
		height: 1px;
	width: 100px;
	font-size: 13px;
	z-index: 20;
	top: 49px;
	padding-top: 12px;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	overflow: hidden;
	background-color: #f4f4f4;
	opacity: 0;
	color: #fff;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	

	
	background: -moz-linear-gradient(top, #3319f0 10%, #00a1ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#00a1ff), color-stop(100%,#f50f0f));
	background: -webkit-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: -o-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: -ms-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: linear-gradient(top, #3319f0 10%,#00a1ff 100%);
}

.about3 {
	height: 1px;
	width: 200px;
	font-size: 16px;
	z-index: 16;
	top: 69px;
	background-color: #3319f0;
	opacity: 0;
	color: #fff;
	text-align:left;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	line-height: 30px;
	margin: 0 auto;
	padding-left: 8px;
	padding-top: 20px;
	float: left;
	position:relative;
	overflow: hidden;
	
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.3s linear;

	
}

.about:hover > .about2{
	height: 20px;
	top:71px;
	opacity: 1;
	
}

.about:hover > .about3{
	height: 100px;
	top:60px;
	opacity: 1;
	padding-left: 5px;
	
}

.about:hover {
opacity: 1;
cursor: pointer;
background: #ffffff  url(../images/about2.png);
overflow: visible;
}


.services {
	height: 70px;
	width: 100px;
	font-size: 14px;
	background: #d1e2fa;
	z-index: 19;
	top: 0px;
	margin: 0 auto;
	background-color: #f4f4f4;
	background: url(../images/services.png) no-repeat top left;
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	overflow: hidden;
	
}

.services2 {
	height: 1px;
	width: 100px;
	font-size: 13px;
	z-index: 20;
	top: 49px;
	padding-top: 12px;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	overflow: hidden;
	background-color: #f4f4f4;
	opacity: 0;
	color: #fff;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	

	
	background: -moz-linear-gradient(top, #3319f0 10%, #00a1ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#00a1ff), color-stop(100%,#f50f0f));
	background: -webkit-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: -o-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: -ms-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	
}

.services3 {
	height: 1px;
	width: 200px;
	font-size: 16px;
	z-index: 16;
	top: 69px;
	background-color: #3319f0;
	opacity: 0;
	color: #fff;
	text-align:left;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	line-height: 30px;
	margin: 0 auto;
	padding-left: 8px;
	padding-top: 20px;
	float: left;
	position:relative;
	overflow: hidden;
	
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.3s linear;

}

.services:hover > .services3{
	height: 150px;
	top:50px;
	left: 0px;
	opacity: 1;
	
}

.services:hover > .services2{
	height: 30px;
	top:69px;
	opacity: 1;
	
}
.services:hover {
	opacity: 1;
	cursor: pointer;
	background: #ffffff url(../images/services2.png);
	overflow: visible;
}

.projects {
	height: 70px;
	width: 100px;
	font-size: 14px;
	background: #d1e2fa;
	z-index: 19;
	top: 0px;
	margin: 0 auto;
	background-color: #f4f4f4;
	background: url(../images/projects.png) no-repeat top left;
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	overflow: hidden;
	
}

.projects2 {
	height: 1px;
	width: 100px;
	font-size: 14px;
	z-index: 20;
	top: 49px;
	overflow: hidden;
	background-color: #f4f4f4;
	opacity: 0;
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	border-bottom: 1px #3319f0 solid;
	border-right: 1px #3319f0 solid;
	border-left: 1px #3319f0 solid;
	
}

.projects:hover > .projects2{

	height: 20px;
	top:71px;
	opacity: 1;
	
}
.projects:hover {
opacity: 1;
cursor: pointer;
background: #ffffff url(../images/projects2.png);
overflow: visible;
}


.contact {
	height: 70px;
	width: 100px;
	font-size: 14px;
	background: #d1e2fa;
	z-index: 19;
	top: 0px;
	margin: 0 auto;
	background-color: #f4f4f4;
	background: url(../images/contact.png) no-repeat top left;
	color: #7f7f7f;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	overflow: hidden;
	
}

.contact2 {
	height: 1px;
	width: 100px;
	font-size: 13px;
	z-index: 20;
	top: 49px;
	padding-top: 12px;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	overflow: hidden;
	background-color: #f4f4f4;
	opacity: 0;
	color: #fff;
	margin: 0 auto;
	position:relative;
	float: right;
	border-left: 1px #7f7f7f solid;
	
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	

	
	background: -moz-linear-gradient(top, #3319f0 10%, #00a1ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#00a1ff), color-stop(100%,#f50f0f));
	background: -webkit-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: -o-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: -ms-linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	background: linear-gradient(top, #3319f0 10%,#00a1ff 100%);
	
}


.contact:hover > .contact2{
	height: 20px;
	top:71px;
	opacity: 1;
	
}

.contact:hover {
opacity: 1;
cursor: pointer;
background: #ffffff url(../images/contact2.png);
overflow: visible;
}


#navDiv{
	width: 120px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	background: #0c70f9;
	font-size: 16px;
	font-family: 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
	font-style: bold;
	position: relative;
	float: right;
	bottom: -50px;
	cursor: pointer;
	margin-left: 2px;
	opacity: 1;
	padding-top: 10px;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	z-index: 8;
	
}


#subMenu {
	width: 119px;
	height: 0px;
	color: #fff;
	font-family: sans-serif, 'BebasNeueRegular', 'Arial Narrow', Arial; 
	font-size: 14px;
	position: absolute;
	cursor: pointer;
	opacity: 1;
	background: orange;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.3s linear;
	z-index: 2;
	overflow: hidden;
	left: 1px;
	top: 80px;
	text-align: center;
	line-height: 30px;
	background: url(../images/texture.png);
	border-bottom: 0px #fb9510 solid;

}


#navDiv:hover > #subMenu{
	display: block;
	height: 150px;
	top: 70px;
	z-index: 5;
	border-bottom: 4px #fb9510 solid;
}



#navDiv:hover {
	color: white;
	background: url(../images/hoverBg.png) no-repeat top  left;	
	font-size: 16x;
	text-align: center;
	top: 70px;

}


#Slides {
	color: black;
	background: #fff;
	opacity: 1;
	width: 100%;
	height: 400px;
	position: relative;
	margin: 0 auto;
	top: -10px;
	display: done;
	z-index: 2;
	border-top: 1px #cecdcd solid;
	border-bottom: 9px #cecdcd solid;
	overflow: visible;
	background: url(../images/texture.png);
	left: 0px;
	   -webkit-box-shadow: 1px 1px 2px #333232;
   -moz-box-shadow: 1px 1px 2px #333232;
   box-shadow: 1px 1px 2px #333232;
   text-align: center;
	
}

#socialNetwork{
	height: 50px;
	width: 120px;
	background: url(../images/socialBg.png);
	position: relative;
	padding-top: 30px;
	padding-left: 40px;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
	margin-top: -15px;
	right: -5px;
	text-align: left;
	z-index: 5;
	opacity: 0.6;
}

#socialNetwork:hover {
	opacity: 1;
}


#mainContent{
	position: relative;
	width: 1120px;
	margin: 0 auto;
        top: 42px;
	background: #fff;
	text-align: center;
	height: 1000px;
	z-index: 1;
}

#introContent{
	position: relative;
	width: 650px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 20px;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
	color: #000;
	float:left;
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
	margin-top: 20px;
	background: #e4e7f1 ;
	z-index: 7;
	opacity: 1;
}


#MilestonePanel{
	position: relative;
	width: 435px;
	margin: 0 auto;
	font-size: 11px;
	text-align: left;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top:45px;
	float: left;
	background: #fff ;
	height: 400px;
	z-index: 7;
	opacity: 1;
}
#milestoneHeader{
	position: absolute;
	width: 430px;
	margin: 0 auto;
	text-align: left;
	font-size: 19px;
	font-family: Arial, verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', sans-serif;
	color: #f4f4f4;
	padding-top: 15px;
	padding-left: 15px;
	margin-left: 0px;
	top: 0px;
	background: -moz-linear-gradient(top, #f94444 10%, #f50f0f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#f94444), color-stop(100%,#f50f0f));
	background: -webkit-linear-gradient(top, #f94444 10%,#f50f0f 100%);
	background: -o-linear-gradient(top, #f94444 10%,#f50f0f 100%);
	background: -ms-linear-gradient(top, #f94444 10%,#f50f0f 100%);
	background: linear-gradient(top, #f94444 10%,#f50f0f 100%);
	z-index: 7;
	opacity: 1;
	height: 30px; 
}

#milestones{
	position: relative;
	width: 430px;
	margin: 0 auto;
	font-size: 11px;
	text-align: left;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	color: #15154c;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom: 10px;
	float: left;
	background: #f4f4f4 ;
	z-index: 7;
	opacity: 1;
}

#milestones:hover {
	background: #4a4a4a;
	color: #fff;
	font-size: 13px;
	 -webkit-box-shadow: 1px 1px 2px #333232;
   -moz-box-shadow: 1px 1px 2px #333232;
   box-shadow: 1px 1px 2px #333232;
}


#directors{
	position: relative;
	width: 750px;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	color: #15154c;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom: #05059b dashed 1px;
	float: left;
	background: #fff ;
	z-index: 7;
	opacity: 1;
}

#directors:hover {
	background: #f2f2fd;
	color: #000;
	font-size: 14px;
	 -webkit-box-shadow: 1px 1px 2px #333232;
   -moz-box-shadow: 1px 1px 2px #333232;
   box-shadow: 1px 1px 2px #333232;
}

#serviceAd{
	position: relative;
	width: 245;
	margin: 0 auto;
	font-size: 11px;
	text-align: left;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	color: #15154c;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	float: left;
	background: #f4f4f4 ;
	height: 710px;
	z-index: 7;
	opacity: 1;
}


#serviceAd a.info {
   display: inline-block;
   text-decoration: none;
   padding: 5px 5px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
#quotes{
	position: relative;
	width: 300px;
	margin: 0 auto;
	font-size: 19px;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	float: right;
	background: #00a1ff ;
	height: 400px;
	z-index: 7;
	opacity: 1;
}

#collabHeader{
	position: absolute;
	width: 315px;
	margin: 0 auto;
	text-align: center;
	font-size: 19px;
	font-family: Arial, verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', sans-serif;
	color: #f4f4f4;
	padding-top: 15px;
	padding-left: 15px;
	margin-left:-15px;
	top: 0px;
	background: -moz-linear-gradient(top, #f94444 10%, #f50f0f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#f94444), color-stop(100%,#f50f0f));
	background: -webkit-linear-gradient(top, #f94444 10%,#f50f0f 100%);
	background: -o-linear-gradient(top, #f94444 10%,#f50f0f 100%);
	background: -ms-linear-gradient(top, #f94444 10%,#f50f0f 100%);
	background: linear-gradient(top, #f94444 10%,#f50f0f 100%);
	z-index: 7;
	opacity: 1;
	height: 30px; 

}
#collaboration{
position: relative;
	width: 300px;
	margin: 0 auto;
	font-size: 14px;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	color: #458;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 60px;
	float: right;
	background: #d1ccfc ;
	height: 400px;
	z-index: 7;
	opacity: 1;
}

#collaboration:hover {
	background: #fff;
	border-bottom: 1px #f50f0f solid;
	border-left: 1px #f50f0f solid;
	border-right: 1px #f50f0f solid;
	 -webkit-box-shadow: 1px 1px 2px #333232;
   -moz-box-shadow: 1px 1px 2px #333232;
   box-shadow: 1px 1px 2px #333232;
}
#sidebarRight{
	position: relative;
	width: 300px;
	margin: 0 auto;
	font-size: 19px;
	font-family: verdana, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	float: right;
	background: #00a1ff ;
	height: 400px;
	z-index: 7;
	opacity: 1;
}
#md{
	position: absolute;
	width: 150px;
	height: 200px;
	margin: 0 auto;
	margin-top: 0px;
	right: -35px;
	top: 233px;
	float: right;
	z-index: 9;
	background: url(../images/director.png);	
}

#welcome{
	position: absolute;
	width: 315px;
	height: 276px;
	margin: 0 auto;
	margin-top: 0px;
	left: -105px;
	top: -50px;
	float: left;
	z-index: 9;
	background: url(../images/welcome.png) no-repeat top left;	
}
#Comments{
	position: relative;
	width: 1120px;
	margin: 0 auto;
	background: #d1e3fa;
	height: 1000px;
	opacity: 0.6;
	z-index: 1;
}

#updates{
	position: relative;
	width: 1120px;
	margin: 0 auto;
	background: #d1e3fa;
	height: 1000px;
	opacity: 0.6;
	z-index: 1;
}

#navLogo{
	position: relative;
	text-align: center;
	margin: 0 auto;
	z-index: 50;
	top: 0px;
	width: 100px;
	height: 100px;
	background: #f4f4f4;
	
}



.main{
	position:relative;
    width:1280px;
    margin: 0 auto;
	text-align: center;

}

h1{
	margin:0px;
	padding:20px 20px 10px 20px;
	font-size:34px;
	color:#333;
    text-shadow:1px 1px 1px #fff;
	text-align:left;
	font-weight:400;
    text-align:center;
}
h1 span{
    display:block;
	font-size: 14px;
    font-family: Georgia, serif;
    font-style: italic;
	color:#b2891b;
	padding-top:10px;
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}

.more{
	position:relative;
	clear:both;
	font-family:'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 10px;
    width: 540px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
    height: 30px;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#b2891b;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:40px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}

