 
 /* ------ Section 1 - Global Body, Font and Link Settings ------ */
                                                                     /* ------CHANGE HERE ------ */
body {
background-image: url(../image-files/sandbevel_lite.jpg);
background-position: top center;
margin: 0;
padding: 0;
}
/* ------ TO HERE ------ */
body, table, tr, td {
font-family: Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.4em;
	color: #000000;
    font-size: 80%; 
    }


/* -- General Link Styling -- */

a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

                                                                 /* ------CHANGE HERE ------ */
#Header {
height: 160px;
}
/* ------ TO HERE ------ */

#ContentWrapper {
float: left;
width: 100%;
}

#colmid {
margin: 0 140px 0 150px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#col2 {
float: left;
width: 149px;               /* 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)  */
}

#col3 {
float: left;
width: 139px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -140px;        /* STEP 5: set to -(RightColumnWidth) */
}


#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 1px solid #988982;   /* dark sea blue, headlines and borders */
margin: 1px auto;
background-image: url(../image-files/txtrlrock031.gif);
}

#Header {
background-image: url(../image-files/header-nov09.jpg);
background-repeat: no-repeat;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/txtrlrock031.gif);
background-repeat: repeat-y;
}

#col2 {
background-image: url(../image-files/txtrlrock031.gif);
background-repeat: repeat-y;
}

#colmid {
background-color: #fff;
background-repeat: repeat-y;
padding: 10px 20px;
}

#col3 {
background-image: url(../image-files/txtrlrock031.gif);
background-repeat: repeat-y;
}

#footer {
        clear:both;
        float:left;
        width:100%;
      background-image: url(../image-files/txtrlrock031.gif);
background-repeat: repeat-y;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }


/* ------ Section 3a - Tables Details ------ */

 /* <![CDATA[ */

table, tr, td 
{
    border-width: 2px 5px 2px 5px;
    border-style: ridge;
    border-top-color: #27408b;
border-right-color:#abc4e3;
border-bottom-color: #bf9b30;;
border-left-color: #27408b;
background-color: #f5f5dc;

}

/* ]]> */
/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #fff;
border-bottom: 1px solid #fff;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}
/* peach, for button and RSS box backgrounds -- */
.Navigation li {
border-width: 3px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #a66900;
border-bottom-color: #bf9b30;
border-left-color: #bf9b30;
margin-bottom: 3px;
color: #7D6A46;
}

/* -- Navigation Link styles -- */

.Navigation a {
color: #090974;
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: #27408b;
text-decoration: none;
}

