


/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #0E6189; 
margin-top: 5px;
padding-top: 0px;
font-family: 'Microsoft Sans Serif', Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color: black;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #0E6189;
/* --  color: #104558;  test color */
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 10px;
}

h1 {
margin-top: 0px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
font-size:160%;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
font-size:140%;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
font-size:120%;
}

h4 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #8f8fb3;  
}

#StorePageWrapper {
width: 960px;
border: 2px solid #8f8fb3;  
}

#Header {
position: relative;
}

#headerlink {
display:block;
width:940px;
height:90px;
margin:0px 0 0 0px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#StoreContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 190px 0 190px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#StoreColumn {
margin: 0 0 0 185px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#StoreExtraColumn {
float: left;
width: 0px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: 0px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
height: 450px;
padding: 8px 0;
border-top: 1px solid transparent;
}

.Liner {
padding: 10px;
}

#Header .Liner {
position:relative; /* copy these 4 green lines and paste into your CSS file */
padding:1px 0;
min-height:126px; /* change this number to the header height you wrote down, minus 2px */
_height:126px; /* IE6 min-height fix */ /* change this number to the header height you wrote down, minus 2px */
}



#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url(../image-files/background-7.jpg);
background-repeat: repeat-y;
}

#StorePageWrapper {
margin: 10px auto;
background-image: url(../image-files/background-9.jpg);
background-repeat: repeat-y;
}

#Header .Liner {
background-image: url(../images/header-image-redesign-17-80.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background-7.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#StoreContentWrapper {
background-image: url(../image-files/background-9.jpg);
background-repeat: repeat-y;
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(../images/footer-background-narrow.jpg);
background-repeat: repeat-y;
text-align: center;
font-size: 85%;
color: white;
}

#NavColumn {
font-size: 90%;
color: white;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #0E6189;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #0E6189;
margin-top: 0;
}


/* ------ Section 3.5 - H Text Nav Bar ------ */

#htextnav {
	
	width: 100%;
	height: 20px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #f2f2f2;
	border-left: 1px solid #B7BFB5; }
	
#htextnav ul {
	list-style: none;
	width: 890px;
	margin: 0 auto;
	padding: 0; }	
	
#htextnav li {
	float: left; }
	
#htextnav li a {
	display: block;
	margin-top: 3px;
	padding-right:12px;
	padding-left:12px;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	color: #069;
	border-left: 1px solid #B7BFB5; }
	
#htextnav li:first-child a {
	border-left: 0px solid #ccc;
	padding-left: 0px; }	
	
#htextnav li a:hover {
	color: #c00;
	background-color: #fff; }


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #0E6189;
border-bottom: 1px solid #fff;
margin: 12px 0;
}

.Navigation h4 {
padding: 0;
font-size: 100%;
color: #bfbfbf;
border-bottom: 1px solid #bfbfbf;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #1094BE;      
border: 1px solid white;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #FFFF9C;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #FFFF9C;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #d3e4fb;  
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
position:relative;bottom:4px;
}


.ExtraNav a:link {
color: white;
background-color: #092A17;
text-decoration: underline;

padding: 0 4px;
}

.ExtraNav a:visited {
color: white;
background-color: #092A17;
text-decoration: underline;
}

.ExtraNav a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 5px;
left: 10px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
}


.ExtraNav2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav2 ul {
list-style-type: none;
padding: 0;
}

.ExtraNav2 ul li {
display: inline;
text-align: center;
position:relative;bottom:4px;left:660px;
}


.ExtraNav2 a:link {
color: white;
background-color: #092A17;
text-decoration: underline;
text-align: center;
padding: 0 4px;
}

.ExtraNav2 a:visited {
color: white;
background-color: #092A17;
text-decoration: underline;
}

.ExtraNav2 a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}

#Header .ExtraNav2 {
font-size: 85%;
position: absolute;
top: 5px;
left: 10px;
}

#Header .ExtraNav2 ul { 
margin: 0;
}

#Footer .ExtraNav2 {
margin: 12px auto;
}


/* Class for Header Link */

.ExtraNav3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav3 ul {
list-style-type: none;
padding: 0;
}

.ExtraNav3 ul li {
display: inline;
text-align: center;
}

.ExtraNav3 a:link {
color: white;
background-color: none;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav3 a:visited {
color: white;
background-color: none;
text-decoration: none;
}

.ExtraNav3 a:hover {
color: red;
background-color: none;
text-decoration: none;
}

#Header .ExtraNav3 {
font-size: 85%;
position: absolute;
top: 5px;
left: 10px;
}

#Header .ExtraNav3 ul { 
margin: 0;
}

#Footer .ExtraNav3 {
margin: 12px auto;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #5A93A6;
width: 85%;
border: 1px dotted white;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #218FB6;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: white;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #083E50;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #ffffff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 15px;
}

/* -- RSS Box -- */

/* -- orig color: 218FB6 -- */

#RSSbox {
width: 148px;
background-color: #FEFECA;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 110%;
font-weight: bold;
color: navy;
line-height: 120%;
text-align: center;
}

/* -- Extra Default Nav Box -- */

#ExtraNavbox {
width: 150px;
background-color: #E6ECEE;
border: 1px solid #8f8fb3;
margin: 5px auto 5px 0px;
padding: 10px 5px 10px 5px;
font-size: 90%;

color: black;
line-height: 120%;
text-align: left;
}

#ExtraNavboxThumb {
width: 150px;
background-color: #1094BE;

border: 1px solid #ffffff;
margin: 5px auto 5px 0px;
padding: 10px 5px 10px 5px;
font-size: 90%;

color: black;
line-height: 120%;
text-align: left;
}

#ExtraNavboxThumb2 {
width: 150px;
background-color: #1094BE;

border: 1px solid #ffffff;
margin: 0px auto 5px 0px;
padding: 10px 4px 10px 6px;
font-size: 90%;

color: black;
line-height: 120%;
text-align: left;
}


#ExtraNavboxThumbWide {
width: 158px;
background-color: #1094BE;
<!-- light gray background-color: #5A93A6; -->

<!-- old border: 1px solid #8f8fb3; -->


margin: 5px auto 5px 0px;
padding: 10px 5px 10px 5px;

}


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Cite {
font-size:85%;
margin-top:5px;
margin-bottom:5px;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #0E6189;
display: block;
line-height: 150%;
margin-bottom:3px;
}

.Viswhite a:visited {
color: #FFFFFF;
text-decoration: underline;
}

.Viswhite a:link {
color: #FFFFFF;; 
text-decoration: underline;
}

.Viswhite a:hover {
color: #FFFFFF;;
text-decoration: underline;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* ------ Section 8 Added by DJ - TSW Tab Buttons ------ */

/*
	tswtabs.css		1.0.4
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
	background-color: #000000;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	
}
#tswcsstabs li a {
	color: #fff ;
	background-color: #42911f ;
	border: 1px outset #008f00 ;
	padding-top: 5px ;
	padding-bottom: 5px;
	padding-left: 8px ;
	padding-right: 8px;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #000 ;
	background-color: #59e01b ;
}

