

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body { background-color: white; margin: 0; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; color: #696969; font-size: 85%; background-image: url(../image-files/body-orange.jpg); background-position: left top; background-repeat: repeat-x; text-indent: 0; }

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #000;
	clear: both;
	font-weight: normal;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

h2, h3, h4, h5, h6 {

}

h1 { margin-top: 0; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; text-align: center; font-weight: bold; color: #004125; font-size: 18pt; line-height: 20pt; }

h2 { color: #366; font-size: 110%; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-weight: bold; background-color: transparent; padding-top: 0; padding-bottom: 0; padding-left: 0; border-bottom: 1pt solid #366; }

h3 { color: #2f4f4f; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; }

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Times New Roman', Georgia, Palatino;
}

code {
color: #332206;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link { color: #08c; font-size: 95%; text-decoration: underline; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; }

a:visited { color: #8b008b; font-size: 95%; text-decoration: underline; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; }

a:hover { color: #87ceeb; font-size: 95%; text-decoration: underline; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; }



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper { left: 0; right: 0; width: 998px; }

#Header { position: relative; height: 145px; }

#ContentWrapper { float: left; width: 100%; padding: 0; }

#ContentColumn {
margin: 0 256px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
margin-top: 0;
width: 200px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -998px;        /* STEP 3: set to the same width specified in PageWrapper above (but with minus sign)  */
}
#ExtraColumn {
float: left;
margin-top: 0;
width: 256px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -256px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer { clear: both; width: 100%; padding: 10px 0 0; }
.Liner {
padding: 10px;
}
#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;

}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top center;
}

#ContentWrapper {
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;
}

#NavColumn {
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/footer.jpg);
background-repeat: no-repeat;
background-position: top center;
background-color: transparent;     
text-align: center;
font-size: 85%;
}

#NavColumn { font-size: 95%; }

#ExtraColumn { 
font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size: 95%; text-align: center; }

#NavColumn h4 {
font-size: 96%;
color: #777711;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 96%;
color: #777711;
letter-spacing: 1px;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 90%;
font-family: Georgia, 'Times New Roman', Palatino, serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 { padding: 0; font-size: 100%; color: #004125; margin: 5px 0 8px; }

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 5px 5px;
margin: -6px 0 0;
}

.Navigation li {
background-color: transparent;        /* tan, for button and RSS box backgrounds -- */
margin-bottom: 1px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #1f497d;
font-weight: normal;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 1px 2px;
text-decoration: underline;
}

.Navigation a:visited {
color: #696969;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 1px 2px;
text-decoration: underline;
}

