body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
}
#container {
	position: relative;
	margin: 0;
	/*background: #ffffff url(../_img/bg.png) repeat-x top left;*/
	background-color: #ffffff;
}
#holder {
	width: 840px;
	margin: 0 auto;
}
#footer {
	clear: both;
	width: 100%;
	height: 50px;
	padding-top: 56px;
	text-align: center;
	background: #bbbbbb url('../_img/bg_footer.png') repeat-x top left;
}
#footer a {
	color: #ff7800;
	text-decoration: none;
}
#footer a:hover {
	color: #ff7800;
	text-decoration: underline;
}
#belowFooter {
	color: #555555;
	clear: both;
	width: 100%;
	text-align: center;
	background: #bbbbbb;
	padding-bottom: 6px;
}
#belowFooter a {
	color: #555555;
	text-decoration: none;
}
#belowFooter a:hover {
	color: #ff7800;
	text-decoration: underline;
}
#header {
	float: left;
	height: 300px;
	width: 840px;
}
#header #flash{
	margin: 140px 0 0 0;
	font-size: 24px;
	color: #ff7800;
	text-transform: uppercase;
	background: url(../_img/icon_header.png) no-repeat center left;
	padding-left: 12px;
}
#content {
	float: left;
	width: 840px;
	margin: 0px 0 44px 0;
}
#contentLeft {
	float: left;
	width: 420px;
}
#contentRight {
	float: right;
	width: 280px;
}
/*
	HEADERS & LINKS
*/
p {
	display: inline;
	margin: 0;
}
h3 {
	font-size: 24px;
	color: #ff7800;
	text-transform: uppercase;
	/*background: url(../_img/icon_header.png) no-repeat center left;*/
	/*padding-left: 12px;*/
}
h2 {
	font-size: 14px;
	color: #ff7800;
	font-weight: bold;
}
a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #ff7800;
}
/*
	BREADCRUMB
*/
#crumb {
	float: left;
	width: 840px;
	margin: 12px 0 6px 0;
	color: #7a8c8c;
	font-size: 9px;	
}
#crumb a {
	color: #ff7800;
	text-decoration: none;
}
#crumb a:hover {
	color: #ff7800;
	text-decoration: underline;
}
/*
	NEWS
*/
.news {

}
.news .source {

}
.news .date {

}
.news .image {
	float: left;
	margin: 0 8px 8px 0;
}
/*
	NEWS LIST
*/
.news_training {
	clear: both;
	margin-bottom: 24px;
}
.news_list {
	clear: both;
	margin-bottom: 24px;
}
.news_list .date {
	float: left;
	font-size: 9px;
	color: #ff7800;
	font-weight: bold;
}
.news_list .title {
	color: #ff7800;
	font-weight: bold;
}
.news_list .title a {
	color: #ff7800;
	font-weight: bold;
	text-decoration: none;
}
.news_list .news {
	padding-left: 64px;
}
.news_list .image {
	float: left;
	width: 68px;
	height: 68px;
	margin: 0 8px 8px 0;
}
/*
	TRAINNEES
*/
.training_cat {
	clear: both;
}
.training {
	display: none;
}
.training .number {
	float: left;
	width: 40px;
}
.training .title {
	margin-left: 40px;
	width: auto;
}
.training .item {
	clear: both;
}
/*
	CONTACT (RIGHT SIDE OF BODY)
*/
#contact a {
	color: #ff7800;
	text-decoration: none;
}
#contact a:hover {
	color: #ff7800;
	text-decoration: underline;
}
#contact .line {
	clear: both;
	margin-bottom: 8px;
}
#contact .icon {
	float: left;
	width: 24px;
}
#contact .spacer {
	height: 16px;
}
/*
	FORM
*/
.containerForm label {
	float: left;
	width: 125px;
	margin-right: 15px;
}
.containerForm .field {
	width: 140px;
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #333333;
}
.containerForm .radio {
	
}
.containerForm select {
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #333333;
}
.containerForm .error {
	color: #555555;
	background-color: #e3b6b6;
	border: 1px solid #ff3300;
}
.containerForm .ubb {
	width: auto;
}
.containerForm textarea {
	width: 250px;
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #333333;
}
.containerForm .item {
	margin-bottom: 10px;
	clear: both;
}
/*
	TABLE
*/
.list_table {
	width: 100%;
}
.list_table .title {
	font-weight: bold;
	color: #ff7800;
}
.list_table .row1 {
	background-color: #f5f5f5;
}
.list_table .row2 {
	background-color: #ffffff;
}
.list_table .hover {
	background-color: #eeeeee;
}
.list_table .right {
	text-align: right;
}
/*
	CUSTOM STYLES
*/
.link {
	color: #ff7800;
	font-weight: bold;
}
.promo {
	background-color: #eeeeee;
	padding: 20px;
}
/*
	NAVIGATION
*/
#navigation {
	margin-top: 16px;
}
#navigation input {
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: auto;
	background-color: #eeeeee;
	border: 1px solid #666666;
}
#navigation .nav_active {
	color: #ff7300;
}
#navigation .nav_on {
	color: #7f7f7f;
	cursor: pointer;
}
#navigation .nav_off {
	color: #454545;
