
body {
	background-image: url(/content/frs-safe/images/int_body_bg.gif);
	}

#header {
	background-image: url(/content/frs-safe/images/int_header_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px
	}
	
	.logo {
		position: absolute;
			top: 35px;
		}
		
	.print {
		display: none;
		}

	ul.nav {
		font-size: 14px;
		height: auto;
		line-height: 13px;
		margin: 0;
		padding: 0;
		position: absolute;
			bottom: 4px;
			left: 0;
		}
	
	ul.nav li {
		display: inline;
		list-style: none; 
		margin: 0 5px 0 0;
		padding: 0px; 
		}
	
	ul.nav li a {
		background-image: url(/content/frs-safe/images/nav_bg_off.gif);
		background-position: bottom;
		background-repeat: repeat-x;
		background-color: #055e89;
		margin: 0;
		padding: 5px 10px;
		text-decoration: none;
		}
	
	ul.nav li a:link {
		color: #fff;
		}
	
	ul.nav li a:visited {
		color: #fff;
		}
	
	ul.nav li a:hover {
		background-image: none;
		background-color: #c00;  
		text-decoration: none;
		}
	
	ul.nav li a.current {
		background-image: none;
		color: #000;
		background-color: #fff; 
		border-bottom: 1px solid #fff;
		}
	
	ul.nav li.current a:visited {
		color: #000;
		}
	
	ul.nav li.current a:hover {
		background-color: #fff; 
		}
		

	
#sidebar {
	background-color: #efefef;
	border: 5px solid #ccc;
	font-size: 80%;
	float: right;
	margin: 1em 0 3em 3em;
	padding: 10px;
	text-align: left;
	width: 230px;
	}



/* New styled below used for list breadcrumbs */
ul.breadcrumb {
	font-size: 80%;
	list-style: none;
	margin: 0;
	padding: 1em 0 0 0;
	}
	
ul.breadcrumb li {
	color: #666;
	display: inline;
	margin: 0 .3em 0 0;
	padding: 0;
	}
	
ul.breadcrumb li:before { content: "> "; }
ul.breadcrumb li:first-child:before { content: ""; }
	
/*IE workaround*/
/*All IE browsers*/
* html ul.breadcrumb li {
	background-image: url(/content/frs-safe/images/next.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
	}
	
/*IE7 only*/


*:first-child+html .breadcrumb {
	margin-left: -18px;
	}
	
*:first-child+html .breadcrumb li {
	background-image: url(/content/frs-safe/images/next.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0;
	padding: 0 8px 0 18px;
	}
	
*:first-child+html ul.breadcrumb li:first-child {
	background-image: none;
	}
	
/*Win IE browsers - hide from Mac IE\*/
* html ul.breadcrumb { height: 1%; }
	
* html ul.breadcrumb li {
	display: block;
	float: left;
	}
	
/* End hide */
/* Mac IE 5 */
* html ul.breadcrumb li:first-child { background-image: none; }
/* End styled below used for list breadcrumbs */



