*
	{
		margin:0;
		padding:0;
		outline:0;
	}

body
	{
		background-color:#fcfaf6;
   	    background-image: url(../images/bg-2.jpg);
		background-position:top center;
   		background-repeat: no-repeat;
	}

.hdr
{
	background:url(../images/hdr-2.png); width:693px; height:233px; margin-left:125px; margin-top:65px;"
}


tr
{
	border:none;
}

td
{
/*	background:url(../images/bottom-line.gif);*/
	background-repeat:repeat-x;
}

p strong
	{
		font-size:14px;
		color:#000;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	}
	
p 
	{
		font-size:14px;
		color:#000;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	}
	

/* -------------------------IDs-------------------------*/

#mainNavContainer
	{
		background:url(../images/menu-bg.png) no-repeat;
		width:945px;;
		align:center;
		height:60px;
		padding-bottom:10px;
		margin-top:10px;
	}

/* main menu nav ends */

/* menu to remove starts */

#mainNav
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#fff;
		line-height:60px;
		height:60px;
		width:945px;
		margin:0 auto;
	}
	
#mainNav li
	{
		float:left;
		list-style-type:none;
	}	
	
#mainNav li a
	{
		float:left;
		display:block;
		padding:0 14px;
		color:#fff;
		text-decoration:none;
	}		
	
#mainNav li a:hover
	{
		float:left;
		display:block;
		height:60px;
		background:url(../images/li-hover.gif);
	}			

.selected
	{
		display:block;
		height:60px;
		background-image:url(../images/selected.png);
		background-repeat:no-repeat;
	}	
	
	
.li-bg
	{
		display:block;
		height:60px;
		background-image:url(../images/hover.png);
		background-repeat:no-repeat;
	}	
	

/* menu to remove ends */

/* main menu nav ends */

#wrapper
	{
		width:945px;
		margin:0 auto;
		
	}

#mastHead
	{
		width:512px;
		height:297px;
	}
	
	
#footer
	{
		width:945px;
		margin:0 auto;
	}	
	

/* -------------------------Homepage Slideshow-------------------------*/


#slide-images{
	
	display:block;
	margin-right:0px;
	padding:0px;
	width:945px;
	height:296px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}



.top-menu{
		margin:0 0 0 580px;
		position:absolute;
		list-style:none;
		
 }
.logo {
		background:url(../images/sai-logo.png) no-repeat;
		width:235px;

		height:35px;
		margin-top:60px;
		margin-left:350px;
		}
 

.container
{	
    padding:0;
    margin-bottom:10px;
}



 body{
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:12px;
}

#bc-footer-box-search{
width:200px;
border:none;
}

.more{
	position:absolute;
	margin-left:260px;
	margin-top:255px;
}

.bottom-footer{
	margin-left:15px;
	
}

 /*
 
 */
 
 .div-table{display:table; font-family:Verdana, Geneva, sans-serif; font-size:11px; margin-top:20px;}
    .div-table-caption{display:table-caption; background:#333333;}
    .div-table-row{display:table-row;}
    .div-table-col{display:table-cell; padding: 5px; border: 0px solid #003399; vertical-align:middle;}
	
	.formelement{
		width:135px;
	}
	
	.formelementtextarea{
		width:135px;
		height:70px;
	}
	
	
	ul.topnav {
	list-style: none;
	padding: 0 15px;	
	float: left;
	width: 940px;
	height:45px;
	background: #222;
	font-size: 1.1em;
	background: url(menu_bg.png) repeat-x;
}
ul.topnav li {
	z-index:10;
	float: left;
	margin-right: 0;	
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 20px 10px 20px;
	height:inherit;
	height:20px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/li-hover.gif) center top;
	display:block;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 50px;
	margin-top:-10px;
	margin-left:-103px;
	height: 45px;
	float: left;

	position:absolute;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 40px;
	background: #333;
	padding: 0;
	display: none;
	float: left;
	width: 185px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 185px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	
	/*--background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;--*/
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	 
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#wrapper .container .index-box1-content {
	text-align: justify;
}


.text-selected{
	color:#09F;
}




.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}



.header-boreder
{	background-color:#F8F8F8;
	border:1px solid #CCC;
	width:895px;
	height:280px;
    overflow:hidden;
	padding:10px;
	
}

.thumbnail-boreder
{	background-color:#F8F8F8;
	width:200px;
	height:100px;
	padding:10px;
	border:5px solid #CCC;
	
}

.no-a a
{
	background-color:#099;
	border:none;
}

h2
{
	margin-top:10px; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#900;
	font-size:18px;
}

h3
{
	margin-top:10px; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#900;
	font-size:18px;
}

/* liScroll styles */

.tickeroverlay-left{

	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	left:-2px;
}
	
