@charset "UTF-8";
body {
	background: #F6BB16 url(../images/bg.jpg) no-repeat center top;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 100.01%;
	font-style:normal;
	font-weight:normal;
}
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-size:.9em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left;
}
.oneColFixCtrHdr #header {
	margin: 50px 0 0 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header img.logo {
	margin: 0;
	padding: 50px 0 0 0; 
}
.oneColFixCtrHdr #header h1 {
	position:absolute; 
	margin: 0 0 0 -9000px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainImage {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 30px 30px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background-color: #FFFFFF;
	background-image: url(../images/mainContentBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.oneColFixCtrHdr #footer {
	padding: 3px 30px 9px 30px;
	margin: 0 0 .5em 0;
	background-color: #333333;
	background-image: url(../images/footerBase.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* -------------- Footer Specifics -------------- */
.oneColFixCtrHdr #footerTop {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff url("../images/mainContentBase.gif") no-repeat left bottom;
	height:12px;
	overflow:hidden;
}
#footerTop p {
	margin:0;
	font-size:3px;
	line-height:1px;
	height:0;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#D4D4D4;
	display:inline;
	font-size:.9em;
	line-height:2em;
}
#footer p.address { display:block; }
#footer a {
	text-decoration:none;
	color:#D4D4D4;
}
#footer a:hover {
	text-decoration:underline;
}
#footer a:focus {
	text-decoration:underline;
}

/* -------------- Headings -------------- */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-style: normal;
	vertical-align:baseline;
	color: #211b18;
	text-transform:none; 
}
h1 { font-size: 2.2em; line-height: 1em; font-weight:normal; color:#8e0000; }
h2 { font-size: 1.2em; line-height: 1em; text-transform: none; }
h3 { font-size: 1.2em; line-height: 1em; text-transform: none; }
h4 { font-size: 1.1em; line-height: 1em;
}
h5 { font-size: 1em; line-height:1em}
h6 { font-size: 1.2em; line-height: 1em; color:#8e0000; padding: 6px .5em 12px 0; font-weight:normal; float:left;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* ---------------- HEADING specifics -------------- */
#mainContent h1 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
}
#mainContent h2 {
	padding-top: 20px;
	margin: 0;
	border-top: 1px dashed #333;
	clear:both;
}

/* Remove annoying border on linked images. */
a img { border: none; }

/* ------------------------------ Text elements -------------------------------- */
p { 
	vertical-align: baseline;
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
}
a { color:#ae1d1a; text-decoration: none;}
a:link, a:visited { color: #ae1d1a; text-decoration: none;}
a:hover, a:active { color: #ae1d1a; text-decoration:underline; }

/* --------------- MAIN NAV --------------- */

ul.mainNav {
	cursor: default;
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 0;
	/*position: absolute;
	right: 20px;
	top: 153px;*/
	width:auto;
	font-weight: normal;
}
ul.mainNav li {
	float:right;
	padding: 0 1px 0 0;
	height:33px;
	font-size:1em;
	margin: 0;
	background: url("../images/menuBar.jpg") repeat-x top right;
}
ul.mainNav li.first {
	background: url("../images/menuCorners.gif") no-repeat top left;
	width:15px;
}
ul.mainNav li.last {
	background: url("../images/menuCorners.gif") no-repeat top right;
	width:14px;
}
ul.mainNav li a:link, ul.mainNav li a:visited{
	display:block;
	padding: 0 18px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 33px;
	background: url("../images/btnBG.gif") repeat-x 0px 0px;
	font-weight: normal;
	font-style: normal;
}
ul.mainNav li a:hover, ul.mainNav li a:active, ul.mainNav li a.current {
	color:#FFF;
	background: url("../images/btnBG.gif") repeat-x left bottom;
} 

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom:1px dashed #666; }
address     { margin:0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* ----------------------------- Lists --------------------------------- */
li ul, 
li ol       { margin:0 1.5em; padding: 0; border: 0; vertical-align: baseline; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; padding: 0; border: 0; vertical-align: baseline;}
li			{ margin:0 0 .5em 0 }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* ------------------------------ Tables -------------------------------- */
/* General Reset of Tabels - Tables still need 'cellspacing="0"' border-spacing: 0; in the markup. */
table { border-collapse: separate; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/*  -------------- Table specifics  --------------  */
table       { margin-bottom: 1.4em; /*width:100%;*/}
th          { font-weight: bold; background: #333; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/*  -------------- Cherries Table specifics  --------------  */
#cherries
{
width: 608px;
background-color:#EbEBEB;
border:0;
padding:0;
margin:0 0 1em 0;
border-collapse:collapse;
}
#cherries td, #cherries th 
{
font-size:1em;
padding:3px 7px 2px 7px;
border-right: 2px solid #fff;
}
#cherries th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#333;
color:#ffffff;
}
#cherries tr.alt td { background-color:#fff; }

/* ------------------------------- Misc classes ------------------------------- */
.small      { font-size: .9em;/* margin-bottom: 1.875em; line-height: 1.875em;*/ }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:20px; padding-top:0; }
.bottom     { margin-bottom:20px; padding-bottom:20px; }

.offLeft { position:absolute; margin: 0 0 0 -9000px; }
.paddLeft { padding-left: 20px; }

.imageRight {
	margin-bottom:1em;
	margin-left: 1em;
}
.imageLeft {
	margin-bottom:1em;
	margin-right: 1em;
}
#flashLeft {
	display: inline;
	float:left;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: .5em;
	width: 187px;
}
#flashRight {
	display: inline;
	float:right;
	padding-left: 1em;
	padding-bottom: 1em;
	padding-top: .5em;
	width: 187px;
}

/*-------------- FLOATs and CLEARS -----------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clear {  
    clear:both  
} 
/*  -------------- CLEARING CLASSES -------------- */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	margin:0;
    height: 0;
    font-size: 1px;
    line-height: 0;
}
.clearRight {
	clear:right;
	height: 0;
    font-size: 1px;
    line-height: 0;
}
.clearLeft {
	clear:left;
	height: 0;
    font-size: 1px;
    line-height: 0;
}

.oneColFixCtrHdr #mainContent form {
	padding:0;
	display:block;
	width:auto;
	float:right;
	margin: 0 0 0.5em 0.5em;
	text-align:right;
	vertical-align: bottom;
}

