/* CSS Document */

/*
Author: kannan.s
email : onlinekannan@yahoo.com
web   : kannann.com
Creatio date : Aug 12 2009
Site url: www.divyaprabha.in
*/


body {
	margin:0px;
	padding:0px;
	margin-top:3px;
	color:#666666;
	font-size:12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
	
a {
	color:#f9c11c;
	text-decoration:none;
	}
	
a:hover {
	color:#ff880a;
	}
	
#container {
	width:955px;
	height:auto;
	margin:0 auto;
	}

	
#top {
	width:955px;
	height:34px;
	background-image:url(../images/topbg.gif);
	background-repeat:no-repeat;
	}
	
#header {
	width:953px;
	height:70px;
	float:left;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	}
	
#logo {
	width:300px;
	height:70px;
	float:left;
	}	
	
#globalnav {
	width:620px;
	margin-left:10px;
	height:60px;
	margin-top:10px;
	line-height:70px;
	float:left;
	}
	
#globalnav a {
	color:#e2d41e;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	}
	
#globalnav a:hover {
	color:#f4678f;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	}
	
#spotlight {
	width:950px;
	height:auto;
	float:left;
	}
	
#pagewrap {
	width:953px;
	height:auto;
	float:left;
	padding-top:21px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;	
	}
	
#leftnav {
	width:235px;
	height:auto;
	float:left;
	margin-top:21px;
	margin-left:12px;
	padding:0px;
	overflow:hidden;
	display:inline;
	}
	
#leftnav div.top{
	width:235px;
	height:30px;
	float:left;
	background-image:url(../images/leftnavtop.gif);
	background-repeat:no-repeat;
	}
	
#leftnav div.content{
	width:235px;
	height:auto;
	float:left;
	padding-left:30px;
	line-height:25px;
	background-image:url(../images/leftnavcontent.gif);
	background-repeat:repeat-y;
	}
	
#leftnav div.content a{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#leftnav div.content a:hover{
	color:#333333;
	}
	
#leftnav div.bottom{
	width:235px;
	height:12px;
	float:left;
	background-image:url(../images/leftnavbottom.gif);
	background-repeat:no-repeat;
	}
	
#content {
	width:650px;
	height:auto;
	float:left;
	margin-top:21px;
	margin-left:21px;
	overflow:hidden;
	display:inline;	
	}
	
p {
	text-align:justify;
	}
	
#footer {
	width:955px;
	height:23px;
	float:left;
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	}
	
#powered {
	width:953px;
	height:23px;
	float:left;
	font-size:10px;
	padding-left:21px;
	}
	
h1 {
	font-size:21px;
	color:#ff880a;
	border-bottom:1px solid #CCCCCC;
	margin:0px;
	padding:0px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h2 {
	font-size:14px;
	color:#ff880a;
	border-bottom:1px solid #CCCCCC;
	margin:0px;
	padding:0px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
ol {margin-left:0px;

/* menu style */
	
#dropmenudiv{
	position:absolute;
 	width:165px;
 	margin-left:5px;
 	margin-top:10px;
	border:1px solid #cccccc;
	height:auto;
	text-align:left;
 	font-weight:bold;
 	line-height:21px;
 	z-index:100;
 }

#dropmenudiv a{
 	display: block;
 	text-indent: 3px;
	color:#114d7e;
	height:21px;
 	font:normal 10px Verdana;
 	padding: 1px 0;
	line-height:21px;
 	text-decoration: none;
 	font-weight: bold;
 }

#dropmenudiv a:hover{
 	background-color:#CCE6FF;
 }
