/* CSS Document
 OAKWOOD CENTER
 MacCetera LLC
 September 2007
 */
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#000 url(images/paper0.jpg) repeat 0 0;
	margin:0;
	padding:0;
	font-size:62.5%;
}
a {
	color:#700;
	text-decoration:none;
	padding:0 .1em;
}
a:visited {
	color:#040;
	text-decoration:underline;
}
a:hover {
	color:#f00;
	text-decoration:underline;
}
h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #511;
	margin:.5em 0;
	padding:0;
	font-weight:normal;
}
h1 {
	font-size:2.0em;
	text-align:center;
}
h2 {
	font-size:2.0em;
}
h3 {
	font-size:1.8em;
}
h4 {
	font-size:1.6em;
}
h5 {
	font-size:1.4em;
	text-align:center;
	color:#fc0;
	background: #fff url(images/paper.jpg) repeat 0 0;
	margin-bottom:0;
	border-top:#000 1px solid;

}
h6 {
	font-size:1.2em;
}
p, #meat li, td p {
	font-size:1.3em;
	line-height:1.4em;
}
label {
	padding:0 5px 1em 0;
	font-size:1.1em;
}
.fancy p:first-letter
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#511;
	margin:0;
	padding:0;
	line-height:1em;
}
#wrapper {
	background:#fff url(images/ochead.jpg) no-repeat 0 0;
	margin:10px auto;
	padding:0;
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
	border:#000 solid 1px;
}
#topart {
	margin:0;
	padding:0;
	width:800px;
	height:100px;
}
#ocfl {
	background:#f6f6f6 url(images/ocflbgd.jpg) no-repeat;
	height:430px;
	position: relative;
	width:760px;
}
#ocfl object {
	height: 415px;
	position: absolute;
	right: 4px;
	top: 5px;
	width: 752px;
}
#content {
	background: #fff url(images/paper1.jpg) repeat 0 0;
	margin:0;
	padding:1.4em 0 .5em 0;
    position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
}
#content h5 img {
	height:2em;
	width:2em;
	padding: 0 .3em;
	vertical-align:middle;
}
#meat {
	margin:0;
	padding:1em 20px;
	color:#040;
	height:auto;
}
#footer {
	font: normal .9em Arial, Helvetica, sans-serif;
	marigin:0;
	padding:.5em;
	color:#890;
	text-align:center;
	background: #fff url(images/paper0.jpg) repeat 0 0;
	border-top:#fc0 1px solid;
}
#footer a {
	color:#890;
	padding:0 2px;
	text-decoration:none;
}
#footer a:hover {
	color:#fc0;
	text-decoration:underline;
}
#units {
	border:none;
	float: right;
	height: 3em;
	margin: .8em 0em .3em .5em;
	padding: 0px;
	width: 15em;
}
/* DDMENU STUFF - beginning of the navigation bar definition for the drop down menus */
#menu {
	background: #fff url(images/paper0.jpg) repeat-x 0 0;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif; /*Arial, Helvetica, sans-serif;*/
	left:0px;
	height:1.4em;
	white-space:nowrap;
	width:799px;
	margin:0;
	padding:0 0 0 1px;
	position:absolute;
	top:0px;
	border-top:#fc0 1px solid;
	border-bottom:#000 1px solid;
	z-index:100;
}
#menu a {
	display:block;
	height:1.4em;
	text-decoration:none;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
/*	text-align:center; */
}
#menu li {
	display:block;
	float:left;
	margin:0;
	width:114px;
}
#menu li a {
	color:#fd0;/*#cc9;*/
	margin:0;
	padding:1px 0 1px 5px;
	background: #fff url(images/paper0.jpg) repeat-x 0 0;
}
#menu li a:hover {
	color:#000;
	background: #fff url(images/paper2.jpg) repeat-x 0 0;
}
/* drop-down menu specifiers */
#menu li ul {
	display:block;
	position:absolute;
	top:auto;
	height:auto;
	text-indent:0;
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
}
#menu li ul, #menu li ul li {
	width:8em; /* width of dropdown here */
}
#menu li ul li a {
/*	color:#25a;
	border-left:1px solid #25a;
	border-right:1px solid #25a;
	background-color:#eff; */
	padding:1px 0 2px 5px;
}
#menu li li a:hover {

}
/*.mtop {
	border-top:1px solid #25a;
} */
.mbot {
	border-bottom:1px solid #000;
}
/*-- The non-IE drop-down magic (IE: ddmenu.js) --*/
#menu li ul {
	visibility:hidden;
}  /* 2nd level UL is hidden */
#menu li:hover>ul {
	visibility:visible;
}  /* 2nd level UL unhide    */
/* end of the menu stuff */

.col1, .col2 {
	float:left;
	width:370px;
}
.col2 {
	float:right;
}
.clr {
	margin-top:0;
	clear:both;
}

.rightimg {
	float:right;
	margin:0 0 0 15px;
	padding:0;
}
/* contact common stuff */
label {
	display:block;
	padding:3px 0 0 0;
	margin:0;
	color:#050;
}
form p {
	color:#030;
}
form {
	border:#000 1px solid;
	padding:7px 10px 0;
	background: #fff url(images/paper2.jpg) repeat 0 0;
}
form .col1, form .col2, form .finall {
	width:350px;
}
form .finerr {
	width:320px;
}
.hot {
	color:#a00;
	align:center;
	font-weight:bold;
	font-style:italic;
	font-size:smaller;
}
.sidebar {
clear:right;
	float:right;
	width:320px; /*30%;*/
	padding:5px;
	margin:0 0 5px 10px;
	background: #fff url(images/paper0.jpg) repeat 0 0;
	border:#000 1px solid;
}
.sidebar p {
	margin:-5px -5px 0 -5px;
	padding:5px 5px 7px 1em;
	color:#890;
	text-indent:-.6em;
}
.sidebar em {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fc0;
}