/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
	
}
.clearfix {
    *zoom: 100%;
	
}

/* Basic Styles */
body {
	
}

/*Styles for screen 515px and lower*/
@media only screen and (min-width:100px) and (max-width : 767px) {
	.clearfix {
    *zoom: 1;
	padding:0%;
	margin:0%;
	margin-top:-4%;
}
	nav {
		width:100%;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		
	}
	nav ul {
		width:100%;
		display: none;
		height: auto;
		
	}
	nav li {
		width:100%;
	display: inline;
}
nav a {
	color: #fff;
	background-color:#fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	color:#007192;
	background-color:#fff;
	
}
nav li:last-child a {
}
nav a:hover, nav a:active {
	background-color: #289AB2;
	color:#fff;
}
	nav a#pull {
		color:#007192;
		display: block;
		background-color: #fff;/*Menu title bgcolor*/
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background:url(../images/menu5.png); 
		background-repeat:no-repeat;
		border:none;
		width: 50px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 6px;
	}
}

@media only screen and (min-width:360px) and (max-width:640px) and (orientation:landscape)
{
	.clearfix {
    *zoom: 1;
	padding:0%;
	margin:0%;
	margin-top:-4%;
}
	nav {
		width:100%;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		
	}
	nav ul {
		width:100%;
		display: none;
		height: auto;	
	}
	nav li {
		width:100%;
	display: inline;
}
nav a {
	color: #fff;
	background-color:#fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	color:#007192;
	background-color:#fff;
	
}
nav li:last-child a {
}
nav a:hover, nav a:active {
	background-color: #289AB2;
	color:#fff;
}
	nav a#pull {
		color:#007192;
		display: block;
		background-color: #fff;/*Menu title bgcolor*/
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background:url(../images/menu5.png); 
		background-repeat:no-repeat;
		border:none;
		width: 50px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 6px;
	}
}

/*Tablet of 600*960 landscape*/


/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
	}
}
@media screen and (min-width:768px) and (max-width:1024px)  and (orientation: landscape)
{
	.clearfix {
    *zoom: 1;
	margin-top:-6%;
	margin-left:23%;
	
}
	nav {
	height: 40px;
	width: 55%;
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#686868;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color:#289AB2;
	color:#fff;
	border-radius:7px;
}
nav a#pull {
	display: none;
}

}

@media screen and (min-width:768px) and (max-width:1024px)  and (orientation: portrait)
{
.clearfix {
    *zoom: 1;
	margin-top:-12%;
	margin-left:33%;
}
	nav {
	height: 40px;
	width: 50%;
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#686868;
	display: inline-block;
	width: 100%;
	padding-left:6%;
	padding-right:6%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color:#289AB2;
	color:#fff;
	border-radius:7px;
}
nav a#pull {
	display: none;
}

}
@media only screen and (min-width:641px) and (max-width:960px) and (orientation:landscape)
{
	.clearfix {
    *zoom: 1;
	margin-top:-8%;
	margin-left:20%;
}
	nav {
	height: 40px;
	width: 70%;
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 500px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#686868;
	display: inline-block;
	width: 80px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color:#289AB2;
	color:#fff;
	display:inline-block;
	width:70px;
	border-radius:7px;
}
nav a#pull {
	display: none;
}
}

@media only screen and (min-width:980px) and (max-width:1280px)
{
	.clearfix {
    *zoom: 1;
	margin-top:-7%;
	margin-left:20%;
}
	nav {
	height: 40px;
	width: 70%;
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#686868;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color:#289AB2;
	color:#fff;
	border-radius:7px;
}
nav a#pull {
	display: none;
}
}

@media screen and (min-width:1025px) and (max-width:1279px)
{
	.clearfix {
    *zoom: 1;
	margin-top:-6%;
	margin-left:25%;
}
	nav {
	height: 40px;
	width: 60%;
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#686868;
	display: inline-block;
	width: 90%;
	padding-left:18%;
	padding-right:18%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color:#289AB2;
	color:#fff;
	border-radius:7px;
}
nav a#pull {
	display: none;
}
}
@media screen and (min-width:1025px) and (max-width:1279px) and (orientation:portrait)
{
	.clearfix {
    *zoom: 1;
	margin-top:-6%;
	margin-left:25%;
	
}
	nav {
	height: 40px;
	width: 60%;
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#686868;
	display: inline-block;
	width: 80%;
	padding-left:18%;
	padding-right:18%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color:#289AB2;
	color:#fff;
	border-radius:7px;
}
nav a#pull {
	display: none;
}
}

@media only screen and (device-width:1280px)
{
	.clearfix {
    *zoom: 1;
	margin-top:-5%;
	margin-left:22%;
}
	nav {
	height: 40px;
	width: 60%;
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;	
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#686868;
	display: inline-block;
	width: 90%;
	padding-left:18%;
	padding-right:18%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color:#289AB2;
	color:#fff;
	border-radius:7px;
}
nav a#pull {
	display: none;
}
}
@media screen and (min-width:1281px) and (max-width:1600px) 
{
	.clearfix {
    *zoom: 1;
	margin-top:-7%;
	margin-left:20%;
	
}
	nav {
	height: 40px;
	width: 70%;
	display: inline-block;
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline-block;
	float: left;
}
nav a {
	color:#686868;

	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	display: inline-block;
}
nav li:last-child a {
	border-right: 0;
	display: inline-block;
}
nav a:hover, nav a:active {
	background-color:#289AB2;
	color:#fff;
	border-radius:7px;
}
nav a#pull {
	display: none;
}
}