@charset "utf-8";
/* CSS Document */
body {
	background-color: #013573;
	font-family: Verdana, Geneva, sans-serif;
	color: #333; /* Old browsers */
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
}
a {
	color: #002654;
}
#header {
	height: auto;
	width: 100%;
	background-color: #002654;
	float: left;

}
#container {
	background-color: #FFFFFF;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
	height: auto;
	width: 30%;
}

.header-slogan {
	float: left;
	font-size: 24px;
	font-style: italic;
	width: 65%;
	margin-top: 30px;
	color: #FFF;
}
.header-tag-line {
	font-size: 12px;
	float: left;
	width: 60%;
	margin-top: 13px;
	color: #BFA161;
	font-style: italic;
	font-weight: bolder;
}
#navigation {
	float: left;
	height: 20px;
	width: 70%;
	text-align: left;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	margin-top: 38px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFA161;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.banner-home {
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BFA161;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #BFA161;
}

#container-column-left {
	height: auto;
	width: 80%;
	float: left;
	padding-left: 15px;
	margin-left: 100px;
	margin-bottom: 20px;
}
#container-column-right {
	background-color: #EAEAEA;
	height: 100%;
	width: 27%;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 14px;
}
#content-main {
	float: left;
	height: auto;
	width: 100%;
	background-color: #FFF;
}
.column-home {
	float: left;
	height: auto;
	width: 250px;
	font-size: 12px;
	margin-left: 20px;
}
.table-td {
	background-color: #BFA161;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#container #header #navigation a {
	color: #FFF;
	text-decoration: none;
}
#container #header #navigation a:hover {
	color: #BFA161;
	text-decoration: none;
}
.high-risk-work {
	font-size: 11px;
	font-style: italic
}
/* This button was generated using CSSButtonGenerator.com */
.training {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:44px;
	line-height:44px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
.training:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.training:active {
	position:relative;
	top:1px;
}
.align-center {
	text-align: center;
}
/* This button was generated using CSSButtonGenerator.com */
#footer {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
	color: #5DA7F3;
}
#footer a {
	color: #5DA7F3;}
