@charset "utf-8";
/* CSS Document */


body {    /*  this is the body  section. to change the page background color edit the 
             background: statement below and change the color code to what ever you want it to be  */
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background: #4983B0;   /*url(../images/bg.png) top center no-repeat;   */  /* this the background color code  */
	background-attachment:fixed;
	background-size:100% 100%;
	
	}
img{
	border:none;
max-width:100%;
}

.header {
	width:100%;
	float:left;
	margin:0;
	padding:10px 0;
	background: url(../images/topblackbar.jpg) top center no-repeat;   /* the top bar that the logo goes into */
	background-size:100% 100%;
	}
.my {
	width:90%;
	max-width:1024px;
	margin:0 auto;
	height:auto;
	}
.lk h3 {
	font-size:30px;
	color:#fff;
	font-family:Tahoma;
	margin:0;
	}
.lk h4 {
	font-size:18px;
	color:#fff;
	font-family:Tahoma;
	margin:0;
	}
.com1 {
	clear:both;
	margin:0 auto;
	}
.wrapper {
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.container {
	width:95%;
	max-width:1024px;
	margin:10px auto -10px auto;
	}
.main_img {    /*  frame that the video is place on the screen.  */
	width:70%;
	margin:40px 0 40px 13%;
	float:left;
	background:url(../images/body_bg1_01-1.png) top center no-repeat;
	background-size:100% 100%;
	padding:27px 2% 46px;
	}

.videoWrapper {     /*added for using youtube video in the video frame */
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {    /*added for using youtube video in the video frame */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.left {float:left;}

.com {
	text-align: center;
	width: 78%;
	margin:0 0 0 12%;
}

.main_com {
	width:100%;
}


p {margin: 0;font-family:tahoma;color: #ffffff;font-size:16px;}

.com1 ul li .para {
	font-family:tahoma;
	color: #ffffff;
	font-size:16px;
	padding: 2px 5px 0;
	text-decoration:none;
}

.logo_div {
	margin-left: 17px;
	z-index:1;
	position:relative;
}

a{
	visited: red;
	color: white;
	
}	

.navcentre {
margin:10px auto;
display:table;
padding:2px;
white-space:nowrap;
}
.navcentre ul {
list-style:none;
margin:0;
padding:0;
display:table-row;
white-space:nowrap;
}

.navcentre ul li{
display:table-cell;
color:#fff;
}
.navcentre ul a{
display:block;
padding:4px 5px;
text-decoration:none;
font-family:tahoma;
font-size:16px;
color:#fff;
}


@media screen and (max-width:700px) {
	.navcentre ul a {
		font-size:9px;
		}
	.container {
		margin: -10px auto -30px auto;
		}
	body {
		background-size:100% 100% !important;
		}
	}