@charset "utf-8";
/* CSS Document */
body, html {
	height: 100%;
}
body,td,th {
	font: 12px Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	background: url(../images/global/bg-04b.png) repeat-y center top;
}
#wrap01 {
	background: url(../images/global/bg-01a.png) center;
	height: 161px;
}
#wrap01 .wrapb {
	background: url(../images/global/bg-01b.png) no-repeat center;
}
#wrap01 .wrapb .wrapc {
	background: url(../images/global/1-1.jpg);
	height: 161px;
}
#wrap02 .wrapb .wrapc {
	background: url(../images/global/2-1.jpg);
	height: 264px;
}

#wrap02 {
	background: url(../images/global/bg-02a.png) center;
	height: 264px;
	clear: both;
}
#wrap02 .wrapb {
	background: url(../images/global/bg-02b.png) no-repeat center;
}
#wrap03 {
	background: url(../images/global/bg-03a.png) repeat-x center top;
	height: 8px;
}
#wrap03 .wrapb {
	background: url(../images/global/bg-03b.png) no-repeat center top;
	height: 8px;
}
#wrap04 {
	clear: both;
	padding: 15px;
	width: 930px;
	height: auto;
	margin: 0px auto;
}
contentpaneopen {
	width: 900px;
	padding: 0px;
	margin: 0px;
}
#wrap05 {
	clear: both;
	background: url(../images/global/bg-05a.png) center;
	height: 41px;
}
#wrap05 .wrapb {
	background: url(../images/global/bg-05b.png) no-repeat center;
}
#wrap05 .wrapb .wrapc {
	background: url(../images/global/5-1.png) no-repeat;
	height: 26px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}
.wrapb {
	width: auto;
	height: inherit;
}
.wrapc {
	width: 960px;
	margin: 0px auto;
}
ul#topnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 300px;
}
#topnav li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 20px;
	margin-top: 10px;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #DEDEDE;
	text-decoration: underline;
}
ul#mainnav {
	list-style: none;
	padding: 0px 0px 0px;
	margin: 0px 0px 0px 3px;
	height: 34px;
}
#mainnav td {
	height: 34px;
	text-align: center;
}
#mainnav td a {
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 9px;
}
#mainnav td:hover {
	background-image: url('/images/global/buttonback.jpg');
	background-repeat: no-repeat;
	color: #0B1258;
}
#mainnav td:hover a {
	color: #0B1258;
}
#mainnav td a:hover {
	color: #0B1258;
}
#mainnav td a:active {
	color: red;
}
#mainnav td .active a {
	display: block;
	background-image: url('/images/global/menu-03.png');
	background-repeat: no-repeat;
	background-position: right;
	color: #BA0000;
}
#mainnav li:hover, #mainnav .active {
	background-image: url('/images/global/menu-01b.png');
	background-repeat: no-repeat;
	background-position: left;
}
#mainnav li img {
	float: left;
}
h1 {
	margin: 0px;
	font-size: 16px;
	font-weight: bolder;
	color: #161D6D;
}
.red {
	color: #B00000;
}
#viewmap {
	float: left;
	margin-top: 215px;
	margin-left: 400px;
}
ul.pageul {
	line-height: 30px;
	float: left;
	margin-left: 50px;
	margin-right: 50px;
}
ul#ourteam {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#ourteam li {
	float: left;
	display: block;
	width: 435px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#ourteam img {
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#ourteam p {
	float: left;
	width: 250px;
	display: block;
	margin-bottom: 0px;
}
#wrap04 a {
	color: #A60000;
	text-decoration: none;
}
#wrap04 a:hover {
	text-decoration: hover;
}
.servicescol01 {
	float: left;
	width: 300px;
}
.buttonheading img{
	border: 0px;
}
.contentheading {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.disklean {
	float: left;
	border: 0px;
	margin-left: 35px;
	margin-top: 5px;
}
.downloads p {
	width: 275px;
	margin-left: 20px;
	display: block;
	float: left;
}
* html img, * html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
