* {
	margin: 0 auto;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fff;
	background: #000;
}

/*---------- Layout --------*/
#main {
	width: 100%;
}
#container {
	width: 800px; /*647*/
}
#header {
	width: 100%;
	height: 134px;
}
#nav {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 5px;
	margin: 0 auto;
}
#body_wrap {
	width: 100%;
}
#scroll_box {
	float: left;
	margin-top: 0px;
	margin-bottom: 3px;
	width: 99%; /*98.5*/
	border: 1px solid #666;
	padding: 5px 0 5px 5px;
}
#footer {
	clear: both;
	padding-top: 190px;
	margin-top: 2px;
	padding-bottom: 5px;
	background: url(../img/body_bottom_bk.jpg) no-repeat;
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
	color: #424242;
}
#footer_about {
	clear: both;
	padding-top: 190px;
	margin-top: 2px;
	padding-bottom: 5px;
	background: url(../img/footer_aboutus.jpg) no-repeat;
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
	color: #424242;
}
#footer_dart {
	clear: both;
	padding-top: 190px;
	margin-top: 2px;
	padding-bottom: 5px;
	background: url(../img/footer_dart.jpg) no-repeat;
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
	color: #424242;
}
#footer_careers {
	clear: both;
	padding-top: 190px;
	margin-top: 2px;
	padding-bottom: 5px;
	background: url(../img/footer_careers.jpg) no-repeat;
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
	color: #424242;
}
#footer_weforyou {
	clear: both;
	padding-top: 190px;
	margin-top: 2px;
	padding-bottom: 5px;
	background: url(../img/footer_weforyou.jpg) no-repeat;
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
	color: #424242;
}
#footer_gear { 	
        clear: both; 	
        padding-top: 190px; 	
        margin-top: 2px; 	
        padding-bottom: 5px; 	
        background: url(../img/footer_gear.jpg) no-repeat; 	
        font-family: Tahoma; 	
        font-size: 9px; 	
        text-align: center; 	
        color: #424242; 
}
#footer_door { 	
        clear: both; 	
        padding-top: 190px; 	
        margin-top: 2px; 	
        padding-bottom: 5px; 	
        background: url(../img/footer_door.jpg) no-repeat; 	
        font-family: Tahoma; 	
        font-size: 9px; 	
        text-align: center; 	
        color: #424242; 
}
#footer_flag { 	
        clear: both; 	
        padding-top: 190px; 	
        margin-top: 2px; 	
        padding-bottom: 5px; 	
        background: url(../img/footer_flag.jpg) no-repeat; 	
        font-family: Tahoma; 	
        font-size: 9px; 	
        text-align: center; 	
        color: #424242; 
}

/*--------- Top Navigation --------*/
dt, dl, dd, ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 600;
}
#menu dl {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
}
#menu a {
	margin: 0 31px 0 34px;
	text-decoration: none;
	color: #fff;
}
#menu a:hover, #menu a:active, #menu a.active {
	color: #a3cb1a;
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6 {
	display:none;
	position: absolute;
	left: -70px;
	font-size: 0.8em;
	margin-top: 3px;
	padding: 1px 7px 2px 7px;
	border: 1px solid #272727;
	width: 255px;
	background-color: #000000;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a {
	margin: 0 10px 0 10px;
	font-size: 0.9em;
}
.mentions {
	position: absolute;
	bottom : 300px;
	left : 10px;
	color: #000;
	background-color: #ddd;
	border: 1px solid #FF66FF;
}

/*--------- Scroll Box --------*/
#scroll-container {
	float: left;
	width: 100%;
	position: relative;
}
#content {
	position: relative;
	top: 0;
	left: 3px;
	width: 92%; /*97*/
	clip: rect(0px, 92%, 1000px, 0px);
	overflow: hidden;
	padding-bottom: 15px;
}
#content p:first-child {
	margin-top: 0;
}
#content a {
	color: #a4c725;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
}
#track {
	position: absolute;
	right: 0px;
	top: 0px; /*21*/
	width: 14px;
	height: 300px;
}
#handle {
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 50px;
	padding: 5px 0;
	background: url(../img/slide_bar.gif) center no-repeat;
}
#button-up {
	position: absolute;
	top: 300px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url(../img/btn_up.gif) center no-repeat;
}
#button-down {
	position: absolute;
	top: 312px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url(../img/btn_down.gif) center no-repeat;
}


/*---------- Other Stuff --------*/
a:focus {
	-moz-outline-style: none;
}
img {
	border: none;
}
* html img {
	behavior: url(iepngfix.htc)
}
#home_header {
	width: 100%;
	height: 140px;
}
#home_footer {
	clear: both;
	margin-top: 2px;
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
	color: #424242;
}
.logo {
	float: left;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}
