@charset "utf-8";
/* CSS Document */

/******************************************** 
Project: wwww.naranathubranthan.com
Author Name: Sumesh Babu - www.sumeshbabu.com
Created on: 20 Feb 2009
Last Modified By: Sumesh Babu
Last Modified On:   21 Feb 2009
© 2009 ZigmaSolutions.com, All Rights Reserved

**************************************************/

html,body,p,h1,h2,h3,h4,h5,h6,div,ul,li,form,img {
  margin: 0;
  padding: 0
}

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-color: #666666;
	text-align: center;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

div#wrapper {
	width:850px;
	margin:0px auto;
	text-align:center;
	background-color:#ffffff;
}

div#container {
	width:850px;
	height:700px;
	text-align: center;
	background-color:#ffffff;
}

div#header {
	width:850px;
	height:268px;
	background-color:#ffffff;
	border-bottom:1px solid #f0f0f0;
}

div#left-pic{
	width:201px;
	height:268px;
	float: left;
	background-color: #dadee9;
}

div#top-nav{
	width:649px;
	height:30px;
	float:right;
	background-color:#fff;
	text-align:right;
	vertical-align:middle;
}

div#top-nav p{
	padding-right:20px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#top-nav a{
	color: #666666;
	text-decoration:none;
}

div#top-nav a:hover{
	color: #000000;
	text-decoration: underline;
}

div#top-header{
	width:649px;
	height:60px;
	float:right;
	background-color:#fff;
	text-align:left;
	vertical-align:middle;
}

div#top-header h1{
	padding-left:30px;
}

div#main-nav{
	width:649px;
	height:30px;
	float:right;
	background-color:#006100;
	text-align:right;
	vertical-align:middle;
	text-align:right;
}

div#main-nav ul li{
	color:#fff;
	font-weight:bold;
	font-size:11px;
	float:left;
	list-style:none;
	padding-left:19px;
	color:#fff;
}

div#main-nav a{
	color: #dbdbdb;
	text-decoration:none;
	display: block;
	padding-top:7px;
	padding-bottom:5px;
}

div#main-nav a:hover{
	color:#ffffff;
}

div#flash-banner{
	width:649px;
	height:148px;
	float:right;
	background-color:#fff;
	text-align:left;
}

div#content {
	width:850px;
	height:255px;
	background-color:#ffffff;
}

div#ad-left{
	width:201px;
	height:225px;
	float:left;
	background-color:#ececec;
	vertical-align: middle;
	padding-top:30px;
}

div#text-content{
	width:589px;
	height:141px;
	background-color:#fff;
	padding:30px;
	text-align:left;
	float:right;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5;
	color: #4b4b4b;
	padding-bottom: 15px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom:15px;
	color:#006100;
}

div#mountain {
	float:right;
	padding-top:10px;
}

div#ad-bottom{
	width:790px;
	height:90px;
	text-align: center;
	padding:30px;
	background-color:#fff;
	border-top:1px solid #f0f0f0;
}

div#footer{
	width:850px;
	height:20px;
	text-align: center;
	padding:20px 0;
	background-color:#fff;
	border-top:1px solid #006100;
}

div#footer ul li{
	float:left;
	list-style:none;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

div#footer a{
	color:#666666;
	text-decoration: none;
}

div#footer a:hover{
	color:#000000;
	text-decoration: underline;
}

div#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:right;
	padding-right: 15px;
	color: #666666;
}

.ad-space{
	padding-bottom: 20px;
}

div#inner-content {
	width:649px;
	height:auto;
	background-color:#ececec;
	border-left: 201px solid #ececec;
}

div#inner-text-content{
	width:589px;
	min-height:150px;
	background-color:#fff;
	padding:30px;
	text-align:left;
	overflow:visible;
}

* html div#inner-text-content{
	height:150px;
}

div#inner-ad-left{
	width:201px;
	float:left;
	background-color:#ececec;
	vertical-align: middle;
	padding-top:30px;
	margin-left:-201px;
}

ul.kulam{
	list-style: decimal;
	margin-left: 35px;
	padding-bottom: 15px;
	color:#4b4b4b;
	font-size:12px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom:10px;
	color:#4b4b4b;
}

div#inner-text-content img{
	border:1px solid #cccccc;	
}

img.place-right {
	float:right;
	margin-left: 15px;
}

/*Form Section Start*/
table.Form
{
	
}

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

table.Form td.Label
{
	border-bottom: none;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#4b4b4b;
}

table.Form td.Data
{
	width: 160px;
}

table.Form td.LongData
{
}

table.Form td.Msg
{
	width: 220px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
}

.Msg span
{
	color: #ff0000;
	display: none;
}

table.Form td.Data input.Text
{
	width: 95%;
}

td.Right
{
	text-align: right;
}

.Note
{
	font-size: 11px;
	color: #ff0000;
}

span.Note
{
	display: none;
}

input.Text
{
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}
textarea
{
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	width: 360px;
	height: 100px;
}

select
{
	border: 1px solid #cccccc;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363b74;
}

input[type=button],
input[type=submit]
{
	border-left: 2px solid #666699;
	border-top: 2px solid #666699;
	border-right: 2px solid #333366;
	border-bottom: 2px solid #333366;
	background-color: #363b74;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

input.Button
{
	border-left: 2px solid #006100;
	border-top: 2px solid #006100;
	border-right: 2px solid #006600;
	border-bottom: 2px solid #006600;
	background-color: #006100;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/*Form Section End*/