body, html {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg01.jpg) repeat-x left top;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}


h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	color: #414141;
}

h1 span, h2 span, h3 span{
	color: #880000;
	font-weight: bold;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #283465;
	font-weight: bolder;
}

p  {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 23px;
	text-align: left;
}

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

strong {
	color: #880000;
}

a {
	color: #273363;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 2px;
	border: 1px solid #D1D1D1;
}

img.alignleft {
	float: left;
	margin-right: 28px;
}

img.alignright {
	float: right;
	margin-left: 28px;
}

img.aligncenter {
	margin: 0px auto;
}




.spacer {
}

.spacer p {
	padding-bottom: 10px;
}


#container {
	width: 1050px;
	margin: 0px auto;
	background: url(../images/bg02.jpg) no-repeat center top;
}
#header {
	height: 114px;
	background: url(../images/OC_logo2012.png) right bottom no-repeat;
	margin: 0px 75px 0px 0px;

}
/** Header for FAQ */

#header_FAQ {
	height: 114px;
	background: url(../images/oc_kb-logo.png) right bottom no-repeat;
	margin: 0px 75px 0px 0px;

}

/** Navigation */

#nav {
	width: 1050px;
	top: 120px;
	height: 51px;
	position:absolute;
	z-index: 1;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font:bold 11px/48px Arial, Helvetica, sans-serif;

}



#content {
	width: 950px;
}








#left {
	float: left;
	width: 530px;
	padding-left: 100px;
	margin-top: 70px;
	
}

#left li{
	margin-left:50px;
	list-style-position: outside;
	list-style-image: url(../images/li.png);
		}
	

		
#left h2{
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #414141;
}

#left strong{
	color: #880000;
}


/* For Knowledge Base*/
#left2 {
	float: left;
	width: 530px;
	padding-left: 100px;
	margin-top: 70px;
	
}

#left2 h2{
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #414141;
}

#left2 strong{
	color: #880000;
}





#right {
	float: right;
	width: 250px;
	padding-left: 70px;
	margin-top: 70px;

}



#middle {
	width: 1050;
	margin-top: 100px;
	padding:0 100px 0 170px; 

}

#middle li{
	margin-left:50px;
	list-style-position: outside;
	list-style-image: url(../images/li.png);
		}
	

		
#middle h2{
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #414141;
}

#middle strong{
	color: #880000;
}




#middle2 {
	width: 1050;
	margin-top: 100px;
	padding:0 200px 0 170px; 

}

	

		
#middle2 h2{
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #414141;
}

#middle strong{
	color: #880000;
}

#middle2 ul li{
	margin-left:25px;
	list-style-image: none;
	list-style-type: none;
}


/*** blockquote box   */
  blockquote.float-right-testimonial {/* floats in content div */
	float: right;
	width: 15.5em; /* "em size" is element dependent */
	padding: 0.5em;
	margin: 0 0 .2em 0.9em;
	color: #000;
	/*border: 2px dotted #273363;
	background-color: #FFFFCC;*/
	
		border: solid 1px #cbcbcb;
	background: #f6ffd7;
	-moz-box-shadow: 0px 0px 10px #b1b9da;
	-webkit-box-shadow: 0px 0px 10px #b1b9da;


  }
  
  
  
    blockquote.float-right {/* floats in content div */
	float: right;
	width: 275px; /*   */
	padding: 0.5em;
	margin: 0 0 0 0.9em;
	color: #273363;
	/* border: 2px dotted #273363;*/
	/* background-color: #FFFFCC;*/
  }
  
  
      blockquote.float-right2 {/* floats in content div */
	float: right;
 /*  	width: 275px; */
	padding: 0.5em;
	margin: 0 0 0 0.5em;
	color: #273363;
	/* border: 2px dotted #273363;*/
	/* background-color: #FFFFCC;*/
  }
  
    
    blockquote.float-left {/* floats in content div */
	float: left;
	width: 275px; /*   */
	padding: 0.5em;
	margin: 0 0 0 0.5em;
	color: #273363;
	/* border: 2px dotted #273363;*/
	/* background-color: #FFFFCC;*/
  }
  
    blockquote.float-left-testimonial {/* floats in content div */
  float: left;
  width: 15.5em; /* "em size" is element dependent */
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  color: #000;
  background: #f6ffd7;
	border: solid 1px #cbcbcb;
	-moz-box-shadow: 0px 0px 10px #b1b9da;
	-webkit-box-shadow: 0px 0px 10px #b1b9da;
  }

  blockquote span.cap-g {/* floats in blockquote */
  float: left;
  font-size: 1.7em;
  padding: 0 0.15em;
  margin: 0 0.15em -0.5em 0; /* negative bottom margin */
  color: #b22222;
  background: #90ee90;
  border: 3px outset #2e8b57;
  }

  blockquote > p {/* control mozilla paragraph margin */
	margin: 0 0 0.5em 0;
	text-align: left;
  }

  blockquote.float-left strong {
  color: #880000;
  }

  blockquote.float-left em {
  color: #880000;
  }

  p.after-blockquote {
  padding: 0.4em;
  border-top: 3px dotted #696969;
  background: #e6e6fa;
  }
  





