/* CSS Document */

html, body, ul, {
border: 0;
margin: 0;
padding: 0;
}

#wrapper {
	width: 770px;
	margin: 0px auto -250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}


#push {
	height: 250px;
}

.clear {
	clear: both;
}

body {
	background: #acace;
}

h1 {
	font-family: helvetica, ariel, sans-serif;
	color: #497878;
	font-size: .8em;
	padding: 20px 0 0 250px;
}



p {
	font-family: helvetica, ariel, sans-serif;
	color: #497878;
	font-size: .75em;	
}

#header {
	background: url(images/d2site_oneredo_01.jpg) no-repeat;
	width: 770px;
	height: 7.2em;
	
}

#header p {
	font-family: helvetica, ariel, sans-serif;
	color: #497878;
	font-size: .8em;
	padding-left: 90px;
	font-weight: normal;
}

#middle {
	background: url(images/d2site_oneredo_02.jpg) no-repeat;
	width: 770px;
	height: 17.95em;
	border-top: 1px solid #558180;
	
	
}

#circletext {
	font-family: helvetica, ariel, sans-serif;
	color: #497878;
	font-size: .75em;
	width: 150px;
	height: 50px;
	margin-left: 600px;
	padding-top: 60px; 
	
	
}

#bottom {
	background: url(images/d2site_oneredo_03.jpg) no-repeat;
	width: 770px;
	height: 12.7em;
	
}

#bottomtext  {
	padding: 5px 0 0 100px;
}

#bottomtext p {
	font-family: helvetica, ariel, sans-serif;
	width: 600px;
	font-size: .75em;	
	color: #074347;
	line-height: 100%
}

#decisionslink {
	float: left;
	padding: 5px 0 0 50px;
}

#marclink {
	float: right;
	padding: 5px 50px 0 0 ;
	
}

#decisionslink a, #marclink a {
	font-family: helvetica, ariel, sans-serif;
	
	font-size: .7em;	
	color: #074347;
}

#decisionslink a:hover, #marclink a:hover {
	font-family: helvetica, ariel, sans-serif;
	
	font-size: .7em;	
	color: #e4f2c3;
}

.bold {
	font-weight: bold;
}

