

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background: #e4dfdc  url(../images/background.jpg) repeat-x;
margin: 0;
padding: 0;
font-family: 'Arial',verdana, sans-serif;
color: #6b4f4f  ;
font-size:95%;
line-height: 1.5em;
letter-spacing: 0.03em;
}

h1 {
font-family: 'Arial', Amienne, Garamond, serif;
font-weight:normal;
font-size:150%;
margin-top: 0px;
color: #2e527c;
letter-spacing: 0.08em;
line-height: 100%
}

h2 {
font-family: 'Arial', Amienne, Garamond, serif;
font-weight:normal;
font-size:125%;
margin-top: 0px;
color: #2e527c;
letter-spacing: 0.08em;
line-height: 100%
}

h3 {
font-family: 'Arial', Amienne, Garamond, serif;
font-weight:normal;
font-size:100%;
margin-top: 0px;
color: #2e527c;
letter-spacing: 0.08em;
border-bottom: 1px ridge #e8e7d7;
}


h4, h5, h6 {
font-family: 'Arial', Amienne, Garamond, serif;
font-weight:normal;
font-size:100%;
margin-top: 0px;
color: #2e527c;
letter-spacing: 0.06em;
border-bottom: 0px;
}


#NavColumn {
font-size: 90%;
}

#ExtraColumn {
font-family: 'Arial', verdana, sans-serif;
font-size: 90%;
}


.Caption {
font-size: 75%;
font-weight: normal;
display: block;
text-align: center;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 110%;
font-family: 'Verdana', Courier, monospace;
}




/* -- General Link Styling -- */

a:link {
color: #2e527c;
}

a:visited {
color: #2e527c;
}

a:hover {
color: #2e527c;
text-decoration:underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 950px;
}

#Header {
height: 285px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 199px 0 199px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
padding: 0 20px 0 20px;
}

#NavColumn {
float: left;
width: 199px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -950px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign) */

}

#ExtraColumn {
float: left;
width: 199px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -200px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 950px;
text-align: center;
padding: 8px 0;
margin-left: 16px;
}
.Liner {
padding: 10px;
}

#ContentColumn {
margin-top:-30px;
}

#ExtraColumn .Liner {
margin-top:0px;
padding-left:10px;
padding-right:10px;
}

#NavColumn .Liner {
margin-top:0px;
padding-bottom:0;
margin-bottom:0;
}
#NavColumn {
padding-bottom:0;
margin-bottom:0;  
}

#Footer .Liner {
margin: 0;
padding:30px 0px 30px 0px;
}





/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
position:relative;
margin: 0 auto;

}

#Header {
background: transparent url(../images/header-image.jpg) top right no-repeat;

}


#ContentColumn, #ExtraColumn, #NavColumn {
position:relative;
margin-bottom:-50px;
margin-top:-50px;
z-index:100;
}

#ExtraColumn, #NavColumn {
font-family:Verdana, sans-serif;
}

#NavColumn  {
background: #d1c0b5 url(../images/nav-back.jpg) no-repeat;
}

#ExtraColumn {
background: #d1c0b5 url(../images/nav-back.jpg) no-repeat;
}


#Footer {
position:relative;
background: url(../images/bottom.jpg) bottom right no-repeat;
height:175px;
z-index:1;
}
#Footer .Liner {
padding-top:140px;
}

#NavColumn h1,
#NavColumn h2,
#NavColumn h3,
#NavColumn h4,
#NavColumn h5,
#NavColumn h6,
#ExtraColumn h1,
#ExtraColumn h2,
#ExtraColumn h3,
#ExtraColumn h4,
#ExtraColumn h5,
#ExtraColumn h6 {
  font-family: 'Arial', Lucida Grande, Verdana, sans-serif;
  font-weight:bold;
font-size: 130%;
margin-top: 0px;
color: #2e527c;
letter-spacing: 0.03em;

}



/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Arial', Lucida Grande, Verdana, sans-serif;
background-color: transparent;
background: url(../images/line.gif) bottom left no-repeat;
padding-bottom: 5px;
}


.Navigation a {
text-decoration: none;
}


.Navigation a:link {
color: #2e527c;
text-decoration:none;
}

