﻿/* 
==============================================================================================
T H E M E   ( M A I N )   E L E M E N T S
These are tags that are standard throughout the MAIN theme of the website.
Focuses on all aspects of style, also named classes and id's.
==============================================================================================
*/








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* B A C K G R O U N D   C L A S S E S */

/*- - - - - - - - - - - - - - - - -*/
/* Color specific */

.bg_Blue
{
	background-color: #469BBA;
}
.bg_LiteBlue
{
	background-color: #9CC9DA;
}

/*- - - - - - - - - - - - - - - - -*/
/* Image specific */

.bg_Fence
{
	background-image: url('../Images/border/fence.gif');
    background-position: center;
	background-repeat: repeat-x;
}
.bg_FenceBottom
{
	background-image: url('../Images/border/fence.gif');
    background-position: bottom;
	background-repeat: repeat-x;
}
.bg_GardenCenter_Arial
{
	background-attachment: fixed;
	/*background-image: url('../Images/background/casson-arial-mono-drk-200pc.gif');*/
	background-repeat: no-repeat;
	background-position: center;
	background-color: #376A7D;
}
.bg_Map
{
	background-image: url('../Images/map.JPG');
    background-position: center;
	background-repeat: no-repeat;
}
.bg_VineBottom
{
	background-image: url('../Images/vine-bottom.gif');
	background-position: top right;
	background-repeat: no-repeat;
}


/*- - - - - - - - - - - - - - - - -*/
/* Font */

.fn_Error
{
	color: Red;
	/*
	float: left;
	font-family: Verdana;
	font-size: 9pt;
	vertical-align: top;
	*/
}
.fn_Exception {color: Black; font-size: 5pt;}
.fn_False {color: Maroon;}
.fn_Input {font-family: Verdana; font-size: 8pt;}
.fn_Instructions
{
	color: Black;
	font-size: 8pt;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: top;
	width: 100%;
}
.fn_Submit {color: Green;}
.fn_True {color: Green;}



/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* I M A G E   C L A S S E S */






/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* B A S I C   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* BODY */




/*- - - - - - - - - - - - - - - - -*/
/* BREAK (Line Break) */




