/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
	width: 850px;
	margin: 0px auto;
}

/** HEADER */

#header {
	height: 44px;
}

/** LOGO */

#logo {
	float: left;
	width: 440px;
	height: 74px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

#ocoeelogo { position:absolute; bottom:10px; right:53px; }

/** SEARCH */

#search {
	float: right;
	width: 302px;
	height: 53px;
	padding: 95px 0px 0px 0px;
}

/** SPLASH */

#splash {
	height: 200px;
	position:relative;
}

#extra1 {
	float: left;
	width: 40px;
	height: 219px;
	background: url(images/homepage04.jpg) no-repeat left top;
}

#extra2 {
	float: right;
	width: 40px;
	height: 219px;
	background: url(images/homepage05.jpg) no-repeat left top;
}

#image1 {
	float: left;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}

/** MENU */

#menu {
	height: 46px;
	padding: 1px 45px;
	z-index:200;
	font-size:10px;
}

#menu ul {
	width: 760px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 108px;
	height: 33px;
	padding-top: 4px;
	background: url(images/homepage09.gif) no-repeat left top;
}

#menu a:hover { color:#FF9933 }

#menu .first a {
	width: 107px;
	background: none;
	padding-top:12px;
}

/** CONTENT */

#content {
	padding: 30px 0px 10px 0px;
}


#colA {
	float: left;
	width: 579px;
	padding: 0px 0px 0px 74px;
}

#colB {
	float: right;
	width: 237px;
	padding: 0px 64px 0px 0px;
}

/** FOOTER */

#footer {
	width: 850px;
	height: 100px;
	margin: 0px auto;
	padding-top: 20px;
}

/** BOX1 */

#box1 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

/** BOX2 */

#box2 {
	float: left;
	padding: 0px 0px 0px 0px;
}

/** BOX3 */

#box3 {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 17px;
	background: url(images/homepage14.gif) repeat-y left top;
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
	padding-top: 20px;
}

/** BOX6 */

#box6 {
}

/** BOX7 */

#box7 {
	padding: 0px 70px 20px 70px;
	text-align:center;
}

a.pressroom { font-size:10pt; color:#990000; }
