/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	background: url(images/pg_bg.jpg);
	background-repeat:repeat-x;
	background-color:#060c5a;
	margin: 0px;
}
h1 {
	font-size: 16px;
	font-style: normal;
	color: #0099FF;
}
.topmenu {
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	padding-top: 30px;
	padding-right: 20px;
	text-align:right;
}

.menu {
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	padding-right: 20px;
}
.footer  {
	font-size: 11px;
	font-style: normal;
	color: #0099FF;
	background: url(images/footer_bg.jpg) repeat-x;
}

/* styling classes*/

.center {
	text-align: center;
	
}
.pad {
	margin-top: 20px;
}
.testimonial {
	font-size: 11px;
	color: #0099FF;
}
.header_bg {
	background:url(images/header_bg.jpg);
}
.accordian {
	background:url(images/accordian_bg.jpg) no-repeat top left;
	
}
.text_bg {
	background:url(images/text_bg.jpg) no-repeat top left;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 5px;
}
/* links */
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
.style1 {
font-family:Calibri;
	font-size: 38px;
	color: #FFFFFF;
}
.heading_page {
	overflow: auto;
	font-family:Calibri;
	font-size: 38px;
	color: #FFFFFF;
	line-height:normal;
}
.heading{
font-size:16px;
color:#ffffff;
font-weight:bold;
}
.margin-top {
	margin-top:15px;
	font-size:14px;
	border: 1px solid #374eba;
	text-align:center;
}
.wight-head{
  font-size:16px;
  font-weight:bold;
  }
.bold {
 font-size:18px;
 font-weight:bold;
 }
 .line-hight {
	line-height: 30px;
  }
 .inner-upper-link:link {
	color: #447ca2;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
}
.inner-upper-link:active {
	color: #447ca2;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
}
.inner-upper-link:hover {
	color: #cc9b1a;
	text-decoration: underline;
	font-size:18px;
	font-weight:bold;
}
.inner-upper-link:visited {
	color: #447ca2;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
}
.boder-blue {
	background-image:url(images/inner-link-bg.jpg);
	background-repeat:repeat-x;
	height:40px;
	border: 2px solid #d3e4f4;
}
.head-inner{
    color:#cc9b1a;
	font-size:14px;
	font-weight:bold
}