#scroll-container h3 {
	margin: 5px 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 500;
}
#scroll-container h4 {
	margin: 0;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
}
#scroll_box h3 {
	margin: 5px 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 500;
}
#scroll_box p {
	margin: 0;
	padding: 0 7px 0 0px;
	font-size: 0.8em;
	line-height: 2em;
	text-align: justify;
}
#careers ul {
	margin: 0;
	padding: 0 7px 0 40px;
	font-size: 0.8em;
	line-height: 2em;
	text-align: justify;
}
#careers li {
	padding: 0 7px 0 20px;
	background-image: url(../img/bullet.gif);
	background-position: 0 .5em;
	background-repeat: no-repeat;
	font-size: 0.8em;
	text-align: justify;
}
.green_text {
	color: #a4c725;
}
.green_highlight {
	float: right;
	position: relative;
	top: 10px;
	padding: 15px 10px;
	width: 26%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 500;
	text-align: center;
	color: #a4c725;
}
#content_list {
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
}
#content_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content_list li {
	padding: 5px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#content_list li.green_bold {
	font-weight: bold;
	color: #a4c725;
}


/*------ Services Slides -----*/
#slide-wrapper {
	overflow: hidden;
	height: 331px;
	width: 788px;
	position: relative;
}
#slide-inner {
	width: 2000px;
	height: 1332px;
	background: url(../img/miletwo_green.jpg) no-repeat;
	position: relative;
}
.sliding-content {
	width: 50%;
	height: 300px;
	position: absolute;
}
.slide_links a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
.slide_links a:hover {
	color: #a4c725;
}
.bottom-links {
	clear: left;
	float: left;
	width: 70%;
	padding-top: 10px;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
}
.bottom-links a {
	color: #fff;
	text-decoration: none;
/*	font-size: 0.8em;*/
}
.bottom-links a:hover {
	color: #a4c725;
}
.bottom-links span {
/*	font-size: 0.8em;*/
}
.sliding-content h3 {
	width: 80%; /*50*/
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 15px 0 5px 0;
}
.sliding-content .content_list {
	width: 70%;
	margin: 0 auto;
	float: left;
}
.sliding-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 70%;
	float: left;
}
.sliding-content li {
	padding: 5px 0 5px 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background: url(../img/bullet_slide.gif) 5px 10px no-repeat;
}
#content1 {
	left: 15px;
	top: 15px;
}
#content2 {
	left: 810px; /*800*/
	top: 15px;
}
#content3 {
	left: 25px;
	top: 320px;
}
#content4 {
	left: 800px;
	top: 375px;
}
#content5 {
	left: 25px;
	top: 670px;
}
#content6 {
	left: 1100px;
	top:670px;
}
#built_bg {
	margin: 0 auto;
	width: 99%; /*682*/
	height: 480px;
/*	background: url(../img/miletwo_target.jpg) no-repeat;*/
}
#step1 {
	position: relative;
	float: left;
	top: 25px;
	left: 291px;
	width: 101px;
}
#step2 {
	position: relative;
	top: 96px; /*-45*/
	left: 368px;
	width: 90px;
}
#step3 {
	position: relative;
	top: 313px;
	left: 297px;
	width: 104px;
}
#step4 {
	position: relative;
	top: 389px;
	left: 25px;
	width: 96px;
}
#step5 {
	position: relative;
	top: 310px;
	left: -265px;
	width: 94px;
}
#step6 {
	position: relative;
	top: 127px;
	left: -382px;
	width: 112px;
}


/*----mootips----*/
.tool-tip {
	width: 250px !important;
	width: 230px;
	z-index: 13000;
	float:left;
	display:none;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #a6ce0b;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	width: 230px;
}
.tool-text {
	font-size: 11px;
	margin-left:0px;
	padding: 4px 8px 8px 8px;
	color: #fff;
	width: 230px;
}



/*---- ??? ----*/
.small_box_container {
	width:49%;
	float:left;
	text-align:center;
}
#content a.career_links, #content a.career_links:link, #content a.career_links:hover, #content a.career_linksvisited {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	line-height:1.5em;
}
.big_green_text {
	font-size:1.5em;
	color: #a4c725;
}
.link_holder {
	border:#FFFFFF solid 1px;
	padding:15px;
}
#content ul.simple {
	padding-left:10px;
	margin-left:10px;
}
#content ul.simple li {
	list-style:url(../img/bullet.gif);
	font-size:0.8em;
}
