body {
	margin: 0px;
	background-color: #B3D32D;
	font-family: Arial, sans-serif;
}
#breadcrumb a{
	text-decoration: underline;
}
div.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
div.safe-roads-bg{
	float:left;
	width:960px;
	height:873px;
	background-image:url('../_img/saferoads-bg.png');
	background-repeat:no-repeat;
}
div.modal-wrapper{
	float:left;
	width:860px;
}
div.top-left-nav{
	float:left;
	width:40px;
	height:87px;
	background-image:url('../_img/left-nav-arrow.png');
	background-repeat:no-repeat;
	margin-top:245px;
	cursor:pointer;
}
div.top-right-nav{
	float:left;
	width:40px;
	height:87px;
	background-image:url('../_img/right-nav-arrow.png');
	background-repeat:no-repeat;
	margin-top:245px;	
	cursor:pointer;
}
div.top-content{
	float:left;
	width:779px;
	height:502px;
	background-image:url('../_img/content-body.png');
	background-repeat:no-repeat;
}
div.top-content-header{
	float:left;
	width:100%;
	height:59px;
}		
div.header-left-text{
	float:left;
	width:540px;
	height:60px;
	background: url('../_img/header-left.png') left top no-repeat;
}
div.top-content-banner{
	float:left;
	width:755px;
	height:442px;
	background:#ffffff;
	margin-left:12px;
	margin-top:1px;
}
div.header-right-text{
	float:right;
	width:231px;
	height:60px;
}
div.close{
	height: 22px;
	width: 22px;
	margin: -60px 0 0 210px;
	z-index: 100;
	cursor: pointer;
}
div.top-content-footer{
	float:left;
	width:779px;
	height:79px;
	margin: -5px 0 0 40px;
}
div.top-content-nav-numbers{
	float:left;
	width:779px;
	margin: -28px 0 0 40px;

	background-repeat:repeat-y;
}
.active{
	display:block;
}
.inactive{
	display:none;
}	
div.yellow-text{
	color:#F9EF6B;
	font-size:20px;
}
div.white-text{
	color:#ffffff;
	font-size:14px;
}	
div.footer-top{
	float:left;
	width:779px;
	height:1px;
}
div.footer-nav{
	float:left;
	width:779px;
	height:56px;
	background-image:url('../_img/content-filler.png');
	background-repeat:repeat-y;
	margin-top:8px;
}
div.footer-bottom{
	float:left;
	width:779px;
	height:14px;
}
div.footer-left-nav{
	float:left;
	width:29px;
	height:56px;
	margin-left:12px;
	cursor:pointer;
}
div.footer-right-nav{
	float:right;
	width:29px;
	height:56px;
	margin-right:12px;
	cursor:pointer;
}	
div.bottom-nav-wrapper{
	float:left;
	width:697px;
	height:56px;
	overflow:hidden;
	background:#253038;
}
div.bottom-nav-element{
	float:left;
	width:82px;
	height:56px;
	cursor:pointer;
	margin-right:5px; 
	background-image:url('../_img/active-bottom.png'); 
	background-repeat:no-repeat;
}

.first{
	margin-left:5px;
}
.bottom-active{
	display:none;
}
div.nav-elements-wrapper{
	float:left;
	width:871px;
	height:56px;
	position:relative;
}
div.current-topic-wrapper{
	float:left;
	/*width:243px;*/
	margin-left:12px;

}		
div#current-topic{
	float:left;
	margin-left:10px;
	height: 26px;
	width:130px;
}
div#topic-slides{
	float:left;
	/*width:100px;*/
	padding-top:10px;
	height:19px;
	background-image:url('../_img/topic-bg.png');

	
}	
div.nav-number{
	float:left;
	width:11px;
	height:10px;
	margin-right:3px;
	cursor:pointer;
}

div.number-wrapper{
	float:left;
}
div.number-wrapper-2{
	float:left;
	color:#253038;
}

