@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	disabled-height: 100%;
} 
.twoColFixLtHdr #container_h {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
.twoColFixLtHdr #container_l {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 980px;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FC0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: 100;
	color: #333;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 500px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 500px;
}
.twoColFixLtHdr #mainContent {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 100;
	color: #000;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	width: 550px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
h1 {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FC0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:absolute;
	width:546px;
	z-index:1;
	background-color: #FFFFFF;
	visibility: visible;
}
#apDiv2 {
	position:absolute;
	width:546px;
	height:21px;
	z-index:1;
	visibility: hidden;
}
#apDiv3 {
	position:absolute;
	width:546px;
	height:21px;
	z-index:1;
	visibility: hidden;
}
#apDiv4 {
	position:absolute;
	width:546px;
	height:21px;
	z-index:1;
	visibility: hidden;
}
#apDiv5 {
	position:absolute;
	width:546px;
	height:21px;
	z-index:1;
	visibility: hidden;
}
#apDiv6 {
	position:absolute;
	width:546px;
	height:21px;
	z-index:1;
	visibility: hidden;
}
#apDiv7 {
	position:absolute;
	width:546px;
	height:21px;
	z-index:1;
	visibility: hidden;
}
#apDiv8 {
	position:absolute;
	width:546px;
	height:21px;
	z-index:1;
	visibility: hidden;
}
#apDiv9 {
	position:absolute;
	width:546px;
	height:21px;
	z-index:1;
	visibility: hidden;
}
.imageline {
	padding: 2px;
	border: 1px solid #666666;
	margin: 3px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
	float: left; /* Contain floated list items */
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: 100;
	color: #00C;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}

#nav a {
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #1D2787;
	text-decoration: none;
	padding: 0 15px;
	line-height: 1.5;
	border-bottom: 1px solid #999;
}


#nav a:hover {  
  background: #eae6cb;
  }


#body_hom #nav_hom a,
    #body_kerala #nav_kerala a,#body_about #nav_about a,#body_view #nav_view a,#body_links #nav_links a,#body_images #nav_images a,#body_view #nav_view a {
  background: #eae6cb;
  color: #990000;
  font-weight: 100;
}
#nav #nav_view a {
  border: none;
}
#body_kerala #container #mainContent #apDiv1 {
	padding: 5px;
}
