@charset "utf-8";
/* CSS Document */
@import"common.css";
@import"reset.css";
body{
	background:url(../images/page-bg2.jpg) no-repeat top center;
	background-attachment:fixed;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.wrapper{
	width:998px;
	margin:0 auto;
	position:relative;
	}
.pagetop{
	width:986px;
	float:right;
	padding:6px;
	text-align:right;
	font-size:11px;
	color:#ccc;
	}
	.pagetop span{
		margin-left:2px;
		line-height:20px;
		vertical-align:middle;
		}
		.pagetop .inputTxt{
		background:#e5e5e5;
		border:1px solid #000;
		line-height:14px;
		height:14px;
		padding:3px;
		width:92px;
		font-size:10px;
		color:#232122;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		.pagetop span{
		float:left;
		display:block;
		}
		.pagetop a{
		color:#5f7d06;
		margin:0 4px;
		}
		.pagetop a:hover{
		text-decoration:none;
		}
		.gobtn{
		background:url(../images/go-btn.jpg) no-repeat;
		border:none;
		width:27px;
		height:19px;
		}
.pagecontent{
	width:982px;
	background:#fff;
	padding:8px;
	float:left;
	padding-bottom:0;
	}
	.header{
		width:982px;
		height:70px;
		/*background:url(../images/holi-bg.jpg) no-repeat center top;*/
		}
		.header h1{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#465e00;
		font-size:18px;
		font-weight:normal;
		line-height:70px;
		padding-left:20px;
		}
	.nav{
		width:972px;
		height:38px;
		background:url(../images/nav-bg.jpg) repeat-x;
		text-align:right;
		padding-right:10px;
		position:relative;
		}
		.nav a{
		line-height:38px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		padding:0 8px;
		display:block;
		float:left;
		background:url(../images/nav-bg.jpg) repeat-x;
		transition: all 0.8s ease-in-out 0s;
		}
		.nav a:hover{
		color:#ff7fa5;
		background:url(../images/nav-bg-hover.jpg) repeat-x top;
		background-position:left -39px;
		transition: background 0.5s ease,
					color 0.5s ease;
		}
		.nav a.joinus{
		position:absolute;
		background:url(../images/joinus.png) no-repeat;
		right:230px;
		width:100px;
		height:45px;
		top:-4px;
		text-indent:-10000px;
		text-align:left;
		}
		.nav a.shaadi{
		position:absolute;
		background:url(../images/shaadi.png) no-repeat;
		right:2px;
		width:198px;
		height:45px;
		top:-4px;
		text-indent:-10000px;
		text-align:left;
		}
		
.rightnav{
	float:left;
	width:148px;
	clear:both;
	background:#fff;
	padding:8px;
	}
	.rightnav h1{
		width:136px;
		background:#465e00;
		padding:6px;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff;
		text-transform:uppercase;
		margin-bottom:7px;
		}
	.rightnav a{
		font-size:12px;
		color:#1f292b;
		display:block;
		padding:5px 4px 5px;
		border-bottom:1px solid #465e00;
		text-decoration:none;
		transition: all 0.4s ease-in-out 0s;
		}
	.rightnav a:hover{
		color:#000;
		background:#bcd256;
		transition: all 0.4s ease-in-out 0s;
		}
.row{
	float:left;
	clear:both;
	margin-bottom:10px;
	}
.container{
	width:982px;
	margin-top:10px;
	clear:both;
	margin-bottom:10px;
	float:left;
	}
.footer{
	background:url(../images/footer-bg.jpg) no-repeat right #121212;
	float:left;
	width:998px;
	clear:both;
	height:68px;
	border-top:8px solid #a1b834;
	}
	.footer p{
	padding:10px 0 10px 20px;
	color:#898a8a;
	font-size:10px;
	line-height:16px;
	}
		.footer p a{
		color:#898a8a;
		text-decoration:none;
		}
		.footer p a:hover{
		text-decoration:underline;
		}
.red{
	font-size:13px;
	color:#990000 !important;
	font-weight:bold;
	text-decoration:overline;
	}
.inputField{
	line-height:14px;
	height:14px;
	border:1px solid #999999;
	background:#f6f6f6;
	width:180px;
	font-size:12px;
	padding:3px;
	color:#333333;
	}
.myText{
	color:#333333;
	}
.myText a{
	color:#1f292b;
	}
.myText a:hover{
	text-decoration:none;
	}
h1.heading{
		font-size:24px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#9e0d38;
		font-weight:normal;
		line-height:30px;
		}
tr.dash td{
	background:url(../images/line.gif) repeat-x bottom;
	padding-bottom:8px;
	}
div.greenBtn{
	background:url(../images/greenbtn-left.jpg) no-repeat left;
	height:36px;
	padding-left:10px;
	float:left;
	margin-right:5px;
	}
div.greenBtn input{
	background:url(../images/greenbtn-right.jpg) no-repeat right;
	height:36px;
	padding-right:20px;
	line-height:36px;
	padding-left:10px;
	border:none;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	width:auto;
	overflow:visible;
	outline:none;
	cursor:pointer;
	float:left;
	}
.caps{
	text-transform:capitalize;
	}
.rightCol{
float:left;
width:465px;
}
	.rightCol .search{
	float:left;
	width:127px;
	height:220px;
	background:url(../images/search-bg.jpg) no-repeat right bottom #9e0d38;
	padding:15px;
	color:#fd9db9;
	font-size:12px;
	}
	.rightCol .search .searchBtn{
	background:url(../images/search-btn.jpg);
	width:85px;
	height:25px;
	border:none;
	}
	.rightCol .search p{
	padding-top:14px;
	}
	.rightCol .search .searchBox{
	border:1px solid #7d0103;
	background:#ff7fa5;
	line-height:16px;
	height:16px;
	padding:4px;
	width:110px;
	}
		.rightCol .search h2{
		color:#fff;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight:normal;
		}
	.rightCol .ad300{
	float:left;
	width:300px;
	margin-left:8px;
	background:#000;
	height:250px;
	}
	.rightCol .newsCol{
	float:left;
	width:290px;
	}
	.rightCol .navCol{
	float:left;
	width:148px;
	margin-left:10px;
	}
	.rightCol .news{
	float:left;
	width:274px;
	background:#d7e9c3;
	padding:8px;
	margin-bottom:10px;
	height:350px;
	overflow:hidden;
	transition: all 0.8s ease-in-out 0s;
	}
	.rightCol .news:hover{
	background:#d7e9d9;
	transition: all 0.8s ease-in-out 0s;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	}
		.rightCol .news h1{
		width:262px;
		background:#229f0b;
		padding:6px;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff;
		text-transform:uppercase;
		margin-bottom:8px;
		transition: all 0.8s ease-in-out 0s;
		}
		
		.rightCol .news:hover h1{
		transition: all 0.8s ease-in-out 0s;
		color:#fdff39;
		}
		.rightCol .news h2{
		font-size:12px;
		color:#000;
		line-height:18px;
		padding-left:8px;
		}
			.rightCol .news h2 a{
			color:#000;
			}
		.rightCol .news li{
		font-size:12px;
		color:#000;
		line-height:15px;
		margin-bottom:6px;
		padding-left:8px;
		list-style-type: none;
		}
			.rightCol .news  a{
			color:#465e00;
			}
			.rightCol .news  a:hover{
			text-decoration:none;
			}
	.rightCol .personalities{
	float:left;
	width:278px;
	background:#fff0f0;
	padding:5px;
	transition: all 0.8s ease-in-out 0s;
	}
	.rightCol .personalities:hover{
	background:#fceff3;
	transition: all 0.8s ease-in-out 0s;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	}
		.rightCol .personalities h1{
		width:262px;
		background:#9e0d38;
		padding:6px;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff;
		text-transform:uppercase;
		}
		.rightCol .personalities p{
		font-size:11px;
		padding:8px;
		}
		.rightCol .personalities div.collft{
		float:left;
		width:155px;
		}
		.rightCol .personalities div.collft p a{
		line-height:20px;
		color:#000;
		}
		.rightCol .personalities div.collft p a:hover{
		text-decoration:none;
		}
		.rightCol .personalities div.colright{
		float:left;
		width:110px;
		padding:6px;
		}
		.rightCol .personalities div.colright a{
		line-height:18px;
		color:#9e0d38;
		font-size:11px;
		}
		.rightCol .personalities div.colright a:hover{
		text-decoration:none;
		}
label strong{
	cursor:pointer;
}