/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	background-image:url(../images/pg_bg.jpg);
	background-repeat:repeat-x;
	background-color:#060c5a;
	padding: 0px;
	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;
}
.port {
	background-image:url(../images/port_bg.jpg);
	background-repeat: no-repeat;
	width:901px;
	height:166px;
	padding: 0px;
	margin: 0px;
}
.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 ;
}
.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: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
.heading_page {
	overflow: auto;
	font-family:Calibri;
	font-size: 38px;
	color: #FFFFFF;
	line-height:normal;
}
