* { margin:0; padding:0;}
body {
	background:#fff url(https://staticjw.com/n/templates/LightCleanBlue/images/main-bg.gif) repeat-x 0 0;
	color:#575757;
	font:16px/22px Arial, Helvetica, sans-serif;
	padding-top:7px;
}
img { border:0;}
ul { list-style:none;}
a, a:focus { text-decoration:none; outline:none;}
input, select, textarea {
	font:11px/14px Arial, Helvetica, sans-serif;
	outline:none;
}

/* Start: Main Container */
.wrapperBg {
	background:url(https://staticjw.com/n/templates/LightCleanBlue/images/main-bg-bottom.gif) repeat-x 0 100%;
}
.mainCont {
	margin:0 auto;
	max-width:960px;/*960px;*/
	background:url(https://staticjw.com/n/templates/LightCleanBlue/images/body-content-bg.png) repeat-y 1px 0;
	padding: 0;background-size:100%;
}
/* End: Main Container */

/* Start: Header */
.header {
	height:auto;
	/*background:url(https://staticjw.com/n/templates/LightCleanBlue/images/header-bg.gif) no-repeat 50% 100%;*/
	position:relative;
	padding-left:28px;padding-bottom:15px;
}
	.header h3 {
		font:40px/38px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color:#11487D;
		padding-top:22px;padding-bottom:10px;
	}
	.header h3 a {
		color:#11487D;
	}
	.header h4 {
		color:#0F74D9;
		font:15px/16px Georgia, "Times New Roman", Times, serif;
	}
/* End: Header */

/* Start: Header Menu */
	.headerMenu {
		max-width:100%;width: 98.4%;
		margin:0 auto;
		background-color:#fff;
		position:relative;
	}
		.headerMenu span {
			display:block;
			width:10px;
			height:46px;
			background:url(https://staticjw.com/n/templates/LightCleanBlue/images/topmenu-corner.png) no-repeat 0 0;
			position:absolute;
			left:-10px;
			top:4px;
		}
		.headerMenu span.rightBg {
			background-position:0 100%;
			left:auto;
			right:-10px;
		}
		.headerMenu ul {
			height:40px;
			line-height:36px;
			font-size:15px;
			background:url(https://staticjw.com/n/templates/LightCleanBlue/images/topmenu-bg.gif) repeat-x 0 0;
			position:relative;
			top:4px;
		}
		.headerMenu ul li {
			float:left;
			padding-right:1px;
			position:relative;
		}
		.headerMenu ul li a {
			display:block;
			padding:0 10px;
			height:36px;
			color:#fff;
			background:url(https://staticjw.com/n/templates/LightCleanBlue/images/topmenu-bg-hover.gif) repeat-x 0 -100px;
		}
		.headerMenu ul li a:hover,
		.headerMenu ul li#active a {
			background-position:0 0;
		}
		.headerMenu ul li.home a {
			width:50px;
			padding:0;
		}
		.headerMenu ul li.home a strong {
			background:url(https://staticjw.com/n/templates/LightCleanBlue/images/home-icon.gif) no-repeat 50% 50%;
			cursor:pointer;
			height:36px;
			display:block;
			text-indent:-20000px;
		}
		
			/* Drop Down Menu */
			.headerMenu ul ul {
				position:absolute;
				width:200px;
				left:0;
				top:36px;
				background:#0E5DAA;
				height:auto;
				font-size:13px;
				line-height:18px;
				display:none;
			}
				.headerMenu ul ul li {
					float:none;
					padding:0 0 1px;
				}
				.headerMenu ul ul li a {
					background:none;
					height:auto;
					padding-top:4px;
					padding-bottom:4px;
					height:100%;
				}
				.headerMenu ul ul li a:hover {
					background:#1069C0;
				}
				
                .headerMenu ul ul ul {
	            left:100%;
	            top:0;
                }				
/* End: Header Menu */

/* Start: Body Content */
.bodyContent {
	padding:0 20px 20px 26px;	
}
	.bodyContent h1, 
	.bodyContent h3,
	.bodyContent h4 {
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
	}
	.bodyContent h1.pageTitle {
		font-size:30px;
		line-height:34px;
		padding-bottom:15px;
		text-transform:none;
	}
	/* Start: Left Panel */
	.leftPanel {
		max-width:68%;/*624px;*/
		float:left;
		padding:10px 0 0 0;
		margin: 0;
	}
		.leftPanel a {
			color:#575757;
			text-decoration:underline;
		}
		.leftPanel a:hover { text-decoration:none;}
		/* Post */
		.post, .type-page {
			margin: 0;
			padding: 0 0 34px 0;
		}
			.post h1, .type-page h1 {
				color:#0E5DAA;
				font-size:24px;
				font-weight:normal;
				margin-top:10px;
				padding-bottom:15px;
				line-height: 20px;
			}
			.post h2 a, .type-page h2 a {color:#0E5DAA; text-decoration:none;}
			.post h2 a:hover, .type-page h2 a:hover { text-decoration:underline;}
				.entryContent { 
					overflow:hidden;
					height:100%;
				}
				/* headings */
				.entryContent h1,
				.entryContent h2 {
					font-family:Arial, Helvetica, sans-serif;
				}
				.entryContent h1 {
					text-transform:none;
					font-size:24px;
					font-weight:normal;
					padding-bottom:7px;
				}
				.entryContent h2 {
					color:#575757;
					text-transform:none;
					margin-top:10px;
					font-size:21px;
					line-height:25px;
					padding-bottom:7px;
				}
				.entryContent h3 {
					font:19px/22px Arial, Helvetica, sans-serif;
					padding-bottom:7px;
					margin-top:10px;
					text-transform:none;
					clear:both;
				}
				.entryContent h4 {
					font-size:16px;
					font-weight:bold;
					margin-top:10px;
					padding-bottom:7px;
					clear:both;
				}
				.entryContent h5 {
					font-size:14px;
					font-weight:bold;
					margin-top:10px;
					padding-bottom:7px;
				}
				.entryContent h6 {
					font-size:12px;
					margin-top:10px;
					font-weight:bold;
					padding-bottom:7px;
				}
				.entryContent img{
					background:#fff;padding:2px;border:2px solid #0E5DAA;margin:10px;max-width:100% !important; height:auto;
				}
				/* Paragraph text */
				.entryContent p {
					padding-bottom:15px;
				}
				
				/* Blockquote */
				.entryContent blockquote {
					background:#36C;
					padding:10px 20px 0px;
					margin-left:30px;
					margin-bottom:10px;
					color:#fff !important;
					font-style:italic;
					font-size:14px;			
				}
				
				/* Unordered List */
				.entryContent ul {
					list-style:disc;
					padding:0 0 20px 20px;
				}
					.entryContent li {
						padding-bottom:10px;
					}
					
				/* Ordered List */	
				.entryContent ol {
					list-style:decimal inside;
					padding:0 0 20px 5px;
				}
				
				/* Defination List */
				.entryContent dl {
					padding:10px;
				}
				.entryContent dl dt {
					font-weight:bold;
					padding-bottom:3px;
				}
				.entryContent dl dd {
					padding:0 0 5px 10px;
				}
				
				/* Tabular data */
				.entryContent table {
					border:#DCDCDC 1px solid;
					border-collapse:collapse;
					margin-bottom:20px;
				}
					.entryContent table td {
						border:#DCDCDC 1px solid;
						padding:3px 8px;
					}
				
				/* Code Display Style */
				.entryContent pre {
					padding-bottom:20px;
				}
				

	/* End: Left Panel */
	/* Start: Right panel */
	.rightPan {
		max-width:27%;/*251px;*/
		float:right;
		margin: 0;
		padding: 0;
	}
		.rightPan .inner {
			padding:10px 20px 0 18px;
			background:url(https://staticjw.com/n/templates/LightCleanBlue/images/right-panel-bg.gif) repeat-y 0 0;
		}
		.rightPan span.topBg,
		.rightPan span.bottomBg {
			display:block;
			background:url(https://staticjw.com/n/templates/LightCleanBlue/images/right-panel-bg-top.gif) no-repeat 0 0;
			height:9px;
			font-size:0;
			line-height:0;
		}
		.rightPan p{ font-size:15px; padding:5px 0px;}
		.rightPan span.bottomBg {
			background-image:url(https://staticjw.com/n/templates/LightCleanBlue/images/right-panel-bg-bottom.gif);
		}
		.rightPan h3 {
			font-size:18px;
			line-height:22px;
			color:#000;
		}
		.rightPan h4{
			color:#575757;
			text-transform:none;
			font-size:21px;
			margin-top:15px;margin-bottom:10px;
			clear:both;
		}
		.rightPan a { color:#0E5DAA;}
		.rightPan a:hover { color:#3B3B3B;}
		
		/* Start: Widget Style */
		.rightPan {
			padding-bottom:18px;
		}
		.rightPan ul {
			line-height:16px;
			padding-bottom:10px;
		}
		.rightPan ul li {margin-bottom: 5px;
			padding:7px 0 7px 17px;
			background:url(https://staticjw.com/n/templates/LightCleanBlue/images/bullet-right.gif) no-repeat 3px 13px;
			border-bottom:#EFEFEF 1px solid; 
		}
		/* End: Widget Style */
		
		
	/* End: Right panel */
	

/* End: Body Content */


/* Start: Footer */
.footer {
	background:#0B4B99 url(https://staticjw.com/n/templates/LightCleanBlue/images/footer-bg.gif) repeat-x 0 0;
}
	.footer .inner {
		width:93%;/*914px;*/
		margin:0 auto;
		background:url(https://staticjw.com/n/templates/LightCleanBlue/images/footer-inner-bg.gif) repeat-x 0 0;
		padding:36px 10px 50px 16px;
		overflow:hidden;
		height:100%;
	}
	.footer p.logo {
		font:40px/42px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color:#165DB1;
		text-transform:uppercase;
		float:left;
		max-width:55%;
	}
		.footer .right {
			max-width:45%;/*435px;*/
			float:right;
			text-align:right;
			font-size:11px;
			line-height:16px;
		}
		.footer ul {
			padding-bottom:6px;
		}
		.footer ul li {
			display:inline;
			padding:0 10px 0 14px;
			background:url(https://staticjw.com/n/templates/LightCleanBlue/images/footer-devider.gif) no-repeat 0 50%;
		}
		.footer ul li.left {
			padding-left:0;
			background:none;
		}
		.footer ul li a {
			color:#A8C7EC;
		}
		.footer ul li a:hover,
		.footer ul li#active a {
			color:#FFF;
		}
		.footer .right p { color:#5483BA;}
		.footer .textwidget { color:#5483BA;}
/* End: Footer */


#header-img {
    display: table;
    margin: 0 auto;
}
#header-img img {
    height: auto;
    max-width: 100%;
}
.footer .credits {font-size: 12px; margin-top: 35px;color: #fff;}
.footer .credits a {color: #A8C7EC;}

/*Custom style*/

.clear {clear: both;}
hr {margin:30px 10px;border:1px solid #0E5DAA;}
fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#fff;width:380px;background:#0E5DAA;border:2px solid #000;}
fieldset#contact-form label {font-size:13px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;padding:3px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:360px;padding:3px;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;cursor:pointer;margin-left:30px;}
fieldset#contact-form #contact-button:hover {margin-left:30px;}
input:focus, textarea:focus {background:#fff;border:1px solid #000;}
.slogan{margin-left:10px;}
.entryContent{}
.entryContent a{ color:#3366CC; text-decoration:underline; border:none;}
.entryContent a:hover{ color:#000; text-decoration:none;}
.entryContent a:visited{color:#6611CC;}
@media (max-width: 1024px) {.mainCont {max-width: 90%;}#header-img img {margin-left: 1%;max-width: 98%!important;}}
@media (max-width: 992px) {.headerMenu span {background: none;}.headerMenu ul li a {padding: 0 9.5%;}}
@media (max-width: 768px) {.headerMenu ul li a {padding: 0 15%;}.rightPan {overflow: hidden;}.headerMenu ul {background: url(https://staticjw.com/n/templates/LightCleanBlue/images/topmenu-bg.gif) repeat scroll 0 0 transparent!important;height: 80px!important;}}
@media (max-width: 700px) {body {background:none;background-color:#fff;color: #575757;padding-top:0;}#header-img{margin-top:50px;}#header h4{font-size:3em}.headerMenu{display:none;}.leftPanel{max-width:100%}.rightPan{max-width:100%;float:none;}.rightPan .inner{background: none;}.rightPan span.bottomBg{background: none;}.mainCont{max-width:94%;background: none;}}
@media (max-width: 480px) {.mainCont{max-width:100%;}.header h3 {font: 33px/28px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;}.post h1, .type-page h1 {font-size: 23px;line-height: 22px;}.footer p.logo {font: 30px/32px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;}.entryContent h2 {font-size: 20px;line-height: 21px;}.blog-post h2.blog-title {font-size: 20px;line-height: 21px;}.entryContent img {max-width: 95% !important;border:none;float:none!important;clear:both;}#header-img {margin-top: 15px;}fieldset#contact-form {width: 80%;}fieldset#contact-form textarea {width: 97%;}.entryContent blockquote {margin-left: 5px;padding: 10px 14px 0;}.footer .right {float: left;max-width: 100%;text-align: left;}.footer .inner {width: 90%;}.footer .credits {font-size: 13px;margin-top: 24px;}.leftPanelimg{float:none!important;clear:both;}}
@media (max-width: 375px) {.header {padding-left: 15px;}.header h3 {font: 29px/28px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;}.entryContent img {margin: 0;}.footer p.logo {font: 20px/22px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;}}
@media (max-width: 320px) {.post h1, .type-page h1 {font-size: 22px;line-height: 21px;}.entryContent h2 {font-size: 19px;line-height: 19px;}.entryContent h3 {font: 18px/18px Arial,Helvetica,sans-serif;}.bodyContent {padding: 0 10px 20px 16px;}}