﻿/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Softened Cells
       DATE: 2005.08.26
        USE: Free use as long as this notice is
             kept in place.  If you would like 
             to remove it, please contact me at
             http://fullahead.org/contact.html.
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, "Century Gothic", sans-serif;
	font-size: 12px;
	color: #383125;
	background-color: #D4C99E;
	letter-spacing: 0.015em;
}

h1 {
	clear: both;
	padding: 5px 0 0px 0px;
	margin: 0px 0 25px 0;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #8AB6C8;
}

h2 {
  clear: both;
  padding: 0 0 0 0px;
  margin: 0 0 0px 0;  
  font-size: 1.65em;
  font-weight: normal;
}

h3 {
	clear: both;
	padding: 0 0px 0px 10px;
	margin: 0 0 0px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	background-color: #8AB6C8;
	float: none;
}

h4 {
  clear: both;
  padding: 0 0 0 7px;
  margin: 0 0 0px 0;  
  font-size: 1em;
  font-weight: bolder;
  color: #663300;
}

h5 {
	clear:both;
	margin:0 0 10px 0;
	padding:4px 10px 3px 10px;
	background-color:#F48D29;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
	z-index: 1;
	letter-spacing: -0.025em;
}

h6 {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight:normal;
	font-size:0.75em;
	letter-spacing: -0.02em;
	line-height: .95em;
}

p {
	line-height: 1.4em;
	padding: 2px 0 8px 0px;
	margin: 2px 0 10px 0;
}

#news p {
  padding: 0px 8px 0 8px;
}

a {
	color: #285A8A;
	font-weight: bold;
	text-decoration: none;
    text-align: center;
}

a:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #333333;
}

#news   a:hover,

#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

ul, ol {
	padding-bottom: 8px;
	line-height: 20px;
}

ol {
 display: inline;
 margin: 0.25em 0.5em 1em 2em;
}

ul {
}


/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/
.mainframe {
	width: 950px;
	background-color: #66CCFF;
	position: absolute;
	z-index: 1;
}

#siteBox {
	width: 900px;
	text-align: left;
	background-color: #E9E3CC;
	border: 1px solid #969696;
	position: relative;
	margin: 0px auto;
}

	



/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/
.sitename {
	width:250px;
	height:80px;
	position:relative;
	z-index:1;
	margin:0px 0 0 0px;
	float: left;
}

.flags {
	width:80px;
	height:25px;
	position:static;
	z-index:3;
	font-size: 3em;
	float: left;
	margin: 0 0 0 550px;
}

#header {
	height: 130px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #a9cdda;
	background-position: bottom;
	position: relative;
	clear: both;
}


#headerlayer {
	position:absolute;
	width:650px;
	height:70px;
	z-index:1;
	margin: 25px 0px 0 225px;
	color: #663300;
}




/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/
ol#toc {
	float:left;
	width:820px;
	background:#A9CDDA;
	height: 2em;
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0px 0px 0 80px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F48D29;
	font-size: 1.15em;
}

ol#toc li {
	float: left;
	margin: 0 5px 0 0px;
}

ol#toc a {
	background: #bdf url("../images/tab.png");
	color: #FFF;
	display: block;
	float: left;
	height: 2em;
	padding-left: 10px;
	text-decoration: none;
	margin: 0 0 0 0px;
}

ol#toc a:hover {
	background-color: #3af;
	background-position: 0 -120px;
	color: #FFF;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
	background-position: 100% -60px;
}

ol#toc span {
    background: url("../images/tab.png") 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