.Navigation a:visited {
color: #2e527c;
}

.Navigation a:hover {
color: #2e527c;
text-decoration:underline;
}

/* -- Nav Headers -- */

.Navigation h4 {
padding: 20px 0 0;
font-size: 65%;
color: #41962e;
border-bottom: 1px solid #6b4f4f;
margin: 12px 0;
background:url(../images/line.gif) top left no-repeat;
}

.Navigation ul {
list-style-type: none;
color: #41962e;
background: url(../images/starfish.jpg) top left no-repeat;
position: relative;
top: -35px;
margin: 0;
padding: 0;
padding-top: 30px;
margin-bottom: -30px;
}

.Navigation ul,
.Navigation h3 {
padding-left: 40px;
}

.Navigation li {
padding: 0;
margin: 0;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink .Caption {
text-decoration: none;
font-size: 75%;
font-weight: normal;
display: block;
text-align: center;
}

.Caption a:link {
color: #2e527c;
text-decoration:none;
}

.Caption a:visited {
color: #2e527c;
}

.Caption a:hover {
color: #2e527c;
text-decoration:underline;
}

/* -- Header Navbar -- */

#Header {
position:relative;
}

#Header .ExtraNav  {
font-size: 85%;
position: absolute;
top: 8px;
left: 20px;
width:950px;
padding:0 10px 0 10px;
}

#Header .ExtraNav ul {
	margin: 5px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#Header .ExtraNav  li {
	margin: 5px;
	padding: 0;
	display: inline;
}


#Header .ExtraNav a:link {
color: #ffffff;

}

#Header .ExtraNav a:visited {
color: #ffffff;
}

#Header .ExtraNav a:hover {
color: #ffffff;
text-decoration:underline;
}



/* -- Footer Navbar -- */

#Footer .ExtraNav a:link {
color: #ffffff;
background-color: #6b4f4f;
}

#Footer .ExtraNav a:visited {
color: #ffffff;
background-color: #6b4f4f;
}

#Footer .ExtraNav a:hover {
color: #6b4f4f;
background-color: #e4dfdc;
}

#Footer .ExtraNav  {
font-family: 'Arial', Lucida Sans Unicode, Lucida Grande, Verdana, sans-serif;
font-size:90%;
}

#Footer .ExtraNav {
position:relative;
}

#Footer .ExtraNav  {
position: absolute;
top: 5px;
left: 5px;
padding-top:110px;
padding-left:290px;
padding-bottom:20px;
padding-right:50px;
}


#Footer .ExtraNav  ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#Footer .ExtraNav  li {
display: inline;
text-align: center;
}

#Footer .ExtraNav  a {
text-align: center;
padding: 0 4px;
}






/* ------ Section 6 - Boxes ------ */

.CalloutBox, .ReminderBox {
font-family:verdana, sans-serif;
color:#000;
font-size: 95%;
padding: 8px;
}

.CalloutBox p, .ReminderBox p {
margin:0;
}

.CalloutBox {
background-color: #97A6AF;
width: 85%;
margin: 18px auto 24px auto;
}

.ReminderBox {           /* the container box */
background-color: #97AFA0;
width: 35%;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
}

.ReminderBox h4 {
margin: 0;
text-align: center;
background-color: #97AFA0;
}

.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: #97A6AF;
border-top: 2px solid #596973;
border-bottom: 2px solid #596973;
margin: 40px auto 0;
padding: 0 2px;
}

.ReturnToNavBox a:link {
color: #ffffff;
text-decoration:none;
}

.ReturnToNavBox a:visited {
color: #ffffff;
text-decoration:none;
}

.ReturnToNavBox a:hover {
color: #ffffff;
text-decoration:underline;
}


/* -- RSS Box -- */

#RSSbox {
width: 148px;
border: 1px solid #6b4f4f;
margin: 8px auto;
padding: 2px 2px 10px 2px;
font-size: 85%;
font-weight:normal;
line-height: 14px;
text-align: center;
}




/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

img {
border: 0 solid #DDD;
float: center;
}

/* -- lists -- */

#ContentColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

#ContentColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#ContentColumn 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;
}
