@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	background: #0e4fa1 url(../images/page-bg.jpg) no-repeat top center;
	line-height: 150%;
	text-align: justify;
}
table{
	font-size: 12px;
	line-height: 150%;
}
.welcometext {
	font-family: Tahoma;
	font-size: 18px;
	color: #666;
}

.bluecolor {
	color: #1a499e;
}

.navbar-bg {
	background: url(../images/nav-bg.jpg) repeat-x left top;
	height: 36px;
}

#border-img img {
	background: url(../images/img-border.jpg) no-repeat center top;
}

a.tomlink:link {
	color: #FFF;
	text-decoration: none;
	line-height: 100%;
}

a.tomlink:visited {
	text-decoration: none;
	color: #FFF;
	line-height: 100%;
}

a.tomlink:hover {
	text-decoration: none;
	color: #000;
	line-height: 100%;
}

a.tomlink:active {
	text-decoration: none;
	color: #000;
	line-height: 100%;
}

a:link {
	color: #1a499e;
	text-decoration: none;
	line-height: 100%;
}

a:visited {
	text-decoration: none;
	color: #1a499e;
	line-height: 100%;
}

a:hover {
	text-decoration: none;
	color: #638dd7;
	line-height: 100%;
}

a:active {
	text-decoration: none;
	color: #638dd7;
	line-height: 100%;
}

ul li {
	list-style: url(../images/bullet-left.jpg)
}

.tab-header {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #B30000;
}

.tab-table {
	border: #d7d6d9 1px solid;
	padding: 1px;
	background: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
}

#our-services ul li {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	padding-left: 5px;
}

#our-services li {
	list-style-image: url(../images/arrow_bullet.gif);
	font-size: 12px;
	color: #333;
}

.headingbar {
	background: url(../images/about_barheading_bg.jpg) no-repeat left center;
}

.headingbar span {
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	color: #1a499e;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

.heading2 {
	font-size: 15px;
	color: #C00;
}

.bottomlink {
	font-size: 12px;
}

.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	background: #FFF url(../images/bottom-bar-bg.jpg) top center repeat-x;
	height: 42px;
}