﻿body
{
	background-color: gray;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
}

/* This fixes stupid inconsitencies in IE7 and Firefox... */
.panel,
dl,
table#menu ul
{
	margin: 0;
	padding: 0;
}

p.address
{
	font-weight: bold;
	color: navy;
}

/* TABLES */
table
{
	width: 100%;
}

table#header img
{
	float: left;
}

table#header span
{
	font-size: 16pt;
	font-weight: bold;
}

table#header td
{
	width: 33%;
}

table#header p
{
	margin: 10px;
	text-align: center;
}

table#menu
{
	background-color: navy;
}

table#menu td
{
	padding-left: 10px;
}

table#submenu td#statement,
table#plans td:hover
{
	background-color: #0066cd; /* Light Blue */
	background-image: none;
}

table#submenu
{
	border-bottom: solid 1px white;
	border-top: solid 1px white;
}

table#submenu td#slideshow
{
	width: 30%;
}

table#submenu td#statement
{
	border: solid 1px white;
	color: white;
	font-size: 10pt;
	text-align: center;
}

table#submenu td#statement p
{
	margin: 10px;
}

table#plans
{
	color: white;
	height: 100px;
}

table#plans td
{
	background-image: url("../images/gradient.jpg");
	width: 25%;
}

table#plans p.heading
{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

table#plans a
{
	color: white;
	text-decoration: none;
}

table#plans li
{
	margin-bottom: 10px;
}

/* DIVS */
div#container
{
	background-color: white;
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	margin: auto;
	width: 800px;
}

div#left
{
	float: left;
	font-size: 12pt;
	width: 30%;
}

div#left,
div#right
{
	margin: 10px;
}

div#right
{
	margin-left: 33%;
}

div#right p.title
{
	color: green;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

div#right p.heading,
div#right p.heading-blue
{
	font-size: 11pt;
	font-weight: bold;
}

div#right p.heading-blue
{
	color: blue;
}

div#right img
{
	width: 100%;
}

div#quote
{
	background-color: silver;
	border: solid 1px black;
	padding-left: 10px;
}

