body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.5;
	font-size:13px;
	
}

form {
	padding:0;
	margin:0;
}

.text_field_1 {
	background-color:white;
	border:1px solid #999999;
	color:#6E6E6E;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	padding-left:2px;
	width:180px;
}

/*.bt_submit {

	color:#FF6100;
	text-decoration:none;
	border:1;
	text-align:center;
	float:right;
	background-color:white;
	cursor:pointer;
}
*/
.submit1 {

	float:right;
	background-image:url(../images/submit.jpg);
	cursor:pointer;
	width:170px;
	border:1;
	height:27px;
	font-weight:bold;
	background-color: transparent;

}
.submit2 {
	float:right;
	background-image:url(../images/submit_over.jpg);
	cursor:pointer;
	width:170px;
	height:27px;
    background-color: transparent;
	font-weight:bold;

}

/* ---------------------- menu and footer ---------------*/
.main_menu_bg {
	background-image:url(../images/main_menu_bg.jpg);
	background-position:center top;
	background-repeat:repeat;
}

.main_menu {

	color:white;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1.25;
}

.main_menu a{

	color:white;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.main_menu a:hover{
	color:#F2AB27;
}

.footer {
	color:#959595;
	font-size:11px;
	font-weight:normal;
	line-height:2;
}

.footer a{

	color:white;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.footer a:hover{
	color:#959595;
	text-decoration:underline;
}

.footer2 {
	color:white;
	font-size:11px;
	line-height:2;
	background-color:666666;
}

.footer2 a{

	color:white;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	background-color:666666;
}

.footer2 a:hover{
	color:#F2AB27;
	text-decoration:none;
}
/* ---------------------- TEXT ---------------*/
.text {
	color:#000000;
	text-decoration:none;
	text-align:left;
}

.text a{
	color:#000000;
	text-decoration:none;
	text-align:left;
}

.text a:hover{
	color:#F2AB27;
}

.text_paragraph {
	font-weight:normal;
	color:#000000;
	text-align:left;
	line-height:1.50;
	text-decoration:none;
}

.text_paragraph a{
	font-weight:normal;
	color:#000000;
	text-align:left;
	line-height:1.50;
	text-decoration:underline;
}

.text_paragraph a:hover{
	color:#FF6100;
	text-decoration:none;
}

.text_center_bold {
	font-weight:bold;
	color:#333333;
	text-align:center;
	line-height:1.50;
	text-decoration:none;
}

fieldset {
	border:#CECECE 1px solid;
	padding:10px;
	text-align:left;
}
legend
{
	font-weight:bold;
	color:#FF6100;
	
}


/* ---------------------- HEADINGS---------------*/

h1{
	color:#FF6100;
	font-size:27px;
	line-height:32px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-1px;
	margin:0;
}

h2{
	color:#FF6100;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	/*margin:0;*/
}

h3{
	font-size:15px;
	color:#FF6100;
	/*margin:0;*/
}
.prime_heading {
	font-size:14px;
	font-weight:bold;
	color:#FF6100;
	/*text-align:justify;*/
	text-decoration:none;
}

.sec_heading {
	font-size:12px;
	font-weight:bold;
	color:#FF6100;
	text-align:justify;
	text-decoration:none;
}

.text_bold_orange {
	font-size:14px;
	font-weight:bold;
	color:#FF6100;
	text-align:justify;
	line-height:1.50;
	text-decoration:none;
}

.heading_links {

	font-size:13px;
	font-weight:bold;
	color:#333333;
	text-decoration:underline;

}

.heading_links a{

	font-size:13px;
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
}

.heading_links a:hover {
	color:#FF6100;
}

.heading_table {

	font-size:12px;
	font-weight:bold;
	color:#222222;
	text-decoration:none;
	line-height:16px;
	text-align:center;
	padding:3px;
	padding-bottom:6px;
	background-color:#DDDDDD;
	text-transform:uppercase;
}

.subheading_table {

	font-size:12px;
	font-weight:bold;
	color:#FF6100;
	text-decoration:none;
	line-height:16px;
	text-align:center;
	padding:3px;
	background-color:#EEEEEE;

}
/* ---------------------- LINKS ---------------*/

.read-more{
	font-weight:bold;
	text-decoration:none;
	/*color:#9F9F9F;*/
	color:#FF6100;
	text-align:right;
	line-height:25px;
	padding-right:10px;
}

.read-more a{
	font-weight:bold;
	color:#FF6100;
	text-decoration:none;
	text-align:right;
	line-height:25px;
}

.read-more a:hover{
	color:#F2AB27;
}

.inner_links {
	color:#444444;
	font-weight:bold;
	text-decoration:none;
}

.inner_links a{
	color:#444444;
	font-weight:bold;
	text-decoration:underline;
}

.inner_links a:hover {
	color:#000000;
	text-decoration:none;
}

.inner_links ul{
	margin-left:5px;
	padding-left:10px;
}

.inner_links ul li{
	line-height:2.0;
	list-style-type:disc;
}

.inner_links ul li a:hover{
/*	display:block;
	background:url(../images/bg_gradient.jpg) repeat-x;*/
	color:#FF6100;
}

#bg:hover
{
	background:url(../images/bg_gradient.jpg) repeat-x;
}

#center_text
{
	text-align:center;
}
/* ------------------Others ----------------*/

ul
{
	margin:8px;
	padding-left:8px;
}

li
{
	margin:0;
	padding:0;
	line-height:2.0;
}

/*
Scrolling menu code style begins .. 
*/

#container {
  position: relative;
  width: 961px;
  height: 128px;
  overflow: hidden;
  border: 1px solid #EFEFEF;

}

#scroller {
  width: 1108px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width: 121px;
  height: 128px;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  border: 1px solid #EFEFEF;
  font-size: .8em;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {

	font-size: 13px;
  	color:#000000;
  	font-weight: bold;
	text-decoration:none;
	width:100%;
	background-color:#DDDDDD;	
	margin:0;
	padding:0;
}

<!--[if IE]>
<style type="text/css">

#scroller{
  width: 1108px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}

</style>
<!-- [endif]-->

/*
Scrolling menu code style ends.. 
*/
