/* ---- MAIN STYLES ----- */

body {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

body, td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
}

p {
	margin: 5px 0 10px 0;
}

table, td {
	margin: 0;
	border: 0;
	vertical-align: top;
}

.table {
	height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

div.cleaner {
	clear: both;
	margin: -1px 0 0 0;
	border: none;
	visibility: hidden;
}

.line {
	border-bottom: solid 1px #ccc;
	padding: 0;
	margin: 15px 0 10px 0;
}

.line_dashed {
	border-bottom: dashed 1px #003;
	padding: 0;
	margin: 15px 0 10px 0;
}

/* -- 1st HYPERLINK STYLE -- */

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

/* -- 2nd HYPERLINK STYLE -- */

.a2 {
	color: #666;
	text-decoration: none;
}

.a2:hover {
	color: #333;
	text-decoration: underline;
}

/* --- LAYOUT STYLES --- */

#container { 
	width: 768px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	height: 100%;
	display: table;
}

.header {
	background: #fc3;
}

#sia {
	position: absolute;
	margin: 42px 0 0 20px;
	width: 229px;
	height: 79px;
	background: #fc3 url(../images/sia.gif) top left no-repeat;
}

#header_s {
	position: absolute;
	margin: 0 0 0 649px;
	width: 119px;
	height: 127px;
	background: #fc3 url(../images/header_s.gif) top left no-repeat;
}

#header_line  {
	position: absolute;
	margin: 82px 0 0 373px;
	width: 395px;
	height: 24px;
	background: #fc3 url(../images/header_line.gif) top left no-repeat;
}

.header_stripe1 { background: #c00; height: 1px; margin-bottom: 3px; }
.header_stripe2 { background: #c00; height: 3px; margin-bottom: 3px; }
.header_stripe3 { background: #c00; height: 5px; margin-bottom: 3px; }
.header_stripe4 { background: #c00; height: 6px; margin-bottom: 3px; }
.header_stripe5 { background: #c00; height: 7px; }
.header_bottom { background: #c00; height: 15px; margin-top: 93px; }

.menu_table {
	background: #003 url(../images/menu_s.gif) bottom right no-repeat;
}

/* --- CONTENT STYLES --- */

.content {
	margin: 20px;
}

.title {
	font-size: 15px;
	text-transform: uppercase;
	color: #003;
	line-height: 20px;
	font-weight: bold;
}

.headline_safetystats {
	width: 164px;
	height: 24px;
	margin: 10px 0 0 6px;
	text-indent: 15px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #003;
	background: #fc3 url(../images/home/headline_safetystats.gif) top left no-repeat;
}

.panel_box {
	background: #bbb;
	margin: 15px 0 15px 0;
}

.panel_text {
	margin: 10px 0 15px 16px;
}

.panel_title {
	width: 147px;
	margin: 10px 5px 15px 15px;
	text-indent: 19px;
	font: bold 10px/11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #fc3 url(../images/arrow_white.gif) top left no-repeat;
}


.bg_black	{ background-color: #000; }
.bg_red		{ background-color: #c00; }
.bg_blue		{ background-color: #003; }
.bg_orange	{ background-color: #fc3; }
.bg_grey	{ background-color: #f5f5f5; }

.color_black	{ color: #000; }
.color_red		{ color: #c00; }
.color_blue		{ color: #003; }
.color_orange	{ color: #fc3; }


/* --- UL & LI STYLES --- */

ul.bullets {
	list-style: disc outside none;
	margin: 5px 10px 5px 22px;
	padding: 0;
}
 
ol.bullets {
	list-style: decimal outside none;
	margin: 5px 10px 5px 32px;
	padding: 0;
}

/* ----- FORM STYLES ----- */

form {
	margin: 0;
	padding: 0;
}

input.field, textarea, select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	background: #fff;
	border: solid 1px;
	border-color: #ccc #999 #999 #ccc;
	width: 130px;
	padding: 1px 3px 1px 3px;
}

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

input.submit {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #666;
	border: solid 1px #000;
	padding: 1px 5px 1px 5px;
}

.required {
	color: #c00;
}

/* ---- OTHER STYLES ---- */

.img {
	float: left;
	margin-right: 14px;
}

