/* CSS Document */

/*--- tx-eeblog-searchbox & ee_blog_search---

.tx-eeblog-searchbox{
background: #883311;
}

.ee_blog_search{
background: #000000;
}
*/

h1 {
	font-size: 16px;      
}
h1 a {
	color: #003333;      
}
h1 a:hover {
	color: #224444;      
}



h4 {
	font-size: 36px;      
        margin: 0px 0 12 0;
}
h4 a {
	color: #003333;      
}
h4 a:hover {
	color: #224444;      
}

/*... basic cell information.. */
body{
	font-family: Times New Roman, serif;
	background:  url(images/background.gif);
	padding: 12px 0 0 0;
}
TD#spacer{
	width: 8px;
}
TD#leftbox{
	background: #990000;
	width: 125px;
	vertical-align: top;
	text-align: right;
}
.alignright{
	padding: 0px;
}
.logo{
	padding: 8px;
	text-align: center;
}
TD#topborder{
	background: #FF6633;
	height: 35px;
}
TD#toplogo{
	height: 100px;
	padding: 0px;
	vertical-align: center;
	text-align: right;
	background: #FF6633 url(images/top_india.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.topcontent{
	text-align: right;
	vertical-align: top;
	padding: 8px 24px 0 0;
	margin: 0 0 0 0;
}
.signuparea{
	text-align: right;
	vertical-align: top;
	padding: 0 24px 0 0;
	margin: 0 0 0 0;
}

TD#page{
	border-left: 7px solid #FF6633;
	border-right: 7px solid #FF6633;
	background: url(images/india_bottom.gif) #FFCC66;
	background-repeat: no-repeat;
	background-position: 17px 0px;
	vertical-align: top;
	text-align: left;
}
TD#content{
	padding: 18px 8px 0 18px;
	vertical-align: top;
}
TD#content p{
	font-size: 13px;
	vertical-align: top;
	text-align: left;
	line-height: 16px;
	margin: 0 0 8px 0;
}
TD#content a{
	color: #CC3300;
	text-decoration: none;
}
TD#content a:hover{
	color: #FF9933;
}
TD#content a:visited{
	color: #CC3300;
	text-decoration: none;
}
TD#content h1{
	font-size: 18px;
	font-weight: bold;
	color: #003333;
	letter-spacing: 1px;
	margin: 2px 0 6px 0;
}
TD#right{
	width: 225px;
	padding: 18px 8px 0 8px;
	vertical-align: top;
	text-align: left;
}
TD#right p{
	font-size: 12px;
	margin: 0 0 8px 0;
	line-height: 16px;
}
TD#right a{
	color: #CC3300;
	text-decoration: none;
}
TD#right a:hover{
	color: #FF6633;
}
TD#right a:visited{
	color: #CC3300;
}
TD#right h1{
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
}


TD#bottom{
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background: #FFCC66;
	border-bottom: 7px solid #FF6633;
	font-size: 13px;
	color: #CC3300;
}
TD#bottom a{
	color: #FF6633;
	text-decoration: none;
}
/* .. menu information .. */
/*  MENU 1, level 1, active state (ACT) */
TD#menu{
	border-left: 7px solid #FF6633;
	border-right: 7px solid #FF6633;
	padding: 8;
	text-align: left;
	height: 35px;
	background: #003333;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC66;
}
TD#menu span{
	padding: 2px 12px 2px 12px;
	border-right: 2px solid #FFCC66;
}
TD#menu span A{
	text-decoration: none;
	color: #FFCC66;
}

.menu2{
	background: #336666;
	color: #FFCC66;
	min-height: 0px;
	padding-left: 12px;
}
.menu2item{
	padding: 2px 15px 2px 12px;
	font-size: 14px;
	letter-spacing: 1px;
	height: 24px;
	background: url(images/arrow.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}
.byacorn{
	padding-left: 11%;
}

/*............................corners..*/
TD#blcorner{
	background: url(images/corner_bl_tall.gif);
	background-position: bottom left;
	background-repeat: no repeat;
}
TD#brcorner{
	background: url(images/corner_br_tall.gif);
	background-position: bottom right;
	background-repeat: no repeat;
}
TD#tlcorner{
	background: url(images/corner_tl_tall.gif);
	background-position: top left;
	background-repeat: no repeat;
}
TD#trcorner{
	background: url(images/corner_tr_tall.gif);
	background-position: top right;
	background-repeat: no repeat;
}

.signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	background-color: #FFCC00;
}
.imputbox{
	background-color: #FFCC00;
	border: thin solid #FF9900;
	font-size: 10px;
}