.oneColFixCtrHdr #mainContent form table {
	float:left;
	margin: -.2em .5em .5em .5em;
	padding:0;
	border: none;
	text-align:right;
}
.oneColFixCtrHdr #mainContent form th, .oneColFixCtrHdr #mainContent form td {
	padding:0;
	margin:0;
	text-align:right;
}
.oneColFixCtrHdr #mainContent form table tr td select {  font-size:1.1em; line-height:1em; padding:2px 6px; }

/* --------------STYLES FOR ROTATING IMAGE SCRIPT-------------- */
ul.slideshow {  
    list-style:none;
    width:940px;  
    height:242px;  
    overflow:hidden;  
    position:relative;  
    margin:0;  
    padding:0;  
      
}     
  
ul.slideshow li {  
    position:absolute;
	margin:0;
    left:0;  
    right:0;  
}  
ul.slideshow li a img {
	cursor:default;
}
ul.slideshow li.show {  
    z-index:500;      
}  
  
ul img {  
    border:none;      
}  
  
#slideshow-caption {  
    width:938px;  
    height:70px;  
    position:absolute;  
    bottom:0;  
	display:none; /*NOTE I have added this to remove the caption, this was also done on the caption heading, background, text and in the script by changing the opactiy to 0*/
    left:1px;   
    color:#fff;  
    background: #000;  
    z-index:500;  
}  
  
#slideshow-caption .slideshow-caption-container {  
    padding:5px 10px;     
    z-index:1000;     
}  
  
#slideshow-caption h3 {  
    margin:0;  
    padding:0;
	color:#FFF;
	display:none; /*NOTE I have added this to remove the caption, this was also done on the caption heading, background, text and in the script by changing the opactiy to 0*/
    font-size:14px;  
}  
  
#slideshow-caption p {  
    margin:5px 0 0 0;  
    padding:0;  
	display:none; /*NOTE I have added this to remove the caption, this was also done on the caption heading, background,text and in the script by changing the opactiy to 0*/
}  
/*--------------LOCATION MAP-------------------*/
a.map{
	background:url(../images/smapoff.gif) no-repeat top center;
	display:block;
	height:334px;
}
a.map:link, a.map:visited{
	background:url(../images/smapoff.gif) no-repeat top center;
	display:block;
	height:334px;
}
a.map:hover, a.map:active{
	background:url(../images/smapover.gif) no-repeat top center;
	display:block;
	height:334px;
}
/*--------------ADMIN LOGIN-------------------*/
#adminLogin p{
	text-align:right;
	font-size:.7em;
	margin: 0 1em 3em 0;
	}
#adminLogin a {
	text-decoration:none;
	color: #333333;
}
#adminLogin a:hover {
	text-decoration:underline;
}
#adminLogin a:focus {
	text-decoration:underline;
}
