@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.mastHead {
	background-color: #FEFEFE;
}


.mastHead #header {
	background-image: url(../images/bk_masthead.jpg);
	background-repeat: no-repeat;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #900;
	height: 150px;
	width: 750px;
} 


.mastHead #linkCont {
	width:200px;
	height:100px;
	text-align:left;
	float:left;
	vertical-align: middle;
	margin-top: 15px;
}

.mastHead #cardBx {
	width:100px;
	float:right;
	margin-top:10px;
	margin-left:10px;
}


.linkCont img {
	display: inline;	
}

.mainNav {
	background-color:#C00;
	width:740px;
	height:200px;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.mainNav #lnkBx {
	float:left;
	width:190px;
}




.mainNav img {
	float:right;	
}










.twoColFixLtHdr #container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/Panel.jpg);
} 




.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right: 10px;
	padding-top:18px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 20px;
} 


.twoColFixLtHdr #footer {
	background-color: #FFF;
	border-top-color: #900;
	border-top-width: medium;
	border-top-style: solid;
	text-align: center;
	padding-top: 8px;
} 

.disclaimer {
	font-size:10px;
	color:#333
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bulletMark {
	background-image:url(../images/bullet.png);
	font-size: 16px;
	font-weight: bold;
	color: #444;
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 85%;
	padding-left: 25px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 5px;
	margin-bottom: 6px;
}



.manBx {
	width:750px;
	background-color:#FFF;
	color: #FFF;
}

.manBx #top {
	background-image:url(../images/manList/listBoxMan_02.png);
	height:22px;
}

.manBx #middle {
	background-image:url(../images/manList/listBoxMan_03.png);
	padding-left:20px;
	padding-right:20px;
	color: #FFF;
}

.manBx #bottom {
	background-image:url(../images/manList/listBoxMan_04.png);
	height:40px;
}


.manufac {
	color:#FFF;
	margin-left: 5px;
	padding-right: 14px;	
}

.manufac a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F90;	
}


.industryBx {
	width:750px;
	background-color:#FFF;
	color: #FFF;
}

.industryBx #top1 {
	background-image:url(../images/manList/listBoxMan_02.png);
	height:22px;
}

.industryBx #middle1 {
	background-image:url(../images/manList/listBoxMan_03.png);
	padding-left:20px;
	padding-right:20px;
	color: #FFF;
}

.industryBx #bottom1 {
	background-image:url(../images/manList/listBoxMan_04.png);
	height:40px;
}

.indust {
	width:200px;
	margin-left: 5px;
	padding-right:30px;
}

.indust a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F90;
}