/*
 * 
 * @author Nagaraj S Reddy
 *
 * Copyright (c) iPOTT Softech (India) Private Limited 2005 - 2010. All rights reserved. Unauthorized reproduction and/or distribution is strictly prohibited. 
 *  
 */
 
body {
	top: 0px;
	background-color: #352726;
	text-align:center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 13px;
	color: #525252;
	font-weight: normal;
}
a:link { /* unvisited link */
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	color: #ff9900;
	font-weight: normal;
	text-decoration: none;
}     
a:visited { /* visited link */
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}  
a:hover { /* mouse over link */
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	color: #ff9900;
	font-weight: normal;
	text-decoration: underline;
}   
a:active { /* selected link */
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	color: #669933;
	font-weight: normal;
	text-decoration: underline;
}   
.column-link {
	font-size: 17px;
	padding: 5px 0px 5px 0px;
}
.sub-link {
	font-size: 10px;
}

#container {
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px 10px 20px 10px;
	border-top: 0px; border-right: 5px solid #b9d300; border-bottom: 0px;	border-left: 5px solid #b9d300;
	margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto;
	top: 0px;
	width: 884px;	
}

#content {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 884px;
}

#con1 {
	float:left;
	text-align: left;
	width: 540px;
	padding: 10px 10px 30px 10px;
	margin: 0px;
	border: 0px dashed #000;
}

#con2 {
	float:right;
	text-align: center;
	width: 314px;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	border: 0px dashed #000;
}

#footer {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #4d4d4d;	
	padding-top: 10px;
	padding-bottom: 10px;	
	height:160px;
	width:884px;	
}

.footer-content{	
	width:146px;
	float:left;
	height:100px;
	border-right:1px dashed #b9d300;
}

.footer-content-padding{	
	padding-left:20px;
}

.footer-content span{
	font-weight:bold;
	line-height:20px;
	color: #669933;	
}

.left {
	float: left
}

.right {
	float: right
}

.center {
	text-align: center;
}
.clear{
	clear: both;
	height: 1px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img { border: 0; vertical-align: middle; }

h1 {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 26px;
	color: #4d4d4d;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.sub-content {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 11px;
	color: #525252;
	font-weight: normal;
}

#logo-home{ 
	background: url(../images/logos/logo-home.jpg) left no-repeat;
	padding: 0px 0px 10px 0px;
	height: 520px;
	margin: 0px;
	border: 0px;
}

.search-txtbox-ie {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	border: 3px solid #b9d300;
	font-size: 17px;
	font-weight: normal;
	vertical-align:middle;
	color: #999;
	height: 40px;
	padding: 5px;
	margin: 0px;
}

.search-txtbox-bg-ie {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	border: 3px solid #b9d300;
	font-size: 17px;
	font-weight: normal;
	vertical-align:middle;
	color: #999;
	height: 40px;
	padding: 5px;
	margin: 0px;
	background: url(../images/search-box-anim.gif) left no-repeat;
	background-color: #FFFFFF;
}

.search-txtbox {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	border: 3px solid #b9d300;
	font-size: 17px;
	font-weight: normal;
	vertical-align:middle;
	color: #999;
	height: 25px;
	width: 400px;
	padding: 5px;
	margin: 0px;
	
}

.search-txtbox-bg {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	border: 3px solid #b9d300;
	font-size: 17px;
	font-weight: normal;
	vertical-align:middle;
	color: #999;
	height: 25px;
	width: 400px;
	padding: 5px;
	margin: 0px;
	background: url(../images/search-box-anim.gif) left no-repeat;
	background-color: #FFFFFF;
}

.content-txt {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 13px;
	color: #525252;
	font-weight: normal;
}

.content-link {
	font-size: 13px;
}


