/*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,sans-serif;
}


#head{
    background-color: white;
    height: 412px;
}
#gnav{
    background-color: #E7C152;
    height: 36px;
}
#body{
    
}


.ic{
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    min-width: 870px;
    position: relative;
}
#head .ic{
    overflow: hidden;
    background-color: white;
}
#head .ic2{
    position: relative;
    width: 2px;
    height: 412px;
    margin: 0 auto;
    background-color: white;
}
#gnav .ic2,#body .ic2{
    width: 870px;
    margin: 0 auto;
}


#gnav{
    z-index: 16;
    position: relative;
}
body, #body, #body .ic2, #body .ic, #col1, #col2, .section, .mcontainer{
    z-index: 10;
    position: relative;
}
#gnav .ic2, #gnav .ic, #gnav .ic2>ul,#gnav .ic2>ul>li, #gnav .ic2>ul>li>ul{
    z-index: 18;
    position: relative;
}

#head img{
    position: absolute;
    left: -749px;
    top: 0;
    height: 412px;
}
#gnav .ic2>ul{
    background: #E7C152 url(tagline.jpg) 510px 9px no-repeat;
    height: 36px;
}
#gnav .ic2>ul>li{
    float: left;
    padding: 0 10px;
    position: relative;
}
#gnav .ic2>ul>li>a{
    line-height: 36px;
    font-size: 1.4em;
    color: #666;
}
#gnav .ic2>ul>li>ul{
    position: absolute;
    top: 36px;
    left: 0;
    background-color: #E7C152;
    display: none;
    z-index: 10;
}
#gnav .ic2>ul>li:hover>ul{
    display: block;
}
#gnav .ic2>ul>li>ul>li{
    padding: 0 10px;
    width: 120px;
}
#gnav .ic2>ul>li>ul>li>a{
    line-height: 24px;
    font-size: 1.2em;
    color: #666;
}
#gnav .ic2 li:hover>a,#gnav .ic2 li.crumb>a{
    color: white;
}
#col1{
    width: 550px;
    float: left;
    padding-top: 20px;
}
#col2{
    width: 200px;
    float: right;
    padding-top: 20px;
}
#foot{
    clear: both;
    padding-top: 50px;
}
#body h1{
    font-size: 2.4em;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0.5em 0;
    color: #888;
}
#body p{
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 1em 0;
    color: #888;
}
#col1 h1{
    position: relative;
    left: -50px;
    padding-left: 50px;
    background: url(arrs.gif) left center no-repeat;
}
#col2 li{
    margin: 0.5em 0;
    font-size: 1.4em;
    line-height: 1.5em;
}
#col2 li a{
    color: #888;
}
#col2 a:hover{
    color: #a8a77b;
}
#foot p{
    margin: 0.3em 0;
}
#foot a{
    color: #666;
}
#foot a:hover{
    text-decoration: underline;
}
#foot p.small{
    font-size: 1.1em;
}
#foot p.small a{
    color: #888;
}

