/* -------------------------------------------------------------- 
  
   CHETNA VIKAS STYLE SHEET
   Uses Boilerplate Screen Styles v0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";


/* Page
-------------------------------------------------------------- */

body { 
	padding: 0px; background: #390
	}
	
#bg {
	background: url(../images/curve1.gif) repeat-x top center #fff
	}

#page { margin: 0 auto; width: 950px;}


/* Header
-------------------------------------------------------------- */

#header { margin: 0 45px 0 8px; overflow: hidden; height:156px; padding:20px 0 0 0}

#header ul { list-style: none; margin: 0 0 0 8px}
#header ul li { list-style: none; margin: 0px; line-height: 1}

#strap {float:right}

#logo { float: left; width: 207px; margin-top: 23px}

#nav1, #nav2 { float: left; margin-top: 53px; width: 120px; background: url(../images/dots1.gif) no-repeat; }
#nav2 { margin-top: 104px; background: url(../images/dots2.gif) no-repeat}

.replace1, .replace2, .replace3, .replace4, .replace5, .replace6, .replace7, .replace8, .replace9 {
	height: 17px; width: 75px;
	text-indent: -10000px;
	float:left}

.replace1 {
	background-image: url(../images/nav_r1_c1.gif);
}

.replace2 {
	background-image: url(../images/nav_r2_c1.gif);
}

.replace3 {
	background-image: url(../images/nav_r3_c1.gif);
}

.replace4 {
	background-image: url(../images/nav_r4_c1.gif);
}

.replace5 {
	background-image: url(../images/nav_r5_c1.gif);
}

.replace6 {
	background-image: url(../images/nav_r6_c1.gif);
}

.replace7 {
	background-image: url(../images/nav_r7_c1.gif);
}

.replace8 {
	background-image: url(../images/nav_r8_c1.gif);
}

.replace9 {
	background-image: url(../images/nav_r9_c1.gif);
}

.replace1 a, .replace2 a, .replace3 a, .replace4 a, .replace5 a, .replace6 a, .replace7 a, .replace8 a, .replace9 a {
 	height: 17px;
	text-decoration: none;
	display: block;
}

.replace1 a:hover {
	background-image: url(../images/nav1_r1_c1.gif);
	background-repeat: no-repeat;
}

.replace2 a:hover {
	background-image: url(../images/nav1_r2_c1.gif);
	background-repeat: no-repeat;
}

.replace3 a:hover {
	background-image: url(../images/nav1_r3_c1.gif);
	background-repeat: no-repeat;
}

.replace4 a:hover {
	background-image: url(../images/nav1_r4_c1.gif);
	background-repeat: no-repeat;
}

.replace5 a:hover {
	background-image: url(../images/nav1_r5_c1.gif);
	background-repeat: no-repeat;
}

.replace6 a:hover {
	background-image: url(../images/nav1_r6_c1.gif);
	background-repeat: no-repeat;
}

.replace7 a:hover {
	background-image: url(../images/nav1_r7_c1.gif);
	background-repeat: no-repeat;
}

.replace8 a:hover {
	background-image: url(../images/nav1_r8_c1.gif);
	background-repeat: no-repeat;
}

.replace9 a:hover {
	background-image: url(../images/nav1_r9_c1.gif);
	background-repeat: no-repeat;
}


/* Body
-------------------------------------------------------------- */

#content {margin: 0;}

.replace {
	margin: 0 0 40px 0;
	width: 900px; height: 55px;
	position: relative;
	}
	
.replace span {
	width: 100%; height: 100%;
	position: absolute;
	}
	
#article { float: left; width: 540px; margin: 45px 70px 0 25px;}

#sidebar { float: left; width: 270px; padding-top: 88px; font-size: 90%; background: url(../images/leaves.gif) no-repeat}


/* Footer
-------------------------------------------------------------- */
#footer { 
	margin: 0;
	width: 100%; height: 130px;
	background: url(../images/curve2.gif) repeat-x top center;
	}
	
		
/* Misc
-------------------------------------------------------------- */
hr {
	color: #aaa;
	height: 1px;
	width: 100%;
	border: none;
	background-color: #aaa;
	margin: 0px 0 16px 0
	}

.alignleft {
	float: left;
	margin: 2px 12px 6px 0;
	}
	
.alignright {
	float: right;
	margin: 2px 0px 6px 12px;
	}
	
.clear {height:1px; line-height: 1px; clear: both; font-size: 0;}


/* Pop-up
-------------------------------------------------------------- */
#popup {background: #fff url(../images/leaves-popup.gif) no-repeat; margin: 125px 20px 20px 20px}


/* Table
-------------------------------------------------------------- */
table {
  border-collapse: collapse;
  font-size:90%;
  width: 540px;
  margin-top: 12px;
}

td, th {
  text-align: left;
  vertical-align: top;
  padding: 0.5em;
  border-bottom: 1px #fff solid;
  background-color: #E1E3CF;
}

th {font-weight:normal}

td input {
	margin-top: 0px;
}

.column2 {border-right: 1px #fff solid;
	background-color: #BFC1B0; 
	text-align: right;
	padding: 0.5em;
	width: 15%;
	}

table.hometable td {background: #fff}

table.hometable td p {margin-bottom: 3px}

table.hometable img {margin-top:10px}

table.hometable li {line-height: 1.25; margin-bottom: 2px}
