/* CSS Document */

html
{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body
{
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image: url(../images_home/bg.gif);
	background-repeat: repeat;
}

.bgLeft
{
	background-image : url(../images_home/left_bg.gif);
	background-repeat : repeat-y;
	width : 28px;
	height : 100%;
}

.bgRight
{
	background-image : url(../images_home/right_bg.gif);
	background-repeat : repeat-y;
	width : 28px;
	height : 100%;
}

.topBar
{
	background-image : url(../images_home/top.gif);
	background-repeat : no-repeat;
	width : 968px;
	height : 23px;
}

.topLeftBar
{
	background-image : url(../images_home/topLeft.gif);
	background-repeat : no-repeat;
	width : 28px;
	height : 23px;
}

.topRightBar
{
	background-image : url(../images_home/topLeft.gif);
	background-repeat : no-repeat;
	width : 28px;
	height : 23px;
}

.bttmBar
{
	background-image : url(../images_home/bottomBar.gif);
	background-repeat : no-repeat;
	width : 1024px;
	height : 74px;
}
.logo
{
	background-image: url(../images_home/logo.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 406px; 
}
.menuBg
{
	background-image : url(../images_home/menubg.gif);
	background-repeat:repeat-x;
	height: 47px;
}

.contentPane
{
	background-image: url(../images_home/body_bg.jpg);
	background-repeat: repeat-x;
	height: 585px;
	
}

.bult
{
	background-image: url(../images_home/bullet.gif);
	background-repeat: no-repeat;
	width : 23px;
	height : 26px;
}

.welcome
{
	font-family:Garamond;
	font-size: 23px;
	color: #f0c95e;
	font-weight: bold;
}

.welcomeTxt
{
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	padding: 0 20px 10px 15px;
	line-height: 20px;
	letter-spacing: 1px;
}

.service
{
	font-family:Garamond;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

.homeContent
{
	font-family: Tahoma;
	font-size: 11px;
}

.readMore
{
	background-image: url(../images_home/readmore.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 18px;
	float: right;
	padding: 5px 0px 5px 0px;
}

.landMark
{
	background-image: url(../images_home/landmark.gif);
	background-repeat: no-repeat;
	width: 213px;
	height: 28px;
	padding-top: 10px;
}
.bottomMid
{
	width : 100%;
	height : 50px;
	margin: -2px 0px 0px 0px;
	float : left;
}

.botmenu
{
	font-family : Tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	margin-top : 110px;
	padding-left: 2px;
	float : left;
	color : #ffc200;
}
.botmenu a
{
	text-decoration : none;
	color : #ffc200;
}

.design
{
	
	font-family : Tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	margin-top : 18px;
	margin-right: 31px;
	color : #FFFFFF;
	float : right;
}

.copyright
{
	font-family : Tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	margin-top : 18px;
	padding : 0 0 10px 20px;
	float : left;
	margin-left : 18px;
}
