/* This document defines the styles for content that does not change seasonally */

/* The color of links */
A:link {color: Maroon;}
A:visited {color: Purple;}
.main_footer A:link	{color: #FFFFED;}
.main_footer A:visited {color:White;}

/* The background image is a quilted look */
BODY
{
	background-image: url(../Images/Backgrounds/main.jpg);
	background-repeat: repeat;
}

/* The table that contains all the content of the website */
TABLE.main
{
	width: 714px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

/* The menu present on every page */
TABLE.main_menu
{
	width: 100%;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #780001;
}

/* The footer present on every page */
TABLE.main_footer
{
	height: 40px;
	width: 100%;
	background-color: #780001;
	border: solid 3px #780001;
	font-size: 8pt;
	color: #FFFFED;
}

/* The content of the main page */
TABLE.main_content
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* The header present on every page */
TD.main_header
{
	height: 170px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

/* Defines the height of the spacer between the menu and the content */
TD.main_spacer
{
	height: 5px;
}

/* Styles only applicable to the content that differs between pages*/
/* This is primarily to define how the text will look */
TD.main_content
{
	padding: 20px 30px 20px 30px;
	font-weight: normal;
	font-size: 12pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFED;
	border: solid 3px #780001;
}

/* The left side of the footer present on every page */
TD.main_footer_left
{
	text-align: left;
	padding: 10px 30px 10px 30px;
	margin-right: 0px;
	width: 50%;
}

/* The right side of the footer present on every page */
TD.main_footer_right
{
	text-align: right;
	padding: 10px 30px 10px 30px;
	margin-left: 0px;
	width: 50%;
}

/* Text for the headings on the main page */
H2.main_heading
{
	font-size: 16pt;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

/* Text for the headings on the news page */
H2.news_heading
{
	font-size: 16pt;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

/* Text for the subtext on the main page */
P.main_subtext
{
	margin-top: 2px;
	padding-top: 0px;
	font-size: 11pt;
}

/* Text for the subtext on the news page */
P.news_subtext
{
	font-size: 11pt;
	margin-top: 2px;
	padding-top: 0px;
}

/* Indented subtext on the main page */
SPAN.main_indent
{
	padding-left: 20px;
}

/* Dividers between sections */
SPAN.divider
{
	text-align: center;
	font-size: 8pt;
	color: #AAAA55;
}

/* The text for the subheadings on the main page */
H3.main_subheading
{
	font-size: 12pt;
	text-align: center;
}

/* Text for errors is red instead of black */
P.error
{
	color: Maroon;
}

/* Text indicating success is green instead of black */
P.success
{
	color: Green;
}

.about_name
{
	text-align: center;
}

.about_address
{
	text-align: center;
}

.about_phone
{
	text-align: center;
}

.subtext
{
	padding-left: 20px;
	font-size: 11pt;
}

IMG.logo
{
	width: 664px;
	height: 120px;
}

IMG.header_spacer
{
	height: 8px;
	width: 704px;
}

IMG.menu
{
	width: 114px;
	height: 40px;
	border-style: none;
}

IMG.hallmark
{
	width: 140px;
	height: 51px;
	border-style: none;
}