
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

h1, h2, h3 {
	margin-top: 0px;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444; /*#485946;*/
}

h1 {
	letter-spacing: -3px;
	font-size: 34px;
}

.h1-style1 {
	margin: 0px;
}

.h1-style2 {
	height: 50px;
	padding: 50px 0px 0px 50px;
	margin: 0px;
	letter-spacing: -1px;
	font-size: 32px;
	color: #FFFFFF;
}

h2 {
	letter-spacing: -1px;
	font-size: 21px;
}

.h2-divider
{
	border-left: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding-left: 10px;
	padding-top: 5px;
}

.h2-divider-top
{
	border-left: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding-left: 10px;
	padding-top: 5px;
	margin-right: 280px;
}

.h2-divider-top-right
{
	border-left: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding-left: 10px;
	padding-top: 5px;
	margin-left: 412px;
}

.h2-divider-optimalbox
{
    border: 2px solid #ddd;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    width: 700px;
    margin-left: 70px;
    text-align: center;
    margin-bottom: 35px;
}

.h2-style1 {
	font-size: 18px;
	color: #849080;
}

h3 {
	font-size: 16px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 22px;
}

#benefits
{
    margin-bottom: 4px;
}

#performance-ul
{
    font-size: 16px;
}

strong {
	color: #5D5A44;
}

a {
	color: #333;/*#006961;*/
}

a:hover {
	text-decoration: none;
}

.more 
{
	padding-left: 17px;
	background: url(images/homepage18-black.png) no-repeat left center;
	background: url(images/homepage18-white.png) no-repeat left center; /* gray theme */
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #ddd;
}

img.portrait 
{
	height: 250px;
}

img.portrait2 
{
	height: 175px;
}


img.alignleft {
	float: left;
	margin: 0px 25px 25px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 25px 25px;

}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper 
{
}

.container 
{
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
	height: 0px;
}

/** HEADER */

#header-bg 
{
	background: url(images/bg1_01-opi98.jpg) no-repeat center top;
	height: 10px;
}

#header {
}

/** MENU */

#menu-bg {
	background: url(images/bg1_02-opi-98.jpg) no-repeat center top;
}

#menu {
	height: 74px;
}


#menu ul 
{
	margin: 0px;
	padding: 31px 0px 0px 17px; /* change last one for left padding on menu items */
	list-style: none;
	line-height: normal;
}

.menuhome
{
	padding-left: 45px;
}


#menu li {
	float: left;
	height: 32px;
	padding: 11px 5px 0px 5px;
}

#menu .pipe
{
	font-size: 18px;
	padding-top: 8px;
}

#menu li.active {
	background: url(images/bg2_01.jpg) no-repeat left top;
}

#menu a {
	text-decoration: none;
	text-transform: none;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page-bg {
	background: url(images/bg3_01.jpg) repeat-y center top;
}

#page-bg-top {
	padding-bottom: 00px;
	background: url(images/bg3_02-opi98.jpg) no-repeat center top;
}

.homepage #page-bg {
	background-image: url(images/bg3_01-opi98.jpg);
}

.homepage #page-bg-top {
	background-image: url(images/bg1_04v2-opi98.jpg);
}

#page {
}

/** BANNER */

#banner {
	float: left;
	width: 584px; /*98%*/
	height: 194px;
}

.banner-div
{
	top: 100px;
	left: 440px;
}

#banner-image
{
	margin-left: 262px;
	margin-top: 16px;
}

#banner-words
{
	float: left;
	margin-top: 35px;
	margin-left: 25px;
}

#banner-logo
{
	padding-right: 155px;
	float: right;
}

/** CONTENT */

.contactinfo
{
   	letter-spacing: 0px;
   	font-size: 15px;
   	color: #777;
}

.contactinfo a
{
   	color: #777;
   	text-decoration: none;
}

.contactinfo a:hover
{
   	text-decoration: underline;
}

#content {
	float: left;
	width: 595px;
	padding: 60px 0px 0px 50px;
	background: white;
}

.homepage #content {
	width: 565px; /*98%*/
	padding: 40px 0px 0px 50px;
	background: url(images/homepage12-opi98.jpg) no-repeat left top;
}

.single #content {
	float: none;
	padding: 50px;
	width: auto;
	margin-top: 27px;
	padding-top: 33px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 255px;
	padding: 50px 50px 0px 0px;
}

