/* TWO COLUMN (CONTENT + NAV) WITH INLINE FRAME IN CONTENT*/
   /* deep burgundy#460502; #fc6 gold */ 
html,  body {
 margin: 0;
 padding: 0;
background-color:  #003; 
 text-align: center;
}
 div#frameOuter {
 background:#000;
border: solid 2px #f9d24a;
margin:  1% auto;  
padding:0 auto;
text-align: center;
width: 95%;
}
div#frameInner {
 background:#000;
 border: solid 3px #fc6;
margin: 0 auto;
padding: 0;
text-align:center;
 width: 99.5%;
}
div#page {
 background:#f00;
color:#fc6;
font-size: 11pt;
 margin:  0 auto;
 padding: 0;
 background:#000;
 border: solid 2px #8c6901;
 text-align: center;
 width: 99.6%;
}

/* HEADER */
 div#header {
 background:#000;
border-bottom: solid 1px #fc6;
color:#fc6;
line-height: .8em;
margin: 0 0 3em 0;
padding: 3% 1% 3% 3%;
font-family: "GoudyOlSt BT", Georgia, "Times New Roman", Times, serif;
text-align: left;
 }
 div#slogan  {
display:inline;
float: right;

margin-left: 0;
padding: 2%;

font-style:italic;
line-height:55px;
text-align: left;
 }

/* END HEADER */


/* CONTENT */
div#content {
font-size: .9em;
margin: 0 auto;
padding: 0;
position: relative;
width: 90%;
 background:#000;
  line-height: 1.5em;
}
  
/* FOOTER */
 div#footer {
border-top: solid 1px #fc6;
color: #fc6;
 background:#000;
margin: 1em auto;
text-align: center;
width: 100%;
 }
 div#footer p {
font-size: 0.8em;
padding: 0 3em;
width: 60%;
 }
/* ** IMAGES  **** */
img {
border: 0;
}
#imagegallery {
margin:0;
text-align: center;
width: 100%;
}
#imagegallery img {
 border: solid .1em #fc6;
 margin-left: 0;
}
#imagegallery li {
  display: inline;
  margin-left: .3em;
}
/* LINKS */
a,
a:link {
 color:#fc6;
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:visited {
color:  #836336;
}
a:hover {
 color:#fff;
text-decoration: none;
}
/* END LINKS */

/* HEADINGS */
h1, h2, h3, h4, h5  {
font-family: "GoudyOlSt BT", Georgia, "Times New Roman", Times, serif;
line-height:1.3em;
}
h1 {
display:inline;
margin: 0 0 0.5em 0;
padding: 0;
 color: #acacac;
font-size: 3em;
font-weight:200;
font-family: "GoudyOlSt BT", Georgia, "Times New Roman", Times, serif;
line-height:1.3em;
}
div#header h1 a:link,
div#header h1 a:active,
div#header h1 a:visited {
color: #acacac;
}
div#header h1 a:hover {
color:#fff;
}

h2 {
margin: 0 0 0.5em 0;
padding: 0;

color: #acacac;
font-size: 1.7em;
font-weight:200;
font-family: "GoudyOlSt BT", Georgia, "Times New Roman", Times, serif;
line-height:1.3em;
}
h3 {
margin: 0 0 0.5em 0;
padding:0;
font-family: "GoudyOlSt BT", Georgia, "Times New Roman", Times, serif;
line-height:1.3em;
 color:#353535;
font-size: 1.5em;
}
h4  {
color: #fc6;
font-size: 1.3em;
font-weight:600;
font-family: "GoudyOlSt BT", Georgia, "Times New Roman", Times, serif;
line-height:1.5em;
margin-left: 0.25em;
margin-top:.5em;
padding: 0;

}
div#header h4 {
color: #fc6;
font-weight:600;
}
div#header h5 {
color: #fc6;
font-weight:400;
}
div#header h4 a:link,
div#header h4 a:active,
div#header h4 a:visited {
color: #fc6;
}
div#header h4 a:hover {
color:#fff;
}
 
 h5 {
color:#CF4923;
font-size: 1.2em;
 font-weight:400;
font-family: "GoudyOlSt BT", Georgia, "Times New Roman", Times, serif;
line-height:1.5em;
margin-left: 0.25em;
margin-top:.5em;
}
h6 {
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
 color: black;
}
/* END HEADINGS */

/* TEXT */
p {
font-size: 1em;
margin: 2em auto 1em;
padding: 0;
line-height:1.4em;
width: 65%;
}

.bold {
font-weight: bold;
}
.italic {
font-style:italic;
}
.gold {
background:#000;
color:#fc6;
padding:1%;
}
.copyright {
font-size: .8em;
line-height:1.2em;
width: 70%
}
.copyright a {
text-decoration: none;
}
/* END Bottom Panel  */
.left {
margin-left: 0;
text-align:left; 
}
.right {
margin-right: 0;
text-align:right; 
}
.center {
font-size:1em;
margin: auto;
text-align:center; 
}
.small {
line-height:1.5em;
text-align:center; 
margin:auto;
font-size: .8em;
text-align:center;
text-decoration: none;
}
.validation {
display: inline;
height:31px;
margin-left: 1em;
text-align: center;
width:88px;
}
/* END TEXT */

/* A CSS Framework by Mike Stenhouse of Content with Style */

/* clearing */
.stretch,
.clear {
clear:both; 
height:1px; 
margin:0; 
padding:0; 
font-size: 15px;
line-height: 1px;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
* html>body .clearfix {
display: inline-block; 
width: 100%;
}

* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}
/* end clearing */


