@charset "utf-8";
/* CSS Document */

/* ************************* Begin of reste style  ********************************** */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {/*,table, 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;
}
/* remember to define focus styles! */
:focus {
    /*outline: 0;*/
}
body {
    line-height: 1;
    color: black;
    /*background: white;*/
}
ol, ul {
    /*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";*/
}
/* ************************* End of reset style  ***************************** */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:16px;
	background-position:center  top;
	background-repeat:no-repeat;
	}
p{
	margin-top:8px;
	margin-bottom:8px;
	}

/* header */
#wrapper{
	width:1005px;
	margin:0 auto;
	height:738px;
	position:relative;
	}

ul#menu{
	list-style:none;
	float:left;
	width:100%;
	margin-top:20px;
	}
#menu li{
	float:left;
	padding-right:22px;
	margin-left:22px;
	border-right:#bbbdbf solid 1px;
	}
#menu li.first_child{
	margin-left:0px;
	}
#menu li.last_child{
	border:none;
	padding-right:0px;
	}
#menu li a{
	text-decoration:none;
	color:#666666;
	}
#menu li a:hover{
	text-decoration:underline;
	}
#menu li a.current{
	color:#930;
	text-decoration:underline;
	}
a#logo_oh_small{
	display:block;
	background-repeat:no-repeat;
	text-indent:-9000px;
	background-image:url(../images/logo_oh_small.png);
	width:114px;
	height:18px;
	}

/* content */
#content{
	width:100%;
	float:left;
	font-size:12px;
	color:#333333;
	}

/* footer */
#footer{
	float:left;
	width:100%;
	position:absolute;
	bottom:10px;
	clear:both;
	}
#footer p{
	font-size:12px;
	color:#FFF;
	float:left;
	margin:0px;
	}
#footer ul#normal_links{
	float:right;
	list-style:none;
	}

#footer #normal_links li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:#FFF solid 1px;
	}
#footer #normal_links li.last_child{
	border:none;
	padding-right:0px;
	margin-right:0xp;
	}
#footer #normal_links li a{
	color:#FFF;
	text-decoration:none;
	}
#footer #normal_links li a:hover{
	text-decoration:underline;
	}
#footer #normal_links li a.current{
	color:#930;
	text-decoration:underline;
	}
/* extra */
#footer ul#extra_links{
	/*float:left;*/
	/*margin:0 auto;*/
	width:270px;
	list-style:none;
	position:absolute;
	left:400px;
	}

#footer #extra_links li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:#FFF solid 1px;
	}
#footer #extra_links li.last_child{
	border:none;
	padding-right:0px;
	margin-right:0xp;
	}
#footer #extra_links li a{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	}
#footer #extra_links li a:hover{
	text-decoration:underline;
	}
#footer #extra_links li a.current{
	color:#930;
	text-decoration:underline;
	}
/* end of extra */
a.skip{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#069;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	}
a.skip:hover{
	background-color:#099;
	}


