/* Billhouse CSS */
/* Dan Melluish - 10/11/04 */

/* general site layout */

td img 
{
	display: block;
}

img.paragraph_image 
{
	margin-left: 5px;
	margin-right: 5px;
}

td.paragraph_text
{
	margin-top: 5px;
	margin-bottom: 5px;
}

body td
{
	font-weight: normal;
	font-size: 12pt;
	color: #474730;
	font-family: Times New Roman, Times, serif;
}

hr
{
	color: #b0b08a;
	height: 1px;
}

body
{
	margin-top: 4px;
	vertical-align: top;
	background-color: #000000;
}

td.page_title
{
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	font-size: 15pt;
	text-align: center;
}

td.content_cell 
{
	width: 642px;
	background-color: #ffffdf;
}

A:link	{	
	text-decoration:	none;
	color:	#474730;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#474730;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#474730;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#474730;
	}


/* handle vertically expanding menu background image along left edge */
table.menu_expand
{
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(navigation_images/menu_expand.gif);
}

/* home page objects */
table.home_page_right_panel
{
	width: 240px;
	background-color: #b0b08a;
	vertical-align: top;
}

td.home_page_right_panel_text
{
	text-align: center;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}

/* contact page objects */
td.contact_address
{
	font-size: 13pt;	
	padding: 8px;
}

td.contact_map
{
	text-align: center;
	padding: 8px;
}

td.contact_email 
{
	text-align: center;
}

/* admin */
.mainAdminTable
{
	width: 700px;
	background-color: #ffffdf;
}

.mainButton
{
	font-family:Verdana;
	font-size:7pt;
	font-weight:normal;
	font-style:normal;
	color:#474730;
	background-color:#b0b08a;
	border-style:ridge;
	border-width:1px;
	border-color:#474730;
}
