/*
 *	COLORS USED THROUGHOUT THE SITE
 *	
 *	Firebrick:		800517
 *	Indian Red:		C24641
 */


/* SITE-WIDE SETTINGS */
body
{
	visibility: visible;	/* hidden */
	text-align: center;
	font-family: 'Calibri';
}

body.visible
{
	visibility: visible;
}

body.hidden
{
	visibility: hidden;
}

img
{
	border: 0px;
}

a
{
	color: #800517;
	font-weight: bold;
}

a:link, 
a:visited
{
	text-decoration: none;
	color: #800517;
}

a:hover, 
a:active
{
	text-decoration: underline;
	color: #C24641;
}

table.mainTable
{
	padding: 5px;
}

div.pageTitle
{
	color: #800517;
	font-size: 36px;
	font-weight: bold;
}

div.quote
{
	width: 80%;
	text-align: left;
	padding: 15px;
	border: 3px solid #800517;
	color: #000000;
	font-family: "Calibri";
	font-size: 16px;
	font-style: italic;
}

div.quote span.quote_marks
{
	color: #C24641;
	font-size: 22px;
	font-weight: bold;
}

div.quote div.quote_owner
{
	text-align: right;
	padding-top: 5px;
	color: #C24641;
	font-family: "Tahoma";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

div.important
{
	font-size: 18px;
	font-weight: bold;
}

span.supscript
{
	vertical-align: top;
	font-size: 10px;
}

div.logic_separator
{
	text-align: left;
	width: 100%;
	color: #800517;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
}

div.logic_separator hr
{
	position: relative;
	left: -10px;
	width: 100%;
	color: #C24641;
	background-color: #C24641;
	height: 2px;
}

div.logic_body
{
	text-align: left;
	padding-left: 5px;
	padding-bottom: 40px;
}

/* SIDER SETTINGS */
td.sider_ad
{
	text-align: center;
	vertical-align: top;
}

td.sider_ad div
{
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
}

/* HEADER SETTINGS */
tr#header_menu td
{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

tr#header_menu td a.header_menuItem
{
	color: #800517;
	font-size: 16px;
	font-weight: bold;
}

a.header_menuItem_child
{
	color: #800517;
	font-size: 14px;
	font-weight: bold;
}

tr#header_menu td a.header_menuItem_selected
{
	text-transform: uppercase;
	color: #C24641;
	font-size: 18px;
	font-family: 'Calibri';
	font-weight: bold;
}

tr#header_menu td a.header_menuItem:link, 
tr#header_menu td a.header_menuItem:visited, 
a.header_menuItem_child:link, 
a.header_menuItem_child:visited
{
	text-decoration: none;
	color: #800517;
}

tr#header_menu td a.header_menuItem:hover, 
tr#header_menu td a.header_menuItem:active,
a.header_menuItem_child:hover, 
a.header_menuItem_child:active
{
	text-decoration: none;
	color: #C24641;
}

tr#header_menu td a.header_menuItem_selected:link, 
tr#header_menu td a.header_menuItem_selected:visited, 
tr#header_menu td a.header_menuItem_selected:hover, 
tr#header_menu td a.header_menuItem_selected:active
{
	text-decoration: none;
}

table.header_menuItem_child_table
{
	background-color: #F9F9F9;
}

table.header_menuItem_child_table tr td
{
	padding-left: 5px;
	padding-right: 15px;
}


/* FOOTER SETTINGS */
tr.footer_menu td
{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}

tr.footer_menu td a.footer_menuItem
{
	color: #800517;
	font-size: 11px;
	font-family: 'Calibri';
	font-weight: bold;
}

tr.footer_menu td a.footer_menuItem_selected
{
	text-transform: uppercase;
	color: #C24641;
	font-size: 11px;
	font-family: 'Calibri';
	font-weight: bold;
}

tr.footer_menu td a.footer_menuItem:link, 
tr.footer_menu td a.footer_menuItem:visited
{
	text-decoration: none;
	color: #800517;
}

tr.footer_menu td a.footer_menuItem:hover, 
tr.footer_menu td a.footer_menuItem:active
{
	text-decoration: none;
	color: #C24641;
}

tr.footer_menu td a.footer_menuItem_selected:link, 
tr.footer_menu td a.footer_menuItem_selected:visited, 
tr.footer_menu td a.footer_menuItem_selected:hover, 
tr.footer_menu td a.footer_menuItem_selected:active
{
	text-decoration: none;
}

td.copyRight
{
	color: #777888;
	font-size: 11px;
}
