﻿/* Colors:

gray bkg:   afafaf
border: 000
buttons gradient dark:   bdbdbd
buttons gradient light: e5e5e5
Beige:  FFFBD1
*/




table.header td.subhead
{
	width:1000px;
	height:325px;
	vertical-align:top;
}

div.bigphoto
{
	width:626px;
	height:325px;
	background-color: black;
	float:left;
}

div.bigbuttoncontainer
{
	width: 345px;
	height:324px;
	float:left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	background-color:#fff;
}

div.bigbutton
{
	width:100%;
	height: 107px;
	border:1px solid #fff;
	background-color:#e5e5e5;
	background-image:url('borders/bigbuttonsbkg.jpg'); 
	background-repeat:repeat-x;
}




td.subhead H1
{
font-size:110%;
font-weight: bold;
padding:5px 5px 3px 10px;
margin: 0;
}

td.subhead p
{
	font-size:85%;
	padding:0 5px 0 10px;
	line-height: 1.3;
	margin:0;
}


div.bigbutton h1 a
{
	color:#000;
}

div.bigbutton h1 a:hover
{
	color:#0025e1;
}