/*Reset CSS to even Playing Ground*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, samp,small, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, le, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;	text-decoration: none;}:focus {	outline: 0;}body {	background: white;	line-height: 1; font-size: 62.5%;}ol, ul {	list-style: none;}table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}
body{
    font-family: Arial,Helvetica,Geneva,Swiss,sans-serif;
    background-color: #ACA684;
}
#container{
    min-width: 890px;
}
#head{
    width: 100%;
    background: #efece3 url(i/head-stripe.gif) left bottom repeat-x;
    height: 223px;
}
#head img{
    display: block;
}
#main{
    background: white url(i/col.gif) top left repeat-y;
    min-height: 400px;
}
#gnav{
    background: white url(i/main-bg.jpg) top left no-repeat;
    height: 72px;
}

#gnav ul{
    border-right: 1px solid #B5B093;
    float: left;
}
#gnav li{
    height: 45px;
    line-height: 45px; 
    display: block;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #CECAB3;
    border-left: 1px solid #B5B093;
    position: relative;
}
#gnav a{
    color: #6A2D00;
    text-transform: uppercase;
    font-size: 1.1em;
}
#gnav li:hover a, #gnav li.hover a, #gnav li.crumb a{
    color: white;
}
#gnav li:hover, #gnav li.hover, #gnav li.crumb{
    background: url(i/gnav.gif) left bottom repeat-x;
}
#gnav ul ul{
    position: absolute;
    top: 45px;
    left: 0;
    background-color: #E2DFCE;
    border-width: 0;
    display: none;
}
#gnav li:hover ul, #gnav li.hover ul{
    display: block;
}
#gnav ul ul li,  #gnav li.crumb li{
    background: #E2DFCE;
    float: none;
    height: auto;
    line-height: 1.1em;
    padding: 5px 7px;
    border-width: 0;
    width: 150px;
}
#gnav ul ul a, #gnav li:hover li a, #gnav li.hover li a, #gnav li.crumb li a{
    color: #6A2D00;
    text-transform: none;
    font-size: 1.1em;
}
#gnav li li:hover, #gnav li li.hover{
    background: #B18000;
}
#gnav li li:hover a, #gnav li li.hover a{
    color: white;
}
#photos{
    width: 193px;
    float: left;
}
#photos img{
    border-top: 6px solid white;
    display: block;
}
.section_Column_1{
    width: 165px;
    padding: 20px 30px;
    float: left;
}
.section_Column_2{
    width: 400px;
    padding: 20px 0;
    float: left;
}
.section_Column_1 a{
    color: #444;
}
.section_Column_1 a:hover{
    text-decoration: underline;
}
.section_Column_1 p{
    margin-top: 0;
    line-height: 1.1em;
}

h1{
    font-size: 1.6em;
    font-weight: bold;
    color: #6A2D00;
    line-height: 1.3em;
    margin: .7em 0;
}
h2{
    font-size: 1.3em;
    font-weight: bold;
    color: #6A2D00;
    line-height: 1.3em;
    margin: 1em 0;
}
p{
    font-size: 1.3em;
    color: #444;
    line-height: 1.8em;
    margin: 1em 0;
}
hr{
    border-width: 0;
    color: #888;
    background-color: #888;
    height: 2px;
}
.section_Footer{
    border-top: 6px solid #6A2D00;
    padding: 0 50px;
}
.section_Footer p{
    color: white;
    font-size: 1.2em;
    line-height: 4em;
}
.section_Footer a{
    color: white;
}
