/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color: #092740;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #0F1F35;
	font-size: 62.5%;/* 10px is now standart size*/
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Globals */

div, p, ul, a, ol, pre, span{
	font-size: 14px;
}

ul.nav{
	font-size: 10px;/* Don't really want this resizeable. */
}

/* @group Suckerfish */

ul.nav li ul {
	position: absolute;
	width: 171px;
	left: -9999em;
	z-index: 999;
	padding: 0;
	margin: 0;
	clear: both;
	border: 1px solid #aaa;
}

ul.nav li ul li{
	border: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.nav li ul li a{
	width: 165px;
	display: block;
	padding: 3px 0 3px 6px;
	margin: 0;
	background: #eee;
}

ul.nav li ul li a:hover{
	background: #00088f;
	color: #fff;
}

ul.nav li:hover ul {
	left: auto;
}


ul.nav li:hover ul, ul.nav li.sfhover ul {
	left: auto;
}

/* @end */

.img-left{
	float: left;
	border: 1px solid #000;
	margin: 0 20px 20px 0;
}

.bold{
	font-weight: bold;
}

.right-float{
	float: left;
	width: 450px;
}

.primary ul li{
	margin: 0 0 14px;
	line-height: 130%;
}

ul.bull{
	margin: 0 0 0 10px;
}

ul.bull li{
	list-style-type: disc;
	list-style-position: outside;
}

/* @end */

/* @group Structure */

body{
	font-family: Times, Times New Roman, serif;
}

.primary-wrapper{
	background: #EAEAEA url(../img/content_bg.gif) repeat 0px 0px;
}

.header-wrapper{
	background: #0f1f35 url(../img/fpo_header.jpg) no-repeat center center;
}

.header{
	width: 1080px;
	margin: 0 auto;
	height: 287px;
}

.header-swf-container{
	width: 1080px;
	margin: 0 auto;
}

#header-swf a{
	display: block;
	width: 100%;
	height: 287px;
	text-indent: -9999px;
	text-align: left;
}

.nav-bg{
	background: transparent url(../img/menu-bg.gif) repeat-x 0 0;	
	height: 31px;
}

.nav-bg .nav{
	width: 720px;
	padding: 8px 0 0;
	margin: 0 auto;
}

.primary{
	width: 724px;/*org 770*/
	margin: 0 auto;
	padding: 30px 24px;
	overflow: hidden;
	background: transparent url(../img/sheet-metal-bg.jpg) repeat center top;
}

.footer-wrapper{
	background: transparent url(../img/btm_bg.gif) repeat-x 0 0;
}

/* @end */

/* @group Debug */

.header{
	border-bottom: 1px solid #333;
}

.header .logo{
	padding: 20px 0 25px 50px;
	display: block;
}

ul.nav{
	overflow: hidden;
}

ul.nav li a{
	padding: 2px 4px 4px 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #132945;
	line-height: 115%;
}

ul.nav li{
	border-left: 1px solid #132945;
	float: left;
	margin: 0 9px 0 0;
	padding: 0 0 0 9px;
}

ul.nav li.last{
	margin: 0;
}

ul.nav li.first{
	border-left: none;
	padding: 0;
}

ul.nav li a:hover{
	color: #7895b9;
}

/* @end */

/* @group Typograhy */

h2,h3,h4,h5,h6{
	font-weight: normal;
}

h2{
	font-size: 23px;
	color: #092740;
	margin: 0 0 14px;
}

h3{
	font-size: 18px;
	margin: 0 0 4px;
	font-weight: bold;
}

.btm-links{
	text-align: center;
	font-size: 12px;
	clear: both;
	padding: 14px 0 0;
}

.btm-links a{
	text-decoration: none;
	font-size: 12px;
	padding: 0 4px 4px;
}

.primary p{
	margin: 0 0 14px;
	line-height: 140%;
}

.primary a:hover{
	color: #1a80e7;
}


/* @end */

/* @group footer */

.footer{
	margin:0 auto 0;
	padding:20px 24px 10px;
	text-align:center;
	width:724px;
	height: 29px;
	font-size: 11px;
	line-height: 14px;
}

.footer a{
	font-size: 11px;
}

.post-footer{
	background: #00142e url(../img/btm-bg.jpg) no-repeat center top;
	padding: 0 0 100px;
}

.footer a:hover{
	color: #1a80e7;
}

/* @end */

/* @group btm-buttons */
.btm-buttons{
	overflow: hidden;
	padding: 17px 0 0;
}

.btm-buttons a{
	display: block;
	text-align: left;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	float: left;
	height: 33px;
	padding: 0;
}

.btm-buttons .btn-military{
	background: transparent url(../img/btm_buttons.gif) no-repeat -413px 0;
	width: 162px;
	margin: 0 5px 0 80px;
}

.btm-buttons .btn-military:hover{
	background: transparent url(../img/btm_buttons.gif) no-repeat -413px -36px;
}

.btm-buttons .btn-builds{
	background: transparent url(../img/btm_buttons.gif) no-repeat 0 0;
	width: 128px;
}

.btn-builds:hover{
	background: transparent url(../img/btm_buttons.gif) no-repeat 0 -35px;
}

.btn-retro{
	background: transparent url(../img/btm_buttons.gif) no-repeat -138px 0;
	width: 165px;
}

.btn-retro:hover{
	background: transparent url(../img/btm_buttons.gif) no-repeat -138px -35px;
	width: 165px;
}

.btn-service{
	background: transparent url(../img/btm_buttons.gif) no-repeat -311px 0px;
	width: 100px;
}

.btn-service:hover{
	background: transparent url(../img/btm_buttons.gif) no-repeat -311px -35px;
}

/* @end */

/* @group history */
.history-page h2{
	float:left;
	overflow:hidden;
	padding:20px 0 0 20px;
	width:166px;
}

.history-page h3{
	float: left;
	width: 500px;
	overflow: hidden;
	padding: 0 0 10px;
}

.history-page h4{
	color: #666666;
	font-size: 44px;
}

.history-page li{
	list-style-image: url(../img/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 10px;
	line-height: 140%;
}

.history-1999{
	clear: both;
	background: transparent url(../img/content/history-1999.png) no-repeat 0 0;
	padding: 32px 0 29px 230px;
}

.history-2004{
	clear: both;
	background: transparent url(../img/content/history-2004.png) no-repeat right top;
	padding: 17px 266px 20px 81px;
}

.history-2005{
	clear: both;
	background: transparent url(../img/content/history-2005.png) no-repeat left top;
	padding: 10px 10px 30px 253px;
}


/* @end */