.homepage #sidebar {
	width: 365px;/* 385px;  /*98%*/
	padding-top: 0px;
	padding-right: 0px;
	/*background: url(images/bg2_02.jpg) repeat-y left top;*/
}

.homepage #sidebar-bg-top {
	/*background: url(images/bg2_03-notext-opi98.jpg) no-repeat left top;*/
}

.homepage #sidebar-bg-btm {
	padding: 0px 50px 0px 49px;
	/*background: url(images/bg2_04-opi98.jpg) no-repeat left bottom;*/
}

/*.homepage  #sidebar-bg-btm */ 
.quote
{
	background-image: url(images/quotes.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-style: italic;
	font-size: 16px;
	margin-left: 15px;
}

#quotemore
{
    background-image: none;
    border: 1px solid #ddd;
    background: #eee;
    font-style: normal;
    padding-top: 0px;
}

#quotemore p
{
    background-image: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 3px;
}

#quotemore a
{
    text-decoration: none;
}

#quotemore a:hover
{
    text-decoration: underline;
}

#tcontent
{
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

/*.homepage  #sidebar-bg-btm */ 
.quote p
{
	background-image: url(images/quotes-end.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 10px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.ptquote p
{
    padding-left: 0px;
    margin-top: 5px;
   	background-position: right top;
}


/*.homepage  #sidebar-bg-btm */ 
cite
{
	font-style: normal;
	font-size: 12px;
	text-align: right;
	float: left;
	color: Black;
	font-weight: bold;
}

#box1 .quote 
{
    padding-bottom: 50px;
}

#box1 .quote p
{
    text-align: left;
  	padding-left: 15px;
    margin-bottom: 5px;
}

.homepage #sidebar .title {
	height: 43px;
	padding: 66px 20px 0px 50px;
	font-size: 36px;
	font-family: Georgia;
	text-transform: none;
	color: #ffffff;
}

#sidebar-subpage
{
    float: right;
    width: 280px;
    border: 0px solid green;
    margin-bottom: 35px;
}

.ptsidebar
{
    xmargin-top: 62px;
}

#sidebar-subpage h3
{
    text-decoration: underline;
}
#sidebar-subpage ul
{
    font-size: 14px;
    text-align: left;
    margin-left: -12px;
    margin-right: 13px;
}

.subtitle
{
    font-size: 14px;
    font-style: italic;
}

/** BOX1 */

.highlight
{
    color: darkred;
}
.righttochoose
{
    color: darkred;
    font-variant: small-caps;
    font-weight: bold;
} 

#box1-home
{
	height: 410px;
}

#box1-home p {
	font-size: 16px;
	line-height: 24px;
}

#box1 p {
	font-size: 16px;
	line-height: 24px;
}#box1 ul {	font-size: 16px;	line-height: 26px;}

#box1-subpage
{
	background: white;
	width: 630px;
}

#box1-subpage p {
	font-size: 16px;
	line-height: 24px;
}

#opilogo
{
	width: 99%;
	margin-bottom: 25px;
}

