@charset "UTF-8";
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#Address {
	font-size:19px;
	text-align:left;
	vertical-align:top;
	padding:20px 0 0 0;
}
#Contact,
#Contact a:link,
#Contact a:visited,
#Contact a:hover {
	font-size:14px;
	text-align:right;
	vertical-align:bottom;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}
#Logo {
	text-align:left;
	padding:0 0 20px 0;
}
#Vision {
	font-size:19px;
	text-align:right;
	vertical-align:top;
}
#mycustomscroll {
	width: 100%;
	height: 425px;
	overflow: auto;
	position: relative;
}
#ContactStyle,
#ContactStyle a:link,
#ContactStyle a:visited,
#ContactStyle a:hover {
	font-size:16px;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}

/*   ScrollBar   */
.scrollgeneric {
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}

.hscrollerbase {
	height:15px;
	background-color:#1B9D95;
}

.hscrollerbar {
	height:15px;
	background: #fff url(../Images/Slider.png) 0px 0px repeat-x;
}

.hscrollerbarbeg {
	height:15px ;
	width:5px !important;
	background: #fff url(../Images/Slider.png) 0px -15px no-repeat;
}

.hscrollerbarend {
	height:15px ;
	width:5px !important;
	background: #fff url(../Images/Slider.png) -6px -15px no-repeat;
}

.scrollerjogbox {
	width:10px;
	height:15px;
	top:auto;
	left:auto;
	bottom:0px;
	right:0px;
	background-color:#1B9D95;
}

