@charset "UTF-8";

#mainContent h2 {
	background-image: url(../images/text/capabilities_overview_h2.gif);
}

#text_military, #text_government, #text_commercial {
	float: left;
	width: 250px;
	padding-top: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}

#text_military { background-image: url(../images/content/capabilities_main_military.jpg); }
#text_government { background-image: url(../images/content/capabilities_main_government.jpg); }
#text_commercial { background-image: url(../images/content/capabilities_main_commercial.jpg); }

#mainContent h4 { margin-bottom: 6px; }
#mainContent h4, #mainContent h4 a {
	width: 240px;
	height: 177px;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#mainContent h4 a {
	display: block;
	text-decoration: none;
}
#text_military h4, #text_military h4 a { background-image: url(../images/text/capabilities_main_military_h4.gif); }
#text_government h4, #text_government h4 a { background-image: url(../images/text/capabilities_main_government_h4.gif); }
#text_commercial h4, #text_commercial h4 a { background-image: url(../images/text/capabilities_main_commercial_h4.gif); }

#text_military p, #text_government p, #text_commercial p {
	text-align: left !important;
	padding-right: 20px !important;
}

div.more_btn, div.more_btn a {
	height: 31px !important;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
#text_military div.more_btn, #text_military div.more_btn a {
	background-image: url(../images/text/capabilities_military_btn.gif);
	width: 210px;
}
#text_government div.more_btn, #text_government div.more_btn a {
	background-image: url(../images/text/capabilities_government_btn.gif);
	width: 237px;
}
#text_commercial div.more_btn, #text_commercial div.more_btn a {
	background-image: url(../images/text/capabilities_commercial_btn.gif);
	width: 233px;
}