* { margin: 0; padding: 0; }

body {
	background: white ;
	/*
	background: white url(gfx/backmap2.jpg) top right no-repeat;
	background-image: url(gfx/backmap2.jpg);
	background-repeat: no-repeat;
	background-color: #333;
	*/
	font: 12px Arial, Verdana,  Helvetica, sans-serif;
	color: #d9d9d9;
	margin: 10px 0 0 0px;
	text-align: center;
}

img {
	border: 0;	
}

.red {
	color: #f00;
}

.little {
	font-size:8pt;
	line-height:1.4em;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #fff;
}


.color_text {
	color: #856E44;
}

/* divs ------------------------------------------------------- */

#shadow_top {
	background-image: url(gfx/shadow_top.jpg);
	background-repeat: repeat-y;
	width: 812px;
	height: 5px;
	margin: 0px auto;
}

#shadow_bottom {
	background-image: url(gfx/shadow_bottom.jpg);
	background-repeat: repeat-y;
	width: 812px;
	height: 5px;
	margin: 0px auto;
}

#container {
	border:5px solid #666666;
	background-image: url(gfx/background_container.jpg);
	background-repeat: repeat-y;
	width: 812px;
	text-align: left;
	margin: 0px auto;
	
}

#container_2 {
	background-image: url(gfx/background_container_2.png);
	background-repeat: repeat-x;
	/*
	margin-left: 6px;
	margin-right: 5px;
	*/
	padding-left: 21px;
	padding-right: 20px; 

}

#top_banner {
	height: 99px;

}

#top_banner_logo {
	float: left;
}

#top_banner_menu {
	float:right;
}

#top_banner_menu ul {
	margin-top: 40px;
	list-style-type: none;	
}

#top_banner_menu li {
	display: inline;
}

#top_banner_menu a {
	color: #dcdcdc;
	font-size: 12px;
	margin-left: 20px;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	border-top: #666666 solid 1px;	
	clear: all;
	height: 60px;
}

#footer p {
	padding-left: 15px;
	color: #676767;
	font-weight: bold;
}

/* box ------------------- */

.box {
		
}

.box_top {
	height: 23px;
	border-bottom: #666666 solid 1px;	
}

.box_top_left {
	float: left;
	margin-top: 10px;
	height: 13px;
	width: 6px;
	border-right: #666666 solid 1px;	
}

.box_top_right {
	float: left;
	margin-left: 15px;
}

.box_top_right h3 {
	font: 18px Times, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.box_bottom {
	
}

.box_bottom_left {
	float: left;
	height: 190px;
	width: 6px;
	border-right: #666666 solid 1px;	
}

.box_bottom_right {
	float: left;
	width: 750px;
}

.box_bottom_right_content {
	margin: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
}

#slogan_img {
	background-image: url(gfx/soldiers.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 296px;
	height: 178px;
}

#slogan_img_2 {
	background-image: url(gfx/boat.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 296px;
	height: 178px;
	display: none;
	position: absolute;
}

#slogan_img_3 {
	background-image: url(gfx/truck.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 296px;
	height: 178px;
	display: none;
	position: absolute;
}

#slogan_img_4 {
	background-image: url(gfx/satellite.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 296px;
	height: 178px;
	display: none;
	position: absolute;
}

#slogan_img_5 {
	background-image: url(gfx/convoy.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 296px;
	height: 178px;
	display: none;
	position: absolute;
}

#slogan_img_6 {
	background-image: url(gfx/trafficjam.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 296px;
	height: 178px;
	display: none;
	position: absolute;
}

#slogan_img_7 {
	background-image: url(gfx/usarmyvehicles.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 296px;
	height: 178px;
	display: none;
	position: absolute;
}

#slogan_img_8 {
	background-image: url(gfx/satdish.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 296px;
	height: 178px;
	display: none;
	position: absolute;
}

.slogan_text {
	float: left;
	font: 16px Times, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	width: 400px;
	margin-left: 20px;
	margin-top: 15px;
}

/* pages ------------------------------------------------------- */

/* how it works ------------------- */

#ppt_1 {
	float: right;
	text-align: center;
}

#ppt_2 {
	float: right;
	text-align: center;
}




