html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-family: Arial, "Trebuchet MS", sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #bcee9c;
	
}

input.button, .validate  {
	color: #333;
	background: #f1f1f1;
	border: 1px solid #999;
	font-size: 1.0em;
}

input.button:hover, .validate:hover  {
	background: #f9f9f9;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}
.inputbox {
	border: 1px solid #637d00;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
div.categories {
	text-align: center;
	margin: 0 auto;
	width: 960px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: url(../images/bg_site.jpg) top center repeat-y;
}
div.az {
	text-align: center;
	margin: 0 auto;
	width: 960px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: url(../images/bg_site1.jpg) top center repeat-y;
}

div#categories {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: url(../images/header_bg.jpg) top center no-repeat;
}
div#az {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: url(../images/header_bg1.jpg) top center no-repeat;
}

#logo { 
     padding: 20px 50px 0 0; 
     height: 55px; 
     text-align: right; 
}

#logo a, #logo a:link, #logo a:hover {
	font-weight: bold;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 40px;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	letter-spacing: 1px;
	color: #ffffff;
	background: transparent;
	text-decoration: none;
	outline: none;
}
#ja-slide-75{
height: 265px;
	width: 725px;
}
div#newsfla {
	width: 350px;
	height: 120px;
	overflow: hidden;
	padding: 34px 0 0 300px;
	text-align: justify;
}

#pathway {
	width: 680px;
	height: 20px;
	margin: 5px auto 0 auto;
	text-align: left;
	/*border-bottom: 1px dashed #19AFFF;*/
	padding: 0 0 7px 0;
}

span.pathway {
	color: #FFB619;
	display: block;
	padding: 3px 0 0 10px;
	font-size: 12px;
	overflow: hidden;
}

span a.pathway  {
	text-decoration: underline;
	color: #19AFFF;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 20px;
	height: 40px;
	overflow: hidden;
	text-align: right;
}

#area {
	padding: 0;
	margin: 0;
}

#leftcolumn ,#rightcolumn {
	margin: 0;
	width: 230px;
	float: left;
	padding: 0;
	text-align: left;
}

div#maincolumn {
	float: left;
	width: 727px; /*orn 690 */ changed by atul
	margin:0;
	padding:0;
}
div.nopad {
	margin: 10px 0 0 10px;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	padding-left: 0px;
}

h1 {
	padding: 0;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	color: #000;
	text-align: left;
}
.contentheading {
	padding: 0 0 10px 0;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 25px;
	vertical-align: bottom;
	color: #106F33;
	text-align: left;
}
table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, "Trebuchet MS", sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-weight: bold;
	font-family: Arial, "Trebuchet MS", sans-serif;
	color: #ffb619;
	font-size: 1.4em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
/* small text */
.small {
	font-size: .90em;
	color: #333;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: .90em;
	color: #333;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #333;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	/*border-left: 1px dashed #19afff;*/
	padding-left: 10px;
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #333332;
  color: #f3f2e7;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #fff;
}

/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color:#333;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, "Trebuchet MS", sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu, div.module {
	margin: 0;
	padding: 0;
	margin-bottom: 44px;
	width:221px;
}

div.module_menu div div div, div.module div div div{
	padding: 0px;
	width: auto;
}

div.module_menu div div div div, div.module div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 10px;
	list-style:none;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background:transparent url(../images/blue/bullet2.jpg) top left no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 24px;
}



#leftcolumn div.module table ,#rightcolumn div.module table {
	width: 180px;
}

#leftcolumn div.module table.poll {
	padding-top: 46px;
}

#leftcolumn h3, #rightcolumn h3 { 	
	color: #FFF;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 21px;
	text-decoration: underline;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	padding: 30px 0 0 20px;
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 16px 0 16px;
	padding: 3px;	
}
/*
#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: none;
	width: 180px;
}
#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {
	margin:0;
	padding:0;	
}

#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	display: block;
	line-height: 20px;
	width: 160px;
	padding: 0 0 0 30px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 1.0em;
	background: url(../images/menurow.jpg) bottom left no-repeat;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #fff;
	background: #637d00 url(../images/menurow_h.jpg) bottom left no-repeat;
	width: 160px;
	padding: 0 0 0 30px;
}
*/
/* ****** left col current menu ****** */
/*
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	display: block;
	line-height: 20px;
	width: 160px;
	padding: 0 0 0 30px;
	text-decoration: none;
	font-size: 1.0em;
	color: #fff;
	background: url(../images/menurow.jpg) bottom left no-repeat;
}
#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	
}

#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	text-decoration: none;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: none;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	height: 20px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: none;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}


*/
/* ****** left col sub menu ****** */
/*
#leftcolumn ul.menu li#current{
	text-decoration: none;
	color: #000;
	background: none;
}

#leftcolumn ul.menu li#current a:link {
	background: none;
}

#leftcolumn ul.menu li#current ul li {
}
*/
/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin:6px 0;
	padding:0;
	list-style:none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin:0;
	padding:0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0 0 0 10px;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}
