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

body {
	margin:0px auto;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat;
	width:100%;
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#303442;
	text-align:center;
}
#page-holder{
	
	width:998px;
	text-align:left;
	margin:0px auto;
}
#container{
	
	background-repeat:no-repeat;
	background-position: left top;
	width:978px;
	padding:0px 10px;
}
#header{
	height:135px;
}
#page-header-img{
	background-image: url(../images/header-curve.png);
	background-repeat: no-repeat;
	background-position: center center;	
	height:215px;
	width:694px;
}
#btn-panel{
	
	background-repeat: repeat-x;
	background-position: left top;
	padding-left:16px;
	}
#footer{
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #6a6b6e;
	text-align:right;
	padding:5px 20px 30px ;
}
#footer a {
text-decoration:none;}
#main-area{
	padding:16px;
}
#left-panel{
	width:234px;
	float:left
}
#left-section-bg{
	background-color:#dfe8ef;
	padding:0px 7px 5px 0;
}
#left-section-hd{
	background-color:#dfe8ef;
	padding:0 0 0 25px ;
	background-image: url(../images/menu.gif);
	height:30px;
	background-repeat: no-repeat;
}
#right-panel{
	float:right;
	width:694px;

}


a{
	color:#0b6eb4;

}
a:hover{
	color:#7e808a;
}
a img{
	border:none
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:16px;
}
h1{
	padding:0px;
	margin:0px;
	font-size:36px;
	color:#0b6eb4;
	font-weight:normal;
	padding-bottom:10px;
}
h2{
	padding:0px;
	margin:0px;
	font-size:18px;
	color:#0b6eb4;
	font-weight:normal;
	padding-bottom:10px;
}
h3{
	padding:0px;
	margin:0px;
	font-size:large;
	color:#000000;
	font-weight:bold;
	padding-bottom:5px;
}
h4{
	padding:0px;
	margin:0px;
	font-size:14px;

	font-weight:bold;
	padding-bottom:5px;
}

.button {
	padding:0px;
	margin:0px;
	font-size:large;
	color:#FFFFFF;
	font-weight:normal;
	padding-bottom:5px;
	text-decoration: none;
}


#main-area ul{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	padding-left:16px;

}
#main-area li{
	list-style-type: none;
	list-style-position: outside;
	/*list-style-image: url(../images/bullet.gif);*/
}

#site-map ul{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	padding-left:16px;

}
#site-map li{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding-bottom:2px;
}
#site-map ul li ul{
	padding:0px;
	margin:0px;
	padding-bottom:2px;
	padding-left:18px;

}
#site-map ul li ul li{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/gray-bullet.gif);
}
#site-map ul li ul li ul{
	padding:0px;
	margin:0px;
	padding-bottom:2px;
	padding-left:18px;

}
#site-map ul li ul li ul li{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/dash.gif);
}


.text-bold{
	font-weight:bold;
}
.blue-text{
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0b6eb4;
	text-decoration:none;
}
.h-dotted-line{
	background-image: url(../images/h-dotted-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}






.search-bg{
	background-image: url(../images/search-box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:23px;
	width:167px;
	float:left
}
.search-box{
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303442;
	background-color:transparent; 
	border:0px;
	margin:1px 5px 0px 5px;
	width:155px;
}
.clear-all{
	clear:both;
	height:1px;
	overflow:hidden;
}
.left{
float:left;
padding: 5px;}

.contact-left{
	width:120px;
	float:left;
	font-weight:bold;
}
.contact-right{
	width:200px;
	float:left;
}
.form-left{
	width:180px;
	float:left;
	font-weight:bold;
}
.form-right{
	width:300px;
	float:left;
}

.box{
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303442;
	width:180px;
	border:1px solid #a5bad3;
	margin:0px;
}

.floatright{
	float:right;
	margin:0px;
	padding:0px;
	top: 0px;
}

.blue-search-record{
	 background-color:#edf1f9; 
	 border-top:1px solid #c7d0e3; 
	 padding:10px;
	 margin-bottom:10px; 
	 background-repeat:no-repeat; 
	 background-position:10px 15px
}
.gray-search-record{
	 background-color:#f3f3f3; 
	 border-top:1px solid #cfcfcf; 
	 padding:10px;
	 margin-bottom:10px; 
	 background-repeat:no-repeat; 
	 background-position:10px 15px
}
td .strikeout {
	text-decoration: line-through;
}