/* -------------------------------------------------------------
	National Occupational Health Services (NOHS)
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			21 April 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Body
			> Primary Content
			> Secondary Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #c7c8c8 url(/images/bg_body.gif) repeat-x;
	font: normal 11px/1.6 Verdana, Helvetica, sans-serif;
	color: #797979;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #d50106;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

li {
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 .5em;
	padding-left: 10px;
	position: relative;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	width: 770px;
	margin: 0 auto;
}

#index {
	margin-top: 25px;
	width: 754px;
	min-height: 466px;
	border: 8px solid #fff;
	background: #fff url(/images/bg_contentBody.gif) repeat-y 563px 0;
	float: left;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}

h2 {
	color: #687b6e;
	font-size: 18px;
	margin-bottom: 5px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	position: relative;
	width: 100%;
	float: left;
	background: #fff url(/images/bg_masthead.gif) repeat-x bottom left;
	overflow: hidden;
}

#interior #masthead {
	background: #fff url(/images/bg_masthead_interior.gif) repeat-x bottom left;
}


/*	Branding
- - - - - - - - - - - - - -  */

#brand a, #brand {
	width: 187px;
	height: 140px;
	overflow: hidden;
	display: block;
	text-indent: -9000px;
}

#brand {
	float: right;
	clear: none;
	background: url(/images/logo_nohs.gif) no-repeat;
}

/*	UI
- - - - - - - - - - - - - -  */

#ui {
	width: 555px;
	margin: 43px 0 0 0;
	padding: 1px 0;
	float: left;
	clear: left;
}

#ui li, #ui li a {
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	text-indent: -9000px;
	background: none;
	background-repeat: no-repeat;
	background-position: top left;
}

#ui li {
	padding-right: 7px;
}

#ui li.last {
	padding-right: 0;
}

#ui li a:hover, #ui li a:active {
	background-position: bottom left;
}

li#ui_about, li#ui_about a {
	width: 47px;
	background-image: url(/images/ui_about.gif);
}

li#ui_services, li#ui_services a {
	width: 88px;
	background-image: url(/images/ui_services.gif);
}

li#ui_officer, li#ui_officer a {
	width: 129px;
	background-image: url(/images/ui_officer.gif);
}

li#ui_checks, li#ui_checks a {
	width: 114px;
	background-image: url(/images/ui_checks.gif);
}

li#ui_reporting, li#ui_reporting a {
	width: 95px;
	background-image: url(/images/ui_reporting.gif);
}

li#ui_contact, li#ui_contact a {
	width: 44px;
	background-image: url(/images/ui_contact.gif);
}





/*	Messaging
- - - - - - - - - - - - - -  */

#messaging, #messaging h2 {
	width: 555px;
	height: 247px;
	float: left;
	clear: none;
}

#messaging h2 {
	overflow: hidden;
	text-indent: -9000px;
	background: url(/images/img_messagingHome.jpg) no-repeat;
}

#interior #messaging, #interior #messaging h2 {
	height: 127px;
	background: url(/images/img_messagingInterior.jpg) no-repeat;
}

#interior #messaging h2 {
	background: url(/images/img_messagingInterior.jpg) no-repeat;
}


/* --- contact --- */

#masthead p {
	width: 187px;
	margin-top: 15px;
	float: right;
	text-align: center;
	color: #5f5f5f;
}

#number {
	width: 191px;
	height: 70px;
	background: url(/images/img_number.gif) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#body {
	width: 525px;
	padding: 15px 10px 0 20px;
	float: left;
}



/*	Body: Content
- - - - - - - - - - - - - -  */




/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 191px;
	float: right;
	color: #5f5f5f;
	background: #fff;
	height: 100%;
}

#interior #sidebar {
	min-height: 252px;
	padding-top: 15px;
	background: #dbdcdd url(/images/bg_sidebar.gif) repeat-x;
	border-top: 9px solid #fff;
}

#sidebar p {
	text-align: center;
	margin-top: 40px;
}

#sidebar li {
	padding: 0;
	background: none;
}

#interior #sidebar a:link, 
#interior #sidebar a:visited {
	height: 12px;
	display: block;
	padding: 2px 5px 2px 27px;
	text-decoration: none;
	background-image: url(/images/icon_list.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	color: #797979;
	font-size: 11px;
	line-height: 11px;
}

#interior #sidebar li ul a:link, 
#interior #sidebar li ul a:visited {
	background: none;
	padding-left: 40px;
}

#interior #sidebar a:hover, 
#interior #sidebar a:active,
#interior #sidebar li ul a:hover, 
#interior #sidebar li ul a:active {
	background-color: #d9dadb;
}

------
/* --- Site Map --- */

.sitemapList {
	width: 40%;
	float: left;
}

.sitemapList h4 {
	font-size: 12px;
}





/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	color: #939292;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

#footer a:link, #footer a:visited {
	color: #939292;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer ul {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0 30px 0;
}

#footer li {
	float: left;
	padding: 0 7px;
	border-left: 1px solid #939292;
	line-height: 12px;
	background: none;
}

#footer li.first {
	padding-left: 0;
	border: 0px;
}

#footer li.last {
	padding-right: 0;
}



/* --- credits --- */

#copyright {
	float: left;
	width: 400px;
}

#siteCredit {
	float: right;
	width: 200px;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #939292;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.inputClass {
	
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#skip {
	position: absolute;
	left: -9000em;
}

.vcard {
	display: none;
}