.Navigation a:hover {
color: white;
background-color: #FF9900;   /* my beige paralell blue used in center column of anguilla-background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}

/* ------ Section 5 - Additional Navigation - navigation sub = the ridge boxes I like and Image GAllery------ */

.navigationsub {
width: 100%;
font-family: Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.navigationsub h3 {
padding: 0;
font-size: 110%;
color: #fff;
border-bottom: 1px solid #fff;
margin: 12px 0;
}

/* -- Nav List -- */

.navigationsub ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.navigationsub li {
  /* peach, for button and RSS box backgrounds -- */

border-width: 3px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #a66900;
border-bottom-color: #bf9b30;
border-left-color: #bf9b30;
background-color: #f5f5dc;
margin-bottom: 3px;
color: white;
}


/* -- Navigation Link styles -- */

.navigationsub a {
color: #090974;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.navigationsub a:visited {
color: purple;
text-decoration: none;
}

.navigationsub a:hover {
color: white;
background-color: #f5f5dc;   /* my beige paralell blue used in center column of anguilla-background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 1px auto 1px auto;
background-color: #abc4e3;
width: 660px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #ECE9D8;
text-align: center;
}

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #f5f5dc;
text-decoration: underline;
}


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


/* -- Hovermenu NavBar -- */

.hovermenu ul{
font: bold 13px arial;
padding-left: 5px;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 4px 0.5em;
text-decoration: none;
float: left;
color: #f0f5fb;
background-color: #7D6A46;
border: 5px solid #f0f5fb;
border-style: outset;
}

.hovermenu ul li a:hover{
color: white;
background-color: #FF9900;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/* ------ Section 6 - Foto Gallery ------ */
 
  #gallery {width:650px;}
#gallery ul {list-style:none; padding:0; margin:0; width:130px; position:relative; float:right;}
#gallery ul li {display:inline; width:62px; height:62px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:60px; height:60px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:60px; height:60px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; right:135px; top:0; width:auto; height:auto; border:1px solid #000;}


/* ------ Section 7 - Specific Font Styles ------ */

#col2 {
font-size: 90%;
color: #1d487e;
}

#col3 {
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #D66B33;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}
h3.c3 {text-align: center; color: #D66B33; }
/*<![CDATA[*/


 p.c2 {text-align: center; color: #000000; font-size: 80%; line-height: normal; }

/* ------ Section 6A spans  ------ */
/* ------ Section 6A spans  ------ */

 span.c1 {color: #000000; font-size: small; line-height: normal;}
 span.c2 {color: #D66B33; font-size: large; line-height: normal;}
 span.c3 {color: #191970; font-size: small; line-height: normal;}
/*]]>*/

#pClose {
margin-top: 5px;
border-top: 1px solid #8f8fb3;
}
/* ------ Section 6A spans  ------ */
/* ------ Section 6A spans  ------ */

#col2 h4 {
font-size: 90%;
color: #1d487e;
margin-top: 0;
}

#col3 h4 {
font-size: 90%;
color: #1d487e;
margin-top: 0;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

/* ------ Section 7 - Boxes ------ */
/* ------ floatleft and right for images ------ */

.floatleft { float: left; margin: 0px 5px 5px 0px; 
border-width: 5px;
border-style: ridge;
border-top-color: #abc4e3;
border-right-color: #abc4e3;
border-bottom-color: #abc4e3;
border-left-color: #abc4e3;
}
.floatright { float: right; margin: 0px 0px 5px 5px; 
border-width: 5px;
border-style: ridge;
border-top-color: #abc4e3;
border-right-color: #abc4e3;
border-bottom-color: #abc4e3;
border-left-color: #abc4e3;
}

.blogbox 
{
border-width: 5px;
border-style: ridge;
border-top-color: #bf9b30;
border-right-color: #abc4e3;
border-bottom-color: #bf9b30;
border-left-color: #abc4e3;
background-color: #fff;
text-align: center;
width: 85%;margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.blogbox p {
margin: 13px;
}
p.blogbox {
padding: 13px;
}

div.blogbox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.blogbox h1, h2, h3, h4, h5, h6 {
padding: 0;
}

.blogbox2 
{
border-width: 5px;
border-style: ridge;
border-top-color: #bf9b30;
border-right-color: #abc4e3;
border-bottom-color: #bf9b30;
border-left-color: #abc4e3;
background-color: #cdb38b;
text-align: center;
width: 85%;margin: 18px auto 24px auto;
padding: 4px;
color: white;

}

div.blogbox p {
margin: 13px;
}
p.blogbox {
padding: 13px;
}

div.blogbox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.blogbox h1, h2, h3, h4, h5, h6 {
padding: 0;
}

.boxridge 
{
border-width: 5px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #a66900;
border-bottom-color: #bf9b30;
border-left-color: #bf9b30;
 background-color: #f5f5dc;
width: 85%;margin: 18px auto 24px auto;
padding: 4px;
color: black;
}



.middlebox 
{
border-width: 5px;
border-style: ridge;
border-top-color: #abc4e3;
border-right-color: #abc4e3;
border-bottom-color: #abc4e3;
border-left-color: #abc4e3;
background-color: #f5f5dc;
text-align: center;
width: 65%;margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.middlebox p {
margin: 13px;
}
p.middlebox {
padding: 13px;
}

div.middlebox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.middlebox h1, h2, h3, h4, h5, h6 {
padding: 0;
}


       .headlinebox 
{
border-width: 5px;
border-style: outset;
border-top-color: #a66900;
border-right-color: #abc4e3;
border-bottom-color: #fff;
border-left-color: #abc4e3;
background-color: #fff;
text-align: center;
width: 65%;margin: 18px auto 24px auto;
padding: 6px;
color: black;
}
.headlinebox p {
margin: 13px;
}
p.headlinebox {
padding: 13px;
}

.headlinebox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.headlinebox h1, h2, h3, h4, h5, h6 {
padding: 0;
}


        
        .boxcenter 
{
border-width: 5px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #abc4e3;
border-bottom-color: #abc4e3;
border-left-color: #bf9b30;
background-color: #f5f5dc;
text-align: center;
width: 50%;margin: 18px auto 24px auto;
padding: 4px;
color: black;
}
.boxcenter p {
margin: 13px;
}
p.boxcenter {
padding: 13px;
}

.boxcenter h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.boxcenter h1, h2, h3, h4, h5, h6 {
padding: 0;
}

.linkbox1L {
border-width: 5px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #a66900;
border-bottom-color: #bf9b30;
border-left-color: #bf9b30;
background-color: #cdb38b;
text-align: center;
width: 45%;margin: 18px auto 24px auto;
padding: 4px;
color: white;
float: left;
}

div.linkbox1L p {
margin: 13px;
}
p.linkbox1L {
padding: 13px;
}

.linkbox1L h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.linkbox1L h1, h2, h3, h4, h5, h6 {
padding: 0;
}



.linkbox2R {
border-width: 5px;
border-style: ridge;
border-top-color: #abc4e3;
border-right-color: #abc4e3;
border-bottom-color: #abc4e3;
border-left-color: #abc4e3;
background-color: #cdb38b;
text-align: center;
width: 45%;margin: 18px auto 24px auto;
padding: 4px;
color: white;
float: right;
}

.linkbox2R p {
margin: 13px;
}
p.linkbox2R {
padding: 13px;
}

.linkbox2R h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.linkbox2R h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.linkbox3L {
border-width: 5px;
border-style: ridge;
border-top-color: #abc4e3;
border-right-color: #abc4e3;
border-bottom-color: #abc4e3;
border-left-color: #abc4e3;
background-color: #cdb38b;
text-align: center;
width: 45%;margin: 18px auto 24px auto;
padding: 4px;
color: white;
float: left;
}

.linkbox3L p {
margin: 13px;
}
p.linkbox3L {
padding: 13px;
}

.linkbox3L h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.linkbox3L h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.linkbox4R {
border-width: 5px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #a66900;
border-bottom-color: #bf9b30;
border-left-color: #bf9b30;
background-color: #cdb38b;
text-align: center;
width: 45%;margin: 18px auto 24px auto;
padding: 4px;
color: white;
float: right;
}


div.linkbox4R p {
margin: 13px;
}
p.linkbox4R {
padding: 13px;
}

.linkbox4R h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.linkbox4R h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.BoxblueL {
border-width: 5px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #a66900;
border-bottom-color: #bf9b30;
border-left-color: #bf9b30;
background-color: #f5f5dc;
text-align: center;
width: 45%;margin: 18px auto 24px auto;
padding: 4px;
color: black;
float: left;
}


div.BoxblueL p {
margin: 13px;
}
p.BoxblueL {
padding: 13px;
}

.BoxblueL h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.BoxblueL h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.BoxblueR {
border-width: 5px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #a66900;
border-bottom-color: #bf9b30;
border-left-color: #bf9b30;
background-color: #f5f5dc;
text-align: center;
width: 45%;margin: 18px auto 24px auto;
padding: 4px;
color: black;
float: right;
}

.BoxblueR p {
margin: 13px;
}
p.BoxblueR {
padding: 13px;
}

.BoxblueR h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.BoxblueR h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.emiliobox 
{
border-width: 5px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #a66900;
border-bottom-color: #bf9b30;
border-left-color: #bf9b30;
background-color: #f5f5dc;
width: 95%;margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

.emiliobox2 
{
border-width: 5px;
border-style: ridge;
border-top-color: #abc4e3;
border-right-color: #abc4e3;
border-bottom-color: #abc4e3;
border-left-color: #abc4e3;
background-color: #f5f5dc;
width: 95%;margin: 18px auto 24px auto;
padding: 4px;
color: black;
}


.container {padding-left:10px;}
.shadow {float:left;}
.frame {position:relative; background:#fff; padding:10px; display:block;
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
.clear {clear:left;}


<!--[if IE]>
.container {padding-left:14px;}
.frame {left:4px; top:4px;}
.shadow {background:#000; margin:-4px -4px; filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.60');}
<![endif]-->


.CalloutBox 
{
border-width: 5px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #a66900;
border-bottom-color: #bf9b30;
border-left-color: #bf9b30;
background-image: url(../image-files/txtrlrock031.gif);
width: 85%;margin: 18px auto 24px auto;
padding: 4px;
color: black;
}


div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.CalloutBox2 
{
border-width: 5px;
border-style: ridge;
border-top-color: #abc4e3;
border-right-color: #abc4e3;
border-bottom-color: #abc4e3;
border-left-color: #abc4e3;
 background-color: #7D6A46;
width: 85%;margin: 18px auto 24px auto;
padding: 4px;
color: white;
}


div.CalloutBox2 p {
margin: 13px;
}
p.CalloutBox2 {
padding: 13px;
}

div.CalloutBox2 h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox2 h1, h2, h3, h4, h5, h6 {
padding: 0;
}

.Boxblue {
background-color: #fff;
width: 85%;
border-width: 5px;
border-style: outset;
border-color: #dadada;
text-align: center;
color:#000;
margin: 18px auto 24px auto;
padding: 4px;
}

div.Boxblue p {
margin: 13px;
}
p.Boxblue {
padding: 13px;
text-align: center;
}

div.Boxblue h1, h2, h3, h4, h5, h6 {
margin: 0;
text-align: center;
}
p.Boxblue h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.boxlinklist {           /* the link container box */
background-color: #f5f5dc;
width: 24%;
border: 2px ridge #abc4e3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.boxlinklist h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.boxlinklist p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}

.line {
background-color: #abc4e3;
width: 85%;
border: 2px solid #abc4e3;
margin: 10px auto 10px auto;
padding: 1px;
}

.boxline{
border-width: 3px;
border-style: ridge;
border-top-color: #abc4e3;
border-right-color: #abc4e3;
border-bottom-color: #abc4e3;
border-left-color: #abc4e3;
 background-color: #f5f5dc;
width: 100%;
margin: 5px 0px 7px 0px;
padding: 1px;
}


.ReminderBox {      /* the container box */
background-color: #f5f5dc; 
width: 30%;
border: 3px solid #ebebdf;
border-style: outset;
margin: 0 0 12px 18px;
float: right;         /* adding float enables text to flow around it */
font-size: 100%; 
color: #000;
}


.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
padding: 5px;
background-color: #d3e4fb;
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;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: #fff;
width: 80%;
text-align: center;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}
	

/* -- RSS Box -- */

#RSSbox {
width: 118px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
}




/* ------ Section 8 - Frequently Used Styles ------ */


.clear {
clear: both;
}

img {
border: 0 solid #ddd;
}

/* -- lists -- */

#colmid ul {
list-style-type: circle;
margin: 0 0 8px 10px;
}

#colmid li {
margin: 0 0 8px 5px;
}


#colmid ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#colmid li {
margin: 0 0 8px 5px;
}

/* -- 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;
}

.center { 
text-align: center;
}

















