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

body {
margin:0px;
padding:0px;
}
img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}
#maincontent {
	width: 820px;
}
#maincontent .testi-box {
	background-color: #F3F8FE;
	width: 380px;
	padding-top: 10px;
	float: left;
	margin-right: 5px;
	border: 1px solid #DAE9FC;
}
.testi-box .testi-box-content    {
	padding-top: 10px;
	padding-left: 5px;
	font-size: 14px;
	padding-right: 5px;


}
.testi-box .testi-box-label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	background-color: #B5D3F9;
	padding-left: 5px;
	line-height: 40px;
	color: #003366;
}



#header {
	width: 1000px;
	height: 125px;
	position: relative;
}


#logo {
	height: 118px;
	width: 272px;
	position: absolute;
	left: 10px;
	top: 4px;
}
#header_bg {
	height: 125px;
	width: 1000px;
	float: right;
	background-color: #003380;
}

#main_nav {
	height: 32px;
	width: 1000px;
	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
}

#main_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#main_nav li {
	text-align: center;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #0066CC;
	color: #000066;
	float: left;
	display: block;
}


#main_nav li a {
	text-decoration: none;
	height: 32px;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
	width: 100px;
	line-height: 2.5em;
}

#main_nav li a:hover {
	color: #003366;
	background-image: url(../images/main_nav_bg_hover.jpg);
	background-repeat: repeat-x;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
}