﻿/* Author: US Logics llc.
    Copyright © 2008 US Logics, llc. All rights reserved.
    Standard Skin Style Sheet
    Version 2.0 */
    
/********** BODY STRUCTURE**********/

body {
color:#000000;
background-image:url(images/bg_stripe.png);
background-repeat:repeat-x;
text-align:center;
}
a:link {color: #f8d043}    /* unvisited link */
a:visited {color: #f8d043} /* visited link */
a:hover {color: #FFFFFF}   /* mouse over link */
a:active {color: #f8d043}  /* selected link */ 

/********** BORDER STRUCTURE **********/
.bgcolor {
background-color:#f9f4ce;
}
/********** WHITE FRAME **********/
.masterBorder {
margin-left:10px;
margin-top:10px;
margin-right:10px;
margin-bottom:2px;
border: 1px solid #000000;
background-color:#ffffff;
width:1000px;
}
/********** RED FRAME **********/
.mainBorder {
margin-left:10px;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
border: 1px solid #000000;
background-image:url(images/redbkgrnd.gif);
background-repeat:repeat;

}
/********** YELLOW FRAME **********/
.innerBorder {
margin-left:30px;
margin-right:30px;
margin-bottom:30px;
border: 3px solid #ffffff;
background-image:url(images/yelbkgrnd.gif);
background-repeat:repeat;
}
/********** INNER FRAME **********/
.innerFrame {
margin-left:10px;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
border: 1px solid #000000;
background-color:#f9f4ce;
text-align:center;
}

/********** INNER STRUCTURE **********/

/********** TAG LINE **********/
.toptagline {
font-family:Monotype Corsiva;
color:#c0972e;
font-size:40pt;
text-transform:uppercase;
font-style:italic;
}
.biztag {
text-align:center;
color:#f8d043;
vertical-align:top;
}
/********** MENU STYLE **********/
.menustyle, .menustyle a:visited, .menustyle a:active {
text-align:center;
background-image:url(images/menu_bkgrnd.jpg);
background-repeat:repeat-x;
height:30px;
color:#f8d043;
font-size:22px;
font-family:PlazaDReg;
}
.menustyle a:hover {
text-align:center;
background-image:url(images/menu_bkgrnd.jpg);
background-repeat:repeat-x;
height:30px;
color:white;
font-size:22px;
font-family:PlazaDReg;
}
/********** TABLE STRUCTURES **********/
.maintable {
width:100%;
text-align:center;
background-color:#f9f4ce;
color:#000000;
}
.lefttable {
width:99%;
vertical-align:top;
background-color:#f9f4ce;
}
.righttable {
width:99%;
vertical-align:top;
background-image:url(images/parchment.gif);
background-color:#f9f4ce;
border:1px;
border-style:solid;
border-color:#000000;
color:#000000;
}
.list {
font-family:monotype corsiva;
font-size:18px;
color:#463d16;
text-align:left;
text-decoration:underline;
}
.more {
color:#463d16;
text-align:right;
text-decoration:underline;
padding-right:40px;
}
.pad {
padding-left:4px;
}
.indent {
padding-left:10px;
}
.slogan {
color:#be2f1d;
font-size:40px;
font-family:monotype corsiva;
font-weight:bold;

}
.normal {
font-family:monotype corsiva;
font-size:19px;
color:Black;
}
.normalHeading {
font-family:PlazaDReg;
font-size:28px;
color:#95281a;
font-weight:bold;
text-decoration:underline;
}
/********** FOOTER ITEMS **********/
.copyright {
text-align:left;
font-family:calibri;
font-style:normal;
font-size:11px;
color:#f8d043;
}
/********** ACCORDION /**********/
.accordionHeader
{
    border: 1px solid #2F4F4F;
    height:25px;
    padding-top:0px;
    padding-left:5px;
    color: yellow;
    background-image:url(images/menu_bkgrnd.jpg);
	font-family: Monotype Corsiva;
	font-size: 22px;
	font-weight: normal;
	text-decoration:underline;
    cursor: pointer;
}

.accordionLink {
color:#ffffff;
}

.accordionHeader a
{
	color: #FFFFFF;
	text-decoration: none;
}

.accordionHeader a:hover
{
	text-decoration: none;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    height:25px;
    padding-top:0px;
    padding-left:25px;
    color: #FFFFFF;
    background-image:url(images/menu_bkgrnd.jpg);
	font-family: Monotype Corsiva;
	font-size: 22px;
	font-weight: normal;
	text-decoration:underline;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: yellow;
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected a:hover
{
    color:Yellow;
	text-decoration: underline;
}

.accordionContent
{
    background-color: Transparent;
    border: 1px dashed #2F4F4F;
    border-top: none;
}
