@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	padding-top:5px;
	padding-bottom:5px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*menu*/
ul{
	list-style-type:none;
	
	overflow: hidden;
	width: 250px;
	margin: 0px auto;
	}
	
li {
	width: 200px;
	height:32px;
	margin: 0px 0px;
	}
	
a {
	display:block;
	width:200px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	color:rgba(255,255,255,1)}	
	
a:hover {
	background-color:rgba(255,153,0,1);}
/*menu end*/

.footer
{
	
	
	padding-bottom:10px;
	padding-top:10px;}

#main {width:80%;
	}
	
h1 { font-size: 100%;
	 padding: 10px;
	
	}
	
h2 { font-size: 90%;
	 padding: 10px;
	}
	
	.headerimg {
	width: 100%;
	}
h3{ font-size: 80%;
	 padding: 10px;
	}
	
	.img1 {
		
		max-width:80%;
		text-align:center;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
	margin: 5px;
    height: 0;
    overflow: hidden;
}	
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.eml{
	width:100%;
	text-align:center;
	font-size: 80%;}
	.flag {
	max-width:30%;
	padding: 20px;}
	.nkmbar
{
	background:url(images/BARS.jpg);
	padding: 10px;
	}
.nkmhead
{
	background:url(images/nkmheadb.png);
	
	
	}	
.a { width:18%;
text-align:left;
float:left;
padding-right: 10px;
font-size:xx-small;

}

.b {width:46%;
text-align:left;
float:left;
font-size:small;
}

.c {width:33%;
text-align:right;
float:Right;
font-size:small;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	padding-top:10px;
	padding-bottom:10px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}

/*menu*/
ul{
	list-style-type:none;
	
	overflow: hidden;
	width: 440px;
	margin: 0px auto;
	}
	
li {
	width: 120px;
	height:40px;
	margin: 0px 4px;
	border-radius:10px;
	float:left;
	}
	
a {
	display:block;
	width:120px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	color:rgba(255,255,255,1)}	
	
a:hover {
	background-color:rgba(255,153,0,1);}
/*menu end*/

.footer
{
	
	padding-bottom:10px;
	padding-top:10px;}
	
	h1 { font-size: 100%;
	 padding: 10px;
	
	}
	
h2 { font-size: 90%;
	 padding: 10px;
	}
	h3{ font-size: 85%;
	 padding: 10px;
	}
	
	.headerimg {
	width: 100%;
	}
	
	.splitleft {
	width: 42%;
	overflow:hidden;
	float:left;
	margin-left: 50px; }
	
	
	.splitright {
	width: 42%;
	overflow:hidden;
	float:right;
	margin-right: 50px;}
	.img1 {
		
		max-width:80%;
		text-align:center;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
	margin: 10px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}	
a.eml{
	width:100%;
	text-align:center;}
	.flag {
	max-width:30%;
	padding: 20px;}
	.nkmbar
{
	background:url(images/BARS.jpg);
	padding: 10px;
	}
.nkmhead
{
	background:url(images/nkmheadb.png);
	background-repeat:no-repeat;
	line-height: 310px;
	}	
	.a { width:18%;
text-align:left;
float:left;
padding-right: 30px;
;
}

.b {width:44%;
text-align:left;
float:left;
}

.c {width:33%;
text-align:right;
float:Right;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 710px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	padding-top:10px;
	padding-bottom:10px;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*menu*/
ul{
	list-style-type:none;
	
	overflow: hidden;
	width: 440px;
	margin: 0px auto;
	}
	
li {
	width: 120px;
	height:40px;
	margin: 0px 4px;
	border-radius:10px;
	float:left;
	}
	
a {
	font-weight:bold;
	display:block;
	width:120px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	color:rgba(255,255,255,1)}	
	
a:hover {
	background-color:rgba(255,153,0,1);}
/*menu end*/

.footer
{

	padding-bottom: 10px;
	padding-top:10px;
	text-align:center;}
	
	
	h1 {
	font-size: xx-large;
	padding: 10px;
	}
	
h2 {
	font-size: x-large;
	padding: 10px;
	}
	
	h3{ font-size: 85%;
	 padding: 10px;
	}
	
.headerimg {
	width: 700px;
	padding: 10px;
	
	}
.splitleft {
	width: 41%;
	overflow:hidden;
	float:left;
	margin-left: 30px; }
	
	
	.splitright {
	width: 41%;
	overflow:hidden;
	float:right;
	margin-right: 30px;}
	.img1 {
		
		max-width:80%;
		text-align:center;}
		
		.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
	margin: 10px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	
}
a.eml{
	width:100%;
	text-align:center;}
	
.flag {
	max-width:30%;
	padding: 20px;}
	
	
.nkmbar
{
	background:url(images/BARS.jpg);
	padding: 10px;
	}
.nkmhead
{
	background:url(images/nkmheadb.png);
	background-repeat:no-repeat;
	line-height: 310px;
	}	
	
.a { width:18%;
text-align:left;
float:left;
padding-right: 30px;

}

.b {width:44%;
text-align:left;
float:left;
}

.c {width:33%;
text-align:right;
float:Right;
}
}