/* 
 ----------------------------------------------------------------------------
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */
 body { 
	background: url("../images/osom_bkgr.gif") top left repeat;
	text-align:center; 
	font:12px/18px Arial, Verdana, Helvetica, sans-serif; 
	color:#666666; 
	}

a:link,a:visited	{ color:#5E332A; text-decoration:underline; }
a:hover,a:active	{ color:#5E332A; text-decoration:none; }


#certText-name {
	font-size:16px;
	position:absolute;
	margin-left:75px;
	margin-top:230px;
	width:300px;
	z-index:1;
}

#certText-facility {
	font-size:16px;
	position:absolute;
	margin-left:380px;
	margin-top:230px;
	width:300px;
	z-index:1;
}

#certificate { margin:0px 0px 0px 6px;}

/* ----- form ----- */ 
form {
	width:450px;
	padding:10px 0 15px 10x;
	color:#00516b;
	}

form p	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #a9d339;
	color:#000;
	width:150px; 
	height:22px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}


/* ----- classes ----- */
div.clear	{ clear:both; height:.01em; overflow:hidden; }

input.submit-image { 
	background: url("../images/btn-submit2.gif"); 
	width:58px; 
	height:22px; 
	border:none; 
	cursor:pointer;
	margin:0px 0 0 127px; 
	}

/* Product Selection form
 * ------------------------------------------------------------------------- */
 
#product { 
	padding:0px 0 10px 24px; 
	}
#product .searchsubmit { background:url("../images/search-button.gif") left top no-repeat;
	width:26px;
	height:24px;
	cursor: pointer;
	border:none;
	margin-left:5px;
	}
	
/* main contact form
 * ------------------------------------------------------------------------- */
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:115px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:18px; 
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label textarea	{ height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.gif") repeat-y; 
	width:772px; 
	margin:0 auto; 
	text-align:left; 
	}
	
	/* Uber Nav
* ------------------------------------------------------------------------- */
#ubernav { 
		background: url("../images/ubernav.gif") no-repeat; 
		width:772px; 
		height:16px; 
		margin-bottom:0; 
		}

#ubernav span { display: none; }

#ubernav li, #ubernav a { height: 16px; display: block; }

#ubernav li { float: left; list-style: none; _display: inline; }

#ubernav-01 { width: 58px; margin-left: 236px;}
#ubernav-02 { width: 117px;}
#ubernav-03 { width: 128px;}
#ubernav-04 { width: 81px;}
#ubernav-05 { width: 144px;}

#ubernav-01 a:hover {background: transparent url("../images/ubernav.gif") -236px -16px no-repeat;}
#ubernav-02 a:hover {background: transparent url("../images/ubernav.gif") -294px -16px no-repeat;}
#ubernav-03 a:hover {background: transparent url("../images/ubernav.gif") -411px -16px no-repeat;}
#ubernav-04 a:hover {background: transparent url("../images/ubernav.gif") -539px -16px no-repeat;}
#ubernav-05 a:hover {background: transparent url("../images/ubernav.gif") -620px -16px no-repeat;}

#grn-bar { 
	background: url("../images/grn-bar.gif") no-repeat; 
	width:772px; 
	height:23px; 
	margin-bottom:0; 
	}

#header {
	position:relative;
	background:url("../images/hmpg-banner.jpg") left top no-repeat;
	width:772px;
	height:217px;
	}

/* home link within header */		
#header a {
	position:absolute;
	width:125px;
	height:40px;
	top:26px;
	left:24px;
	}
	
	#header span { display:none; }
	
	#header h1 {
	font-size:14px;
	font-weight: normal;
	line-height:24px;
	padding:75px 390px 0px 26px;
	
	}
 
