body
{
margin:0px;
padding:0;
background:url(../images/headerbg.png) repeat-x;
}
#wrapper
{
margin:0 auto;
padding:0;
width:962px;
height:auto;
}

/*Header section start*/
#header
{
height:121px;
width:962px;
margin:0 auto;
}
.logo
{
width:215px;
height:54px;
float:left;
margin:0;
}
.neverlate
{
width:424px;
height:62px;
float:right;
}
.nevertext
{
width:236px;
height:62px;
float:left;
border-right:#2f5ea6 dotted 1px;
}
.never
{
float:right;
color:#e65331;
margin:0px 15px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:31px;
}
.property
{
color:#6f7075;
float:right;
margin:0px 15px 0px 0px;
font-family: 'Arial';
font-size:18px;
}
.call
{
font-family:Arial, Helvetica, sans-serif;
float:left;
font-size:20px;
margin:17px 0 0 15px;
color:#e65331;
}
.clear
{
clear:both;
}

/*MENU BAR START*/

#menu-outer
{
float:right;
width:679px;
height:56px;
margin:2px 0px 0px 0px;
padding:0;
}

#navigation {
	margin:0;
	padding: 0;
	clear:both;
	width:691px;
	height:57px;
	background:url(../images/seperator.png) no-repeat left center;
}


ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
	
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}

/*set the hover color*/
ul.nav-main li.hover, ul.nav-main li:hover
{
    position: relative;
    z-index: 599;
    cursor: pointer;
    xbackground: url(images/dropdown-bg-hover.jpg) repeat-x left top;
    color: #FFFFFF;
    background: #494949;
    
}

ul.nav-main li.current
{
background:#494949;
}
.current a
{
color:#FFFFFF !important;
}

ul.nav-main li {
	float:left;
	display:block;
	height: 57px;
	color: #fff;
	font: 20px Arial, Helvetica, sans-serif;
	xbackground: url(images/separator.jpg) no-repeat right center;/*set the seperator img*/
	background:url(../images/seperator.png) no-repeat right center;
}

ul.nav-main li a {
	display:block;
	padding: 19px 16px 0 16px;
	height: 40px;
	color: #FFFFFF;
	font: 20px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

ul.nav-main li a:hover {
	xcolor:#D6D6D6;
	xcolor:#000000;
	
}



/*set the arrow img with seperator here*/
ul.nav-main *.list {
	padding-right: 0px;
	xbackground: url(images/navigation-arrow.jpg) no-repeat right top;
	background:url(../images/seperator.png) no-repeat right top;
}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:10px;
	top: 35px;
	left: 0;
	z-index: 598 !important;
	background: #92b227; /*list background color setting*/
	border-right: 1px solid #739306;
	border-bottom: 1px solid #739306;
	border-left: 1px solid #739306;
	xborder-top:1px solid #739306;
}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:145px;
	border-bottom: 1px solid #739306;
	background: none;	
	z-index: 598 !important;
	
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width:145px;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	z-index: 598 !important;	
}
/*MENU BAR END*/


@media screen and (-webkit-min-device-pixel-ratio:0)
{
    
	#navigation {
	margin:0px 0px 0px 9px !important;
	padding: 0;
	clear:both;
	width:690px;
	height:57px;
	background:url(../images/seperator.png) no-repeat left center;
}
#menu-outer
{
float:right;
width:690px;
height:56px;
margin:2px 0px 0px 0px;
padding:0;
}


}


#banner
{
width:962px;
height:458px;
margin:0 auto;
background:url(../images/banner.png) no-repeat;
}
#imgscroller
{
width:917px;
height:212px;
margin:0 auto;
padding: 250px 0 0;
}
#content
{
width:813px;
height:262px;
margin:0 auto;
}
.cont-left
{
width:628px;
height:262px;
float:left;
border-right:#2f5ea6 dotted 1px;
}
.cont-right
{
width:175px;
height:262px;
float:left;
}
.commitment
{
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
color:#e65331;
margin:0;
padding:0;
height:45px;
border-bottom:#2f5ea6 dotted 1px;
width:590px;
}
.commit
{
margin:10px 0px 0px 0px;
padding:0px 0px 20px 0px;
height:auto;
border-bottom:#2f5ea6 dotted 1px;
width:590px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4e4e4e;
line-height:21px;
}
.family
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#4e4e4e;
font-weight:bold;
width:590px;
}
.onair
{
width:103px;
height:101px;
margin:10px auto 0;
}
.onair-text
{
width:134px;
height:59px;
margin:10px auto 0;
text-align:center;
color:#494949;
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
}
.onair-text1
{
width:143px;
height:59px;
margin:10px auto 0;
text-align:center;
color:#494949;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
}

/*FOOTER SECTION*/

#footer-outer
{
background:url(../images/footerbg.png) repeat-x;
margin:20px 0 0;
padding:0;
height:336px;
}
#footer-inner
{
margin:0 auto;
padding:0;
width:962px;
height:auto;
}
.beclean
{
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
color:#6f7075;
text-align:center;
margin:0;
padding: 30px 0 0;
}
.weservice
{
font-family: 'BellGothicStd-Bold';
font-size:24px;
text-align:center;
margin:0;
padding: 20px 0 0;
color:#2d5fa6;
}
.call1
{
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
text-align:center;
margin:0;
padding: 20px 0 0;
color:#e65331;
}
.footnav
{
margin:20px 0 0;
padding:0;
text-align:center;
}
.footnav li
{
display:inline;
color:#6f7074;
font-family:Arial, Helvetica, sans-serif;
}
.footnav li a
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6f7074;
text-decoration:none;
}
.copyright
{
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#6f7074;
margin:43px 0px 0px 0px;
padding:0;
}
.socialnet
{
float:right;
width:550px;
height:24px;
margin:44px 0px 0px 0px;
}
.copyright1
{
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#6f7074;
margin:0px 0px 0px 0px;
padding:0;
}