/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #30332f;
margin: 0;
padding: 0;
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
color: #30332f;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #30332f;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 18px;
}

h1 {
margin-top: 0px;
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
border-bottom: 0 solid #30332f;
text-align: center;
color: #30332f;
}

h2 {
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
border-bottom: 1px solid #139256;
color: #139256;
}

h3 {
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
border-bottom: 1px solid #ef3d2f;
color: #ef3d2f;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #ef3d2f; 
text-decoration: underline;
}

a:visited {
color: #ef3d2f;
text-decoration: underline;
}

a:hover {
color: #30332f;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 800px;
border: 1px solid #ffffff;
}

#Header {
position: relative;
height: 240px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 20px 0 210px;
}

#NavColumn {
float: left;
width: 179px;
margin-left: -800px;
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
height: 84px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/content-background-image.jpg);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/content-background-image.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
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-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
text-align: center;
font-size: 85%;
color: #ffffff;
}

#NavColumn {
font-size: 90%;
color: #ffffff;
}

#NavColumn h4 {
font-size: 90%;
color: #ffffff;
margin-top: 0;
}


/* ------ 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: #ffffff;
border-bottom: 1px solid #ffffff;
margin: 12px 0;
}

/* ------ 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;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
color: #ffffff;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #ffffff;
text-decoration: none;
}

.ExtraNav a:hover {
color: #30332f;
background-color: transparent;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 200px;
right: 20px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Header .ExtraNav li { 
margin: 0;
background: transparent;
}

#Header .ExtraNav a:link {
color: #ffffff;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

#Header .ExtraNav a:visited {
color: #ffffff;
text-decoration: none;
}

#Header .ExtraNav a:hover {
color: #30332f;
background-color: transparent;
text-decoration: underline;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
}

.ReturnToNavBox {
background-color: transparent;
width: 90%;
border-top: 1px solid #30332f;
border-bottom: 1px solid #30332f;
margin: 0 auto 12px auto;
padding: 4px;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- 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;
}