/***************************************************
   Right News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
	float: right;
	width: 200px;
	background-color: #E9E3CC;
	font-size: 1.2em;
	margin: 0px;
	padding: 5px 20px 0 0;
}

#news .block {
	margin-bottom: 20px;
	background-color: #F9C28C;
	width: 100%;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .links a:hover {
  background: #DDD no-repeat center;
}

#news a img {
  border-style: none;
    border-color: inherit;
    border-width: 0px;
    text-align: center;
}
#roundcornertr {
	width:10px;
	height:10px;
	z-index:101;
	position: absolute;
	float: right;
	overflow: hidden;
	margin-left: 190px;
	background-image: url("../images/RC-T-R.png");
	background-repeat: no-repeat;
}
#roundcornertl {
	position:absolute;
	width:10px;
	height:10px;
	z-index:102;
	background-color: #ee9600;
	background-image: url("../images/RC-T-L.png");
	overflow: hidden;
}
#roundcornerbottom {
	width:200px;
	height:10px;
	z-index:104;
	background-image: url("../images/RC-Bottom.PNG");
	background-repeat: no-repeat;
	position: static;
	bottom: 0px;
	clear: both;
	background-color: #E9E3CC;
}



/***************************************************
   Left Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

.maincontent {
	float: left;
	width: 620px;
	background-color: #E9E3CC;
	font-size: 1.2em;
	clear: none;
	position: relative;
	padding: 0 30px 0 30px;
	margin: 0px;
}

.maillistform  {
	float: left;
	border-color: #8AB6C8;
	border-width: 5px;
	border-style: solid;
	margin: 0px 0px 30px 30px;
	font-size: 1.45em;
	width: 610px;
	height: 850px;
	background-color: #FFFFFF;
	line-height: 2.45em;
	text-align: right;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #000000;
}

.FAQform  {
	float: left;
	border-color: #663300;
	border-width: 4px;
	border-style: solid;
	margin: 0 30px 30px 30px;
	font-size: 1.45em;
	width: 820px;
	background-color: #8AB6C8;
	line-height: 2.45em;
	text-align: left;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#registrationform  {
	float: left;
	border-color: #8AB6C8;
	border-width: 3px;
	border-style: solid;
	margin: 0px 0px 0px 0px;
	width: 600px;
	font-size: 1.25em;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 2em;
}

#showentryform  {
	float: left;
	border-width: 5px;
	width: 830px;
	font-size: 1.2em;
	clear: none;
	margin: 0 0 0 0;
	border-color: #F48D29;
	border-style: solid;
}

#holidayspecialform  {
	float: left;
	border-width: 5px;
	width: 625px;
	font-size: 1.2em;
	clear: none;
	margin: 0 0 0 0;
	border-color: #F48D29;
	border-style: solid;
}

#showentryformNEW  {
	float: left;
	border-width: 3px;
	width: 835px;
	font-size: 1.2em;
	clear: none;
	margin: 0 0 0 0;
	border-color: #8AB6C8;
	border-style: solid;
}

#specialtyentryform  {
	float: left;
	border-width: 3px;
	width: 614px;
	font-size: 1.2em;
	clear: none;
	margin: 0 30px 0 30px;
	border-color: #8AB6C8;
	border-style: solid;
}

.fieldstyle {
	background-color: #DDEAF8;
	font-size: 1em;
    width: ;
}

.menustyle {
	background-color: #DDEAF8;
	font-family: monospace;
}

/***************************************************
   Footer Styles
 ***************************************************/

#footer {
	font-size: 1.2em;
	color: #383125;
	background-color: #8AB6C8;
	clear: both;
	margin-bottom: 30px;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
	margin-top: 30px;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE
}




/***************************************************
   Display Classes
 ***************************************************/



img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}
.topspace {
	height: 80px;
	position: relative;
}

.monthblock {
	float: left;
	height: 225px;
	width: 192px;
	position: static;
	border: 2px solid #8AB6C8;
	margin: 5px;
	padding: 0px;
	visibility: visible;
	background-color: #F6F8FA;
}

.monthblockshort {
	float: left;
	height: 170px;
	width: 192px;
	position: static;
	border: 2px solid #8AB6C8;
	margin: 5px;
	padding: 0px;
	visibility: visible;
	background-color: #F6F8FA;
}

.monthblocktall {
	float: left;
	height: 275px;
	width: 192px;
	position: static;
	border: 2px solid #8AB6C8;
	margin: 5px;
	padding: 0px;
	visibility: visible;
	background-color: #F6F8FA;
}

.monthblocktaller {
	float: left;
	height: 370px;
	width: 192px;
	position: static;
	border: 2px solid #8AB6C8;
	margin: 5px;
	padding: 0px;
	visibility: visible;
	background-color: #F6F8FA;
}

.saleblock {
	float: left;
	height: 220px;
	width: 250px;
	position: static;
	border: 2px solid #F48D29;
	margin: 5px;
	padding: 5px;
	visibility: visible;
	background-color: #F6F8FA;
}


#breadcrumbs {
	height: 25px;
	width: 100%;
	font-size: 1.2em;
	line-height: 1em;
	color: #383125;
	position: static;
	clear: both;
	padding: 5px 0 0 10px;
}

.twocolumn {
	float: left;
	width: 300px;
	position: static;
	margin: 5px;
	padding: 0px;
	visibility: visible;
}