/* Banners module */
/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}
/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	background: #C3D2E5;
	padding: 0;
	margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B;
	padding: 0;
	margin: 0;
}
/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
	padding: 0;
	margin: 0;
}



/* ****************************************************************************** */
/* blue */
input,button {
	color: #2c1a00;
}

/* blue */


h3, .componentheading, table.moduletable th {
  color: #FFB619;
}

div.module_menu, div.module {
	
}

div.module_menu div, div.module div{
	
}

div.module_menu div div, div.module div div {
	
}

div.module_menu div div div, div.module div div div {
	
}

/* ********************************************************************************* */
/* blue */
#page_bg {
	padding: 0;
	background: #ffffff;
}

div#header {
	/*background: url(../images/header.jpg) top right no-repeat;*/
	margin-top:4px;
	height: 370px;
	width: 725px;
}

div#homelink a {
	background: transparent;
	width: 110px;
	height: 50px;
	position: absolute;
	top: 150px;
	right: 440px;
	outline: none;
}

#top {
	width: 100%;
	margin: 0 auto 50px auto;
	height: 235px;
}

.main_table {
	margin: 0 auto;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}
#colbot-categories {
	background: url(../images/l_panel_bottom.gif) bottom center no-repeat;
	height: 20px;
	width: 960px;
	margin:0 auto;
}
#colbot-az{
	background: url(../images/l_panel_bottom1.gif) bottom center no-repeat;
	height: 20px;
	width: 960px;
	margin:0 auto;
}

#foot {
	width: 960px;
}

#footer {
	margin: 0 auto;
	width: 960px;
	height: 127px;
	text-align: center;
	vertical-align: top;
	background: #fff top center no-repeat;
}

#footer p {
	height: 44px;
	text-align: left;
	padding: 10px 0 0 50px;
}
/* ********************************************************************** */

input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color: #1A6637;
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	color: #1A6637;
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-decoration: none;
}
#sgf {
	font-size: 11px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #000;
	font-family: Arial, "Trebuchet MS", sans-serif;
}
.sgf {
	text-align: right;
	font-size: 11px;
	font-family: Arial, "Trebuchet MS", sans-serif;
	color: #FFF;
	text-decoration: none;
}
.sgf1 {
	font-size: 11px;
	font-family: Arial, "Trebuchet MS", sans-serif;
	color: #FFF;
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-decoration: none;
}
a.sglink:hover {
	color: #FFF;
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-decoration: none;
	}
	
.pill_m {
	width: 100%;
	text-align: center;
	height: 43px;
}

#pillmenu {
	white-space: nowrap;
	float: right;
	/*background: url(../images/topmenu.jpg) top right no-repeat;*/
	width: 100;

	}

#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#pillmenu li {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
/*	background: url(../images/mainmenubg.jpg) center right repeat-x;*/

}

#pillmenu li:hover {

}
#pillmenu li a#active_menu-nav {
	color: #06569d;
}

#pillmenu li a {
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 12px;
	float: none;
	display: block;
	line-height: normal;
	padding: 12px 17px 12px 17px;
	color: #000000;
	text-decoration: none;
}

#pillmenu li a:hover {
	text-decoration: underline;
}


/*------------aakash---------------*/

/*------------aakash---------------*/










/*----------------atul----------*/
#bord tr td{
padding-right:3px;

}

#front
{
margin-top:10px;
padding-top:10px;
}

.mod1{
border-top: 2px solid #D7C09E;
border-bottom: 2px solid #D7C09E;
border-right: 2px solid #D7C09E;
border-left: 2px solid #D7C09E;
}
.mod2{
border-top: 2px solid #393B09;
border-bottom: 2px solid #393B09;
border-right: 2px solid #393B09;
border-left: 2px solid #393B09;
}
.mod3{
border-top: 2px solid #D97F7F;
border-bottom: 2px solid #D97F7F;
border-right: 2px solid #D97F7F;
border-left: 2px solid #D97F7F;
}

.t {background: url(../images/dot.gif) 0 0 repeat-x;margin-top:15px}
.b {background: url(../images/dot.gif) 0 100% repeat-x;}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/dot.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/dot.gif) 0 0 no-repeat}
.tr {background: url(../images/dot.gif) 100% 0 no-repeat; padding:3px; margin-bottom:0;} 

/*-------menu style-------*/
#lmenu a, #lmenu a:link, #lmenu a:hover {
	 margin-left:10px;
	width:180px;
	display: block;
	line-height: 20px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #393B09;
}

#activemenu{
	
}

.peregalbg {background: url(http://parkgreenhouse.com/site/images/galleries-middle.jpg) top center repeat-y;}
.pergalbox {background: url(http://parkgreenhouse.com/site/images/galleries-box-middle.jpg) top center repeat-y;}
