@charset "utf-8";
/* CSS Document */


html { overflow: -moz-scrollbars-vertical !important; }
* html .visualIEFloatFix { height: 0.01%; }

#header_sub{
	width: 980px;
	background-color:#000000;
	}
a img {
	border: none;
	margin: 0;
	padding:0;
}
	
#intro{
	height: 308px;
	width: 980px;
	background-color:#FFFFFF;
	padding: 0;
}

#subPgContent{
	color:#000000;
	text-align:left;
	background:url(../images/subpg_watermark.jpg) right top no-repeat #FFF;
	padding: .5em;
	font:Arial, Helvetica, sans-serif 12px #000;
	height:
}
#subPgContent p{
	padding: 0 1em;
	}
#subPgContent .columns{
	width:400px;
	float:left;
	padding: 1em 2em;
	height:1%;
	}
	
#subPgContent h1{
	color: #660000;
	font-size: 2em;
	
	padding-left:1em;
	}
#subPgContent h2{
	color: #660000;
	font-size: 1.5em;
	border-bottom: #000000 solid 1px;
	padding-bottom: 5px;
	}	
#subPgContent a{
	font-weight: bold;
	text-decoration:none;
	color:#000000;
	}	
	
#subPgContent a:hover{
	text-decoration:underline;
	color:#98735b;
	}
		
#search{
	background-color: #d3d3d3;
	height:25px;
	text-align:right;
	padding: 3px 10px 0 0;
	clear:both;
	}
input{
	background-color:#999999;
	background-image:url(../images/searchbg.jpg);
	border:#666 1px solid;
	font-size:12px;
}
form{
	display:inline;
}
.submit{
	
	border: #333 solid 1px;
	}

/*******************************/	

.titleBlack{
	color:#000000;
	}


