/* CSS Document */

body {
	background-image: url(images/main-bk.jpg);
	background-repeat: repeat-x;
	background-color: #002C69;
}

.topheader {
	background-image: url(images/n-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

#nav {
	color: #335884;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

#nav li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

#nav a {
	color: #335884;
	text-decoration: none;
	margin: 0px;
	height: auto;
	width: auto;
	display: block;
	line-height: 28px;
	text-align: left;
	padding: 5px 0px 2px;
	list-style-type: none;
	background-image: url(images/nav-space.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav a:hover {
	color: #8FC801;
}

.box {
	background-image: url(images/box-bk.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-color: #C0C0C0;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	color: #9E9E9E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	line-height: 18px;
}

#topnav {
}

#topnav a {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#topnav a:hover {
	color: #666666;
}

.boxtitle {
	background-image: url(images/n-boxtop.jpg);
	background-repeat: no-repeat;
	color: #08316D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 53px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: justify;
}

.content a {
	color: #3BBAFF;
	text-decoration: underline;
}

.content a:hover {
	color: #345685;
	text-decoration: none;
}

h1 {
	color: #345685;
	font-size: 18px;
	font-weight: bold;
}

h2 {
}

.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.footer a{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #A0E7FB;
	text-decoration: none;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #345685;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #345685;
}

.highlight {
	color: #E10F00;
	font-size: 12px;
}
.footer a.copyrightb {
	color:#ffffff;
	text-decoration: none;
	cursor:text;
	}
.footer a.copyrightb a:hover {
	text-decoration: none;
	cursor:text;
	}
.padtestimonial {
	padding:0px 20px 0px 0px;
	}
.hidetestimonial{
	width: 300px;
	height:150px;
	overflow: auto;
	overflow: auto; 
	overflow-y: hidden; 
	overflow-x: hidden; 
	}

