/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Shashi


*/



/* Begin Typography & Colors */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.5em;
padding-left:10px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.bheading {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
padding:0px 8px}

.bheading a {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
text-decoration:none;}

/* End captions */
@charset "utf-8";
/* -----------------------------Cascading Style Sheets ------------------------------------- */ 
body{
margin:0px auto;border:none;font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration:none;color:#000;font-size:12px ;  background-image:url(images/backround-bg.gif); background-repeat: repeat-x;}
#main{ width:993px; height:100%;margin: 0 auto ; padding: 0px 0 0px 0 ;  }
#main-container{ float:left; width:993px; height:100%; margin:0px; border:0px solid #58924f; padding:0 0px 10px 0 }
#header-left{ float:left; width:296px; height:152px; margin:0px; padding:30px 0px 0px 0px; background-image:url(images/header-lftbg.gif); background-repeat: repeat-x;}
#header-right{ float:left; width:697px; height: auto; margin:0px;background-image:url(images/header-lftbg.gif); background-repeat: repeat-x;}
#right-curve{ float:left; width:26px; height:115px; margin:0px;background-image:url(images/right-curve.gif); background-repeat: repeat-x;}
.clear{ clear:both;}
a{ outline:none;}
img{ border:none;}
#title-logo{ float:left; width:426px; height:115px; margin:0px;}

.box-container{width:232px;height:144px;padding-top:0px; padding: 0px 0  0px 0px; margin: 0; float:left;  }
.box-content{width:170px;height:85px; padding: 0px 5px  0px 0px; margin: 0px; float: left; line-height:15px; overflow-x:hidden; overflow-y:auto }
.box-content ul{ margin:0px; padding:0px; padding-left:0px; margin-left:0px; padding-top:0px;}
.box-content ul li{list-style:none;display: block;text-align:left; height:18px;color:#000; margin:0px;margin-top:3px;background-position:left; padding:0px 0px 0px 9px; background-image:url(images/left-btn.gif); background-repeat: no-repeat; }
.box-content ul li a{ font: normal 11px 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;color:#000;padding-top:0px;padding-left:5px;text-decoration:none;}
.box-content ul li a:hover{color:#77a435;}
.box-head{width:170px;height:24px; padding: 0px 13px  0px 0px; margin: 0px; float: left;  }

h1{font-family: "Trebuchet MS", Arial, "HelveticaRounded LT BoldCn";font-size:18px;color:#000;text-decoration:none;line-height:30px;padding-left:40px; background-image:url(images/heading-btn.gif); background-repeat: no-repeat; 
padding-top:5px;margin:0px;float:left;margin-top:0px;}
h2{ font-family: "Century Gothic", Arial;font-size:24px;color:#8f5498;text-decoration:none;line-height:30px;
font-style: normal; text-align: left; font-weight:normal; margin:0px;}

h3{font-family: "Trebuchet MS", Arial, "HelveticaRounded LT BoldCn" ;font-size:16px;color:#80a33f;text-decoration:none;line-height:23px;padding-left:30px;padding-top:2px;margin:0px;margin-top:0px; font-style: normal; text-align: left; background-image:url(images/h3bullet.gif); background-repeat: no-repeat; }

.read-more{  float: right;font-family:Arial, Helvetica, sans-serif;color:#000;font-size:10px;line-height:13px;text-decoration:none;padding-right:0px;padding-top:0px; font-weight:bold; text-align: right;}
.read-more a{color:#8d4785;text-decoration:none; font-style:oblique; text-align: right;}
.read-more a:hover{color:#4e8a2d;text-decoration:none; text-align: right; font-style:oblique;}

.main-image{width:650px;height:183px; padding: 0px 0px  0px 0px; margin: 0px; float: left; background-image:url(images/image.gif); background-repeat: no-repeat;  }
.punchline{width:343px;height:47px; padding: 136px 0px  0px 0px; margin: 0px; float: left; background-image:url(images/punchline-bg.gif); background-repeat: no-repeat;  }
.apply-btn{width:343px;height:47px; padding: 0px 0px  0px 0px; margin: 0px; float: left; text-align:center;  }
.right-container{width:754px;height: auto; padding: 0px 0px  0px 0px; margin: 0px; float: left;  }

#content{width:754px;height: auto; padding: 0px 0  0px 0; margin: 0; float:left; background-color:#FFFFFF; background-image:url(images/text-bg.gif); background-repeat:repeat; }
.heading{width:754px;height: 37px; padding: 0px 0  0px 0; margin: 0; float:left; background-color:#FFFFFF; background-image:url(images/text-topbg.gif); background-repeat:repeat; }
.text{font-family:Arial, Helvetica, sans-serif;color:#000000;font-size:12px;line-height:18px;text-decoration:none;
padding-left:10px;padding-right:10px;padding-top:10px;text-align:justify;margin-top:0px;}
.text a{color:#000;text-decoration:none;}
.text a:hover{color:#9eac34;text-decoration:none;}

.services-box{width:188px;height:197px;padding-top:0px; padding: 0px 0  0px 0px; margin: 0; float:left;  background-image:url(images/services-box.gif); background-repeat: no-repeat; }
.services-box-outer{width:754px;height: auto;padding-top:0px; padding: 0px 0  0px 0px; margin: 0; float:left;  background-image:url(images/services-box.gif); background-repeat: no-repeat; }
.services-box-content{width:173px;height: auto; padding: 7px 3px  0px 8px; margin: 0; float:left; background-image:url(images/box-bg.gif); background-repeat:repeat; font-family: Arial; font-size:10px; text-align:left; }
.services-img{width:120px;height: 74px; padding: 5px 5px  0px 0px; margin: 0 auto;  text-align:center; }
p{ line-height:18px; margin:0px; padding:3px 8px}
p a{ margin:10px;}
p a:hover{ margin:10px;}


.post-edit-link{ padding:0px 0 0 10px;}

.article-container-box{width:374px;min-height:205px;padding-top:0px; padding: 0px 0  0px 0px; margin: 0; float:left;  }
.article-heading{width:332px;height:45px;padding-top:0px; padding: 15px 0  0px 40px; margin: 0; float:left;  background-image:url(images/article-topbg.gif); background-repeat: no-repeat; color:#FFFFFF; }
.articles-text{font-family:Arial, Helvetica, sans-serif;color:#000000;font-size:14px;line-height:22px;text-decoration:none;
padding-left:10px;padding-right:10px;padding-top:0px;text-align:justify;margin-top:0px;}
.articles-text a{color:#000;text-decoration:none;}
.articles-text a:hover{color:#9eac34;text-decoration:none;}
.news-heading{width:332px;height:45px;padding-top:0px; padding: 15px 0  0px 40px; margin: 0; float:left;  background-image:url(images/news-topbg.gif); background-repeat: no-repeat; color:#FFFFFF; }

#footer{ width:993px; height:auto; float:left;  text-align:center; background-color:#f7f7f7; }
#footer ul{ margin:0px; padding:10px 0 0 0px; }
#footer ul li{ display: inline;list-style:none; padding-left:5px; color:#000; text-align:center;line-height:22px;}
#footer ul li a{ color:#000;display: inline;font-family: Verdana;font-size:11px;font-weight: normal;
text-decoration:none;margin-top: 5px;padding-top:10px;padding-left:5px; text-align:center; line-height:22px;}
#footer ul li a:hover{color:#a6cc61;text-decoration: underline;}
.copy{width:874px; height:20px; font-family: Verdana;font-size:10px;margin:0 auto;color:#fff; padding-top:10px;font-weight: normal;text-decoration:none; text-align:center; background-image:url(images/copy-right-bg.gif); background-repeat: no-repeat; }
.copy a{color:#fff;text-decoration:none;}
.copy a:hover{color:#1f1d20;font-weight: normal;text-decoration: underline;}
/*left menu-slider:: */
.leftmenu-heading {
width:234px; height:60px;background: transparent url(images/menu-head.gif) repeat-x scroll 0 0;float:left; margin:0px;	}
#leftmenu {
width:239px; height: auto; padding-left:0px;  margin:0px; float:left;
background-image:url(images/side-navs.gif); background-repeat: repeat-x; background-color:#f5f6f3;}
#leftmenu ul {margin: 0; padding: 0;}
#leftmenu ul.leftmenu {padding-left: 9px; height:auto;}
#leftmenu li {position: relative;z-index: 9;margin: 0;padding: 0;display: block;background-image:url(images/side-navs.gif); background-repeat: repeat-x;float: left;}
#leftmenu li:hover>ul { left: 0px;}

#leftmenu li div {list-style: none;float: left;position: absolute;top: 50px;left:25px;
width:220px;z-index: 9;visibility: visible; margin: 0 0 0 0px;
background: transparent url('images/menu_dropdown_bg.png') no-repeat scroll 0pt 100% ; 
}
#leftmenu li:hover>div { visibility: hidden;}
#leftmenu li.current a {}
/* menu::level1 */
#leftmenu a {z-index: 10;height: 22px;display: block;float: left; padding: 0 10px 0 10px;line-height: 20px; text-decoration: none;}
#leftmenu span {font: normal 12px 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;
padding-top: 15px;color: #787878;font-weight:bold;text-transform:uppercase;display: block;cursor: pointer;
background-repeat: no-repeat;}
#leftmenu ul a:hover span { color: #353535;}
#leftmenu li { background: url(images/nav_separator.png) top left no-repeat; }
#leftmenu li.last span{ background: url(images/nav_separator.png) top right no-repeat;padding: 10px 10px 16px 0;}
/* menu::level2 */
#leftmenu ul ul li {background: url(images/nav_dropdown_sep.gif) left bottom repeat-x;padding: 4px 0;z-index: 9;	}
#leftmenu ul ul {z-index: 12;	padding: 0;
background: rgb(226,226,226) url(images/nav_dropdown_grad.png) right top no-repeat;margin-top:0px;
margin-left:4px;margin-right:5px;}
#leftmenu ul ul a {width: 184px;padding: 0px 7px 3px 8px;height: auto;float: none;display: block;
background:none; margin-bottom: 2px; z-index: -1;}
#leftmenu ul ul a span { padding: 0 10px 0px 10px;line-height: 18px;color: #454545;font-weight:normal;text-transform: none;
 background:none;}
#leftmenu ul ul a:hover {background: url(images/submenu-selected-bottom.gif) no-repeat 8px bottom;}
#leftmenu ul ul a:hover span {background: url(images/submenu-selected-top.gif) no-repeat 0px 0px;color: #fff;}
#leftmenu ul ul li.last { background: none; }
#leftmenu ul ul li {width: 100%;}

/* menu::level3 */
#leftmenu ul ul div { width: 203px; margin: -50px 0 0 190px !important;
height: auto;padding: 0 0 9px 3px;}
#leftmenu ul ul ul {padding-right:1px;}

#articles-news{width:750px;height: auto; padding: 0px 0  0px 0; margin: 0; float:left; background-color:#FFFFFF; background-image:url(images/text-bg.gif); background-repeat:repeat; }
#articles-news ul{ margin:0px; padding:0px; padding-left:15px; margin-left:0px; padding-top:10px;}
#articles-news ul li{list-style:none;display: block;text-align:left; height:20px;color:#000; margin:0px;margin-top:0px;background-position:left; background-image:url(images/butten-img.gif); background-repeat: no-repeat; }
#articles-news ul li a{ font-family: Arial, Helvetica, sans-serif;font-size:12px;color:#000; font-weight: bold;padding-top:0px;padding-left:30px;text-decoration:none; line-height:20px;}
#articles-news ul li a:hover{color:#90b451;  }
.navigation  {
color:#000000;
font-weight:bold;
width:600px;}

.navs-top{position: relative;padding: 0 0 0 21px;margin: 0px;height: 42px;list-style: none; background: url(images/left-top.gif) no-repeat;}
.navs-top ul {margin: 0;padding:0px 0px 0px 6px;list-style: none;float: left;background: url(images/right-top.gif) no-repeat right 0;}
.navs-top li{float:left; display:inline; list-style:none; padding-left:2px;}
.navs-top li a{float: left;display: block;color:#000;text-decoration: none;font-family: sans-serif;font-size: 13px;
font-weight: bold;padding:0 0 0 11px; /*Padding to accomodate left tab image. Do not change*/height:38px;
line-height: 37px;text-align: center;cursor: pointer;}
.navs-top li a b{float: left;display: block; padding: 0 24px 0 10px; /*Padding of menu items*/}
.navs-top li.current a, .navs-top li a:hover{color: #fff;background: url(images/lavalamp-left.png) no-repeat top; /*left tab image path*/
background-position: left;}
.navs-top li.current a b, .navs-top li a:hover b{color: #70a328;background: url(images/lavalamp-right.png) no-repeat right ; /*right tab image path*/
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

