/* Author : suresh dhamgaye  */
/* By : Meltmagic-India.com  */
/*  Year: 2009 */

/* form classes */

body 
{
	margin: 0px;
	padding: 0px;
	background-color:#FFAF24;	
}
html 
{
 overflow-y: scroll !important;
}

form 
{
	margin-bottom: 0px;
}
input, textarea, select 
{
	border: 1px solid #282A2B;
	font-size: 12px;
	margin-left:5px;
}
.no-border 
{
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
}
.yes-border 
{
	border-style: solid;
	border-width: 1px;
	border-color:#993300;
}
.blue
{
	color:#15559D;
}
.gray
{
color:#767676;
}
.normal_text
{
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
.green
{
	color:#1A782A;
}
.red
{
	color:#A35412;
}
/* page default settings */
td 
{
	font-family: arial, verdana, helvetica;
	color: #333;
	font-size: 11px;
	line-height: 1.5em;
}
/*color*/
.white 
{
	color: #ffffff;
}
.orange
{
	color:#E75700
}
img
{
	border:0px solid red;
}
/* Heading */
h1, h2, h3, h4, h5, h6 
{
	font-family: arial;
	margin: 0px;
	line-height: normal;
}
h1 
{
	font-size: 25px;
	font-weight:700;	
}
h3 
{
	font-size: 20px;	
	font-weight:600;	
}
h2 
{
	font-size: 18px;
	font-weight:700;
}


/*working property start here !*/
.header
{
	background-image: url("images/header.jpg");
	background-repeat:no-repeat;	
	height:156px;
}
.nav_back
{
	background-image: url("images/nav_back.jpg");
	background-repeat:repeat-x;
	height:28px;
}
.row2
{
	background-image: url("images/row2.jpg");
	background-repeat:repeat-x;
	height:19px;	
}
.nav_back
{
	background-image: url("images/nav_back.jpg");
	background-repeat:repeat-x;
	height:28px;
}
.top_links
{
	color:#ffffff;
	text-decoration:none;	
	font-size:11px;
	font-weight:700;		
}
.top_links a
{
	color:#ffffff;
	text-decoration:none;
}
.top_links a:hover
{
	color:#FFFF00;
	text-decoration:none;
}
.green_top_bg
{
	background-image: url("images/green_box_bg.jpg");
	background-repeat:repeat-x;
	height:35px;
}
.green_box_bg
{
	background-image: url("images/green_box_bg_y.jpg");
	background-repeat:repeat-y;		
}
.bullet1
{
	color:#333333;
	text-decoration:none;	
	font-size:13px;
	font-weight:700;	
	background-image: url("images/bullet.jpg");
	background-repeat:no-repeat;
	background-position:0px 12px;
	padding-left:20px;		
}
.bullet2
{
	color:#1A782A;
	text-decoration:none;	
	font-size:13px;
	font-weight:700;	
	background-image: url("images/bullet1.jpg");
	background-repeat:no-repeat;
	background-position:10px 9px;
	padding-left:20px;		
}
.bullet3
{
	color:#1A782A;
	text-decoration:none;	
	font-size:13px;
	font-weight:700;	
	background-image: url("images/bullet3.jpg");
	background-repeat:no-repeat;
	background-position:10px 9px;
	padding-left:25px;		
}
.bullet4
{	
	background-image: url("images/bullet4.jpg");
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;		
}
.bullet5
{
	background-image: url("images/bullet5.jpg");
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:25px;
	color:#1A782A;
	text-decoration:none;	
	font-size:16px;
	font-weight:700;
}
.bullet6
{
	background-image: url("images/bullet6.jpg");
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:15px;
	color:#333333;
	text-decoration:none;	
	font-size:12px;
	font-weight:700;
}
.bullet7
{
	background-image: url("images/bullet7.jpg");
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding-left:15px;
	color:#1A782A;
	text-decoration:none;	
	font-size:14px;
	font-weight:700;
}
.redmore
{
	color:#D30000;
	text-decoration:none;	
	font-size:11px;
	font-weight:800;		
}
.redmore a
{
	color:#D30000;
	text-decoration:none;
}
.redmore a:hover
{
	color:#333333;
	text-decoration:none;
}
/*footer menu*/
.footerbg
{
	background-image: url("images/footer_bg.jpg");
	background-repeat:repeat-x;
	height:93px;
}
.footer_links
{
	color:#333333;
	text-decoration:none;	
	font-size:11px;
	font-weight:800;		
}
.footer_links a
{
	color:#333333;
	text-decoration:none;
}
.footer_links a:hover
{
	color:#4C6000;
	text-decoration:none;
}
.title
{
	
	text-decoration:none;	
	font-size:13px;
	font-weight:800;		
}
.blue_link
{
	color:#002BBB;
	text-decoration:none;	
	font-size:11px;
	font-weight:800;		
}
.blue_link a
{
	color:#002BBB;
	text-decoration:none;
}
.blue_link a:hover
{
	color:#000000;
	text-decoration:none;
}
ul
{
	width:450px;
	border:0px;
	padding:0px;
	margin:0px;
}
li 
{
	width:80px;
	display:block;
	height:30px;	
	text-align:center;
	text-decoration:none;
	background-color:#F7F7F7;
	border:1px solid #E8E8E8;
	float:left;
	margin-left:3px;
	list-style:none;
	padding-top:5px;		
}
.button_link 
{
	color:#FE831B;
	text-decoration:none;
	font-size:12px;
	font-weight:700;	
}
.button_link a
{
	color:#FE831B;
	text-decoration:none;		
}
.button_link a:hover
{
	color:#fc0000;
	text-decoration:none;		
}
.text_padding
{
	padding-left:15px;
	border-bottom:1px solid #E3E3E3
}