@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	font-family: Verdana, "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #1b84d3;
}
img {
	border: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
ul {
	list-style-type: circle;
	list-style-position: outside;
	line-height: 1.5em;
}
label {
	float: left;
	width: 27em;
	text-align: right;
	clear: left;
	margin-left: 3px;
}
#container {
	margin: auto;
	padding: 0px;
	width: 801px;
	height: auto;
	display: block;
}

/*  *** ------------header starts here----------- *** */

#header {
	width: 801px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#logo {
	text-align: left;
	margin-top: 21px;
	margin-left: 25px;
	float: left;
	width: 126px;
	height: 45px;
	text-decoration: none;
}
#main_nav {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	padding: 0px;
	float: right;
	width: 700px;
	height: 25px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}


/* ----------Color bar starts here ---------------*/
#top_bar {
	width: 801px;
	height: 14px;
	position: relative;
	clear: both;
	display: block;
}
#red {
	background-color: #EE353C;
	width: 145px;
	height: 14px;
	float: left;
}
#black {
	background-color: #000000;
	width: 69px;
	height: 14px;
	float: left;
}
#blue {
	background-color: #1b84d3;
	width: 587px;
	height: 14px;
	float: left;
}	
/* ---------Color bar ends --------------*/


.dash_box {
	width: 799px;
	height: 15px;
	border-bottom: 1.5px dotted #a7a9ac;
	border-left: 1.5px dotted #a7a9ac;
	border-right: 1.5px dotted #a7a9ac;
	border-top: 1.5px dotted #a7a9ac;
	clear: both;
	margin-top: 3px;
	margin-bottom: 0px;
	position: relative;
}
#copyright {
	float: left;
	width: 212px;
	height: 15px;
	font-size: 9px;
	border-right: 1.5px dotted #a7a9ac;
	background-color: #dcdddf;
	text-align: center;
	margin-top: auto;
}


/* ---------- Second navigation starts here--------*/
#navi a {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	display: block;
}
#navi a:hover {
	background: #EE353C;
	color: #ffffff;
	height: 15px;
}
/*
#second_nav1 {
	float: right;
	width: 140px;
	height: 15px;
	text-align: center;
}
*/
#second_nav2 {
	float: right;
	width: 74px;
	height: 15px;
	border-left: 1.5px dotted #a7a9ac;
	text-align: center;
}
#second_nav3 {
	float: right;
	width: 68px;
	height: 15px;
	border-left: 1.5px dotted #a7a9ac;
	text-align: center;
}
#second_nav4 {
	float: right;
	width: 61px;
	height: 15px;
	border-left: 1.5px dotted #a7a9ac;
	text-align: center;
}
/* ------------------Second Navigation ends -----------*/

/* *** ------------------Header ends here--------------------- *** */



/* *** ------------------Content and banner area start here ----------- *** */

#banner {
	width: 801px;
	height: 324px;
	margin-bottom: 8px;
	text-align: center;
}
#content {
	width: 801px;
	height: auto;
	font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: left;
}

/* ----------This box is for Home page only -------- */

#box1 {
	width: 791px;
	height: 268px;
	background-image: url(images/bg_homepage_content.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}
#wrapper {
	width: 510px;
	height: 268px;
	float: left;
}
#left_content {
	width: 200px;
	height: auto;
	float: left;
	font-size: 10px;
	margin: 20px;
	padding: 15px;
}
#center_content {
	width: 210px;
	height: auto;
	font-size: 10px;
	margin-top: 9px;
	margin-left: 10px;
	padding: 15px;
	float: left;
	display: inline;
	position: absolute;
}
#right_content {
	width: 200px;
	height: auto;
	float: right;
	font-size: 10px;
	margin: 14px 26px auto 20px;
	padding: 2px;
}

/* ----------This box is for Home page ends -------- */

/* ----------This box is for all the sub pages -------- */

#tran_box {
	width: 402px;
	height: 445px;
 	background-color: #dedfe0;
    /* for IE */
    filter:alpha(opacity=20);
    /* CSS3 standard */
    opacity:0.2;
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	background-repeat: no-repeat;
	float: right;
	margin: -250px 42px 25px;
	display: block;
	border: 1.5px dotted #333333;
	z-index: 2000;
}
#text_ontop {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	overflow: auto;
	margin: -250px 42px 25px 369px;
	padding-top: 35px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	width: 349px;
	height: 392px;
	float: right;
	z-index: 2001;
}
#announce {
	width: 230px;
	height: 140px;	
	margin: 3px 400px -250px 100px;
	float: left;	
	display: block;
	border: 1.5px dotted #a7a9ac;
}
#announce_text {
	text-align: left;
	font-style: italic;
	padding-right: 80px;
	padding-top: 37px;
	padding-left: 20px;
}
#corp_statement {
	width: 70px;
	height: 88px;
	float: right;
	margin: -82px 10px 5px 132px;
	border: 1.5px solid #a7a9ac;
	padding: 6px;
	position: absolute;
}
.text_emp {
	font-weight: bold;
	font-size: 10px;
}

/* ----------This box is for all the sub pages ends -------- */

/* *** ------------------Content and banner area end here ----------- *** */


/* *** ------------------Footer starts here ----------- *** */

#facebook {
	float: left;
	width: 94px;
	height: 42px;
	margin: 3px 3px 1px 0px;
	padding: 1px;
	clear: both;
}
#footer1 {
	width: 150px;
	height: 15px;
	font-size: 9px;
	font-weight: normal;
	margin-left: 9px;
	float: left;
}
#footer2 {
	width: 657px;
	height: 15px;
	font-size: 9px;
	font-weight: normal;
	margin-left: 239px;
	/*
	left: 413px;
	*/
	display: inline;
	float: right;
	position: absolute;
}
#blue_small {
	background-color: #1b84d3;
	width: 8px;
	height: 15px;
	float: left;
	margin-left: 8px;
	display: block;
}
#red_small {
	background-color: #EE353C;
	width: 20px;
	height: 15px;
	display: block;
	float: right;
}
#black_small {
	background-color: #000000;
	width: 8px;
	height: 15px;
	display: block;
	float: right;
}

/* *** ------------------Footer ends here ----------- *** */