body { 
	font-family: Arial, Helvetica, sans-serif; 
	background: #5b9e00 url(../images/ohs_bkd.jpg) repeat-x;
}  

/* STRUCTURE */
#container {  
    width: 960px;  
    margin: 0 auto;   
}

#header {  
    padding-top: 8px;   
} 


#form_content {
	margin-top: 25px;
	padding: 20px 20px 20px 20px;
	float: left;
	width: 920px;
	min-height: 400px;
	background: #deebcd url(../images/ohs_form_content_bkd.jpg) no-repeat;
}


#sidebar_left {
	float: left;
	width: 600px;
}

#sidebar_right {
	float: left;
	width: 300px;
	padding-left: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	 
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	margin-top: 21px;
	margin-bottom: 11px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 11px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #ff6666;
	margin-bottom: 5px;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 20px;
}

img, img a {
	border: none;	
}

a {
	color: #5b9e00;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

div.hr {
background: url(../images/ohs_hr_evaluation.gif) no-repeat; 
height: 2px;
border: none;
width: 540px;
margin: 5px 0 15px 0;
}

hr {
display:none;
}

hr.max_length {
	background: url(../images/ohs_hr_evaluation.gif) no-repeat scroll center; 
height: 26px;
	width: 986px;
	border: none;
	display: none;

}


#logo {
    width: 309px;  
    height: 34px;   /* So that the element will show the whole image. */  
    background: url(../images/ohs_logo_vertical.jpg) 0 0 no-repeat;    /* Sets the background image */  
	float: left;
    } 
	
#logo h1 {
	text-indent: -9999px; 
}

#menu {
	float: right;
	margin-left: 180px;
	margin-top: 10px;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

#menu li a {
	color: #000;
	font-size: 1em;
	text-decoration: none;
}	

#menu li a:hover {
	color: #5b9e00;	
}

.caption {
	font-size: 0.8em;
	color: #666666;
}

/* FOOTER */
#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffffff;
}

#footer p {
	color: #ffffff;
	line-height: 1.2em
}
#footer a {
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover {
	color: #000000;
	font-size: 0.8em;
	text-decoration: underline;
}

#footer p.legal {
	color: #333333;
	font-size: 0.8em;
	
}

.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
width:600px;
}

/* ----------- stylized ----------- */
#stylized{
}

#stylized h3 {
font-size: 1.0em;
font-weight:bold;

margin-bottom:12px;
padding: 5px 0 5px 5px;
background: #669900;
color: #fff;
}


#stylized label{
display:block;
font-size: 12px;
font-weight: bold;
text-align:right;
width:170px;
float:left;
}

#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:170px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #5b9e00;
width:360px;
margin:0 0 12px 10px;
background: #fff;
}

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #5b9e00;
width:360px;
margin: 0 0 12px 10px;
background: #fff;
}

#stylized button{
clear:both;
width:100px;
height:35px;
color: #fff;
font-size:14px;
font-weight: bold;
text-align: center;
border:solid 1px #ececec;
margin: 10px 0 0 180px;
background: #5b9e00;
cursor: pointer;
}

#stylized input.checkbox {
float:left;
width:20px;
margin:2px 5px 30px 5px;	
}

#stylized select.inputBox {
float:left;
width:150px;
margin: 0 5px 40px 12px;	
}

#stylized input.checkbox2 {
width:20px;
margin:2px 5px 10px 8px;	
}
