@charset "UTF-8";
/* CSS Document */
body, input, textarea, div, img, h1, h2, h3, ul, ol, li {
	border:0 none;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	margin-top: 25;
	padding: 0;
}


body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-color: #E6E6E6;
}
p, a, input, textarea {font-size:1.2em;}
p {color:#111010;}
#navigation .lm a {
	color: #FFF;
	text-decoration: none;
	font-size: 9px;
	}
#navigation .lm:hover {
	background-color:#F17F38;
}

h1, h2, h3 {
padding:6px 0;
}
h1 {
font-size:2em;
}
h2 {
font-size:1.8em;
}
h3 {
font-size:1.4em;
}
.float_left {
float:left;
}
.float_right {
float:right;
}
.clr {
clear:both;
}
.last {
margin-right:0 !important;
}

.line{
	border-bottom-width: 1px #FFF solid;
	}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:906.73px;
	height:700px;
	border: 3px solid #2B3F49;
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;

}
#container {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	margin:0 auto;
	height:700px;
	width:906.73px;
	background-color: #FFF;
	
}
#content {
	float:right;
	height: 581.27px;
	width: 686.86px;
	background: #FFF url(../images/soldier.jpg) no-repeat 510px 270px;
}
#sidebar {
	color:#FFFFFF;
	float:left;
	width:210px;
	height: 583.27px;
	background:#2F3F48 url(../images/sidebar_bk.jpg) no-repeat right bottom;
	
}
#logo{
	margin-left: 14px;
	margin-top: 17px;
	margin-bottom: 7px;
	}
#footer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#FFFFFF;
	height:30.16px;
	width:906.73px;
	background-color:#2F3F48;
	margin: 0px auto;
	text-indent: 9.6px;
	vertical-align: middle;
}
#navigation {
	padding-top: 11.73px;
	height: 217px;
}
.lm {
	height:14.3px;
	font-family: Helvetica;
	font-size: 9px;
	text-transform: capitalize;
	color: #FFF;
	text-indent: 40px;
	padding-top: 8px;
	margin-left: 2px;
	margin-bottom: 2px;
}
#footer img {
	padding-top: 9.5px;
	padding-right: 10px;
}
#sidebar #promo {
	margin-bottom: 0px;
	margin-left: 33px;
	padding-top: 5px;
	padding-bottom: 0px;
}


#wrapper #container #sidebar #logo img {margin: 0px auto;}
#promo {margin: 0 0 0 34px;}
#promo2 {margin: 28px 0 0 34px;}
#promo3 {margin: 25px 0 4.2px 34px;}
#top_content {height: 391px;padding-left: 29px;}
#bottom_content {padding: 0 0 0 25px;}
#line {padding: 0 0 0 7px;}

/*text color classes*/
.dk_blue {
	color: #2E3F47;
	font-size: 11px;
	font-family: Helvetica, sans-serif;
}
.babyblue strong {
	font-size: 12px;
}
.orange {
	color: #f79340;
	text-decoration: none;
	font-size: 12px;
}
.babyblue {
	color: #acdff9;
	font-size: 12px;
}

/* link styles*/
a:visited {text-decoration: none; color: #EF9340;}
a:link{text-decoration: none; color: #EF9340;}
a:hover {text-decoration:none;}

