/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body
{
background-color:#000000;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other
    font-sizes in % (preferred) or ems */
	color:#000000;
	font-weight:normal;
}
#main_container
{
  background-color:white;
  margin-left :auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/

  width:1009px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}
	

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0066FF;
}
 overrides decoration from previous rule for hovered links 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-image:url(../images/roundbullet.gif);
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 114px 0px 115px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 780px;
	height:auto;
	float:left;
	background-color:#ffffff;
}

#navBar{
	/*margin: 0 67% 0 0;*/
	padding: 0px;
	background-color:#fcf8f7;
	width:341px;
	height:auto;
	float:left;
}

#content{
  float:right;
	/*width: 61%;*/
	margin: 0;
	padding: 0 3% 0 0;
	width:600px;
	height:auto;
	background-color:#fcf8f7;
}

#middle
{
width:780px;
height:auto;
float:left;
background-color:#076ba7;
}



/*************** #pageName styles **************/

.pageName{
	padding: 5px 0px 0px 15px;
	color:#67b709;
	font-family:"Brush Script Std"
	font-weight:bold;
	font-size:16px;
}
.dot{
	padding: 5px 0px 0px 5px;
	color:#67b709;
	font-size:8px;
}

/************* #header styles **************/


#header{
width:780px;
height:60px;
float:left;
background-image:url(../images/top_bg.jpg);
background-repeat:no-repeat;
border-top:0;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#logo
{
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:30px;
color:#FF9900;
font-weight:bold;
margin:15px 0px 0px 18px;
}

#btn_container
{
float:right;
width:591px;
height:40px;
background-image:url(../images/btn_repeat.jpg);
background-repeat:repeat-x;
margin:0px 0px 0px 0px;
border-bottom:10px solid #076ba7;
}
#left_contain
{
width:185px;
height:auto;
float:left;
background-color:#d0e0ed;
}

#right_container{
width:595px;
height:auto;
float:left;
background-color:#FFFFFF;
margin:0px 0px 0px 0px;
}

#right_contain_corner
{
width:595px;
height:24px;
float:left;
background-image:url(../images/corner1.jpg);
background-repeat: no-repeat;
margin:0px 0px 0px 0px;
}

#flash
{
width:595px;
height:170px;
float:left;
background-color:#ffffff;
margin:0px 0px 0px 0px;
}

#banner_01
{
width:595px;
height:149px;
float:left;
background-color:#ffffff;
margin:0px 0px 0px 0px;
}

#txt_container
{
width:580px;
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
float:left;
text-align:justify;
background-color:#FFFFFF;
padding:5px 5px 0px 5px;
}
#bg
{
width:185px;
height:auto;
background-color:#076ba7;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
padding:3px 0px 0px 0px;
border-top:5px solid #999999;
}

#btn1
{
float:left;
width:93px;
height:40px;
margin:0px 0px 0px 1px;
background-image:url(../images/home.gif);
background-repeat:no-repeat;
}

#btn2
{
float:left;
width:93px;
height:29px;
margin:11px 0px 0px 1px;
background-image:url(../images/top_link1.gif);
background-repeat:no-repeat;
}

#punch
{
width:185px;
height:129px;
background-color:#FFFFFF;
float:left;
}
#space
{
width:160px;
height:60px;
float:left;
background-color:#076ba7;
font-family: Tahoma;
color:#FFFFFF;
font-size:20px;
padding:15px 0px 0px 25px;
}
#left_bar
{
width:185px;
height:35px;
background-image:url(../images/left_button.jpg);
background-repeat:no-repeat;
float:left;
border-top:1px solid #CCCCCC;
}
#left_link_box
{
width:185px;
height:auto;
float:left;

}


#left_link
{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#ff7500;
float:left;
text-align:left;
margin:5px 0px 10px 5px;
}

#left_link a
{
font-family:Tahoma;
color:#ff7500;
}

#left_link a:hover
{
font-family:Tahoma;
color:#000000;
}


#dot
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:7px;
color:#ff7200;
float:left;
padding:0px 0px 0px 5px;
}

#text_container_box{
width:595px;
height:auto;
background-color:#FFFFFF;
float:left;
margin:0px 0px 0px 0px;
}

#cities{
width:591px;
height:auto;
background-color:#ece8df;
border:1px solid #000000;
float:left;
margin:5px 0px 0px 1px;
}

#cities_wise{
width:250px;
height:auto;
float:left;
margin:0px 0px 0px 20px;
padding:0px 0px 5px 25px;
border-left:1px dashed #999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
}

#cities_wise_mid{
width:250px;
height:auto;
float:left;
margin:0px 0px 0px 10px;
padding:0px 0px 5px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
}

#client{
width:591px;
height:100px;
background-color:#a3d8f7;
border:1px solid #000000;
float:left;
margin:5px 0px 0px 1px;
}

