/*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{
	background-color: #DAE2B1;
	text-align: center;
	color: #858E73;
	font-family: trebuchet ms,arial,verdana,sans-serif;
}

#container{
	z-index: 1;
	width: 950px;
	margin: 0 auto;
	background-color: white;
}
#header img{
	display: block;
	margin: 0 2px;
}
#gnav{
	z-index: 6;
	padding: 1px 2px 0 2px;
	font-size: 1.1em;
}
#gnav a{
	color:#858D75;
}
#gnav ul{
	z-index: 7;
	height: 35px;
	padding-left: 40px;
	background: transparent url(i/gnav.gif) top left repeat-x;
}
#gnav ul li{
	z-index: 8;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 7px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
}
#gnav ul li:last-child{
	padding-right: 0;
}
#gnav ul li ul{
	z-index: 9;
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	padding: 0;
	height: auto;
	background: white;
	border: 1px solid #E1E2DC;
}
#gnav ul li:hover, #gnav ul li.hover, #gnav ul li.crumb{
	background: transparent url(i/indicator.gif) center bottom no-repeat;
}
#gnav ul ul li:hover, #gnav ul ul li.hover{
	background: white;
}
#gnav ul li:hover ul, #gnav ul li.hover ul{
	display: block;
}

#gnav ul li ul li, #gnav ul li.crumb ul li{
	float: none;
	height: auto;
	line-height: 2em;
	width: 150px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	background: transparent;
}
#gnav ul li ul li:hover, #gnav ul li ul li.hover{
	background-color:#EEF5E5;
}
#content{
	z-index: 2;
	padding: 0 2px 20px 2px;
	background: transparent url(i/content-bg.gif) 518px top no-repeat;
	overflow: auto;
	zoom: 1;
}
#col_left{
	width: 400px;
	float: left;
	text-align: left;
	margin-left: 50px;
	padding-top: 30px;
}
.IE6 #col_left{
	margin-left: 25px;
}
#col_right{
	float: left;
	width: 300px;
	margin-left: 110px;
	padding-top: 10px;
	text-align: left;
}

#foot{
	background: transparent url(i/footer-bg.jpg) center top no-repeat;
	padding: 0 20px 0 50px;
	text-align: left;
}
#foot p:first-child, #foot p.first-child{
	text-align: right;
}


