/* @group Style Overrides */
body,
td,
p {
	color: #666;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	border: none;
	color: #f60;
	font: normal 18px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 1.8em 0;
	padding: 0;
}

h2 {
	color: #f60;
	font: normal 16px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 1.8em 0 .5em 0;
	padding: 0;
}

img { border: none; }

#maincontentcell a {
	color: #f60;
	text-decoration: none;
}

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

#navtop2 {
	margin: -121px 0 0 0;
	padding: 0;
	width: 850px;
}

#maincontenttable,
#maincontentcell {
	padding: 0;
}
/* @end */

/* @group Navigation */
#navigation {
	background: #999;
	list-style: none;
	height: 20px;
	margin: 0;
	padding: 15px 0 0 0;
}

#navigation li { display: inline; }

#navigation a {
	display: block;
	height: 20px;
	float: left;
	margin: 0 3px 0 0;
	text-indent: -999em;
	width: 122px;
}

#navigation a:hover,
#navigation a.current { background-position: left bottom; }

#navigation a.current { cursor: default; }

#navigation li#overview a { background-image: url(/associations/8843/ohs/imgs/btn_overview.png); }

#navigation li#ohs-manual a { background-image: url(/associations/8843/ohs/imgs/btn_ohs-manual.png); }

#navigation li#training a { background-image: url(/associations/8843/ohs/imgs/btn_training.png); }

#navigation li#products a { background-image: url(/associations/8843/ohs/imgs/btn_products.png); }
/* @end */

/* @group Left Column */

#leftcell,
#subcell,
#rightcell { vertical-align: top; }

#leftcell { padding: 10px 0 50px 0; }

#lefttable {
	margin-right: 35px;
	margin-left: -35px;
}

#lefttable #leftcell { padding-bottom: 10px; }

#leftcell blockquote { margin: 15px 25px; }

#leftcell ul {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	width: 160px;
}

#leftcell ul ul {
	border-left: 2px solid #fff;
	font: 10px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: -999em;
	position: absolute;
	margin: -22px 0 0 160px;
}

#leftcell li:hover ul,
#leftcell li.sfhover ul,
#leftcell li.current ul,
#leftcell ul.tempHover li.current:hover ul,
#leftcell ul.tempHover li.current.sfhover ul { left: auto; }

#leftcell ul.tempHover li.current ul {
	left: -999em;
}

#leftcell ul li { display: list-item; }
* html #leftcell ul li { display: inline; }

#leftcell ul li li { background: #fc9; }

#leftcell ul a {
	background: #e7e7e1;
	border-bottom: 2px solid #fff;
	color: #555;
	display: block;
	font: 10px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 14px;
	text-decoration: none;
}

#leftcell ul ul a,
#leftcell ul li.current ul a {
	background: #fc9;
	color: #444;
}

#leftcell ul a:hover,
#leftcell ul li.current a,
#leftcell ul ul li.current a {
	background: #f60;
	color: #fff;
}

/* @end */

/* @group Content Column */

#subcell p { line-height: 180%; }

#subcell { padding: 25px 35px; }

#subcell.right { padding-right: 0; }

table.table_wrap {
	float: left;
	margin: 10px 35px 10px -250px;
}

/* @end */

/* @group Right Column */

#rightcell {
	background: #999;
	padding: 0 0 50px 0;
	width: 205px;
}

#righttable { margin-left: 35px; }

#rightcell table {
	background: #333;
	margin: 0 0 10px 0;
}

#rightcell td {
	padding: 10px 10px 10px 0;
}

#rightcell td,
#rightcell td p { color: #fff; }

#rightcell td img { margin: 0 10px 0 0; }

#rightcell td a {
	color: #f60;
	display: block;
	text-decoration: none;
}

#rightcell h6 {
	color: #fff;
	margin: 0 25px 10px 25px;
}

#rightcell td a:hover { color: #fc9; text-decoration: none; }

/* @end */

/* @group Login Widget */

/* Logged Out */
div#quick_login {
    margin: 0 25px;
}

div#quick_login input.qlogin-input {
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    color: #222;
    font-size: 11px;
    height: 20px;
    margin: 1px 0 6px 0;
    padding: 1px 2px;
    width: 100%;
}

div#quick_login label {
	font-size: 11px;
}

div#quick_login a.forgotpass {
    float: left;
    text-decoration: none;
    width: 70px;
	font: normal 10px/110% Verdana, Arial, sans-serif;
}

div#quick_login input#loginbutton {
	background: transparent url(/associations/8843/ohs/imgs/btn_login.png) no-repeat center center;
	border: none;
	cursor: pointer;
    float: right;
    height: 14px;
    margin: 6px 0 0 0;
    text-indent: -999em;
    width: 54px;
}

div#quick_login span#auto-logout {
    clear: both;
    display: none; /* Set to 'block' to display */
    padding: 8px 0 0 0;
}

div#quick_login span#auto-logout label {
    font-size: 10px;
}

div#quick_login select {
    background: #eee;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 2px 0;
    width: 100%;
}

/* Logged In */
div#login_welcome { margin: 10px 5px; }

div#login_welcome h6 {
    border-bottom: 1px solid #cdcde1;
    color: #fff;
    font-size: 11px;
    font-style: italic;
    margin: 0 5px;
    padding: 0 0 3px 0;
    text-transform: capitalize;
}

span#loginform ul {
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	padding: 0 20px;
}

span#loginform ul li {
	margin: 5px 0;
	padding: 0;
}



/* @end */