#form_box{
width:591px;
float:left;
height:auto;
background-color:#ffffff;
margin:5px 0px 0px 1px;
}

#form{
width:550px;
height:auto;
float:left;
margin:10px 0px 0px 20px;
font-size: 12px;
font-family: verdana, arial, helvetica, sans-serif;
color:#000000;
}

.form-txt{
font-size: 12px;
font-family: verdana, arial, helvetica, sans-serif;
color:#000000;
}

#bulet
{
width:19px;
height:11px;
float:left;
margin:3px 3px 0px 2px;
background-image:url(../images/bullet.gif);
background-repeat: no-repeat;
}

#bulet1
{
width:6px;
height:9px;
float:left;
margin:8px 0px 0px 6px;
background-image:url(../images/list_bullet.gif);
background-repeat: no-repeat;
}

#Heading
{
width:500px;
height:15px;
float:left;
font-family:Tahoma;
font-size:14px;
font-weight:bold;
color: #ff7500;
margin:5px 0px 0px 3px;
}

#cities_bottom{
width:780px;
height:auto;
background-color:#ece8df;
float:left;
margin:0px 0px 0px 0px;
}


#cities_wise_left_bottom{
width:250px;
height:auto;
float:left;
margin:2px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
}

#cities_wise_mid_bottom{
width:250px;
height:auto;
float:left;
margin:2px 0px 0px 0px;
padding:0px 0px 5px 10px;
border-left:1px dashed #999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
}

#cities_wise_right_bottom{
width:250px;
height:auto;
float:left;
margin:2px 0px 0px 0px;
border-left:1px dashed #999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
}

#toplink_txt
{
font-family:Tahoma;
font-weight:bold;
font-size:11px;
color: #ffffff;
margin:17px 0px 0px 30px;
}

#toplink_txt a
{
color: #ffffff;
text-decoration:none;
}

#toplink_txt a:hover
{
color: #000000;
text-decoration: underline;
}


#toplink_txt1
{
font-family:Tahoma;
font-weight:bold;
font-size:11px;
color: #ffffff;
margin:7px 0px 0px 20px;
}

#toplink_txt1 a
{
color: #ffffff;
text-decoration:none;
}

#toplink_txt1 a:hover
{
color: #000000;
text-decoration: underline;
}
#link_left_txt
{
font-family:Tahoma;
font-weight:bold;
font-size:11px;
color: #ffffff;
margin:8px 0px 0px 0px;
}

#link_left_txt a{
font-family:Tahoma;
font-weight:bold;
font-size:11px;
color: #ffffff;
margin:8px 0px 0px 0px;
}

#link_left_txt a hover{
font-family:Tahoma;
font-weight:bold;
font-size:11px;
color: #000000;
margin:8px 0px 0px 0px;
}



#footer_txt
{
float:left;
font-family:Tahoma;
font-weight:bold;
font-size:11px;
color: #ffffff;
margin:45px 0px 0px 0px;
}

#footer_txt a
{

color: #ffffff;
text-decoration:none;
}

#footer_txt a:hover
{
color: #000000;
text-decoration:underline;

}
/************* #banner styles **************/

#banner{
color: #cccccc;
padding: 0px 0px 0px 0px;
white-space: nowrap;
height:258px;
border-top:2px solid #009933;
border-bottom:2px solid #009933;
}
.welcome
{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#076ba7;
}
#read_more
{
width:86px;
height:16px;
float:right;
background-image:url(../images/read_more.jpg);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding:2px 0px 0px 0px;
margin:0px 10px 10px 0px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#banner1
{
width:492px;
height:258px;
float:left;
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
}
#Link
{
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-size:12px;
color:#e3bd0b;
line-height:18px;
letter-spacing:1px;
float:right;
margin:20px 20px 0px 0px;
}


#contact_deatil{
    margin:10px 0px 10px 150px;
	padding:0px 0px 0px 10px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:justify;
	text-align:left;
	width:350px;
	height:auto;
	border-top:2px solid #FF0000;
	border-bottom:2px solid #FF0000;
	
}




/************** #headlines styles **************/
#bottom
{
float:left;
width:780px;
height:77px;
background-image:url(../images/bottom.jpg);
background-repeat:no-repeat;
}


#bottom_cities
{
float:left;
width:780px;
height:auto;
background-color:#ece8df;
padding:0px 0px 10px 0px;
}

#website_link
{
float:left;
width:780px;
height:50px;
background-color:#000000;
font-size: 12px;
color:#FFFFFF;
text-align:center;
font-family: verdana, arial, helvetica, sans-serif;
padding:10px 0px 10px 0px;
}

#website_link a
{
color:#FFFFFF;
text-align:center;
text-decoration:none;
}

#website_link a:hover
{
color:#0066FF;
text-align:center;
text-decoration:underline;
}
