/*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-color: white;
    height: 77px;
}
#head img{
    display: block;
}
#main{
    background: white url(i/body.gif) 596px top 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;
}
#lnav{
    width: 170px;
    padding: 20px 30px 20px 0;
    float: left;
}
#lnav ul{
    border-top: 1px solid #c8c8c8;
}
#lnav a{
    line-height: 35px;
    color: #817B63;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0 0 0 30px;
}
#lnav ul ul li{
    padding: 10px 0;
    padding-left: 30px;
}
#lnav ul ul a{
    color: black;
    font-weight: normal;
    font-size: 1.2em;
    text-transform: none;
    line-height: 1.1em;
    margin: 0;
}
#lnav ul ul li.crumb, #lnav ul ul li:hover, #lnav ul ul li.hover{
    background: transparent url(i/lnav.gif) 15px center no-repeat;
}
#lnav ul ul li.crumb a, #lnav ul ul li:hover a,#lnav ul ul li.hover a{
    color: #817B63;
}

.section_Body{
    width: 370px;
    padding: 20px 26px 0 0;
    float: left;
    min-height: 100px;
}
.section_Right_Column{
    width: 206px;
    padding: 0 0 0 20px;
    float: left;
    border-top: 30px solid white;
}
h1{
    font-size: 1.6em;
    font-weight: bold;
    color: #B18000;
    line-height: 1.3em;
    margin: .7em 0;
}
h2{
    font-size: 1.3em;
    font-weight: bold;
    color: #B18000;
    line-height: 1.8em;
    margin: 1em 0;
}
h3{
    font-size: 1.3em;
    font-weight: bold;
    color: #6A2D00;
    line-height: 1.8em;
    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_Body ul{
    list-style-type: disc;
    margin: 1em 0;
    padding: 0 1em;
    font-size: 1.3em;
    color: #444;
    line-height: 1.8em;
}
.section_Body a, .section_Right_Column a{
    color: black;
    text-decoration: none;
}
.section_Body a:hover, .section_Right_Column a:hover{
    color: #6A2D00;
}
.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;
}

