@charset "utf-8";

/* Designed by Globaliway.com */



body {

	background-image: url(images/bg.jpg);

	background-repeat: repeat-x;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-color: #E6E6E6;

}

.header-2 {

	background-image: url(images/header-2.jpg);

	background-repeat: no-repeat;

	background-position: center top;

}

.full-bg {

	background-color: #FFF;

	background-image: url(images/header-3.jpg);

	background-repeat: no-repeat;

	background-position: center top;

}

.full-bga {

	background-color: #FFF;

	background-image: url(images/header-3a.jpg);

	background-repeat: no-repeat;

	background-position: center top;

}

.left-bg {

	background-color: #ECECEC;

	background-image: url(images/header-3.jpg);

	background-repeat: no-repeat;

	background-position: left top;

}

body,td,th {

	font-family: Verdana;

	font-size: 11px;

	color: #333;

	line-height: 22px;

}





.flashbox {

	background-color: #012E57;

	font-size: 0;

line-height: 0;

}

.abt {

	background-image: url(images/abt.jpg);

	background-repeat: no-repeat;

	background-position: center top;

}

.play {

	background-image: url(images/play_bg.gif);

	background-repeat: repeat;

}

.gallery {

	background-image: url(images/gal.jpg);

	background-repeat: no-repeat;

	background-position: center center;

}

a:link {

	color: #0271A6;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #0271A6;

}

a:hover {

	text-decoration: none;

	color: #333;

}

a:active {

	text-decoration: none;

	color: #333;

}

.min-box {

	background-image: url(images/headbg.jpg);

	background-repeat: repeat-x;

	background-position: top;

}

.footer {

	background-color: #012E57;

	border-bottom-width: 4px;

	border-bottom-style: solid;

	border-bottom-color: #001930;

}

.foot-txt {

	font-family: Verdana;

	font-size: 9px;

	color: #6d9cc7;

}

A.homelink, A.homelink:active, A.homelink:visited {

	color : #036393;

	text-decoration : none;

	font-size: 11px;

	background-image: url(images/arrow-blue-jpg.jpg);

	background-repeat: no-repeat;

	background-position: left;

	padding-left: 66px;

      }

A.homelink:hover {

	color : #000000;

	text-decoration : underline;

	font-size: 11px;

	background-image: url(images/arrow-blue-jpg.jpg);

	background-repeat: no-repeat;

	background-position: left;

	padding-left: 66px;

      }

.tit-inner {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	color: #012E57;

	text-align: left;

	text-indent: 23px;

	padding-top: 22px;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #038BC9;

}

.imagebox {

	padding: 3px;

	border: 1px solid #CCC;

}

.smsadd-01 {
	background-color: #E9EAEE;
	background-image: url(images/smsadd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.vdo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #152C72;
	text-align: left;
}



.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

code{ /*CSS for insructions*/
color: red;
}



/*==================================== side menu ===============================*/
.markermenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 99%;
}
.markermenu li a{
	font: normal 11px "Arial", "Verdana";
	color: #63140f;
	display: block;
	width: auto;
	padding: 8px 0;
	padding-left: 31px;
	text-decoration: none;
	border-bottom-width: 0px;
	background-image: url(images/leftmenubg.jpg);
}
* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 99%;
}
.markermenu li a:active{
	color: #63140f;
}
.markermenu li a:visited{
	color: #63140f;
}
.markermenu li a:hover{
	color: #000000; /*onMouseover image change. Remove if none*/
	background-image: url(images/leftmenubg2.jpg);
}