html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden; text-align:left;}


#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13.2px;
}

a{
	color: #638807;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

p{
    color:#585858;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}

h3{
	margin-left:8px;
	padding-right:8px;
	padding-left:8px;
	font-size:16px;
}

.label{
	font-size: 16px;
	color:#535353;
	padding-left:5px;	
}

li.bullet{
	background-image: url(image/bullet.png);
	background-repeat: no-repeat;
	list-style:none;
	padding:3px 0px 3px 20px;
	color: #638807;
}

ul.bullet2 {
    margin-bottom: 5px !important;
    overflow: hidden;
    padding-left: 15px !important;
    
}

ul.bullet2 li {   
    background: url("image/bullet2.png") no-repeat scroll 0 4px transparent;
    margin-bottom: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 18px !important;
    list-style: none;
}

ul.bullet2 li a {
    color:#505050;
    text-decoration: none;
}

ul.bullet2 li a:hover {
    text-decoration: underline;
}

.maincontainer{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    
    /**
    IE center Fix
    **/
    text-align: center;
}

/**
IE center Fix
**/
.maincontainer div, .maincontainer div div{
	text-align: left;
}
.maincontainer div.headerbg, .maincontainer div.footer{
	text-align: center;
}
    
/*Menu Content*/
.headerbg{
	width:auto;
	height:55px;
	background-image: url(image/menubg.jpg);
	background-repeat: repeat-x;
	margin:auto;
	padding:0px;
	
}

.header{
	width:945px;
	margin:auto;
}

.logo{
	width:261px;
	height:54px;
	margin:auto;
	padding:0px;
	position:relative;
	float:left;
}

.menu{
	float:left;
	height: 54px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style: none outside none;
}

.menu li{
	display: block;
	float:left;
	height: 36px;
	padding-top: 18px;
	border-left: 1px solid #363636;
	background: url(image/menu1.png) repeat-x;
}

.menu li:hover{
	background: url(image/menu2.png) repeat-x;
}

.menu li:last-child{
	border-right: 1px solid #363636;
}

.menu li a{
	font-size:14px;
	text-decoration:  none;
	color: #8cbf32;
	padding: 0px 20px;
}

.menu li a.dropdown{
	background:url('image/menu_drop.png') no-repeat right center;
	margin-right: 10px;
}

/*Drop down*/

/**hide and show*/
.menu ul { 
	 visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 100;
}

/* IE 6 & 7 Needs Inline Block */
.menu ul li a{ 
	border-right: none; width: 100%; display: inline-block; 
}

ul.menu li:hover{
	position: relative;
}

.menu li:hover > ul {
    visibility: visible;
}

.menu ul ul { 
	left: 100%; top: 0; 
}
/**hide and show end*/

/* Internel Styling */
.menu ul {
	min-width: 140px;
    left: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    padding-left: 0px ;
}

.menu ul li { 
	font-weight: normal; background: #494949; color: #8CBF32; float: none;
}

.menu ul li a{
	padding-left: 14px;
}
/* Internel Styling end*/

/*drop down end*/




.homebutton{
	position:relative;
	display:inline;
	margin-right:-3px;
}

.aboutus{
	position:relative;
	display:inline;	
	margin-right:-3px;	
}

.aboutpg{
	position:relative;
	display:inline;	
	margin-right:-3px;	
}

.newsevents{
	position:relative;
	display:inline;	
	margin-right:-3px;	
}

.lifeinpg{
	position:relative;
	display:inline;	
	margin-right:-3px;	
}

.login{	
	float:left;
	margin-left: 30px;
	margin-top: 8px;
}

.contentcontainer{
	width:945px;
	margin:auto;
	display:block;

	
	
}

.breadcrumbs{
	width:945px;
	height:40px;
	background-image: url(image/breadcrumbs.png);
	background-repeat: no-repeat;
	position:relative;
	margin-top:15px;
}

.breadcrumbs_text{
	padding: 5px 0px 0px 15px;
	color: #638807; 
}

.maincontentcontainer{
	width:630px;
	float:left;
}

.maincontent_head{
	width:630px;
	height:52px;
	background-image: url(image/maincontent_header.png);
	background-repeat: no-repeat;
	margin-top:20px;
}

.maincontent_head_text{
	display:inline;
	position:relative;
	top:15px;
	left:15px;
	top:16px;
	bottom:0px;
}

.maincontent{
	width:630px;
	min-height:400px;
	background-image: url(image/maincontentbg.png);
	background-repeat: repeat-y;
	padding-top:1px;
}

.maincontent_text{
    /*
	width:580px;
	padding: 15px 0px 15px 25px;
    */
}

.maincontent_footer{
	width:630px;
	height:8px;
	background-image: url(image/maincontent_footer.png);
	background-repeat: no-repeat;
	margin-left:1px;	
}

.banner{
    width:577px;
    margin:0 auto 15px;
    text-align:center;
    clear:both;
}

.right{
	width:300px;
	margin:auto;
	padding-left:10px;
	float:left;
}

h3.widgetlabel{
	display:inline;
}

.widget1head{
	width:300px;
	height:51px;
	background-image: url(image/widgetheader.png);
	background-repeat: no-repeat;
	margin-top:20px;
}

.widget1head_text{
	padding: 16px 0px 0px 20px;
}

.widget1{
	width:300px;
	min-height:150px;
	background-image: url(image/widgetbg.png);
	background-repeat: repeat-y;
	overflow:hidden;
}

.widgettext{
	padding-top:5px;
}

.widget1footer{
	width:300px;
	height:8px;
	background-image: url(image/widgetfooter.png);
	background-repeat: no-repeat;
}

.widget2head{
	width:300px;
	height:51px;
	background-image: url(image/widgetheader.png);
	background-repeat: no-repeat;
	margin-top:20px;
}

.widget2head_text{
	padding: 16px 0px 0px 20px;
}

.widget2{
	width:300px;
	min-height:150px;
	background-image: url(image/widgetbg.png);
	background-repeat: repeat-y;
	overflow:hidden;
}

.widget2footer{
	width:300px;
	height:8px;
	background-image: url(image/widgetfooter.png);
	background-repeat: no-repeat;
}

.images{
	padding:10px 0px 10px 0px;
	clear:both;
	
}

.footer{
	width:100%;
	height:60px;
	background-image: url(image/footerbg.png);
	background-repeat: repeat-x;
	margin:auto;
	padding:0px;
	/* position:absolute! important;*/
	top:1055px;
}

.footercontents{
	width:930px;
	margin:auto;
	padding-top:20px;
}

.footertext1{
	width:auto;
	color: #fff;
	display:inline;
	font-size: 16px;
	float:left;
}

.footertext2{
	width:auto;
	color: #fff;
	display:inline;
	float:right;
	font-size: 12px;
}


/*Article Content*/
div.articles_view{
    padding: 20px;
}

/*Article Title*/
.articles_view .article_title{
    margin-top: -75px;
}

/*Article's Info*/
.article-info{
    margin-top: 25px;
    margin-bottom: 20px;
}
.article-info dd{
    margin: 0;
    font-size: 12px;
}

/*Article icons*/
.icons ul{
    float: right;
}
.icons ul li{
    float: left;
    list-style-type: none;
    padding-left: 10px;
}

/*Category view*/
.categories_view{
    padding: 20px;
}

/*Category - Blog View */
.category_blog_view{
    padding: 20px;
}

.category_blog_view > h1{
    margin: 0;
    padding: 0;
    margin-top:  -60px;
    margin-bottom: 17px;
}

.category_blog_view > h3{
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

/*Category - List View */
.category_list_view{
    padding: 20px;
}

.category_list_view > h1{
    margin: 0;
    padding: 0;
    margin-top:  -60px;
    margin-bottom: 17px;
}

.category_list_view > h3{
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

/*Widget Categories*/
div.categories > h3{
    width:300px;
    height:51px;
    background: url(image/widgetheader.png) no-repeat;
    margin: 20px 0 0 0;
    padding: 15px 20px 0px 20px;
}

ul.categories-module{
    padding: 0;
    margin: 0;
    padding-left: 30px;
    margin-top: -15px;
    border: 2px solid #8b8b8b;
    border-top: 0;
    padding: 5px 20px 10px 20px;
    
    /*Rounded Corner*/
    /* firefox's individual border radius properties */
    -moz-border-radius: 0 0 7px 7px;  /* shorthand topleft topright bottomright bottomleft */
    
    /* webkit's individual border radius properties */
    -webkit-border-bottom-left-radius: 7px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 7px; /* bottom right corner */
    
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    
}

ul.categories-module li{
    background-image: url("image/bullet.png");
    background-repeat: no-repeat;
    color: #638807;
    list-style: none outside none;
    margin: 10px 0;
}

/*Sub-categories Start*/
ul.categories-module li ul{
    padding: 0;
    margin: 0;
}

ul.categories-module li .sub-categories-widget ul{
    padding-left: 20px;
}

ul.categories-module li .sub-categories-widget ul li{   
    background: url("image/bullet2.png") no-repeat scroll 0 4px transparent;
    padding: 0;
    list-style: none;
}

ul.categories-module li .sub-categories-widget ul li a {
    color:#505050;
    text-decoration: none;
}

ul.categories-module li .sub-categories-widget ul li a:hover {
    text-decoration: underline;
}
/*Sub-categories End*/

ul.categories-module li h1,
ul.categories-module li h2,
ul.categories-module li h3,
ul.categories-module li h4,
ul.categories-module li h5,
ul.categories-module li h6 
{
    margin: 0;
    padding: 0;
}

ul.categories-module li a{
    display: block;
    padding: 0 20px;
}

ul.categories-module li h3{
    font-weight: normal;
    font-size: 14px;
}

ul.categories-module li .wid-categories-desc{
    padding: 5px 0 0 20px;
}

/*
*   Widget Articles
*/
div.articles > h3{
    width:300px;
    height:51px;
    background: url(image/widgetheader.png) no-repeat;
    margin: 20px 0 5px 0;
    padding: 15px 20px 0px 20px;
}

ul.category-module{
    padding: 0;
    margin: 0;
    padding-left: 30px;
    margin-top: -20px;
    border: 2px solid #8b8b8b;
    border-top: 0;
    padding: 5px 20px 10px 20px;
    
    /*Rounded Corner*/
    /* firefox's individual border radius properties */
    -moz-border-radius: 0 0 7px 7px;  /* shorthand topleft topright bottomright bottomleft */
    
    /* webkit's individual border radius properties */
    -webkit-border-bottom-left-radius: 7px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 7px; /* bottom right corner */
    
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    
}

ul.category-module li{
    background-image: url("image/bullet.png");
    background-repeat: no-repeat;
    color: #638807;
    list-style: none outside none;
    margin: 10px 0;
}

ul.category-module li ul{
    padding: 0;
    margin: 0;
}

ul.category-module li h1,
ul.category-module li h2,
ul.category-module li h3,
ul.category-module li h4,
ul.category-module li h5,
ul.category-module li h6 
{
    margin: 0;
    padding: 0;
}

ul.category-module li a{
    display: block;
    padding: 0 20px;
}

ul.category-module li h3{
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}

ul.category-module li > h3 span.wid-articles-hits{
    font-size: 12px;
}

ul.category-module li span.wid-articles-author{
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
}

ul.category-module li span.wid-articles-category{
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
}
ul.category-module li span.wid-articles-category a{
    font-size: 12px;
    padding: 0;
}

ul.category-module li span.wid-articles-date{
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
    color: #585858;
    font-size: 12px;
}

ul.category-module li p.wid-articles-introtext{
    padding-left:  20px;
    margin-bottom: 5px;
}

/*
* Gallery
*/
.mbpgallery_category_wrapper {
    padding:20px;
    overflow:hidden;
}

.gallery_category_title > h1 {
    margin: -60px 0 17px;
    padding: 0;
    position:absolute;
}

.mbpgallery-category-box-file {
    text-align: center;
}

.mbpgallery-category-box-file:hover {
    border: 1px solid #638807;
}

.mbpgallery-category-box-file .name {
    text-align: center;
}

.mbpgallery-category-box-file .name a.imgTriggerBox {   
    color: #638807;
    font-size: 12px;
    text-decoration: none;
}

.mbpgallery-category-box-file .name a.imgTriggerBox:hover {    
    text-decoration: underline;
}

/*
*   Widget Search
*/  
div.search > h3{
    width:300px;
	height:51px;
    background: url(image/widgetheader.png) no-repeat;
    margin: 20px 0 0 0;
    padding: 15px 20px 0px 20px;
}

div.search form ul.side_row{
    padding: 0;
    margin: 0;
    padding-left: 30px;
    margin-top: -15px;
    border: 2px solid #8b8b8b;
    border-top: 0;
    padding: 5px 20px 10px 20px;
    
    /*Rounded Corner*/
    /* firefox's individual border radius properties */
    -moz-border-radius: 0 0 7px 7px;  /* shorthand topleft topright bottomright bottomleft */
    
    /* webkit's individual border radius properties */
    -webkit-border-bottom-left-radius: 7px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 7px; /* bottom right corner */
    
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

div.search form ul.side_row li{
    list-style-type: none;
}

/* Search Form page */
div.search_form{
    padding: 20px;
}

div.search_form ul{
    padding: 0;
    padding-bottom: 20px;
}

div.search_form ul li{
    list-style-type: none !important;
}

div.search_results{
    margin-bottom: 25px;
}

/*
*   Common Widget
*/
.right .widget > h3{
    width:300px;
    height:51px;
    background: url(image/widgetheader.png) no-repeat;
    margin: 20px 0 0 0;
    padding: 15px 20px 0px 20px;
}

.twitter_bg {
    background: url(image/twitter_bg.png) 0 0 no-repeat;
    margin-top:20px;
    padding:20px 25px;
}

/*Contact CSS */

.map_block,
.contact_form {
    /*padding: 0 20px;*/
    display:none;
}


.contact_desc,
.mobile,
.contact_form_div {
    padding:20px 20px 0;
}

.mobile {
    color:#638807;
    font-size:18px;
    font-style:italic;
    font-weight:bold;
}

.contact_detail_block .position{
    margin:-60px 0 17px;
    padding:20px;
    position:absolute;
    font-size:22px;
    font-weight:bold;
}



input:not([type]), input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    padding: 1px 0px;
    margin-bottom:10px;
}

/**
Full screen hack
**/
/*
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
*/
/**
Full screen hack end
**/