#wrapper {
	width: 770px;
	background-color: #fff;
	border: 2px solid #D8D5E6;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	min-height: 400px;
}

#content {
	width: 100%;
	padding-top: 5px;
}

#header {
	background-image: url(../../images/travelsafe/nav_back.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

	/* top line */

	#header #call_us {
		display: block;
		color: white;
		text-align: right;
		
		line-height: 50px;
		
		height: 50px;
		
		background-image: url(../../images/travelsafe/logo_top.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color: transparent;
		
		overflow: hidden;
	}




#step {
	margin: 3px 25 0 5px;;
	padding: 0;
	float:left;
	z-index: 1;
}

#step ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside; 
	text-align: center;
}

#step li {
	display: block;
	float: left;
	position: relative;
	text-align: center;
	padding: 0 5px 0 5px;
	margin: 0;
	font-size: 10;  
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-weight: normal;
	line-height: 2em;
	color:#666666;
}
#step ul li.active {
	background-color: rgb(112, 190, 143); 
	color:#fff;
	font-weight: bold;
}
#step ul li.active a{
	text-decoration:none;
	color:#fff;
}
#step ul li a{
	text-decoration:none;
	color:#000;
}
#menubar {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	background:url(../../images/travelsafe/nav_logo.png) no-repeat;height:50px;text-align:right;color:#FFF;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


