
/* Home Page Styles */

.maintable	{
	/* current width applied to parent table is 780px */
	/* class applied but not created for subpages */
}

/* right column for ads, newsletter signup, quick tools. includes left & right borders */
.middlecolumn	{
	/*border-left:1px solid #cccccc; 
	border-right: 2px solid #979797;*/
	border: 1px solid #cccccc;
	border-top: none;
	padding:0px;
	margin:0px;
	margin-left: 6px;
	width: 175px;
}

.adbannersmiddle	{
	text-align: center;
}

form	{
	display: inline;
}

.hp_header	{
	background-image:url(../../images/home_header.jpg);
	background-repeat:no-repeat;
	width: 468px;
	height: 225px;
	border: 1px solid #ffffff;
	margin-bottom: 20px;
}

.hp_column3	{
	
	margin-left: 10px;
}

.hp_column3 img	{
	padding-bottom: 10px;
}

#hp_article	{
	width: 465px;
	margin-left: 5px;
}

.hp_topics	{
	padding-bottom: 12px;
	border: 1px solid #e98a1f;
	width: 458px;
}

.hp_topicsheading	{
	background-color: #e98a1f;
	padding: 4px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.hp_topicsbullets	{
	line-height: 1.6;
	font-size: 11px;
		
}

.hp_topiclinks	{
	color: #000000 !important;
	font-weight:normal !important;
	text-decoration: none;
}

.hp_topiclinks:hover	{
	text-decoration: underline;
}

.hp_bgcolortitle	{
	background: #b4b28c;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.hp_textpadding	{
	padding: 10px;
}

.hp_bulletlinks	{
	list-style-image:url(../../images/bullet_arrows.gif);
	margin: 0 5px 0 25px;
	padding:0 0 10px 0;
}

.hp_linklist	{
	border-bottom: 1px solid #cccccc;
}

.hp_subheading	{
	text-transform: uppercase;
	color: #DF7000;
}

.hp_dlist dd	{
	margin: 10px;
}