#landing img {
	border: 0px;
}

#landing li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#wrapper {
	position: relative;
	width: 955px;
	margin: 0 auto;
	text-align: left;
}

#menu {
	height: 50px;
	width: 955px;
	font-size: 0.8em;
	position: absolute;
	top: 200px;
  	/* for IE */
  	filter:alpha(opacity=70);
  	/* CSS3 standard */
  	opacity:0.7;
}

#labels {
	position: relavite;
}

#labels li.list_menu { display: inline; }
#labels li.list_menu a {
	border-bottom: 3px solid #78A000;
	background: #eee; 
	color: #333;
	text-decoration: none;
	padding: 15px 15px;
}

#labels li.list_menu a:hover {
	background: #F33A00;
	color: #fff;
}

#labels li.current a {
	color: #BA0D00; 
	border-bottom: 1px solid #fff;
}

#labels li.current a:hover { 
	color: #BA0D00;
	background: #eee;
}

#content {
	background: #eee;
	width: 955px;
}

/* Landing */

#landing h3 { margin:0px; padding: 0px; color: #194590; font-family: arial, sans-serif; font-size: 1.2em; margin-bottom: 10px}
#landing p { color: #194590; font-family: arial, sans-serif; font-size: 0.95em; line-height: 1.4em;}

#landing {
	border: 0px solid #025E8D;
	width: 560px;
	height: 400px;
}

#landing_header {
	height: 100px;
	width: 560px;
}
#landing_content {
	/*background: #ffffff url("../images/bg_form.png");*/
	position: relative;
	height: 200px;
	width: 560px;
}
#landing_mobile {
	position: absolute;
	left: 0px;
	margin-top: 15px;
	margin-left: 10px;
	padding-right: 20px;
	border-right: 1px #194590 solid;
	width: 230px;
	height: 170px;	
}
#landing_form {
	position: absolute;
	right: 0px;
	margin-top: 15px;
	width: 280px;
	height: 200px;
	border-left: 0px dashed #ccc;
}
#landing_footer {
	position: relative;
	height: 100px;
	width: 560px;
}
#landing_directory {
	position: absolute;
	height: 100px;
	width: 280px;
}
#landing_information {
	position: absolute;
	right: 0px;
	height: 100px;
}

#completeit {
	margin-top: 20px;
}