/*- - - - - - - - - - - - - - - - -*/
/* HEADER (1 - 6) */
H1, H2, H3, H4, H5, H6 {
}
H1	{}	
H2	{}	
H3	{color: #469BBA;}	
H4	{}	
H5	{}	
H6	{}	




/*- - - - - - - - - - - - - - - - -*/
/* HORIZONTAL RULE */




/*- - - - - - - - - - - - - - - - -*/
/* PARAGRAPH */









/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* C H A R A C T E R   F O R M A T   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* BOLD (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* BIG (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* BDO - Direction of text display. */




/*- - - - - - - - - - - - - - - - -*/
/* EMPHASIZED (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* ITALIC (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* SMALL (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* STRONG (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* SUBSCRIPTED (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* SUPERSCRIPTED (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* UNDERLINED (Text) */








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* B L O C K   ( T E X T )   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* ACRONYM */




/*- - - - - - - - - - - - - - - - -*/
/* ABBREVIATION */




/*- - - - - - - - - - - - - - - - -*/
/* ADDRESS */




/*- - - - - - - - - - - - - - - - -*/
/* BLOCKQUOTE (LONG QUOTATION) */




/*- - - - - - - - - - - - - - - - -*/
/* CENTERED (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* CITATION */




/*- - - - - - - - - - - - - - - - -*/
/* DELETED (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* INSERTED (Text) */




/*- - - - - - - - - - - - - - - - -*/
/* QUOTATION */




/*- - - - - - - - - - - - - - - - -*/
/* STRIKETHROUGH (Text) 
	The tag STRIKE can also be used.
*/








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* L I N K   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* ANCHOR */




/*- - - - - - - - - - - - - - - - -*/
/* LINK */








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* F R A M E   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* FRAME (SUB WINDOW) - NOT SUPPORTED */




/*- - - - - - - - - - - - - - - - -*/
/* FRAMESET (SET OF FRAMES) - NOT SUPPORTED  */




/*- - - - - - - - - - - - - - - - -*/
/* INLINE FRAME (SUB WINDOW) */




/*- - - - - - - - - - - - - - - - -*/
/* NOFRAMES */








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* I N P U T   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* BUTTON */




/*- - - - - - - - - - - - - - - - -*/
/* FIELDSET */




/*- - - - - - - - - - - - - - - - -*/
/* FORM */




/*- - - - - - - - - - - - - - - - -*/
/* INPUT (Field) */




/*- - - - - - - - - - - - - - - - -*/
/* ISINDEX - Single-line input field */




/*- - - - - - - - - - - - - - - - -*/
/* LABEL (for a Form Control) */




/*- - - - - - - - - - - - - - - - -*/
/* LEGEND - Title of a fieldset */
LEGEND 
{
	color: Maroon;
}



/*- - - - - - - - - - - - - - - - -*/
/* OPTION GROUP - NOT SUPPORTED */

/*- - - - - - - - - - - - - - - - -*/
/* OPTION LIST ITEM */




/*- - - - - - - - - - - - - - - - -*/
/* SELECTABLE LIST */




/*- - - - - - - - - - - - - - - - -*/
/* TEXTAREA */








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* L I S T   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* DEFINITION DESCRIPTION - Used within a Definition List. */




/*- - - - - - - - - - - - - - - - -*/
/* DIRECTORY LIST */




/*- - - - - - - - - - - - - - - - -*/
/* DEFINITION LIST */




/*- - - - - - - - - - - - - - - - -*/
/* DEFINITION TERM - Used within a Definition List.  */




/*- - - - - - - - - - - - - - - - -*/
/* LIST ITEM */




/*- - - - - - - - - - - - - - - - -*/
/* MENU LIST */




/*- - - - - - - - - - - - - - - - -*/
/* ORDERED LIST */




/*- - - - - - - - - - - - - - - - -*/
/* UNORDERED LIST */








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* I M A G E   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* AREA - NOT SUPPORTED. */




/*- - - - - - - - - - - - - - - - -*/
/* IMAGE */




/*- - - - - - - - - - - - - - - - -*/
/* MAP */








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* T A B L E   T A G S */

/* TABLE AboutUsLayout class
	This table is the content table of the AboutUs page. 
*/
TABLE.AboutUsLayout
{
	color: White;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	width: 10in;
}
TABLE.AboutUsLayout A {color: Yellow;font-size: 10pt;}
TABLE.AboutUsLayout FIELDSET {border-style: none;}
TABLE.AboutUsLayout INPUT
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
TABLE.AboutUsLayout LABEL
{
	color: White;
	font-size: 9pt;
}
TABLE.AboutUsLayout LEGEND
{
	color: #DFB722;
	font-family: Garamond, 'Baskerville Old Face', 'Times New Roman';
	font-size: 16pt;
}
TABLE.AboutUsLayout .Heading 
{
	color: #DFB722; 
	font-family: Garamond, 'Baskerville Old Face', 'Times New Roman';
	font-size: 16pt;
	font-weight: 600;
}
TABLE.AboutUsLayout .ConentPanel
{
	background-color: Transparent;
	padding-right: 30px;
	width: 7in;
	overflow: hidden;
}
TABLE.AboutUsLayout .Directions
{
	background-color: White;
	color: Black;
	font-size: 10pt;
	width: 100%;
}
TABLE.AboutUsLayout .Directions A
{
	color: Blue;
	font-size: 10pt;
	font-weight: 500;
	width: 100%;
}
TABLE.AboutUsLayout .Map
{
	border: solid 1px;
	float: right;
	height: 4in;
	width: 100%;
}
TABLE.AboutUsLayout .Menu
{
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
TABLE.AboutUsLayout #colMenu
{
	background-color: Transparent;
	color: White;
	position: static;
	vertical-align: top;
	width: 2in;
}
TABLE.AboutUsLayout #colMenu H1
{
	color: Red;
	font-weight: 600;
}
TABLE.AboutUsLayout #colContent
{
	background-color: Transparent;
	vertical-align: top;
}


/* TABLE ChildLayout class
	This table is the content table of the Default.master child pages. 
*/
TABLE.ChildLayout
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
TABLE.ChildLayout P
{
	font-family: Garamond, 'Baskerville Old Face', 'Times New Roman';
	font-size: 14pt;
	padding-left: 15px;
	padding-right: 65px;
	padding-top: 15px;
}
TABLE.ChildLayout .CategoryList .Title
{ 
	color: White; 
	font-family: Arial; 
	font-size: 10pt;
	padding-bottom: 5pt;
}
TABLE.ChildLayout .Personalization
{
	color: Black;
	float: none;
	font-family: Tahoma;
	font-size: 11pt;
	height: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}
TABLE.ChildLayout #row1
{
}
TABLE.ChildLayout #rowSearch
{
	font-size: 10pt;
	margin: 0 0 0 0;
	/*padding: 0 3pt 0 3pt;*/
	padding: 0 0 0 0;
	vertical-align: top;
}
TABLE.ChildLayout #celImageRotator
{
	padding: 5px 0 0 0;
	width: 1pt;
}
TABLE.ChildLayout #celSnlPrmtns
{
}
TABLE.ChildLayout #celSnlPrmtns A
{
	color: Maroon;
	font-weight: 700;
}


/* TABLE MasterLayout class
	This table is the main content table of the Default.master page. 
	It contains static content that will be visible while displaying all child pages.
*/
TABLE.MasterLayout
{
	background-color: White;
	height: 100%;
	vertical-align: top;
	width: 10in;
}
TABLE.MasterLayout H1
{
	font-style: italic;
	color: rgb(59, 0, 0);
}
TABLE.MasterLayout .brdLeft
{
	background-image: url('../Images/border/fence-post.jpg');
    background-position: top right;
	background-repeat: repeat-y;
	width: .18in;
}
TABLE.MasterLayout .brdRight
{
	background-image: url('../Images/border/fence-post.jpg');
    background-position: top left;
	background-repeat: repeat-y;
	width: .18in;
}
TABLE.MasterLayout .brdTop
{
	background-image: url('../Images/border/fence-beam.jpg');
    background-position: top left;
	background-repeat: repeat-x;
	height: .18in;
}
TABLE.MasterLayout .Category .Description
{ 
	color: Blue; 
}
TABLE.MasterLayout .CategoryList .Title
{ 
	color: Maroon; 
}
TABLE.MasterLayout .ItemList .Title
{ 
	color: Black; 
}
TABLE.MasterLayout #rowFooter
{
	background-image: url('../Images/border/fence-beam.jpg');
    background-position: top left;
	background-repeat: repeat-x;
	
	color: White;
	font-size: 10pt;
	height: .18in;
	text-align: left;
}
TABLE.MasterLayout #rowFooter A {color: White;}
TABLE.MasterLayout #rowHeader
{
	height: 120px;
	text-align: left;
}
TABLE.MasterLayout #rowHeader IMG {margin: 0 0 0 0; padding: 0 0 0 0;}
TABLE.MasterLayout #r1c1
{
	background-attachment: scroll;
	background-image: url('../Images/header/header_main_r1c1.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 290px;
}
TABLE.MasterLayout #r1c1 .Button
{
	background-color: Transparent;
	border: none;
	height: 100%;
	width: 100%;
}
TABLE.MasterLayout #r1c2
{
	background-attachment: scroll;
	background-image: url('../Images/header/header_main_r1c2.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 280px;
}
TABLE.MasterLayout #r1c3
{
	background-attachment: scroll;
	background-image: url('../Images/header/header_main_r1c3.gif');
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 245px;
}







/*- - - - - - - - - - - - - - - - -*/
/* CAPTION */




/*- - - - - - - - - - - - - - - - -*/
/* COLUMN */




/*- - - - - - - - - - - - - - - - -*/
/* COLUMN GROUP */




/*- - - - - - - - - - - - - - - - -*/
/* TABLE */




/*- - - - - - - - - - - - - - - - -*/
/* TABLE BODY */




/*- - - - - - - - - - - - - - - - -*/
/* TABLE CELL */




/*- - - - - - - - - - - - - - - - -*/
/* TABLE FOOTER */




/*- - - - - - - - - - - - - - - - -*/
/* TABLE HEADER */




/*- - - - - - - - - - - - - - - - -*/
/* TABLE ROW */








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* S T Y L E   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* DIV - Document section */




/*- - - - - - - - - - - - - - - - -*/
/* SPAN - Document section */




/*- - - - - - - - - - - - - - - - -*/
/* STYLE DEFINITION */








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* M E T A   I N F O   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* BASE - Base URL for all the links in a page. */




/*- - - - - - - - - - - - - - - - -*/
/* BASEFONT */




/*- - - - - - - - - - - - - - - - -*/
/* HEAD - Information about the document (page). */




/*- - - - - - - - - - - - - - - - -*/
/* META (Information) */




/*- - - - - - - - - - - - - - - - -*/
/* TITLE - Document (page) title. */








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* P R O G R A M M I N G   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* NOSCRIPT */




/*- - - - - - - - - - - - - - - - -*/
/* OBJECT */




/*- - - - - - - - - - - - - - - - -*/
/* PARAM */




/*- - - - - - - - - - - - - - - - -*/
/* SCRIPT */








/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* O T H E R   T A G S */

/*- - - - - - - - - - - - - - - - -*/
/* APPLET */




/*- - - - - - - - - - - - - - - - -*/
/* CODE */




/*- - - - - - - - - - - - - - - - -*/
/* DFN */




/*- - - - - - - - - - - - - - - - -*/
/* KBD */




/*- - - - - - - - - - - - - - - - -*/
/* PRE */




/*- - - - - - - - - - - - - - - - -*/
/* SAMP */




/*- - - - - - - - - - - - - - - - -*/
/* TT */




/*- - - - - - - - - - - - - - - - -*/
/* VAR */




/*- - - - - - - - - - - - - - - - -*/
/* XMP */




/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* C U S T O M   C L A S S   T A G S */


/*- - - - - - - - - - - - - - - - -*/
/* MessageError: The message displayed as an error on the Message page. */

.Message {font-size: 12pt;}


/*- - - - - - - - - - - - - - - - -*/
/* Menu */

.MenuAdmin A
{
	color: Black;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.MenuTop
{
	float: right;
}
.MenuTop A
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

/*- - - - - - - - - - - - - - - - -*/
/* Required */

.Required
{
}
.Required INPUT
{
	background-color: #FFFFD4;
}


/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* N A M E D   C O N T R O L   T A G S */


/* lnkDirections (LinkButton): Redirects to the direction map. */
#divDirectionsArea
{
	background-color: Transparent;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#divDirectionsArea A
{
	color: Blue;
	font-size: 16pt;
	font-weight: 700;
}
