

@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/ 
*/
body{background:url(../images/bgimg.jpg); background-size:cover;}
iframe{width:98%; height:400px; border:thin solid #000;}
@font-face {
font-family: PT-Sans;
src: url("fonts/ptsans.ttf") format("opentype");
}
@font-face {
font-family: oswald;
src: url("fonts/Oswald-Regular.ttf") format("opentype");
}

.menu li a{ color:#fff; font-size:14px;}
.sitemap li{ float:left; padding:20px; list-style:none; font-size:16px;}
article{font-family:"PT-Sans",Arial, sans-serif;}
article ul li{font-size:13px; color:#846d1a; }
ul{font-family:"oswald",Arial, sans-serif;}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
table{color:#846d1a; font-size:14px;}
.readmore{ color:#f79741 !important; margin-left:30px;  font-size:16px; max-width:400px; }
h1{ color:#f79741; font-size:18px; max-width:400px;padding:0px 10px; }
.contbl{ color:#846d1a; font-size:14px; text-align:justify;}
p{ color:#846d1a; font-size:14px; width:auto; text-align:justify;padding:0px 10px;}
#menu-icon{display:none;}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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/
*/
.box{width:100%;}
.fluid {
	clear: both;
	margin-left: 0;
	max-width: 100%;
	float: none;
	display: block;
	
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90.9%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	border:thin solid #846d1a;
}
.foot {
	background:#846d1a;
	height:50px;
	text-align:center;
	
}
.foot div{ padding-top:18px; color:#a6881d;}


.logo {
}
.toppermenu {
}

.banner {
}
.content {
}

.lstbox {
}
.foot {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.cont-box{ float:left; }
.cont-box.box1{width:50%; }
.cont-box.box2{width:50%; }
.cont-box h1{padding:0px 0px;padding:0px 10px; }

/* 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%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
position: static;
height: auto;
width: 100%;
margin-left: 0;
}
#div2 {
    position: static;
    height: auto;
    width: 100%;
    margin-left: 0;
    clear: both;
}
.logo{
	padding:20px 0px 15px 0px;

}
.toppermenu {
	width:350px;
	float:right;
	text-align:right;
}
nav{position:relative;}
.navbar {
	width:100%;
	background:#f79741;
	position:relative;
	color:#846d1a;
	height:47px;
}

.menu{padding-left:10px; position:relative;}
.menu li{float:left; padding:12px 40px 0px 0px; font-size:13px; }
.menu li::after{content:url(../images/line.png); position:absolute; padding-left:12px; top:0px; }

.banner {
	width:100%;
	height:200px;
	
}

.content {
	padding:0px 5px;
}
.fig{float:right; width:auto; height:auto; margin-top:-30px;}
.fig img {  padding:10px;
}

.lstbox { margin-bottom:10px;
}
.lstbox li{float:left; width:222.5px; height:162px; background:#f79741; margin-left:2px; text-align:center;}
.lstbox li div{padding-top:5px; color:#FFF; font-size:17px; text-transform:capitalize;}



.hide_tablet {
display: none;
}

.zeroMargin_tablet {
margin-left: 0;

}


}

@media only screen and (max-width: 481px) {
.cont-box{ float:none; }
.cont-box.box1{width:100%; }
.cont-box.box2{width:100%; }
}
/* 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.5%;
	max-width: 900px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	margin-bottom:2px;
}
.logo {

}
.toppermenu {
}
.navbar {
}
.banner {
}
.content {
}
.fig {
}
.lstbox {
}
.foot {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media only screen and (max-width: 769px) {
.cont-box{ float:none; }
.cont-box.box1{width:100%; }
.cont-box.box2{width:100%; }
}

@media only screen and (max-width : 480px) {

#menu-icon {

		display:inline-block;
		
		cursor:pointer;
	

	}
	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #f79741;
		border: 1px solid #ccc;
		left: 20px;
		top: 100px;
		z-index:999;
		width: 40%;
		border-radius: 4px 4px 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		font-size:13px;
		border-bottom:thin solid #960;
		padding: 10px 0;
		margin: 0;

	}

	
	

.toppermenu {
	position:absolute;
	top:5px;
	right:25px;
	font-size:12px;
	width:80px;
	float:right;
	text-align:justify;
}

.lstbox { margin-bottom:10px;
}
.lstbox li{ width:222.5px; height:162px; background:#f79741; margin-left:60px; margin-bottom:5px; text-align:center;}
.lstbox li div{padding-top:5px; color:#FFF; font-size:17px; text-transform:capitalize;}
.foot div{font-size:12px;}
.banner,.banner img {
	width:100%;
	height:200px;
	background:#999;
}

}