#column-left { 
	width:547px; 
	float:left;
	margin-top:22px; 
	}
	
	#column-left p, #column-left h1, #column-left h2 {
		margin:0 18px 14px 24px;
		line-height:22px;
		}
		
	#column-left h1 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
		}
		
	#column-left h2 {
	font-size:18px;
	font-weight:normal;
	padding-top:10px;
	margin-bottom:5px;
	color:#006b01;
		}
		
	/* ordered/numbered list */
	#column-left ol { padding-left:65px; line-height:19px; margin:-5px 80px 15px 0px; }
		#column-left ol li { 
			list-style: decimal outside;
			padding-left:0px; /* pushes text to the right to display bg img */
			}	
  
#column-right {
	background:url("../images/rt_column_bkgr.gif") no-repeat; 
	width:225px; 
	float:left;
	padding-top:26px;
	padding-bottom:190px; 
	}
	
	#column-right p {
	margin:0 18px 6px 25px;
	line-height:22px;
	}
	
#column-right span.contact {
font-size:14px;
	}
	
#column-right span.left {
margin-left:27px;
	}	
	
#column-right a:link, #column-right a:visited {
color:#006b01; text-decoration:underline;
	}
	
#column-right a:hover, #column-right a:active {
color:#006b01; text-decoration:none; 
	}				
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.gif") no-repeat; 
	width:760px; 
	height:20px; 
	clear:both; 
	overflow:hidden; 
	}


/* inside framework
 * ------------------------------------------------------------------------- */
   
#int-header {
	position:relative;
	background:url("../images/int-pg-banner.gif") left top no-repeat;
	width:772px;
	height:80px;
	}

.home-link{
	background: url("../images/home-link.gif") top left no-repeat;					
	width: 149px;	
	height: 79px;
	display:block;
	float:left;
	}
	
	.home-link:hover { 
	background-position: 0px -78px; 
  	} 
 
      
	.home-link span { 
	display:none; 
	}

	
.home-button {
	background: url("../images/home-button.gif") top left no-repeat;					
	width: 75px;	
	height: 24px;
	display:block;
	float:right;
	}
	
	.home-button:hover { 
	background-position: 0px -24px; 
  	} 
 
      
	.home-button span { 
	display:none; 
	}
	
.print a {
	background: url("../images/print.gif") top left no-repeat;					
	width: 14px;	
	height: 13px;
	display:block;
	}	

/* video pg
 * ------------------------------------------------------------------------- */
 #column-left-video { 
	width:471px; 
	float:left;
	margin-top:42px; 
	}
	
	#column-left-video h1 {
	font-size:18px;
	color:#006b01;
	font-weight:normal;
	line-height:22px;
	margin:0 30px 20px 39px;
		}
	
	#column-right-video  { 
	width:301px; 
	float:left;
	padding-top:42px;
	}
	
	#column-right-video h1 {
	font-size:18px;
	color:#006b01;
	font-weight:normal;
	line-height:22px;
	margin:0 30px 6px 10px;
		}
	
	#column-right-video  p {
	margin:0 35px 6px 10px;
	line-height:22px;
	}
	
#vp {margin:0px 0px 6px 36px;}	
	
.quiz { float:left; margin:20px 0px 6px 58px;}

.video {float:left; margin:20px 0px 6px 87px;}

/* quiz pg, form pg
 * ------------------------------------------------------------------------- */	
#content { margin:42px 0px 6px 0px;}

	#content h1 {
	font-size:18px;
	color:#006b01;
	font-weight:normal;
	margin:0 92px 6px 24px;
		}
	
	#content  p {
	margin:0 92px 6px 24px;
	line-height:22px;
	}
	
#content  span {
	color:#ae0000;
	font-weight:bold;
	}
 	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url("../images/footer.gif") no-repeat; 
	width:772px; 
	margin:0 auto; 
	text-align:left; 
	}

#footer p { 
	font-size:11px;
	color:#a53225;
	padding: 10px 0px 30px 25px;
	}

#footer a:link, #footer a:visited {
	color:#a53225;
	text-decoration:underline;
	}

#footer a:hover, #footer a:active {
	color:#006b01;
	text-decoration:none;
	}

#footer ul { margin-bottom:5px; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }
	