.tickeroverlay-right{

	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	right:-2px;
}
.tickercontainer { /* the outer div */

width: 430px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
padding-left: 10px;
padding-right: 10px;
top: 8px;
height: 18px;
/*width: 718px;*/
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
margin-left: 20px;
font: bold 12px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-right: 80px;
/*background: #fff;*/
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/* New css follows*/


.left-head-bg
{
	background:url(../images/left-head-bg.gif) no-repeat;
	position:absolute;
	width:229px;
	margin-left:-230px;
	margin-top:93px;
	height:259px;
	
}

.right-head-bg
{
	background:url(../images/right-head-bg.gif) no-repeat;
	float:right;
	width:229px;
	margin-right:-230px;
	margin-top:93px;
	height:259px;
	
}

.right-cont
{	background-color:#FFF;
	border:4px solid #80add1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	float:right;
    margin-bottom:10px;
    height:185px;
	width:245px;
    overflow:hidden;
	behavior: url(border-radius.htc);

}



.menu-sep
{
	background-image:url(../images/menu-sep.gif);
	width:196px;
	height:11px;
	margin-left:20px;
	margin-top:5px;
}

.menu-arrow
{
	background-image:url(../images/menu-arrow.gif) no-repeat;
	width:13px;
	height:10px;
	margin-left:20px;
	float:left;
	padding-left:20px;
}

.menu-arrow-selected
{
	background-image:url(../images/menu-arrow-selected.gif) no-repeat;
	width:13px;
	height:10px;
	margin-left:20px;
	float:left;
	padding-left:20px;
}

.content-sep
{
	background-image:url(../images/content-sep.gif);
	width:585px;
	height:11px;
	margin-left:40px;
	margin-top:5px;
}

.service-content
{
	width:195px;
	height:240px;
	float:left;
	padding:5px;
}

.vert-sep
{
	background:url(../images/vertical-sep.gif) no-repeat;
	width:7px;
	height:243px;
	float:left;
	
}

#service-thum
{	background-color:#FFF;
	border:1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left:25px;
	margin-top:3px;
    height:95px;
	width:125px;
    overflow:hidden;
	behavior: url(border-radius.htc);
	padding:3px;

}

.read-more
{
	background:url(../images/read-more.png) no-repeat;
	width:80px; heigth:25px;
}

.home-service
{
	width:635px; border: height:250px; margin:15px; margin-top:0px; text-align:center;
}

.branches-box
{
float:left; width:270px; height:195px; border:solid 5px #CCC; padding:10px; margin-left:10px; margin-bottom:10px;
}



/*Form Class Starts Here*/

.form-heade
{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
}

.form-content
{
	font:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
}
#content .required {
	color: #fe8401;
}
#content .fomtext {
	border: 1px solid #999999;
	
	color: #333333;
}
.fomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #CCC;
	padding: 0px;
	background:url(../images/form-box.gif);
	height:20px;
	background-repeat:repeat-x;
	line-height: normal;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	z-index: auto;
}
.btn-submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#06F;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 64px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.form-box
{
	background:url(../images/form-box.gif);
	background-repeat:repeat-x;
	height:25px;
	border:#000 solid 1px;
}

.map-box
{
float:left; width:260px; height:180px;  margin-left:10px; 
background:url(../images/map-box-bg.gif) no-repeat;
padding-top:7px;
}

.content
{
	width:933px;
	height:auto;
	background:url(../images/content-bg.png);
	margin-left:5px;
}

#top-arch
{
	background:url(../images/top-arch.png);
	width:900px;
	height:89px;
	margin-left:16px;
}

#top-arch a:link
{
	color:#000;
}

#top-arch a:hover
{
	color:#000;
}

#top-arch a:visited
{
	color:#000;
}

#top-arch a:active
{
	color:#000;
}



#down-arch
{
	background:url(../images/down-arch.png);
	width:900px;
	height:89px;
}

#down-arch a:link
{
	color:#000;
}

#down-arch a:hover
{
	color:#000;
}

#down-arch a:visited
{
	color:#000;
}

#down-arch a:active
{
	color:#000;
}


.horz-line
{
	border-bottom:solid #FC6 1px;
	height:25px;
	width:140px;
	background:url(../images/right-menu-bg.gif);
	padding-bottom:7px;
	padding-left:10px;
}

.horz-line a
{
	color:#000000;
}

.horz-line a:hover
{
	color:#000000;
	text-decoration:underline;
	
}
.date-bg
{
	background-color:#FFFFFF;
}

.txtbx{
	width:350px;
	height:25px;
}
.txtbx1{
	width:150px;
	height:25px;
}


#bottom-lnik a:link
{
	color:#000;
}

#bottom-lnik a:hover
{
	color:#000;
}

#bottom-lnik a:visited
{
	color:#000;
}

#bottom-lnik a:active
{
	color:#000;
}