/** RIGHT COLUMN BOXES */

.box {
	width: 230px;
	margin-top: 15px;
	background-color: #283465;
	background-image: url(../images/box_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.box .features {
	padding: 15px 15px 15px 15px;
}

.box .features  a  {
	color: #B0ECFF;

}

.box .more-info {
	height: 35px;
	padding: 5px 0px 0px 24px;
	background: url(../images/more-info-bkg.jpg) no-repeat left top;
}


.box .icons {
	height: 35px;
	padding: 5px 0px 0px 0px;
	background: url(../images/more-info-bkg.jpg) no-repeat left top;

}

.box .icons img{
	padding: 0px 0px 0px 10px;
}


.box .more-info img {
	padding: 0px 0px 0px 0px;
}

.box .more-info strong {
	float: left;
	font-size: 22px;
	color: #FFFFFF;
}

.box .more-info sup {
	font-size: 12px;
}

.box .more-info a {
	float: right;
	padding: 8px 20px 0px 0px;
	color: #FFFFFF;
}

.box h2 {
	font-size: 18px;
	font-weight: bold;

	margin-bottom: 10px;
	color: #FFFFFF;
}

.box ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 23px;

}

.box li {
	padding-left: 12px;
	background: url(../images/box-bullet.gif) no-repeat 0px 10px;
	color: #B0ECFF;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
/*	border-left: 5px solid #ddd; */
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */





/** SUBSCRIBE */

.subscribe {
	padding: 15px 15px 15px 15px;


}



.subscribe p{
	color: #B0ECFF;
}

.subscribe form, .subscribe fieldset {
	margin: 0px;
	padding: 0px;
		border: none;

}

.subscribe ul {
	margin: 0px;
	padding: 	0px 0px 0px 0px;
	line-height: normal;
}

.subscribe li {
	float: left;
	height: 45px;
	padding-top: 10px;
	background: url(../images/form-input.jpg) no-repeat left bottom;
}

.subscribe li.buttons {
	background-image: none;
		float: right;
		margin-right: 60px;
		

}

.subscribe label {
	display: block;
	height: 7px;
	color: #B0ECFF;


}

.subscribe input {
	float: left;
	font: inherit;
	color: #B0ECFF;
}

.subscribe .input-text {
	width: 150px;
	margin: 14px 5px 0px 0px;
	background: none;
	border: none;
}


.subscribe .tou{
	color: #FFFFFF;
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	text-align: center;
}




/** TABLE GRID */

.table-style1 {
}

.table-style1 th, .table-style1 td {
	padding: 5px 10px;
}

.table-style1 th {
	background: #650000 url(../images/table-t-bkg.gif) no-repeat left top;
	color: #FFFFFF;
}

.table-style1 td {
	background: #D8DEDF;
	color: #666666;
}

.table-style1 .nobg {
	background: none !important;
}

.table-style1 .order {
	background: #283465 url(../images/table-b-bkg.gif) no-repeat left top;
}

.table-style1 .order a {
		text-decoration: underline;

	color: #FFFFFF;
}

.table-style1 .order a:hover {
text-decoration: none;
}






/*FOOTER */

.footer {
/*	width: 1050px;*/
	/*background-image: url(images/footer_bg01.jpg) repeat-y left top;*/
}

.footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #FFF;
	}
	
.footer a {
	color: #FFF;
	}	
	
.footer	h2 {
	padding: 10px 0px 0px 0px;
	font-size: 16px;
	color: #880000;

}


/* Lightbox styles */
#lb {
	width: 480px;
	margin: 30px auto 20px auto;
	padding: 0 15px 10px 25px;
	border: solid 1px #cbcbcb;
	background: #f5f6fa;
	-moz-box-shadow: 0px 0px 10px #b1b9da;
	-webkit-box-shadow: 0px 0px 10px #b1b9da;
}


#lb h2{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #414141;
}

#lb p {
	margin: 0;
	padding: 0 0;
}


.lb_smallp {
	font-size: 10px;
	text-align: center;
}


#lb a {
	outline: none;
}

#lb a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 10px 10px 0;
	vertical-align: top;
}

#lb a img.last {
	margin-right: 0;	
}

