/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg-main.jpg);
	background-color: #1298B3;
	background-repeat: repeat-x;
	background-position: top;
}

#content {
	width: 790px;
	position: relative;
	height: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/body2-bg.jpg);
	background-repeat: repeat-y;
}

#columnLeft {
	float: left;
	display: inline;
	width: 156px;
	height: 100%;
	background-color: #8A6247;
	padding: 0px;
	background-image: url(../images/column-left-bg2.jpg);
	background-position: bottom;
	z-index: 10;
}

#columnRight {
	float: right;
	display: inline;
	width: 634px;
	z-index: 1;
	height: 100%;
	min-height: 650px;
	background-color: #FFFFFF;
	padding: 0px;
	z-index: 5px;
}

#columnRight a:link {
	text-decoration: none;
}

#columnRight a:active {
	text-decoration: none;
}

#columnRight a:hover {
	text-decoration: none;
}

#columnRight a:visited {
	text-decoration: none;
}

#columnRightbody {
	padding: 10px;
}

#columnRightbody2 {
	padding: 10px;
}

#columnRightbody a:link, #columnRightbody a:hover, #columnRightbody a:active, #columnRightbody a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8A6247;

	text-decoration: none;
}

#columnRightbody2 a:link, #columnRightbody a:hover, #columnRightbody a:active, #columnRightbody a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8A6247;
	text-decoration: none;
}

/**Revised Home Page with Quote and Movie**/
#homeqoute {
	background-image: url(/images/homequote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.homequoteauthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A6247;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: 2px;
}

.homequote1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009CBD;
	line-height: 14px;
}

.homequote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009CBD;
	font-weight: 400;
	line-height: 18px;
	font-style: italic;
}

.homequote3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009CBD;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 28px;
}

#homeadditional {
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


#bookdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A6247;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8A6247;
	padding-top: 10px;
}

#bookdescription .followup {
	padding:  10px 20px 10px 30px;
	width: 550px;
	color: #189cb5;
	font-style: italic;
	}

#moviedescription {
	width: 590px;
	min-height: 116px;
	margin: 10px 20 20 20px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8A6247;
}

#moviedescription dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #009CBD;
}

dl.movie dt img {
	float: left;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#moviedescription dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A6247;
}

#moviedescription img {
	margin: 10 10 10 10px;
	padding: 10 10 10 10px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav {
	width: 156px;
}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li {
	position: relative;
	list-style-type: none;
	background-image: url(../images/OMI-navigation-norm2.jpg);
	list-style-image: none;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	font-weight: 600;
	color: #FFFFFF;
	display: block;
	letter-spacing: -.02em;
}	
	
#nav li a {
	text-decoration: none;
}
	
#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
}
	
#nav li a:hover {
	color: #FFF; 
	background:  url(../images/OMI-navigation-over2.jpg) no-repeat 0px 0px;
	height: 22px;
}
	
#nav li ul {
	position: absolute;
	left: 156px;
	top: 0;
	width: 156px;
	height: 22px;
	display: none;
	color: #8A6247;
}

#nav li ul a:link, #nav li ul a:visited {
	color: #8A6247;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
}
	
#nav li ul li {
	color: #8A6247;
	background-color: #C7EBF1;
	background-image: url(../images/OMI-nav-fly-norm.jpg);
}
	
#nav li ul a:hover {
	color: #8A6247;
	background-color: #C7EBF1;
	height: 22px;
	background-image: url(../images/OMI-nav-fly-over.jpg);
}

#nav li:hover ul, li.over ul { 
        display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#footer {
	clear: both;
	width: 790px;
	height: 42px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
	display: inline;
}	
	
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8A6247;
}

.bodycopyblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009CBD;
}

.bodycopyunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8A6247;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009CBD;
}

.bodycopyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #009CBD;
}

.bodycopyBold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #009CBD;
}

.bodycopyBold2 img {
	border: 1px solid #009CBD;	
	}
	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #009CBD;
}

.formcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

.bodycopyred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
}

.bodycopyredBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #CC0000;
}
