/*----------------------------------------------------
style css for GDO


----------------------------------------------------*/

/* basic -------------------------------------------*/

div#container {
	width: 980px;
	text-align: left;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html div#container {
	height: 1em;
	overflow: visible;
}
/**/


/* header ------------------------------------------*/
div#header {
	background-image: url(../images/mainimg.jpg);
	height: 495px;
}
div#header ul.logo {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#header ul.logo li.gdo {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

div#lead {
	font-size: 13px;
	line-height: 150%;
	width: 570px;
	margin-left: 385px;
	height: 100px;
	margin-top: 335px;
}


/* main --------------------------------------------*/

div#main {
	position: relative;
	font-size: 13px;
	line-height: 150%;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}


/* localnav ----------*/

ul.localnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:980px;
}

ul.localnav li {
	float: left;
}

/* main > pagetop -----*/

div#main .boxpagetop {
	position: relative;
	width: 980px;
	height: 50px;
}

div#main p.pagetop {
	position: absolute;
	margin: 0px;
	left: 910px;
	top: -10px;
	padding: 0px;
	width: 50px;
}

/* footer ------------------------------------------*/

div#footer {
	text-align: center;
	background-color: #ededed;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

div#footer ul.utility {
	padding: 0px;
	line-height: 100%;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div#footer ul.utility li {
	display: inline;
	padding: 0 7px;
	border-left: 1px solid #333333;
}
div#footer ul.utility li.first { border: none; }

div#footer ul.utility a:link,
div#footer ul.utility a:visited {
	color: #333333;
}
div#footer ul.utility a:hover,
div#footer ul.utility a:active { color: #ff6600; }

div#footer p.copy {
	margin: 10px 0;
}


/* print -------------------------------------------*/

@media print {

.clearfix,
.clearfix:after,
div#container,
div#container:after {
	overflow: visible;
}

}