.Navigation a:hover { color: #bbb; display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 1px 2px; background-color: transparent; text-decoration: underline; }



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink { text-align: left; }

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #770000;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav { font-family: "Times New Roman", Georgia; text-decoration: none; text-align: center; }

.ExtraNav ul { text-align: center; list-style-type: none; }

.ExtraNav ul li { display: inline; text-align: center; }

.ExtraNav a:link { color: #000; font-size: 90%; font-weight: normal; font-weight: bold; background-color: #c0c0c0; text-decoration: none; padding: 4px; }
.ExtraNav a:visited { color: #696969; font-size: 90%; font-weight: normal; font-weight: bold; background-color: #dcdcdc; text-decoration: underline; padding: 4px; }
.ExtraNav a:hover { color: #fff; font-size: 90%; font-weight: bold; background-color: #696969; text-decoration: none; padding: 4px; }

#Header .ExtraNav { font-size: 100%; word-spacing: 0; letter-spacing: 0; position: relative; top: 94px; float: right; margin-right: 18px; padding-right: 5px; padding-left: 5px; }
#Header .ExtraNav ul { 
margin: 0;
}
#Footer .ExtraNav { font-family: "Times New Roman", Georgia; text-decoration: none; text-align: center; }

#Footer .ExtraNav { margin: 0 auto; text-align: center; left: 0; width: auto; padding: -2px 8px 0; }

#Footer .ExtraNav a:link { color: #696969; font-weight: normal; font-weight: bold; text-decoration: none; text-align: center; padding: 0 8px; }

#Footer .ExtraNav a:hover { color: #696969; font-weight: normal; font-weight: bold; text-decoration: underline; text-align: center; padding: 0 8px; }

#Footer .ExtraNav a:visited { color: #c0c0c0; font-weight: normal; font-weight: bold; text-decoration: none; text-align: center; padding: 0 8px; }

#Footer .ExtraNav ul { text-align: center; list-style-type: none; }

#Footer  .ExtraNav ul li { display: inline; text-align: center; }


/* ------ Section 6 - Boxes ------ */

.CalloutBox { background-color:#dcdcdc; width: 85%; margin: 18px auto 24px; padding: 4px; color: #2f4f4f; font-size: 90%; }

.CalloutBox img {
margin: 4px;
}

div.CalloutBox p {
margin: 13px 13px 13px 35px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 { color: #000; margin: 0; border-top: 1px solid #696969; }
div.CalloutBox h2 { color: #fff; font-weight: bold; background-color: #696969; text-align: center; margin: 0; }
div.CalloutBox h3 { color: #696969; }


.ReminderBox { background-color: #dcdcdc; font-size: 95%; width: 30%; margin: 0 0 12px 18px; float: right;             /* adding float enables text to flow around it */
color:maroon; padding: 3px; }

.ReminderBox h4 { margin: 0; padding: 2px; text-align: center; color: #fff; background-color: #696969; }

.ReminderBox p {
font-size: 80%;
padding: 0 8px;
line-height: 120%;
}

.PriceBox { 
color: black; 
padding: 4px; 
width: 95%; 
margin-bottom: 18px; 
border: solid rgb(0,51,102); }
.BuyBox { color: #808080; font-weight: bold; background-image: url(../image-files/buy.gif); text-align: center; padding: 15px 0 10px; position: relative; right: 0; left: 35px; width: 70%; }
.BuyBox a:link { color: #696969; font-size: 90%; text-align: center; margin-left: 0; right: 0; width: 95%; padding-top: 15px; padding-bottom: 10px; }
.BuyBox a:visited { color: #696969; font-size: 95%; font-weight: bold; text-decoration: none; text-align: center; width: 95%; padding: 15px 0 10px; }
.BuyBox a:hover { color: #08c; text-align: center; right: 0; width: 95%; margin-left: 0; padding-top: 15px; padding-bottom: 10px; }
.SideBox { color: #696969; font-size: 95%; background-color: white; background-repeat: no-repeat; text-align: left; position: relative; list-style-type: square; list-style-image: url(../image-files/button.png); padding: 2px; width: 95%; }
.SideBox h5 
{ color: #875131; ; font-weight: bold; text-align: left; text-indent: 2px; margin-top: 0; margin-bottom: 0; padding: 1px; }
.IndexBox { color: #000; font-size: 90%; background-color: rgb(174,204,235); text-align: left; width: 32%; float: right; margin-right: 5px; margin-bottom: 8px; padding: 5px; border: solid 1pt rgb(0,51,102); ; }
.ButtonBox { color: #808080; font-size: 95%; font-weight: bold; background-image: url(../image-files/button.gif); text-align: center; padding: 9px 0; position: relative; right: 0; left: 25px; width: 82%; }
.ButtonBox a:link { color: #696969; text-align: center; margin-left: 0; right: 0; width: 95%; }
.ButtonBox a:visited { color: #696969; font-size: 95%; font-weight: bold; text-decoration: none; padding: 4px; }
.ButtonBox a:hover { color: #08c; text-decoration: underline; text-align: center; right: 0; width: 95%; margin-left: 0; }
.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468 { background-color: transparent; text-align: left; border: 0; }

.AdSenseBoxExtraColumn { text-align: left; float: left; }

.AdSenseBoxLeft { text-align: left; margin: 0 18px 12px; float: left; }

.AdSenseBoxRight { text-align: left; width: 150px; margin: 0 18px 12px; float: right; }

.AdSenseBoxCenter468 { text-align: left; width: 468px; margin: 0 auto 12px; clear: both; }


.ReturnToNavBox {
background-color: transparent;
width: 90%;
background-image: url(../image-files/loon.png);
background-repeat: no-repeat;
background-position: left center;
border-top: 1px dotted #aa7733;
border-bottom: 1px dotted #aa7733;
margin: 15px auto 12px;
padding: 4px 4px 4px 60px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
border: 0px dotted #332206;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 95%;
font-weight: bold;
color: #2f4f4f;
display: block;
margin-bottom:10px;
}
/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 12px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 5px 12px 0;
text-align: center;
}

#ContentColumn ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}

#ContentColumn li {
background: url(../image-files/bullet.gif) left top no-repeat;
padding-left: 35px;
padding-bottom: 18px;
} 
/* - - - - - - - - - - - - - - - - - - - - -
3 columns

- - - - - - - - - - - - - - - - - - - - - */
.threecolcont_C7346EC6 { bottom: 0; width:100%; height: 400px; }
.threecolbox_C7346EC6 { bottom: 0; width:28%; height:auto; float:left; padding-right: 10px; padding-left: 10px; border-right: 1px solid #000; }
/* - - - - - - - - - - - - - - - - - - - - -
picnic box

- - - - - - - - - - - - - - - - - - - - - */
#pbox_overlay {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	text-align: center; display:none; position:absolute; top:0; left:0; width:75%; height:100%; }

.pbox_UseOpacityForBackground{
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.pbox_UsePNGForBackground {
	/* change this path to point to your copy of lightbox_overlay.png */
	background-image: url(../image-files/lightbox_overlay.png);
}

body > div#pbox_overlay {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#pbox_picnik { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; display:block; position:absolute; top:0; }

body > div#pbox_picnik {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#pbox_iframe {
	width:700px;
	height:500px;
	border:none;
}
/* - - - - - - - - - - - - - - - - - - - - -
2 columns

- - - - - - - - - - - - - - - - - - - - - */
.twocolcont_C7E0F8BB { text-align: left; width:100%; height:100% ; }
.twocolboxl_C7E0F8BB { width:45%; height:100%; float:left; padding-right: 0; padding-left: 0; border-right: 2px dotted #000000   }
.twocolboxr_C7E0F8BB { width:auto; height:100% ; margin-left: 50%; padding-left: 0; }
/* - - - - - - - - - - - - - - - - - - - - -
directory columns

- - - - - - - - - - - - - - - - - - - - - */
.threecolcont_C7EBADFD {width:100%; height:auto }
.threecolboxl_C7EBADFD {width:20%; height:auto; float:left;}
.threecolboxc_C7EBADFD {width:40%; height:auto; float:left;}
.threecolboxr_C7EBADFD {width:40%; height:auto; float:left;}
.class { }

