body{
	margin:0;
	padding:0;
	background-color:#cccccc;
	font-family:Verdana;
        line-height: 1.2em; /* Added by FY @ 30th Dec 2013 */
}

.mainwrapper{
	width:1055px;
	overflow:hidden;
	margin:auto;
	background-image: url(images/bg.png);	
}

.header{
	width:1000px;
	height:100px;
	margin:auto;
}

.logo{
	width:710px;
	height:100px;
	float:left;	
}

.searchbar{
	width:200px;
	height:48px;
	float:left;
	margin-left: 80px;
	margin-top:-25px;
}

.search{
	width:155px;
}

.widget.addressclass{
	width:115px;
	height:48px;
	float:left;
	font-size: 10px;
	margin-top: 15px;
	margin-left:130px;
}

.address{
font-size:12px;
margin:5px 0 0 0;
}

.menu{
	width:1000px;
	height:41px;
	margin:auto;
}

.banner{
	width:1000px;
	/*height:413px;*/
	margin:auto;
}

.divider1{
	width:1000px;
	height:15px;
	background-color:#464646;
	margin:auto;
}

.content{
	width:1000px;
	overflow:hidden;
	margin:auto;
	background:#d7d7d7;
}

.left_content{
	width:750px;
	float:left;
	background:#FFFFFF;
	font-size:12px;
}

.content1{
	width:700px;
	min-height:200px;
	float:left;
	padding:20px;
}

.content2{
	width:750px;
	float:left;
}

.right_content{
	width:246px;
	min-height:627px;
	float:left;
}

.divider2{
	width:1000px;
	height:12px;
	background-color:#d7d7d7;
	margin:auto;
}

.social{
	width:1000px;
	height:48px;
	margin:auto;
	text-align: right;
	margin-left:-10px;
}

.divider3{
	width:1000px;
	height:4px;
	background-color:#000;
	margin:auto;
}

.divider4{
	width:715px;
	height:1px;
	background-color:#959595;
	margin:auto;
	margin-top: 20px;
}

.slider{
	width:1000px;
	height:142px;
	margin:auto;
}

.footer_menu{
	width:1000px;
	height:46px;
	border-bottom:#000 1px solid;
	margin:auto;		
}

.footer_menu li a{
	font-size:15px;		
}

.footer{
	width:1000px;
	height:46px;
	margin:auto;	
	text-align:right;
	margin-left: -10px;
	font-size: 14px;
}

.footer_menu{
text-align:right;
}

.bottomenu{
margin-left:220px !important;
margin-top:10px !important;
}
.widget.bottomenu li a{

font-size:12px !important;
}

.search label{
display:none;
}
.search input[type=submit]{
background: url(images/go.png);
width:24px;
height:23px;
margin: 0px 0 0 -2px;
}

li{
list-style: none;
}

/*
.menu
{
width:1000px;
/*height:50px;*/
}
/*
.menu ul
{
padding:0px;
margin:0px 0 0 0;
}

.menu li
{
display:inline;  
margin: 10px 0 0 15px;
/*background:url(images/bgmenu.jpg) no-repeat; 
padding: 0px 2px 0px 20px;
float:left;
}
/*
.menu li a
{

font-size:14px;
font-weight:bold;
color:#464646;
text-decoration:none; /** this removes underline **/
}
/*
.menu li a:hover, .menu li a.active
{
color:#0066ab;
}

*/


.articles_view{
padding:15px;
width: 700px;
}

.widget.right_con{
margin: 0 0 0 30px;
font-size: 12px;
}

.widget.right_con p{
margin:10px 0 0 0;
}


.jMyCarousel li
{
display:inline;  /** makes the li move to a single line horizontally **/
float:left;
}

.banner span{
display:none;
}

.row.position{
font-weight: bold;
}

.mainmenu{
background:#e1e1e1;
}


.bottomenu li
{
display:inline;  /** makes the li move to a single line horizontally **/
margin: 15px 0 0 15px;
/*background:url(images/bgmenu.jpg) no-repeat; */
padding: 0px 2px 0px 20px;
float:left;
}

.widget.logocomp{
margin:-16px 0 0 0;
}

/*RSS FEED*/
.feed{
    margin: 20px;
    padding: 10px;
}

.feed .enclosure{
    display: none;
}

/**slider 21/8/2013**/
#images-container{
position:relative;
width:1000px;
height: 284px;
}
.images{
position:absolute; /*this will stack all the image one over the other*/
top:0px;
left:0px;
display:none; /*initially all the images will be hidden*/
width:1000px;
}
#image1{
display:block /*show only the first image initially*/
}