.bottomline
{
	border-bottom: 1px solid darkgray;
	width: 50%;
	margin-left: 200px;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

/** SUBPAGE 2 COL */
.subpage-2cols
{
}

.subpage-2cols-left
{
    width: 400px;
}

.subpage-2cols-right
{
    float: right;
    width: 400px;
}

/** SUBPAGE SIDEBAR BOX */

#ptlogo
{
	margin-left: 20px;
	margin-bottom: 25px;
}

.insurance
{
	font-size: 16px;
}

.sidebar-box-style
{
	width: 250px;
	border-bottom: 1px solid #D4D9C6;
	float: left;
	margin-left: 40px;
}

.sidebar-box-style .title
{
	margin-bottom: 5px;
	letter-spacing: -0.4px;
	padding-bottom: 10px;
	text-transform: none;
	background: url(images/homepage16.jpg) no-repeat left bottom;
}

.sidebar-box-style .entry
{
	padding-top: 8px;
	background: #fafafa; /* #E1F1F1; #F2E1C2; */
	border: 1px solid #EBF0DB;
	qborder-bottom: none;
}

.sidebar-box-style a
{
 	text-decoration: none;   
}

.sidebar-box-style a:hover {
	text-decoration: underline;
}

.sidebar-box-style .entry p
{
	line-height: 20px;
}


/** FEATURE BOXES */

#feature-boxes
{
	margin-top: 25px;
	padding-bottom: 25px;
}

.feature-box-style
{
	width: 260px;
	border-bottom: 1px solid #D4D9C6;
	float: left;
	margin-left: 50px;
}

.feature-box-style img 
{
	width: 208px;
}

.feature-box-style .title
{
	margin-bottom: 5px;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	text-transform: none;
	background: url(images/homepage16.jpg) no-repeat left bottom;
}

.feature-box-style .smaller 
{
	letter-spacing: -0.4px;
}


.feature-box-style .entry
{
	padding: 19px;
	background: #fafafa; /* #E1F1F1; #F2E1C2; */
	border: 1px solid #EBF0DB;
	border-bottom: none;
}

.feature-box-style .entry p
{
	line-height: 20px;
}

.feature-box-style .meta {
	height: 28px;
	padding: 15px 0px 0px 19px;
	border: 1px solid #EBF0DB;
	border-top: none;
	background: url(images/bg1_06-opi98.jpg) repeat-y center top;
	background: #7f7f7f; /* gray theme */
}

.meta a
{
	color: black;
	color: White; /* gray theme */
}

#feature-left {
	width: 255px;
	margin-bottom: 25px;
}

#feature-middle {
	margin-right: 0px;
}

#feature-right {
}

.smaller
{
	letter-spacing: -5px;
}

.clearFloat
{
	clear: both;
	height:0px;
	margin:0px;
	padding:0px;
}

/** FOOTER */

#footer-bg {
	background: url(images/bg1_05.jpg) no-repeat center top;
}

#footer {
	height: 0px;
}

#footer p {
	margin: 0px;
	padding: 45px 0px;
	text-transform: lowercase;
	text-align: center;
	color: #596250;
}

/** FOOTER **/

#footer4 {
	background: url(images/bg1_06-opi98.jpg) repeat-y center top;
	text-transform: none;
	font-size: 12px;
	color: #444;
}

#footer4 a {
	color: #555;
	color: #fff; /* gray theme */
}

#footer-bg-top {
	background: url(images/bg1_07-opi98.jpg) no-repeat center top;
}

#footer-bg-btm {
	/*background: url(images/bg1_08-opi98.jpg) no-repeat center bottom;*/
}

#footer4 .footer-left-col {
	float: left;
	width: 555px;
}

#footer4 .footer-right-col {
	float: right;
	width: 275px;
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
}

#footer4 .container {
	width: 880px; /*98%*/
	padding: 20px 50px;
	padding-bottom: 0px;
	background: #666666;   /* gray theme */
	color: #eee;           /* gray theme */
}

#footer4 .container h2 {
	color: #fff;           /* gray theme */
}

#signature p
{
	text-align: right;
	background: url(images/bg1_08-opi98.jpg) no-repeat center bottom;
	padding: 5px 20px;
	color: #333;
}

#signature p
{
	background: #444; /* gray theme */
	color: #ddd;  /* gray theme */
}

#signature p a
{
	color: #ddd;  /* gray theme */
}

#map
{
	width: 120px;
	float: left;
	margin-left: 10px;
	margin-top: -25px;
	margin-bottom: 20px;
}

#addressmain
{
    height: 205px;
}

#bigmap
{
	float: right;
	margin-right: 360px;
	margin-top: -15px;
}

#map img
{
	height: 100px;
}

#address1
{
	width: 160px;
	float: left;
	margin-left: 0px;
}

#address2
{
	width: 160px;
	float: left;
	margin-left: 50px;
}

/* Misc */

.topquote .quote
{
    height: auto;
    width: auto;
    font-size: 20px;
    width: 460px;
    margin-left: 50px;
    margin-top: -15px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}

.topquote p
{
    text-align: left;
    background-position: right top;
    background-image: url(images/quotes-end2.gif);
    padding-bottom: 0px;
}


#ptquote .quote
{
    width: 650px;
    margin-left: 90px;
}

.topquote cite
{
    width: auto;
    float: none;
    text-align: right;
    color: #777;
    margin-left: 320px;
    border-bottom: 1px solid #eee;
}

#ptquote cite
{
    margin-left: 380px;
}

#bump
{
    margin-top: 8px;
}

.affiliate-logo
{
    height: 90px;
}